/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.cnvs-block-posts-sidebar {
	--cnvs-posts-sidebar-thumbnail-width: 80px;
	--cnvs-posts-sidebar-thumbnail-gutter: 2rem;
	--cnvs-posts-sidebar-number-top: 0;
	--cnvs-posts-sidebar-number-left: 0;
	--cnvs-posts-sidebar-number-right: initial;
	--cnvs-posts-sidebar-number-bottom: initial;
	--cnvs-posts-sidebar-number-width: 30px;
	--cnvs-posts-sidebar-number-height: 30px;
	--cnvs-posts-sidebar-number-line-height: 30px;
	--cnvs-posts-sidebar-number-background: #000;
	--cnvs-posts-sidebar-number-color: white;
	--cnvs-posts-sidebar-number-font-size: 80%;
	--cnvs-posts-sidebar-number-border-radius: 0;
}

/*--------------------------------------------------------------*/
.cnvs-block-posts-sidebar .cnvs-posts-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.cnvs-block-posts-sidebar .cnvs-post-item:not(:first-child) {
	margin-top: 1rem;
}

.cnvs-block-posts-sidebar .cnvs-post-outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cnvs-block-posts-sidebar .cnvs-post-thumbnail {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 var(--cnvs-posts-sidebar-thumbnail-width);
	flex: 0 0 var(--cnvs-posts-sidebar-thumbnail-width);
	margin-right: var(--cnvs-posts-sidebar-thumbnail-gutter);
}

.cnvs-block-posts-sidebar .cnvs-post-thumbnail img {
	width: var(--cnvs-posts-sidebar-thumbnail-width);
	height: var(--cnvs-posts-sidebar-thumbnail-width);
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.cnvs-block-posts-sidebar .cnvs-post-data {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
}

.cnvs-block-posts-sidebar .cnvs-post-number {
	background: var(--cnvs-posts-sidebar-number-background);
	position: absolute;
	top: var(--cnvs-posts-sidebar-number-top);
	left: var(--cnvs-posts-sidebar-number-left);
	right: var(--cnvs-posts-sidebar-number-right);
	bottom: var(--cnvs-posts-sidebar-number-bottom);
	width: var(--cnvs-posts-sidebar-number-width);
	height: var(--cnvs-posts-sidebar-number-height);
	line-height: var(--cnvs-posts-sidebar-number-line-height);
	color: var(--cnvs-posts-sidebar-number-color);
	text-align: center;
	font-size: var(--cnvs-posts-sidebar-number-font-size);
	border-radius: var(--cnvs-posts-sidebar-number-border-radius);
}

.cnvs-block-posts-sidebar .cnvs-post-data .meta-category {
	display: inline-block;
	margin-bottom: 0.25rem;
}

.cnvs-block-posts-sidebar .cnvs-post-data .entry-title {
	margin-top: 0;
	margin-bottom: 0.25rem;
}

.cnvs-block-posts-sidebar .cnvs-post-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cnvs-block-posts-sidebar .cnvs-post-meta .avatar {
	margin-right: .5rem;
}

.cnvs-block-posts-sidebar .cnvs-post-meta a {
	text-decoration: none;
}

.cnvs-block-posts-sidebar .cnvs-post-meta > * + * {
	margin-left: .5rem;
}

.cnvs-block-posts-sidebar .cnvs-post-meta > * + *:before {
	content: "\b7";
	margin-right: .5rem;
}

.cnvs-block-posts-sidebar .cnvs-post-meta .published + .updated {
	display: none;
}

.cnvs-block-posts-sidebar .cnvs-post-meta-hide {
	display: none;
}

.cnvs-block-posts-sidebar-large .cnvs-post-item:not(:first-child) {
	margin-top: 2rem;
}

.cnvs-block-posts-sidebar-large .cnvs-post-outer {
	display: block;
}

.cnvs-block-posts-sidebar-large .cnvs-post-thumbnail {
	margin-right: 0;
	margin-bottom: 1rem;
}

.cnvs-block-posts-sidebar-large .cnvs-post-thumbnail img {
	width: 100%;
	height: auto;
	border-radius: 0;
}/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
@font-face {
	font-family: 'absolute-reviews-icons';
	src: url(//www.latoga.it/wp-content/plugins/absolute-reviews/fonts/absolute-reviews-icons.woff) format("woff"), url(//www.latoga.it/wp-content/plugins/absolute-reviews/fonts/absolute-reviews-icons.ttf) format("truetype"), url(//www.latoga.it/wp-content/plugins/absolute-reviews/fonts/absolute-reviews-icons.svg) format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

[class^="abr-icon-"],
[class*=" abr-icon-"] {
	font-family: 'absolute-reviews-icons' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.abr-icon-comment:before {
	content: "\e905";
}

.abr-icon-eye:before {
	content: "\e903";
}

.abr-icon-watch:before {
	content: "\e904";
}

.abr-icon-funds-fill:before {
	content: "\e902";
}

.abr-icon-x:before {
	content: "\e901";
}

.abr-icon-check:before {
	content: "\e900";
}

.abr-icon-star-half:before {
	content: "\e938";
}

.abr-icon-star-full:before {
	content: "\e939";
}

.abr-icon-star-empty:before {
	content: "\e93a";
}

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.abr-post-meta {
	--abr-post-meta-color: #dee2e6;
	padding-left: 0;
	list-style: none;
	color: var(--abr-post-meta-color);
	margin: 0;
	padding: 0;
}

.abr-post-meta li {
	display: inline-block;
}

.abr-post-meta li + li {
	margin-left: 0.5rem;
}

.abr-post-meta li + li:before {
	margin-right: 0.5rem;
	content: "\b7";
}

.abr-meta-category .post-categories {
	padding-left: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}

.abr-meta-category .post-categories li {
	display: inline-block;
}

.abr-meta-category .post-categories li + li {
	margin-left: 0.5rem;
}

.abr-meta-category .post-categories li:not(:last-child):after {
	content: ",";
}

.post-meta .abr-meta-category .post-categories {
	margin-bottom: 0;
}

.abr-meta-author span + a,
.abr-meta-author a + span {
	margin-left: 0.25rem;
}

.abr-badge {
	--abr-badge-color: #fff;
	--abr-badge-border-radius: 30px;
	display: inline-block;
	padding: 0.2rem 0.25rem;
	margin-left: 1rem;
	line-height: 1;
	color: var(--abr-badge-color);
	border-radius: var(--abr-badge-border-radius);
}

.abr-badge-primary.abr-review-badge-0 {
	background-color: #000000;
}

.abr-badge-primary.abr-review-badge-1 {
	background-color: #E00F15;
}

.abr-badge-primary.abr-review-badge-2 {
	background-color: #FE761E;
}

.abr-badge-primary.abr-review-badge-3 {
	background-color: #FFA61E;
}

.abr-badge-primary.abr-review-badge-4 {
	background-color: #DECB53;
}

.abr-badge-primary.abr-review-badge-5 {
	background-color: #DECB53;
}

.abr-badge-primary.abr-review-badge-6 {
	background-color: #E7D456;
}

.abr-badge-primary.abr-review-badge-7 {
	background-color: #52AA6B;
}

.abr-badge-primary.abr-review-badge-8 {
	background-color: #4DA065;
}

.abr-badge-primary.abr-review-badge-9 {
	background-color: #419759;
}

.abr-badge-primary.abr-review-badge-10 {
	background-color: #33884B;
}

.abr-badge-text {
	--abr-badge-text-color: #000000;
	--abr-badge-text-border-radius: 30px;
	display: inline-block;
	margin-left: 1rem;
	line-height: 1;
	color: var(--abr-badge-text-color);
	border-radius: var(--abr-badge-text-border-radius);
}

.abr-badge-text-primary.abr-review-badge-text-0 {
	color: #000000;
}

.abr-badge-text-primary.abr-review-badge-text-1 {
	color: #E00F15;
}

.abr-badge-text-primary.abr-review-badge-text-2 {
	color: #FE761E;
}

.abr-badge-text-primary.abr-review-badge-text-3 {
	color: #FFA61E;
}

.abr-badge-text-primary.abr-review-badge-text-4 {
	color: #DECB53;
}

.abr-badge-text-primary.abr-review-badge-text-5 {
	color: #DECB53;
}

.abr-badge-text-primary.abr-review-badge-text-6 {
	color: #E7D456;
}

.abr-badge-text-primary.abr-review-badge-text-7 {
	color: #52AA6B;
}

.abr-badge-text-primary.abr-review-badge-text-8 {
	color: #4DA065;
}

.abr-badge-text-primary.abr-review-badge-text-9 {
	color: #419759;
}

.abr-badge-text-primary.abr-review-badge-text-10 {
	color: #33884B;
}

.abr-review-line {
	--abr-review-line-grid-gap: 2px;
	display: grid;
	grid-gap: var(--abr-review-line-grid-gap);
	margin-top: 0.5rem;
}

.abr-review-slice {
	--abr-review-slice-background-color: #e9ecef;
	--abr-review-slice-height: 6px;
	background-color: var(--abr-review-slice-background-color);
	height: var(--abr-review-slice-height);
}

.abr-review-point-5 .abr-review-line {
	grid-template-columns: repeat(5, 1fr);
}

.abr-review-point-10 .abr-review-line {
	grid-template-columns: repeat(10, 1fr);
}

.abr-review-point-5 .abr-review-slice-active:nth-child(1) {
	background-color: #E00F15;
}

.abr-review-point-5 .abr-review-slice-active:nth-child(2) {
	background-color: #FFA61E;
}

.abr-review-point-5 .abr-review-slice-active:nth-child(3) {
	background-color: #DECB53;
}

.abr-review-point-5 .abr-review-slice-active:nth-child(4) {
	background-color: #52AA6B;
}

.abr-review-point-5 .abr-review-slice-active:nth-child(5) {
	background-color: #419759;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(0) {
	background-color: #000000;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(1) {
	background-color: #E00F15;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(2) {
	background-color: #FE761E;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(3) {
	background-color: #FFA61E;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(4) {
	background-color: #DECB53;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(5) {
	background-color: #DECB53;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(6) {
	background-color: #E7D456;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(7) {
	background-color: #52AA6B;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(8) {
	background-color: #4DA065;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(9) {
	background-color: #419759;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(10) {
	background-color: #33884B;
}

.abr-review-progress {
	--abr-review-progress-background: #e9ecef;
	--abr-review-progress-height: 6px;
	--abr-review-progress-border-radius: 4px;
	background: var(--abr-review-progress-background);
	height: var(--abr-review-progress-height);
	border-radius: var(--abr-review-progress-border-radius);
	margin-top: 0.5rem;
}

.abr-review-progressbar {
	--abr-review-progressbar-height: 6px;
	--abr-review-progressbar-border-radius: 4px;
	height: var(--abr-review-progressbar-height);
	border-radius: var(--abr-review-progressbar-border-radius);
}

.abr-review-progressbar-1 {
	background: linear-gradient(to right, #E00F15 10%, transparent 20%, transparent 30%, transparent 40%, transparent 50%, transparent 60%, transparent 70%, transparent 80%, transparent 90%, transparent 100%);
}

.abr-review-progressbar-2 {
	background: linear-gradient(to right, #E00F15 10%, #FE761E 20%, transparent 30%, transparent 40%, transparent 50%, transparent 60%, transparent 70%, transparent 80%, transparent 90%, transparent 100%);
}

.abr-review-progressbar-3 {
	background: linear-gradient(to right, #E00F15 10%, #FE761E 20%, #FFA61E 30%, transparent 40%, transparent 50%, transparent 60%, transparent 70%, transparent 80%, transparent 90%, transparent 100%);
}

.abr-review-progressbar-4 {
	background: linear-gradient(to right, #E00F15 10%, #FE761E 20%, #FFA61E 30%, #DECB53 40%, transparent 50%, transparent 60%, transparent 70%, transparent 80%, transparent 90%, transparent 100%);
}

.abr-review-progressbar-5 {
	background: linear-gradient(to right, #E00F15 10%, #FE761E 20%, #FFA61E 30%, #DECB53 40%, #DECB53 50%, transparent 60%, transparent 70%, transparent 80%, transparent 90%, transparent 100%);
}

.abr-review-progressbar-6 {
	background: linear-gradient(to right, #E00F15 10%, #FE761E 20%, #FFA61E 30%, #DECB53 40%, #DECB53 50%, #E7D456 60%, transparent 70%, transparent 80%, transparent 90%, transparent 100%);
}

.abr-review-progressbar-7 {
	background: linear-gradient(to right, #E00F15 10%, #FE761E 20%, #FFA61E 30%, #DECB53 40%, #DECB53 50%, #E7D456 60%, #52AA6B 70%, transparent 80%, transparent 90%, transparent 100%);
}

.abr-review-progressbar-8 {
	background: linear-gradient(to right, #E00F15 10%, #FE761E 20%, #FFA61E 30%, #DECB53 40%, #DECB53 50%, #E7D456 60%, #52AA6B 70%, #4DA065 80%, transparent 90%, transparent 100%);
}

.abr-review-progressbar-9 {
	background: linear-gradient(to right, #E00F15 10%, #FE761E 20%, #FFA61E 30%, #DECB53 40%, #DECB53 50%, #E7D456 60%, #52AA6B 70%, #4DA065 80%, #419759 90%, transparent 100%);
}

.abr-review-progressbar-10 {
	background: linear-gradient(to right, #E00F15 10%, #FE761E 20%, #FFA61E 30%, #DECB53 40%, #DECB53 50%, #E7D456 60%, #52AA6B 70%, #4DA065 80%, #419759 90%, #33884B 100%);
}

.abr-review-stars {
	--abr-review-star-empty-color: #e9ecef;
	--abr-review-star-width: 1.125rem;
	--abr-review-star-height: 1.125rem;
	--abr-review-star-font-size: 1.125rem;
	--abr-review-star-color: #FFE27F;
	margin-top: 0.5rem;
}

.abr-review-stars .screen-reader-text {
	display: none;
}

.abr-review-stars .abr-star-full:before {
	content: "\e939";
}

.abr-review-stars .abr-star-half:before {
	content: "\e938";
}

.abr-review-stars .abr-star-empty:before {
	content: "\e93a";
}

.abr-review-stars .abr-star.abr-star-empty {
	color: var(--abr-review-star-empty-color);
}

.abr-review-stars .abr-star {
	display: inline-block;
	width: var(--abr-review-star-width);
	height: var(--abr-review-star-height);
	font-size: var(--abr-review-star-font-size);
	line-height: 1;
	font-family: 'absolute-reviews-icons';
	text-decoration: inherit;
	font-weight: 400;
	font-style: normal;
	vertical-align: top;
	transition: color .1s ease-in;
	text-align: center;
	color: var(--abr-review-star-color);
	margin-right: 0.125rem;
}

.abr-review-stars .abr-star:last-child {
	margin-right: 0;
}

/*--------------------------------------------------------------*/
.abr-post-review {
	--abr-review-text-font-size: 1rem;
	--abr-review-text-font-weight: bold;
	--abr-review-name-font-size: 0.75rem;
	--abr-review-name-text-transform: uppercase;
	--abr-review-name-color: #777777;
	--abr-review-details-line-height: 1.5;
	--abr-review-details-font-size: 1rem;
	--abr-review-score-text-font-size: 3rem;
	--abr-review-score-label-text-transform: uppercase;
	--abr-review-score-label-font-size: 0.75rem;
	--abr-review-score-label-font-weight: 700;
	--abr-review-score-label-color: #777777;
	--abr-review-score-info-background: #6c757d;
	--abr-review-score-info-color: #fff;
	--abr-review-score-info-border-radius: 50%;
	--abr-review-score-info-font-size: 0.75rem;
	--abr-review-score-info-width: 1rem;
	--abr-review-score-info-height: 1rem;
	--abr-review-score-info-popup-border-color: #e9ecef;
	--abr-review-score-info-popup-background: #fff;
	--abr-review-score-info-popup-color: #000000;
	--abr-review-score-info-popup-font-size: 1rem;
	--abr-review-score-info-popup-border-radius: 5px;
}

.abr-post-review .abr-review-author {
	display: none;
}

.abr-post-review .abr-review-total {
	display: flex;
	flex-direction: column;
	margin-top: 2rem;
}

.abr-post-review .abr-review-total > .abr-review-data {
	display: flex;
	flex-direction: column-reverse;
	flex-grow: 1;
	margin-bottom: 1rem;
	margin-top: 0;
	order: 1;
}

.abr-post-review .abr-review-total > .abr-review-list {
	flex-grow: 1;
	order: 2;
}

.abr-post-review .abr-review-total > .abr-review-list ul {
	display: grid;
	grid-gap: 2rem;
	grid-template-columns: repeat(2, 1fr);
}

.abr-post-review .abr-review-total > .abr-review-list .abr-review-item {
	display: block;
	margin-top: 0;
}

.abr-post-review .abr-review-total > .abr-review-list .abr-review-desc {
	margin-top: 0.5rem;
}

.abr-post-review .abr-review-score {
	display: flex;
	flex-direction: column;
	line-height: 1;
	order: 1;
}

.abr-post-review .abr-review-score .abr-review-text {
	font-size: var(--abr-review-score-text-font-size);
}

.abr-post-review .abr-review-score .abr-review-subtext {
	margin-top: 0.5rem;
	white-space: nowrap;
}

.abr-post-review .abr-review-score .abr-review-subtext .abr-data-label {
	text-transform: var(--abr-review-score-label-text-transform);
	font-size: var(--abr-review-score-label-font-size);
	font-weight: var(--abr-review-score-label-font-weight);
	color: var(--abr-review-score-label-color);
}

.abr-post-review .abr-review-score .abr-review-subtext .abr-data-info {
	display: inline-flex;
	position: relative;
	background: var(--abr-review-score-info-background);
	color: var(--abr-review-score-info-color);
	width: var(--abr-review-score-info-width);
	height: var(--abr-review-score-info-height);
	align-items: center;
	justify-content: center;
	margin-left: 0.25rem;
	border-radius: var(--abr-review-score-info-border-radius);
	font-size: var(--abr-review-score-info-font-size);
	cursor: pointer;
}

.abr-post-review .abr-review-score .abr-review-subtext .abr-data-info > span {
	position: absolute;
	border: 1px solid var(--abr-review-score-info-popup-border-color);
	background: var(--abr-review-score-info-popup-background);
	padding: 1rem;
	visibility: hidden;
	opacity: 0;
	width: 100vw;
	max-width: 250px;
	position: absolute;
	z-index: 2;
	bottom: 2rem;
	right: -1.5rem;
	font-size: var(--abr-review-score-info-popup-font-size);
	line-height: normal;
	color: var(--abr-review-score-info-popup-color);
	transition: opacity 0.3s;
	border-radius: var(--abr-review-score-info-popup-border-radius);
	white-space: normal;
}

.abr-post-review .abr-review-score .abr-review-subtext .abr-data-info > span:after {
	top: 100%;
	right: 1.5rem;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.abr-post-review .abr-review-score .abr-review-subtext .abr-data-info > span:after {
	border-color: transparent;
	border-top-color: var(--abr-review-score-info-popup-border-color);
	border-width: 8px;
	margin-left: -8px;
}

.abr-post-review .abr-review-score .abr-review-subtext .abr-data-info:hover > span {
	opacity: 1;
	visibility: visible;
}

.abr-post-review .abr-review-score-row {
	flex-direction: row;
	align-items: flex-end;
}

@media (min-width: 720px) {
	.abr-post-review .abr-review-total {
		flex-direction: row;
		align-items: center;
		margin-top: 0;
	}
	.abr-post-review .abr-review-total > .abr-review-data {
		margin-bottom: 0;
		margin-top: 0;
		order: 1;
	}
	.abr-post-review .abr-review-total > .abr-review-list {
		margin-top: 0;
		order: 1;
	}
	.abr-post-review .abr-review-total > .abr-review-list ul {
		grid-template-columns: repeat(3, 1fr);
	}
	.abr-post-review .abr-review-data + .abr-review-score,
	.abr-post-review .abr-review-list + .abr-review-score {
		margin-left: 2rem;
	}
	.abr-post-review .abr-review-score {
		order: 2;
	}
}

.abr-post-review .abr-review-text {
	font-size: var(--abr-review-text-font-size);
	font-weight: var(--abr-review-text-font-weight);
}

.abr-post-review .abr-review-name {
	font-size: var(--abr-review-name-font-size);
	text-transform: var(--abr-review-name-text-transform);
	color: var(--abr-review-name-color);
}

.abr-post-review .abr-review-label {
	display: flex;
	align-items: center;
	margin-top: 0.5rem;
}

.abr-review-percentage .abr-review-text .sep,
.abr-review-percentage .abr-review-text .max {
	display: none;
}

.abr-review-percentage .abr-review-text .total:after {
	content: '%';
}

.abr-review-star > .abr-review-list ul {
	display: grid;
	grid-gap: 2rem;
	grid-template-columns: repeat(2, 1fr);
}

.abr-review-star > .abr-review-list .abr-review-item {
	display: block;
	margin-top: 0;
}

.abr-review-star > .abr-review-list .abr-review-desc {
	margin-top: 0.5rem;
}

@media (min-width: 720px) {
	.abr-review-star > .abr-review-list ul {
		grid-template-columns: repeat(3, 1fr);
	}
}

.abr-review-list {
	margin-top: 2rem;
}

.abr-review-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.abr-review-list .abr-review-item {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 1fr;
	margin-top: 2rem;
}

.abr-review-list .abr-review-item:first-child {
	margin-top: 0;
}

.abr-review-list .abr-review-item .abr-review-desc {
	font-size: 0.875rem;
}

@media (min-width: 720px) {
	.abr-review-list .abr-review-item {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 1024px) {
	.abr-review-list .abr-review-item {
		grid-gap: 40px;
	}
}

.abr-review-details {
	display: grid;
	grid-gap: 40px;
	grid-template-columns: 1fr;
	margin-top: 2rem;
}

.abr-review-details ul {
	margin: 0;
	padding: 0;
	line-height: var(--abr-review-details-line-height);
	list-style: none;
	font-size: var(--abr-review-details-font-size);
}

.abr-review-details ul:not(:first-child) {
	margin-top: 1.5rem;
}

.abr-review-details ul:not(:last-child) {
	margin-bottom: 1.5rem;
}

.abr-review-details ul li:not(:first-child) {
	margin-top: 0.5rem;
}

.abr-review-details ul > li {
	position: relative;
	padding-left: 2.5rem;
}

.abr-review-details ul > li:before {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 1.5rem;
	font-family: 'absolute-reviews-icons';
	left: 0;
	top: 0;
}

.abr-review-details .abr-review-pros ul > li:before {
	content: "\e900";
	color: #28a745;
}

.abr-review-details .abr-review-cons ul > li:before {
	content: "\e901";
	color: #dc3545;
}

@media (min-width: 720px) {
	.abr-review-details {
		grid-template-columns: 1fr 1fr;
	}
}

.abr-review-info + .abr-review-total {
	margin-top: 1rem;
}

.abr-review-scheme-hidden {
	display: none;
}

/*--------------------------------------------------------------*/
.abr-review-block {
	display: flex;
	flex-direction: column;
}

.abr-review-block .abr-review-title {
	margin-top: 0;
	margin-bottom: 1.5rem;
}

.abr-review-block .abr-review-indicator {
	line-height: 1;
	order: -1;
}

.abr-review-block .abr-review-indicator .abr-badge {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 1.5rem;
	padding: 0.4rem 0.75rem;
}

.abr-review-block .abr-review-data {
	max-width: 50%;
}

@media (min-width: 720px) {
	.abr-review-block .abr-review-data + .abr-review-score {
		margin-left: 1.5rem;
	}
}

.abr-review-block.abr-review-star .abr-review-data {
	max-width: initial;
	flex-grow: initial;
}

/*--------------------------------------------------------------*/
.abr-reviews-posts {
	--abr-posts-meta-color: #000;
	--abr-posts-number-font-size: 1rem;
	--abr-posts-number-large-font-size: 1.25rem;
	--abr-posts-number-badge-color: #FFF;
	--abr-posts-number-caption-color: #FFF;
	--abr-posts-percentage-icon-font-size: 1.25em;
	--abr-posts-percentage-icon-color: #F7BF40;
	--abr-posts-star-width: 0.875rem;
	--abr-posts-star-height: 0.875rem;
	--abr-posts-star-font-size: 0.875rem;
	--abr-posts-star-color: #F8C249;
	--abr-posts-item-separator-color: #e9ecef;
	--abr-posts-thumbnail-small-width: 80px;
	--abr-posts-thumbnail-small-gutter: 1rem;
	--abr-posts-thumbnail-width: 80px;
	--abr-posts-thumbnail-gutter: 1rem;
	--abr-posts-overlay-background: rgba(0,0,0,0.125);
	--abr-posts-overlay-color: #FFFFFF;
	--abr-posts-overlay-hover-color: rgba(255,255,255,0.75);
}

.abr-reviews-posts .abr-post-item {
	margin-top: 2rem;
}

.abr-reviews-posts .abr-post-item:first-child {
	margin-top: 0;
}

.abr-reviews-posts .abr-post-headline {
	display: flex;
	flex-direction: column;
}

.abr-reviews-posts .abr-post-headline .meta-category {
	display: inline-block;
	margin-bottom: 0.5rem;
}

.abr-reviews-posts .abr-post-headline .meta-category ul {
	margin-bottom: 0;
}

.abr-reviews-posts .abr-post-headline .entry-title {
	margin-bottom: 0.5rem;
	margin-top: 0;
}

.abr-reviews-posts .abr-post-headline > *:last-child {
	margin-bottom: 0;
}

.abr-reviews-posts .abr-review-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 0.5rem;
	color: var(--abr-posts-meta-color);
}

.abr-reviews-posts .abr-review-meta .abr-review-number {
	display: flex;
	align-items: center;
	line-height: 1;
	margin-left: 0;
	font-size: var(--abr-posts-number-font-size);
}

.abr-reviews-posts .abr-review-meta .abr-review-number.abr-badge {
	color: var(--abr-posts-number-badge-color);
}

.abr-reviews-posts .abr-review-meta .abr-review-caption {
	margin-left: 0.5rem;
}

.abr-reviews-posts .abr-review-meta .abr-review-caption.abr-badge {
	color: var(--abr-posts-number-caption-color);
}

.abr-reviews-posts .abr-review-meta .abr-badge-primary {
	white-space: nowrap;
}

.abr-reviews-posts .abr-type-percentage .abr-review-number:before {
	content: "\e902";
	font-family: 'absolute-reviews-icons';
	margin-right: 0.25rem;
	font-size: var(--abr-posts-percentage-icon-font-size);
	color: var(--abr-posts-percentage-icon-color);
}

.abr-reviews-posts .abr-review-indicator {
	margin-right: 0.5rem;
}

.abr-reviews-posts .abr-review-line,
.abr-reviews-posts .abr-review-progress,
.abr-reviews-posts .abr-review-stars {
	min-width: 100px;
	margin-top: 0;
}

.abr-reviews-posts .abr-review-stars {
	min-width: initial;
	line-height: 1;
}

.abr-reviews-posts .abr-review-stars .abr-star {
	width: var(--abr-posts-star-width);
	height: var(--abr-posts-star-height);
	font-size: var(--abr-posts-star-font-size);
	color: var(--abr-posts-star-color);
}

.abr-posts-template-reviews-1 .abr-post-outer,
.abr-posts-template-reviews-2 .abr-post-outer {
	display: flex;
}

.abr-posts-template-reviews-1 .abr-post-data,
.abr-posts-template-reviews-2 .abr-post-data {
	flex-grow: 1;
	width: 100%;
}

.abr-posts-template-reviews-1 .abr-post-thumbnail,
.abr-posts-template-reviews-2 .abr-post-thumbnail {
	position: relative;
	flex: 0 0 var(--abr-posts-thumbnail-width);
	margin-right: var(--abr-posts-thumbnail-gutter);
}

.abr-posts-template-reviews-1 .abr-post-thumbnail img,
.abr-posts-template-reviews-2 .abr-post-thumbnail img {
	width: var(--abr-posts-thumbnail-width);
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.abr-posts-template-reviews-2 .abr-review-meta .abr-review-number:before {
	display: none;
}

.abr-posts-template-reviews-3 .abr-post-item,
.abr-posts-template-reviews-4 .abr-post-item {
	border-top: 1px solid var(--abr-posts-item-separator-color);
	margin-top: 1rem;
	padding-top: 1rem;
}

.abr-posts-template-reviews-3 .abr-post-item:first-child,
.abr-posts-template-reviews-4 .abr-post-item:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.abr-posts-template-reviews-3 .abr-post-item:nth-child(1) .abr-post-data,
.abr-posts-template-reviews-4 .abr-post-item:nth-child(1) .abr-post-data {
	margin-top: 1rem;
}

.abr-posts-template-reviews-3 .abr-post-item:nth-child(1) .abr-review-meta .abr-review-number,
.abr-posts-template-reviews-4 .abr-post-item:nth-child(1) .abr-review-meta .abr-review-number {
	font-size: var(--abr-posts-number-large-font-size);
}

.abr-posts-template-reviews-3 .abr-post-item:nth-child(n+2) .abr-post-outer,
.abr-posts-template-reviews-4 .abr-post-item:nth-child(n+2) .abr-post-outer {
	display: flex;
}

.abr-posts-template-reviews-3 .abr-post-item:nth-child(n+2) .abr-post-data,
.abr-posts-template-reviews-4 .abr-post-item:nth-child(n+2) .abr-post-data {
	flex-grow: 1;
	width: 100%;
}

.abr-posts-template-reviews-3 .abr-post-item:nth-child(n+2) .abr-post-thumbnail,
.abr-posts-template-reviews-4 .abr-post-item:nth-child(n+2) .abr-post-thumbnail {
	position: relative;
	flex: 0 0 var(--abr-posts-thumbnail-width);
	margin-right: var(--abr-posts-thumbnail-gutter);
}

.abr-posts-template-reviews-3 .abr-post-item:nth-child(n+2) .abr-post-thumbnail img,
.abr-posts-template-reviews-4 .abr-post-item:nth-child(n+2) .abr-post-thumbnail img {
	width: var(--abr-posts-thumbnail-width);
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.abr-posts-template-reviews-4 .abr-review-meta .abr-review-number:before {
	display: none;
}

.abr-posts-template-reviews-5 .abr-post-item {
	border-top: 1px solid var(--abr-posts-item-separator-color);
	margin-top: 1rem;
	padding-top: 1rem;
}

.abr-posts-template-reviews-5 .abr-post-item:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.abr-posts-template-reviews-5 .abr-post-item .abr-post-data {
	display: flex;
}

.abr-posts-template-reviews-5 .abr-post-item .abr-post-data .abr-post-headline {
	flex-grow: 1;
	width: 100%;
}

.abr-posts-template-reviews-5 .abr-post-item .abr-post-data .abr-review-meta {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: initial;
	flex: 0 0 60px;
	margin-top: 0;
	margin-left: 1rem;
}

.abr-posts-template-reviews-5 .abr-post-item .abr-post-data .abr-review-number {
	font-size: var(--abr-posts-number-large-font-size);
}

.abr-posts-template-reviews-5 .abr-post-item .abr-post-data .abr-review-number:before {
	display: none;
}

.abr-posts-template-reviews-5 .abr-post-item .abr-post-data .abr-review-caption {
	margin-top: 0.5rem;
	margin-left: 0;
	text-align: center;
}

.abr-posts-template-reviews-5 .abr-post-item:nth-child(1) .abr-post-data {
	margin-top: 1rem;
}

.abr-posts-template-reviews-5 .abr-post-item:nth-child(n+2) .abr-post-outer {
	display: flex;
}

.abr-posts-template-reviews-5 .abr-post-item:nth-child(n+2) .abr-post-data {
	flex-grow: 1;
	width: 100%;
}

.abr-posts-template-reviews-5 .abr-post-item:nth-child(n+2) .abr-post-thumbnail {
	position: relative;
	flex: 0 0 var(--abr-posts-thumbnail-small-width);
	margin-right: var(--abr-posts-thumbnail-small-gutter);
}

.abr-posts-template-reviews-5 .abr-post-item:nth-child(n+2) .abr-post-thumbnail img {
	width: var(--abr-posts-thumbnail-small-width);
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.abr-posts-template-reviews-6 .abr-post-outer,
.abr-posts-template-reviews-7 .abr-post-outer,
.abr-posts-template-reviews-8 .abr-post-outer {
	position: relative;
	display: flex;
}

.abr-posts-template-reviews-6 .abr-post-outer .abr-post-inner,
.abr-posts-template-reviews-7 .abr-post-outer .abr-post-inner,
.abr-posts-template-reviews-8 .abr-post-outer .abr-post-inner {
	width: 100%;
}

.abr-posts-template-reviews-6 .abr-post-outer:after,
.abr-posts-template-reviews-7 .abr-post-outer:after,
.abr-posts-template-reviews-8 .abr-post-outer:after {
	padding-bottom: 125%;
	width: 0;
	content: '';
}

.abr-posts-template-reviews-6 .abr-post-thumbnail,
.abr-posts-template-reviews-7 .abr-post-thumbnail,
.abr-posts-template-reviews-8 .abr-post-thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.abr-posts-template-reviews-6 .abr-post-thumbnail .post-thumbnail,
.abr-posts-template-reviews-7 .abr-post-thumbnail .post-thumbnail,
.abr-posts-template-reviews-8 .abr-post-thumbnail .post-thumbnail {
	width: 100%;
	height: 100%;
}

.abr-posts-template-reviews-6 .abr-post-thumbnail img,
.abr-posts-template-reviews-7 .abr-post-thumbnail img,
.abr-posts-template-reviews-8 .abr-post-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.abr-posts-template-reviews-6 .abr-post-data,
.abr-posts-template-reviews-7 .abr-post-data,
.abr-posts-template-reviews-8 .abr-post-data {
	background: var(--abr-posts-overlay-background);
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 20px;
	color: var(--abr-posts-overlay-color);
	z-index: 1;
}

.abr-posts-template-reviews-6 .abr-post-data a,
.abr-posts-template-reviews-6 .abr-post-data .entry-title a,
.abr-posts-template-reviews-6 .abr-post-data .post-meta a,
.abr-posts-template-reviews-7 .abr-post-data a,
.abr-posts-template-reviews-7 .abr-post-data .entry-title a,
.abr-posts-template-reviews-7 .abr-post-data .post-meta a,
.abr-posts-template-reviews-8 .abr-post-data a,
.abr-posts-template-reviews-8 .abr-post-data .entry-title a,
.abr-posts-template-reviews-8 .abr-post-data .post-meta a {
	position: relative;
	color: var(--abr-posts-overlay-color);
	z-index: 2;
}

.abr-posts-template-reviews-6 .abr-post-data a:hover, .abr-posts-template-reviews-6 .abr-post-data a:focus,
.abr-posts-template-reviews-6 .abr-post-data .entry-title a:hover,
.abr-posts-template-reviews-6 .abr-post-data .entry-title a:focus,
.abr-posts-template-reviews-6 .abr-post-data .post-meta a:hover,
.abr-posts-template-reviews-6 .abr-post-data .post-meta a:focus,
.abr-posts-template-reviews-7 .abr-post-data a:hover,
.abr-posts-template-reviews-7 .abr-post-data a:focus,
.abr-posts-template-reviews-7 .abr-post-data .entry-title a:hover,
.abr-posts-template-reviews-7 .abr-post-data .entry-title a:focus,
.abr-posts-template-reviews-7 .abr-post-data .post-meta a:hover,
.abr-posts-template-reviews-7 .abr-post-data .post-meta a:focus,
.abr-posts-template-reviews-8 .abr-post-data a:hover,
.abr-posts-template-reviews-8 .abr-post-data a:focus,
.abr-posts-template-reviews-8 .abr-post-data .entry-title a:hover,
.abr-posts-template-reviews-8 .abr-post-data .entry-title a:focus,
.abr-posts-template-reviews-8 .abr-post-data .post-meta a:hover,
.abr-posts-template-reviews-8 .abr-post-data .post-meta a:focus {
	color: var(--abr-posts-overlay-hover-color);
}

.abr-posts-template-reviews-6 .abr-post-data .abr-post-link,
.abr-posts-template-reviews-7 .abr-post-data .abr-post-link,
.abr-posts-template-reviews-8 .abr-post-data .abr-post-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.abr-posts-template-reviews-6 .abr-post-headline,
.abr-posts-template-reviews-7 .abr-post-headline,
.abr-posts-template-reviews-8 .abr-post-headline {
	width: 100%;
	margin-top: auto;
	padding-top: 1rem;
	order: 2;
}

.abr-posts-template-reviews-6 .abr-review-meta,
.abr-posts-template-reviews-7 .abr-review-meta,
.abr-posts-template-reviews-8 .abr-review-meta {
	width: 100%;
	order: 1;
	color: var(--abr-posts-overlay-color);
}

.abr-posts-template-reviews-6 .abr-review-meta .abr-review-number,
.abr-posts-template-reviews-7 .abr-review-meta .abr-review-number,
.abr-posts-template-reviews-8 .abr-review-meta .abr-review-number {
	font-size: var(--abr-posts-number-large-font-size);
	color: var(--abr-posts-overlay-color);
}

.abr-posts-template-reviews-6 .abr-review-meta .abr-review-number:before,
.abr-posts-template-reviews-7 .abr-review-meta .abr-review-number:before,
.abr-posts-template-reviews-8 .abr-review-meta .abr-review-number:before {
	color: var(--abr-posts-overlay-color);
}

.abr-posts-template-reviews-6 .abr-review-meta {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 0;
}

.abr-posts-template-reviews-6 .abr-review-meta .abr-review-number:before {
	display: none;
}

.abr-posts-template-reviews-6 .abr-review-meta .abr-review-caption {
	margin-top: 0.5rem;
	margin-left: 0;
	text-align: center;
}

.abr-posts-template-reviews-7 .abr-post-headline {
	order: 1;
}

.abr-posts-template-reviews-7 .abr-review-meta {
	order: 2;
}/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
@font-face {
	font-family: 'advanced-popups-icons';
	src: url(//www.latoga.it/wp-content/plugins/advanced-popups/fonts/advanced-popups-icons.woff) format("woff"), url(//www.latoga.it/wp-content/plugins/advanced-popups/fonts/advanced-popups-icons.ttf) format("truetype"), url(//www.latoga.it/wp-content/plugins/advanced-popups/fonts/advanced-popups-icons.svg) format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

[class^="adp-icon-"],
[class*=" adp-icon-"] {
	font-family: 'advanced-popups-icons' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.adp-icon-x:before {
	content: "\e913";
}

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.adp-popup {
	--adp-popup-wrap-scrollbar-width: 0.625rem;
	--adp-popup-wrap-scrollbar-track-background: #f1f1f1;
	--adp-popup-wrap-scrollbar-thumb-background: #888;
	--adp-popup-wrap-scrollbar-thumb-hover-background: #555;
	--adp-popup-wrap-box-shadow: 0 0 40px 0 rgba(0,0,0,.075);
	--adp-popup-container-background: #FFFFFF;
	--adp-popup-close-font-size: 1.25rem;
	--adp-popup-close-color: #000;
	--adp-popup-close-hover-color: #777;
	--adp-popup-close-light-color: #FFFF;
	--adp-popup-close-light-hover-color: rgba(255,255,255,0.75);
	--adp-popup-type-content-close-font-size: 1.5rem;
	--adp-popup-type-notification-text-font-size: 90%;
	--adp-popup-type-notification-text-color: #777777;
	--adp-popup-type-notification-text-link-color: #000000;
	--adp-popup-type-notification-button-background: #282828;
	--adp-popup-type-notification-button-color: #FFF;
	--adp-popup-type-notification-button-border-radius: 0;
}

.adp-popup-overlay {
	--adp-popup-overlay-background: rgba(0,0,0,0.25);
}

/*--------------------------------------------------------------*/
.adp-popup-scroll-hidden {
	overflow: hidden;
	width: 100%;
}

.adp-popup-animated {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	overflow: hidden  !important;
}

@-webkit-keyframes popupOpenFade {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes popupOpenFade {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes popupExitFade {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes popupExitFade {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@-webkit-keyframes popupOpenSlide {
	from {
		transform: translate3d(0, 100vh, 0);
		visibility: visible;
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes popupOpenSlide {
	from {
		transform: translate3d(0, 100vh, 0);
		visibility: visible;
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes popupExitSlide {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		transform: translate3d(0, 100vh, 0);
	}
}

@keyframes popupExitSlide {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		transform: translate3d(0, 100vh, 0);
	}
}

@-webkit-keyframes popupOpenZoom {
	from {
		opacity: 0;
		transform: scale(1.1);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes popupOpenZoom {
	from {
		opacity: 0;
		transform: scale(1.1);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

@-webkit-keyframes popupExitZoom {
	from {
		opacity: 1;
		transform: scale(1);
	}
	to {
		opacity: 0;
		transform: scale(1.1);
	}
}

@keyframes popupExitZoom {
	from {
		opacity: 1;
		transform: scale(1);
	}
	to {
		opacity: 0;
		transform: scale(1.1);
	}
}

@-webkit-keyframes popupOpenSlideFade {
	from {
		opacity: 0;
		transform: translate3d(0, 40px, 0);
		visibility: visible;
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes popupOpenSlideFade {
	from {
		opacity: 0;
		transform: translate3d(0, 40px, 0);
		visibility: visible;
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes popupExitSlideFade {
	from {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
	to {
		opacity: 0;
		visibility: hidden;
		transform: translate3d(0, 40px, 0);
	}
}

@keyframes popupExitSlideFade {
	from {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
	to {
		opacity: 0;
		visibility: hidden;
		transform: translate3d(0, 40px, 0);
	}
}

.popupOpenFade {
	-webkit-animation-name: popupOpenFade;
	animation-name: popupOpenFade;
}

.popupExitFade {
	-webkit-animation-name: popupExitFade;
	animation-name: popupExitFade;
}

.popupOpenSlide {
	-webkit-animation-name: popupOpenSlide;
	animation-name: popupOpenSlide;
}

.popupExitSlide {
	-webkit-animation-name: popupExitSlide;
	animation-name: popupExitSlide;
}

.popupOpenZoom {
	-webkit-animation-name: popupOpenZoom;
	animation-name: popupOpenZoom;
}

.popupExitZoom {
	-webkit-animation-name: popupExitZoom;
	animation-name: popupExitZoom;
}

.popupOpenSlideFade {
	-webkit-animation-name: popupOpenSlideFade;
	animation-name: popupOpenSlideFade;
}

.popupExitSlideFade {
	-webkit-animation-name: popupExitSlideFade;
	animation-name: popupExitSlideFade;
}

.adp-popup {
	display: none;
	position: fixed;
	z-index: 999999;
	max-width: calc(100vw - 1.5rem);
	max-height: calc(100vh - 1.5rem);
	-webkit-backface-visibility: hidden;
}

@media (min-width: 720px) {
	.adp-popup {
		max-width: calc(100vw - 6rem);
		max-height: calc(100vh - 6rem);
	}
}

.adp-popup.adp-popup-location-top {
	top: 20px;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
}

.adp-popup.adp-popup-location-top-left {
	top: 20px;
	left: 20px;
}

.adp-popup.adp-popup-location-top-right {
	top: 20px;
	right: 20px;
}

.adp-popup.adp-popup-location-bottom {
	bottom: 20px;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
}

.adp-popup.adp-popup-location-bottom-left {
	left: 20px;
	bottom: 20px;
}

.adp-popup.adp-popup-location-bottom-right {
	right: 20px;
	bottom: 20px;
}

.adp-popup.adp-popup-location-left {
	top: 50%;
	left: 20px;
	transform: translate3d(0, -50%, 0);
}

.adp-popup.adp-popup-location-right {
	top: 50%;
	right: 20px;
	transform: translate3d(0, -50%, 0);
}

.adp-popup.adp-popup-location-center {
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.adp-popup .adp-popup-wrap {
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	box-shadow: var(--adp-popup-wrap-box-shadow);
}

.adp-popup .adp-popup-wrap::-webkit-scrollbar {
	width: var(--adp-popup-wrap-scrollbar-width);
}

.adp-popup .adp-popup-wrap::-webkit-scrollbar-track {
	background: var(--adp-popup-wrap-scrollbar-track-background);
}

.adp-popup .adp-popup-wrap::-webkit-scrollbar-thumb {
	background: var(--adp-popup-wrap-scrollbar-thumb-background);
}

.adp-popup .adp-popup-wrap::-webkit-scrollbar-thumb:hover {
	background: var(--adp-popup-wrap-scrollbar-thumb-hover-background);
}

.adp-popup .adp-popup-container {
	background: var(--adp-popup-container-background);
	width: 100%;
}

.adp-popup .adp-popup-outer {
	position: relative;
	display: flex;
	flex-direction: column;
}

.adp-popup .adp-popup-thumbnail img {
	width: 100%;
}

.adp-popup .adp-popup-close {
	position: absolute;
	background: transparent;
	color: var(--adp-popup-close-color);
	padding: 0;
	line-height: 1;
	font-size: var(--adp-popup-close-font-size);
	top: 20px;
	right: 20px;
	z-index: 2;
}

.adp-popup .adp-popup-close:before {
	font-family: 'advanced-popups-icons';
	transition: color 0.25s ease;
	content: "\e913";
}

.adp-popup .adp-popup-close:hover:before {
	color: var(--adp-popup-close-hover-color);
}

.adp-popup.adp-popup-open[data-light-close="true"] .adp-popup-close {
	color: var(--adp-popup-close-light-color);
}

.adp-popup.adp-popup-open[data-light-close="true"] .adp-popup-close:hover:before {
	color: var(--adp-popup-close-light-hover-color);
}

.adp-popup.adp-popup-open {
	display: flex;
}

@media (max-width: 720px) {
	.adp-popup.adp-popup-open[data-mobile-disable="true"] {
		display: none;
	}
}

.adp-popup-overlay {
	background: var(--adp-popup-overlay-background);
	position: fixed;
	display: none;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999998;
}

.adp-popup-overlay .adp-popup-wrap {
	box-shadow: none;
}

.adp-popup-open + .adp-popup-overlay {
	display: block;
}

@media (max-width: 719.98px) {
	.adp-popup-type-content {
		max-width: 100vw;
		max-height: 100vh;
	}
}

.adp-popup-type-content .adp-popup-content {
	padding: 40px;
}

.adp-popup-type-content .adp-popup-close {
	font-size: var(--adp-popup-type-content-close-font-size);
}

.adp-popup-type-content .wp-block-cover:first-child:last-child {
	margin: -40px;
	width: initial;
}

.adp-popup-type-content.adp-preview-image-yes .adp-popup-close {
	color: var(--adp-popup-close-light-color);
}

.adp-popup-type-content.adp-preview-image-yes .adp-popup-close:hover:before {
	color: var(--adp-popup-close-light-hover-color);
}

@media (min-width: 1024px) {
	.adp-popup-type-content .adp-popup-outer {
		flex-direction: row;
	}
	.adp-popup-type-content.adp-preview-image-left .adp-popup-close, .adp-popup-type-content.adp-preview-image-bottom .adp-popup-close {
		color: var(--adp-popup-close-color);
	}
	.adp-popup-type-content.adp-preview-image-left .adp-popup-close:hover:before, .adp-popup-type-content.adp-preview-image-bottom .adp-popup-close:hover:before {
		color: var(--adp-popup-close-hover-color);
	}
	.adp-popup-type-content.adp-preview-image-left .adp-popup-thumbnail {
		order: 1;
	}
	.adp-popup-type-content.adp-preview-image-right .adp-popup-thumbnail {
		order: 3;
	}
	.adp-popup-type-content.adp-preview-image-top .adp-popup-outer {
		flex-direction: column;
	}
	.adp-popup-type-content.adp-preview-image-top .adp-popup-thumbnail img {
		position: relative;
		top: initial;
		bottom: initial;
		right: initial;
		left: initial;
		width: initial;
		height: initial;
	}
	.adp-popup-type-content.adp-preview-image-bottom .adp-popup-outer {
		flex-direction: column;
	}
	.adp-popup-type-content.adp-preview-image-bottom .adp-popup-thumbnail {
		order: 3;
	}
	.adp-popup-type-content.adp-preview-image-bottom .adp-popup-thumbnail img {
		position: relative;
		top: initial;
		bottom: initial;
		right: initial;
		left: initial;
		width: initial;
		height: initial;
	}
	.adp-popup-type-content .adp-popup-thumbnail {
		position: relative;
		flex: 1 0 50%;
		order: 1;
	}
	.adp-popup-type-content .adp-popup-thumbnail img {
		position: absolute;
		display: block;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.adp-popup-type-content .adp-popup-content {
		padding: 80px;
		flex: 1 0 50%;
		order: 2;
	}
	.adp-popup-type-content .adp-popup-content:first-child:last-child {
		flex: 1 0 100%;
	}
	.adp-popup-type-content .wp-block-cover:first-child:last-child {
		margin: -80px;
	}
}

.adp-popup-type-notification-box .adp-popup-outer,
.adp-popup-type-notification-bar .adp-popup-outer {
	padding: 30px;
}

.adp-popup-type-notification-box .adp-popup-text,
.adp-popup-type-notification-bar .adp-popup-text {
	padding-right: 10px;
	font-size: var(--adp-popup-type-notification-text-font-size);
	color: var(--adp-popup-type-notification-text-color);
}

.adp-popup-type-notification-box .adp-popup-text a,
.adp-popup-type-notification-bar .adp-popup-text a {
	color: var(--adp-popup-type-notification-text-link-color);
	text-decoration: underline;
}

.adp-popup-type-notification-box .adp-popup-text a:hover,
.adp-popup-type-notification-bar .adp-popup-text a:hover {
	text-decoration: none;
}

.adp-popup-type-notification-box .adp-popup-button,
.adp-popup-type-notification-bar .adp-popup-button {
	background: var(--adp-popup-type-notification-button-background);
	margin-top: 1.5rem;
	width: 100%;
	color: var(--adp-popup-type-notification-button-color);
	border-radius: var(--adp-popup-type-notification-button-border-radius);
}

.adp-popup-type-notification-box .adp-popup-close {
	top: 15px;
	right: 15px;
}

.adp-popup-type-notification-bar.adp-popup-location-top {
	width: 100%;
	max-width: 100%;
	top: 0;
	left: 0;
	bottom: auto;
	transform: none;
}

.adp-popup-type-notification-bar.adp-popup-location-bottom {
	width: 100%;
	max-width: 100%;
	top: auto;
	left: 0;
	bottom: 0;
	transform: none;
}

.adp-popup-type-notification-bar .adp-popup-outer {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 60px;
	padding-right: 60px;
}

@media (min-width: 720px) {
	.adp-popup-type-notification-bar .adp-popup-outer {
		justify-content: center;
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;
		margin: 0 auto;
		padding-left: 40px;
		padding-right: 40px;
	}
	.adp-popup-type-notification-bar .adp-popup-close {
		top: 50%;
		transform: translateY(-50%);
	}
	.adp-popup-type-notification-bar .adp-button {
		margin-left: 1rem;
		margin-top: 0;
		width: auto;
	}
}/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.is-style-cnvs-heading-numbered {
	--cnvs-heading-numbered-background: #ced4da;
	--cnvs-heading-numbered-color: white;
	--cnvs-heading-numbered-border-radius: 50rem;
}

/*--------------------------------------------------------------*/
.content,
.entry-content {
	counter-reset: h2;
}

.content h2,
.entry-content h2 {
	counter-reset: h3;
}

.content h3,
.entry-content h3 {
	counter-reset: h4;
}

.content h4,
.entry-content h4 {
	counter-reset: h5;
}

.content h5,
.entry-content h5 {
	counter-reset: h6;
}

.is-style-cnvs-heading-numbered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.is-style-cnvs-heading-numbered:before {
	margin-right: 0.5em;
}

h2.is-style-cnvs-heading-numbered:before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0.15em;
	padding-right: 0.15em;
	height: 1.25em;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 1.25em;
	flex: 0 0 1.25em;
	border-radius: var(--cnvs-heading-numbered-border-radius);
	background: var(--cnvs-heading-numbered-background);
	color: var(--cnvs-heading-numbered-color);
	counter-increment: h2;
	content: counter(h2);
}

h3.is-style-cnvs-heading-numbered:before {
	counter-increment: h3;
	content: counter(h3);
}

h2.is-style-cnvs-heading-numbered ~ h3.is-style-cnvs-heading-numbered:before {
	content: counter(h2) "." counter(h3);
}

h4.is-style-cnvs-heading-numbered:before {
	counter-increment: h4;
	content: counter(h4);
}

h3.is-style-cnvs-heading-numbered ~ h4.is-style-cnvs-heading-numbered:before {
	content: counter(h3) "." counter(h4);
}

h2.is-style-cnvs-heading-numbered ~ h3.is-style-cnvs-heading-numbered ~ h4.is-style-cnvs-heading-numbered:before {
	content: counter(h2) "." counter(h3) "." counter(h4);
}

h5.is-style-cnvs-heading-numbered:before {
	counter-increment: h5;
	content: counter(h5);
}

h4.is-style-cnvs-heading-numbered ~ h5.is-style-cnvs-heading-numbered:before {
	content: counter(h4) "." counter(h5);
}

h3.is-style-cnvs-heading-numbered ~ h4.is-style-cnvs-heading-numbered ~ h5.is-style-cnvs-heading-numbered:before {
	content: counter(h3) "." counter(h4) "." counter(h5);
}

h2.is-style-cnvs-heading-numbered ~ h3.is-style-cnvs-heading-numbered ~ h4.is-style-cnvs-heading-numbered ~ h5.is-style-cnvs-heading-numbered:before {
	content: counter(h2) "." counter(h3) "." counter(h4) "." counter(h5);
}

h6.is-style-cnvs-heading-numbered:before {
	counter-increment: h6;
	content: counter(h6);
}

h5.is-style-cnvs-heading-numbered ~ h6.is-style-cnvs-heading-numbered:before {
	content: counter(h5) "." counter(h6);
}

h4.is-style-cnvs-heading-numbered ~ h5.is-style-cnvs-heading-numbered ~ h6.is-style-cnvs-heading-numbered:before {
	content: counter(h4) "." counter(h5) "." counter(h6);
}

h3.is-style-cnvs-heading-numbered ~ h4.is-style-cnvs-heading-numbered ~ h5.is-style-cnvs-heading-numbered ~ h6.is-style-cnvs-heading-numbered:before {
	content: counter(h3) "." counter(h4) "." counter(h5) "." counter(h6);
}

h2.is-style-cnvs-heading-numbered ~ h3.is-style-cnvs-heading-numbered ~ h4.is-style-cnvs-heading-numbered ~ h5.is-style-cnvs-heading-numbered ~ h6.is-style-cnvs-heading-numbered:before {
	content: counter(h2) "." counter(h3) "." counter(h4) "." counter(h5) "." counter(h6);
}/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
[class*="is-style-cnvs-list-styled"] {
	--cnvs-list-styled-line-height: 1.5;
	--cnvs-list-styled-font-size: 1rem;
	--cnvs-list-styled-children-font-size: 0.875rem;
	--cnvs-list-styled-ul-box-background: #ced4da;
	--cnvs-list-styled-ul-box-border-radius: 0;
	--cnvs-list-styled-ul-positive-box-color: #28a745;
	--cnvs-list-styled-ul-negative-box-color: #dc3545;
	--cnvs-list-styled-ol-box-color: #495057;
	--cnvs-list-styled-ol-box-font-size: 0.875rem;
	--cnvs-list-styled-ol-box-font-weight: 600;
	--cnvs-list-styled-ol-box-background-color: #e9ecef;
	--cnvs-list-styled-ol-box-border-radius: 50%;
	--cnvs-list-styled-ol-positive-box-background-color: #28a745;
	--cnvs-list-styled-ol-negative-box-background-color: #dc3545;
	--cnvs-list-styled-ol-positive-box-color: #fff;
	--cnvs-list-styled-ol-negative-box-color: #fff;
}

/*--------------------------------------------------------------*/
.is-style-cnvs-list-styled,
.is-style-cnvs-list-styled-positive,
.is-style-cnvs-list-styled-negative {
	line-height: var(--cnvs-list-styled-line-height);
	list-style: none;
	font-size: var(--cnvs-list-styled-font-size);
}

.is-style-cnvs-list-styled:not(:first-child),
.is-style-cnvs-list-styled-positive:not(:first-child),
.is-style-cnvs-list-styled-negative:not(:first-child) {
	margin-top: 1.5rem;
}

.is-style-cnvs-list-styled:not(:last-child),
.is-style-cnvs-list-styled-positive:not(:last-child),
.is-style-cnvs-list-styled-negative:not(:last-child) {
	margin-bottom: 1.5rem;
}

.is-style-cnvs-list-styled li:not(:first-child),
.is-style-cnvs-list-styled-positive li:not(:first-child),
.is-style-cnvs-list-styled-negative li:not(:first-child) {
	margin-top: 0.5rem;
}

.is-style-cnvs-list-styled > li,
.is-style-cnvs-list-styled-positive > li,
.is-style-cnvs-list-styled-negative > li {
	position: relative;
	padding-left: 2.5rem;
}

.is-style-cnvs-list-styled > li:before,
.is-style-cnvs-list-styled-positive > li:before,
.is-style-cnvs-list-styled-negative > li:before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
}

ol.is-style-cnvs-list-styled,
ol.is-style-cnvs-list-styled-positive,
ol.is-style-cnvs-list-styled-negative {
	counter-reset: ol;
}

ol.is-style-cnvs-list-styled > li:before,
ol.is-style-cnvs-list-styled-positive > li:before,
ol.is-style-cnvs-list-styled-negative > li:before {
	width: 1.5rem;
	height: 1.5rem;
	content: counter(ol);
	counter-increment: ol;
	color: var(--cnvs-list-styled-ol-box-color);
	font-size: var(--cnvs-list-styled-ol-box-font-size);
	font-weight: var(--cnvs-list-styled-ol-box-font-weight);
	background-color: var(--cnvs-list-styled-ol-box-background-color);
	border-radius: var(--cnvs-list-styled-ol-box-border-radius);
	line-height: 1;
}

ul.is-style-cnvs-list-styled > li:before {
	content: '';
	width: 0.25rem;
	height: 0.25rem;
	margin-top: 0.75rem;
	left: 1rem;
	background: var(--cnvs-list-styled-ul-box-background);
	border-radius: var(--cnvs-list-styled-ul-box-border-radius);
}

ol.is-style-cnvs-list-styled ul,
ol.is-style-cnvs-list-styled ol,
ul.is-style-cnvs-list-styled ol,
ul.is-style-cnvs-list-styled ul {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	padding-left: 0;
	font-size: var(--cnvs-list-styled-children-font-size);
}

ol.is-style-cnvs-list-styled ul > li:not(:first-child),
ol.is-style-cnvs-list-styled ol > li:not(:first-child),
ul.is-style-cnvs-list-styled ol > li:not(:first-child),
ul.is-style-cnvs-list-styled ul > li:not(:first-child) {
	margin-top: 0.25rem;
}

ol.is-style-cnvs-list-styled-positive > li:before {
	background-color: var(--cnvs-list-styled-ol-positive-box-background-color);
	color: var(--cnvs-list-styled-ol-positive-box-color);
}

ol.is-style-cnvs-list-styled-negative > li:before {
	background-color: var(--cnvs-list-styled-ol-negative-box-background-color);
	color: var(--cnvs-list-styled-ol-negative-box-color);
}

ul.is-style-cnvs-list-styled-positive > li:before,
ul.is-style-cnvs-list-styled-negative > li:before {
	width: 1.5rem;
	font-family: 'canvas-icons';
}

ul.is-style-cnvs-list-styled-positive > li:before {
	content: "\e912";
	color: var(--cnvs-list-styled-ul-positive-box-color);
}

ul.is-style-cnvs-list-styled-negative > li:before {
	content: "\e913";
	color: var(--cnvs-list-styled-ul-negative-box-color);
}/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.has-drop-cap {
	--cnvs-drop-cap-color: black;
	--cnvs-drop-cap-font-size: 2.5rem;
	--cnvs-drop-cap-dark-background: black;
	--cnvs-drop-cap-dark-color: #fff;
	--cnvs-drop-cap-light-background: #f8f9fa;
	--cnvs-drop-cap-light-color: inherit;
	--cnvs-drop-cap-bordered-width: 1px;
	--cnvs-drop-cap-bordered-color: #dee2e6;
}

.is-style-cnvs-paragraph-callout {
	--cnvs-callout-font-size: 1.25rem;
	--cnvs-callout-font-weight: 600;
}

/*--------------------------------------------------------------*/
.content .has-drop-cap.is-cnvs-dropcap-simple:after,
.content .has-drop-cap.is-cnvs-dropcap-bordered:after,
.content .has-drop-cap.is-cnvs-dropcap-border-right:after,
.content .has-drop-cap.is-cnvs-dropcap-bg-light:after,
.content .has-drop-cap.is-cnvs-dropcap-bg-dark:after,
.entry-content .has-drop-cap.is-cnvs-dropcap-simple:after,
.entry-content .has-drop-cap.is-cnvs-dropcap-bordered:after,
.entry-content .has-drop-cap.is-cnvs-dropcap-border-right:after,
.entry-content .has-drop-cap.is-cnvs-dropcap-bg-light:after,
.entry-content .has-drop-cap.is-cnvs-dropcap-bg-dark:after {
	content: "";
	display: table;
	clear: both;
	padding-top: 14px;
}

.content .has-drop-cap.is-cnvs-dropcap-simple:first-letter,
.content .has-drop-cap.is-cnvs-dropcap-bordered:first-letter,
.content .has-drop-cap.is-cnvs-dropcap-border-right:first-letter,
.content .has-drop-cap.is-cnvs-dropcap-bg-light:first-letter,
.content .has-drop-cap.is-cnvs-dropcap-bg-dark:first-letter,
.entry-content .has-drop-cap.is-cnvs-dropcap-simple:first-letter,
.entry-content .has-drop-cap.is-cnvs-dropcap-bordered:first-letter,
.entry-content .has-drop-cap.is-cnvs-dropcap-border-right:first-letter,
.entry-content .has-drop-cap.is-cnvs-dropcap-bg-light:first-letter,
.entry-content .has-drop-cap.is-cnvs-dropcap-bg-dark:first-letter {
	display: block;
	float: left;
	margin-top: 0.5rem;
	margin-right: 2rem;
	margin-bottom: 1rem;
	color: var(--cnvs-drop-cap-color);
	font-size: var(--cnvs-drop-cap-font-size);
	line-height: 1;
	text-align: center;
}

.content .has-drop-cap.is-cnvs-dropcap-bg-dark:first-letter,
.entry-content .has-drop-cap.is-cnvs-dropcap-bg-dark:first-letter {
	padding: 0.5rem 1rem;
	background: var(--cnvs-drop-cap-dark-background);
	color: var(--cnvs-drop-cap-dark-color);
}

.content .has-drop-cap.is-cnvs-dropcap-bg-light:first-letter,
.entry-content .has-drop-cap.is-cnvs-dropcap-bg-light:first-letter {
	padding: 0.5rem 1rem;
	background: var(--cnvs-drop-cap-light-background);
	color: var(--cnvs-drop-cap-light-color);
}

.content .has-drop-cap.is-cnvs-dropcap-bordered:first-letter,
.entry-content .has-drop-cap.is-cnvs-dropcap-bordered:first-letter {
	margin-top: 0.25rem;
	padding: 0.5rem 1rem;
	border: var(--cnvs-drop-cap-bordered-width) solid var(--cnvs-drop-cap-bordered-color);
}

.content .has-drop-cap.is-cnvs-dropcap-border-right:first-letter,
.entry-content .has-drop-cap.is-cnvs-dropcap-border-right:first-letter {
	padding-right: 2rem;
	border-right: var(--cnvs-drop-cap-bordered-width) solid var(--cnvs-drop-cap-bordered-color);
	border-radius: 0;
}

.content .is-style-cnvs-paragraph-callout,
.entry-content .is-style-cnvs-paragraph-callout {
	font-size: var(--cnvs-callout-font-size);
	font-weight: var(--cnvs-callout-font-weight);
}/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.wp-block-separator {
	--cnvs-wp-block-separator-color: #dee2e6;
}

/*--------------------------------------------------------------*/
.content .wp-block-separator:not(.has-text-color),
.entry-content .wp-block-separator:not(.has-text-color) {
	color: var(--cnvs-wp-block-separator-color);
}

.content .wp-block-separator.is-style-cnvs-separator-double, .content .wp-block-separator.is-style-cnvs-separator-dotted, .content .wp-block-separator.is-style-cnvs-separator-dashed,
.entry-content .wp-block-separator.is-style-cnvs-separator-double,
.entry-content .wp-block-separator.is-style-cnvs-separator-dotted,
.entry-content .wp-block-separator.is-style-cnvs-separator-dashed {
	position: relative;
	display: block;
	height: 10px;
	background-color: transparent !important;
	border-bottom: none !important;
}

.content .wp-block-separator.is-style-cnvs-separator-double:after, .content .wp-block-separator.is-style-cnvs-separator-dotted:after, .content .wp-block-separator.is-style-cnvs-separator-dashed:after,
.entry-content .wp-block-separator.is-style-cnvs-separator-double:after,
.entry-content .wp-block-separator.is-style-cnvs-separator-dotted:after,
.entry-content .wp-block-separator.is-style-cnvs-separator-dashed:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -1px;
	border-bottom: 2px solid;
}

.content .wp-block-separator.is-style-cnvs-separator-double:after,
.entry-content .wp-block-separator.is-style-cnvs-separator-double:after {
	border-bottom-width: 4px !important;
	border-bottom-style: double !important;
	margin-top: -2px;
}

.content .wp-block-separator.is-style-cnvs-separator-dotted:after,
.entry-content .wp-block-separator.is-style-cnvs-separator-dotted:after {
	border-bottom-style: dotted !important;
}

.content .wp-block-separator.is-style-cnvs-separator-dashed:after,
.entry-content .wp-block-separator.is-style-cnvs-separator-dashed:after {
	border-bottom-style: dashed !important;
}/**
 * All of the CSS for your block editor functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.wp-block-group {
	position: relative;
}

.wp-block-group .wp-block-group__inner-container {
	position: relative;
	width: 100%;
}

.wp-block-group .wp-block-group__inner-container > *:last-child {
	margin-bottom: 0;
}

@media (min-width: 760px) and (min-width: 760px) {
	.wp-block-group > .is-block-content {
		max-width: 50%;
		width: 100%;
	}
}

.is-style-cnvs-block-bordered {
	--cnvs-style-single-border-color: #dee2e6;
	border: 1px solid var(--cnvs-style-single-border-color);
	padding: 40px;
}

.is-style-cnvs-block-single-border {
	--cnvs-style-single-border-width: 1px;
	--cnvs-style-single-border-color: #dee2e6;
	--cnvs-style-single-margin: 2rem;
}

.is-style-cnvs-block-single-border:before {
	position: relative !important;
	content: "";
	background-color: var(--cnvs-style-single-border-color);
	display: block;
	width: 4rem;
	height: var(--cnvs-style-single-border-width);
	margin: var(--cnvs-style-single-margin) auto;
}

.is-style-cnvs-block-single-border:after {
	position: relative !important;
	content: "";
	background-color: var(--cnvs-style-single-border-color);
	display: block;
	width: 4rem;
	height: var(--cnvs-style-single-border-width);
	margin: var(--cnvs-style-single-margin) auto;
}

.is-style-cnvs-block-single-border.alignright {
	border: none;
	padding-left: var(--cnvs-style-single-margin);
	border-left: var(--cnvs-style-single-border-width) solid var(--cnvs-style-single-border-color);
}

.is-style-cnvs-block-single-border.alignright:before, .is-style-cnvs-block-single-border.alignright:after {
	content: none;
}

.is-style-cnvs-block-single-border.alignleft {
	border: none;
	padding-right: var(--cnvs-style-single-margin);
	border-right: var(--cnvs-style-single-border-width) solid var(--cnvs-style-single-border-color);
}

.is-style-cnvs-block-single-border.alignleft:before, .is-style-cnvs-block-single-border.alignleft:after {
	content: none;
}

.is-style-cnvs-block-bg-light {
	--cnvs-style-bg-light-background: #f8f9fa;
	--cnvs-style-bg-light-padding: 40px;
	background: var(--cnvs-style-bg-light-background);
	padding: var(--cnvs-style-bg-light-padding);
}

.is-style-cnvs-block-bg-inverse {
	--cnvs-style-bg-inverse-background: black;
	--cnvs-style-bg-inverse-color: #fff;
	--cnvs-style-bg-inverse-padding: 40px;
	background: var(--cnvs-style-bg-inverse-background);
	padding: var(--cnvs-style-bg-inverse-padding);
	color: var(--cnvs-style-bg-inverse-color);
}

.is-style-cnvs-block-shadow {
	--cnvs-style-shadow-box-shadow: 0 16px 36px 0 rgba(0,0,0,0.08);
	--cnvs-style-shadow-padding: 40px;
	-webkit-box-shadow: var(--cnvs-style-shadow-box-shadow);
	box-shadow: var(--cnvs-style-shadow-box-shadow);
	padding: var(--cnvs-style-shadow-padding);
}

@media (max-width: 1019.98px) {
	.is-style-cnvs-block-single-border.alignleft,
	.is-style-cnvs-block-single-border.alignright {
		float: none;
		width: 100%;
		max-width: 100%;
		border-left: none;
		border-right: none;
		margin-left: 0;
		margin-right: 0;
	}
}/**
 * All of the CSS for your block editor functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.wp-block-cover {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.wp-block-cover.is-cnvs-vert-align-middle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wp-block-cover.is-cnvs-vert-align-bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}#cookie-law-info-bar {
	font-size: 15px;
	margin: 0 auto;
	padding: 12px 10px;
	position: absolute;
	text-align: center;
	box-sizing: border-box;
	width:100%;
	z-index: 9999;
	/* box-shadow:rgba(0,0,0,.5) 0px 5px 50px; */
	display: none;
	left:0px;
	font-weight:300;
	box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
}
#cookie-law-info-again {
	font-size: 10pt;
	margin: 0;
	padding:5px 10px;
	text-align: center;
	z-index: 9999;
	cursor: pointer;
	box-shadow: #161616 2px 2px 5px 2px;
}
#cookie-law-info-bar span {
	vertical-align: middle;
}

/** Buttons (http://papermashup.com/demos/css-buttons) */
.cli-plugin-button, .cli-plugin-button:visited {
	display: inline-block;
	padding: 9px 12px;
	color: #fff;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	margin-left: 5px;
	text-decoration: none;
}
.cli-plugin-main-link {
	margin-left:0px;
	font-weight: 550; text-decoration: underline;
}
.cli-plugin-button:hover {
	background-color: #111;
	color: #fff;
	text-decoration: none;
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
	font-size: 11px;
}
.cli-plugin-button, .cli-plugin-button:visited,
	.medium.cli-plugin-button, .medium.cli-plugin-button:visited {
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
}
.large.cli-plugin-button, .large.cli-plugin-button:visited {
	font-size: 14px;
	padding: 8px 14px 9px;
}
.super.cli-plugin-button, .super.cli-plugin-button:visited {
	font-size: 34px;
	padding: 8px 14px 9px;
}
.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
	background-color: #e22092;
}
.pink.cli-plugin-button:hover {
	background-color: #c81e82;
}
.green.cli-plugin-button, .green.cli-plugin-button:visited {
	background-color: #91bd09;
}
.green.cli-plugin-button:hover {
	background-color: #749a02;
}
.red.cli-plugin-button, .red.cli-plugin-button:visited {
	background-color: #e62727;
}
.red.cli-plugin-button:hover {
	background-color: #cf2525;
}
.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
	background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
	background-color: #d45500;
}
.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
	background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
	background-color: #2575cf;
}
.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
	background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
	background-color: #fc9200;
}
.cli-plugin-button{ margin-top:5px; }
.cli-bar-popup{
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	padding:20px;
}
.cli-powered_by_p{width:100% !important; display:block !important; color:#333; clear:both; font-style:italic !important; font-size:12px !important; margin-top:15px !important; }
.cli-powered_by_a{color:#333; font-weight:600 !important; font-size:12px !important;}

/**
 * Added extra space between each cookie bar action elements @since 1.8.9
 */
.cli-plugin-main-link.cli-plugin-button {
	text-decoration: none;
}
.cli-plugin-main-link.cli-plugin-button {
    margin-left: 5px;
}.gdpr-container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.gdpr-row {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.gdpr-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.gdpr-col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.gdpr-align-items-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}
.gdpr-d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.gdpr-px-0 {
	padding-left: 0;
	padding-right: 0;
}
.modal-backdrop.show {
	opacity: .8;
}
.modal-open {
    overflow: hidden
}

.modal-open .gdpr-modal {
    overflow-x: hidden;
    overflow-y: auto
}

.gdpr-modal.fade .gdpr-modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%)
}

.gdpr-modal.show .gdpr-modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1039;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.gdpr-modal {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}
.gdpr-modal a {
	text-decoration: none;
}
.gdpr-modal .gdpr-modal-dialog {
	position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
	text-align: left;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
    .gdpr-modal .gdpr-modal-dialog {
        max-width:500px;
		margin: 1.75rem auto;
        min-height: calc(100% - (1.75rem * 2));		
    }
}
@media (min-width: 992px) {
	.gdpr-modal .gdpr-modal-dialog {
		max-width: 900px;			
	}
}
.gdpr-modal-content {
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}
.gdpr-modal .row {
	margin: 0 -15px;
}
.gdpr-modal .modal-body {
	padding: 0;
	position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.gdpr-modal .close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	padding: 0;
    background-color: transparent;
    border: 0;
	-webkit-appearance: none;
	font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}
.gdpr-modal .close:focus {
	outline: 0;
}
.gdpr-switch {
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-left: 70px;
	font-size: 14px;
}
.gdpr-switch input[type="checkbox"] {
	display:none;
}
.gdpr-switch .gdpr-slider {
	background-color: #e3e1e8;
	height: 24px;
	width: 50px;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s;
}
.gdpr-switch .gdpr-slider:before {
	background-color: #fff;
	bottom: 2px;
	content: "";
	height: 20px;
	left: 2px;
	position: absolute;
	transition: .4s;
	width: 20px;
}
.gdpr-switch input:checked + .gdpr-slider {
	background-color:rgb(99, 179, 95);
}
.gdpr-switch input:checked + .gdpr-slider:before {
	transform: translateX(26px);
}
.gdpr-switch .gdpr-slider {
	border-radius: 34px;
}
.gdpr-switch .gdpr-slider:before {
	border-radius: 50%;
}
.gdpr-tab-content>.gdpr-tab-pane {
    display: none;
}
.gdpr-tab-content>.active {
    display: block;
}
.gdpr-fade {
    transition: opacity .15s linear;
}
.gdpr-nav-pills {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
	list-style: none;
	-ms-flex-direction: column !important;
    flex-direction: column !important;
    align-items: stretch !important;
    -ms-align-items: stretch !important;
}
.nav.gdpr-nav-pills, .gdpr-tab-content {
	width: 100%;
	padding: 30px;
}
.nav.gdpr-nav-pills {
	background: #f3f3f3;
}
.nav.gdpr-nav-pills .gdpr-nav-link {
	border: 1px solid #0070ad;
	margin-bottom: 10px;
	color: #0070ad;
	font-size: 14px;
	display: block;
	padding: .5rem 1rem;
	border-radius: .25rem;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show>.gdpr-nav-link {
	background-color: #0070ad;
	border: 1px solid #0070ad;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active {
	color: #ffffff;
}
.gdpr-tab-content .gdpr-button-wrapper {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #d6d6d6;
}
.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
	background-color: #0070ad;
	border-color: #0070ad;
	color: #ffffff;
	font-size: 14px;
	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gdpr-tab-content p {
	color: #343438;
	font-size: 14px;
	margin-top: 0;
}
.gdpr-tab-content h4 {
	font-size: 20px;
	margin-bottom: .5rem;
	margin-top: 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}


.cli-container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.cli-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.cli-col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.cli-col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.cli-align-items-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important;
}
.cli-d-flex {
	display: -ms-flexbox!important;
	display: flex!important;
}
.cli-px-0 {
	padding-left: 0;
	padding-right: 0;
}
.cli-btn {
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem 1.25rem;
	line-height: 1;
	border-radius: .25rem;
	transition: all .15s ease-in-out;
}
.cli-btn:hover {
  opacity: .8;
}
.cli-read-more-link {
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline;
}
.cli-btn:focus {
	outline: 0;
}
.cli-modal-backdrop.cli-show {
  opacity: .8;
}
.cli-modal-open {
  overflow: hidden
}
.cli-barmodal-open {
  overflow: hidden
}
.cli-modal-open .cli-modal {
	overflow-x: hidden;
	overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out,-webkit-transform .3s ease-out;
	-webkit-transform: translate(0,-25%);
	transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
	-webkit-transform: translate(0,0);
	transform: translate(0,0)
}
.cli-modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	display: none;
}
.cli-modal-backdrop.cli-fade {
  opacity: 0
}
.cli-modal-backdrop.cli-show {
	opacity: .5;
	display: block;
}
.cli-modal.cli-show {
	display: block;
}
.cli-modal a {
	text-decoration: none;
}
.cli-modal .cli-modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
	.cli-modal .cli-modal-dialog {
		max-width:500px;
		margin: 1.75rem auto;
		min-height: calc(100% - (1.75rem * 2))
	}
}
@media (min-width: 992px) {
	.cli-modal .cli-modal-dialog {
		max-width: 900px;
	}
}
.cli-modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: .3rem;
	outline: 0
}
.cli-modal .row {
	margin: 0 -15px;
}
.cli-modal .modal-body {
	padding: 0;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.cli-modal .cli-modal-close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	padding: 0;
	background-color: transparent !important;
	border: 0;
	-webkit-appearance: none;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
}
.cli-modal .cli-modal-close:focus {
	outline: 0;
}
.cli-switch {
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-left: 70px;
	font-size: 14px;
}
.cli-switch input[type="checkbox"] {
    display:none;
}
.cli-switch .cli-slider {
    background-color: #e3e1e8;
    height: 24px;
    width: 50px;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}
.cli-switch .cli-slider:before {
    background-color: #fff;
    bottom: 2px;
    content: "";
    height: 20px;
    left: 2px;
    position: absolute;
    transition: .4s;
    width: 20px;
}
.cli-switch input:checked + .cli-slider {
    background-color: #00acad
}
.cli-switch input:checked + .cli-slider:before {
    transform: translateX(26px);
}
.cli-switch .cli-slider {
    border-radius: 34px;
}
.cli-switch .cli-slider:before {
    border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-tab-content>.cli-active {
    display: block;
}
.cli-fade {
    transition: opacity .15s linear;
}
.cli-nav-pills {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -ms-flex-direction: column;
    flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
    width: 100%;
    padding: 30px;
}
@media (max-width: 767px) {
	.cli-nav-pills, .cli-tab-content {
    padding: 30px 10px;
	}
}
.cli-nav-pills {
    background: #f3f3f3;
}
.cli-nav-pills .cli-nav-link {
    border: 1px solid #00acad;
    margin-bottom: 10px;
    color: #00acad;
    font-size: 14px;
    display: block;
    padding: .5rem 1rem;
    border-radius: .25rem;
    cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
    background-color: #00acad;
    border: 1px solid #00acad;
}
.cli-nav-pills .cli-nav-link.cli-active {
    color: #ffffff;
}
.cli-tab-content .cli-button-wrapper {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
    color: #343438;
    font-size: 14px;
    margin-top: 0;
}
.cli-tab-content h4 {
    font-size: 20px;
    margin-bottom: 1.5rem;
    margin-top: 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
/* Settings Popup */
.cli-container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.cli-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.cli-col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.cli-col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	flex-direction: column;
}
.cli-align-items-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important;
}
.cli-d-flex {
	display: -ms-flexbox!important;
	display: flex!important;
}
.cli-px-0 {
	padding-left: 0;
	padding-right: 0;
}
.cli-btn {
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem 1.25rem;
	line-height: 1;
	border-radius: .25rem;
	transition: all .15s ease-in-out;
}
.cli-btn:hover {
  opacity: .8;
}
.cli-read-more-link {
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline;
}
.cli-btn:focus {
	outline: 0;
}
.cli-modal-backdrop.cli-show {
  opacity: .8;
}
.cli-modal-open {
  overflow: hidden
}
.cli-barmodal-open {
  overflow: hidden
}
.cli-modal-open .cli-modal {
	overflow-x: hidden;
	overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out,-webkit-transform .3s ease-out;
	-webkit-transform: translate(0,-25%);
	transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
	-webkit-transform: translate(0,0);
	transform: translate(0,0)
}
.cli-modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
    background-color: #000;
    -webkit-transform:scale(0);
    transform:scale(0);
    transition: opacity ease-in-out 0.5s;
}
.cli-modal-backdrop.cli-fade {
  opacity: 0;
  
}
.cli-modal-backdrop.cli-show {
	opacity: .5;
  -webkit-transform:scale(1);
  transform:scale(1);
}
.cli-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
    transform: scale(0);
	overflow: hidden;
    outline: 0;
    display: none;
}
.cli-modal a {
	text-decoration: none;
}
.cli-modal .cli-modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
	.cli-modal .cli-modal-dialog {
		max-width:500px;
		margin: 1.75rem auto;
		min-height: calc(100% - (1.75rem * 2))
	}
}
.cli-modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: .2rem;
	box-sizing: border-box;
	outline: 0
}
.cli-modal .row {
	margin: 0 -15px;
}
.cli-modal .modal-body {
	padding: 0;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.cli-modal .cli-modal-close:focus {
	outline: 0;
}
.cli-switch {
    display: inline-block;
    position: relative;
    min-height: 1px;
    padding-left: 38px;
    font-size: 14px;
}
.cli-switch input[type="checkbox"] {
    display:none;
}
.cli-switch .cli-slider {
    background-color: #e3e1e8;
	height: 20px;
    width: 38px;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}
.cli-switch .cli-slider:before {
	background-color: #fff;
    bottom: 2px;
    content: "";
    height: 15px;
    left: 3px;
    position: absolute;
    transition: .4s;
    width: 15px;
}
.cli-switch input:checked + .cli-slider {
	background-color: #61a229;
}
.cli-switch input:checked + .cli-slider:before {
	transform: translateX(18px);
}
.cli-switch .cli-slider {
    border-radius: 34px;
    font-size:0;
}
.cli-switch .cli-slider:before {
    border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-nav-pills {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -ms-flex-direction: column;
    flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
    width: 100%;
    padding:5px 30px 5px 5px;
	box-sizing: border-box;
}
@media (max-width: 767px) {
	.cli-nav-pills, .cli-tab-content {
    padding: 30px 10px;
	}
}
.cli-nav-pills {
    background: #fff;
}
.cli-nav-pills .cli-nav-link {
    border: 1px solid #cccccc;
    margin-bottom: 10px;
    color:#2a2a2a;
    font-size: 14px;
    display: block;
    padding: .5rem 1rem;
    border-radius: .25rem;
    cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
    background-color: #f6f6f9;
    border: 1px solid #cccccc;
}
.cli-nav-pills .cli-nav-link.cli-active {
    color:#2a2a2a;
}
.cli-tab-content .cli-button-wrapper {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
    color: #343438;
    font-size: 14px;
    margin-top: 0;
}
.cli-tab-content h4 {
    font-size: 20px;
    margin-bottom: 1.5rem;
    margin-top: 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
/* Cookie Settings In Bar */
#cookie-law-info-bar .cli-nav-pills,#cookie-law-info-bar .cli-tab-content,#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,#cookie-law-info-bar a.cli-nav-link.cli-active{
    background: transparent;
}

#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,#cookie-law-info-bar  .cli-nav-link,#cookie-law-info-bar .cli-tab-container p,#cookie-law-info-bar span.cli-necessary-caption,#cookie-law-info-bar .cli-switch .cli-slider:after
{
color:inherit;
}
#cookie-law-info-bar .cli-tab-header a:before
{
	border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
}
#cookie-law-info-bar .cli-row
{
	margin-top:20px;
}
#cookie-law-info-bar .cli-col-4
{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}
#cookie-law-info-bar .cli-col-8
{
	flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.cli-wrapper {
    max-width: 90%;
    float: none;
    margin: 0 auto;
}
#cookie-law-info-bar .cli-tab-content h4
{
	margin-bottom:0.5rem;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link
{
	padding: .2rem 0.5rem;
}
#cookie-law-info-bar .cli-tab-container
{
	display:none;
	text-align:left;
}

/* Popup Footer Styles */
.cli-tab-footer .cli-btn {
    background-color: #00acad;
    padding: 10px 15px;
    text-decoration:none;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
    background-color: #61a229;
    color: #ffffff;
    border-radius: 0;
}

.cli-tab-footer {
	width:100%;
	text-align:right;
    padding: 20px 0;
}
/* version 2.0 */
.cli-col-12
{
	width:100%;
}
.cli-tab-header
{
	display: flex;
	justify-content: space-between;
}
.cli-tab-header a:before {
    width: 10px;
    height: 2px;
    left: 0;
    top: calc(50% - 1px);
}
.cli-tab-header a:after {
    width: 2px;
    height: 10px;
    left: 4px;
    top: calc(50% - 5px);
    -webkit-transform: none;
    transform: none;
}
.cli-tab-header a:before {
	width: 7px;
    height: 7px;
    border-right: 1px solid #4a6e78;
    border-bottom: 1px solid #4a6e78;
    content: " ";
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-right:10px;
}
.cli-tab-header a.cli-nav-link  {
    position: relative;
	display: flex;
    align-items: center;
	font-size:14px;
    color:#000;
    text-transform: capitalize;
    
}
.cli-tab-header.cli-tab-active .cli-nav-link:before
{
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.cli-tab-header {
    border-radius: 5px;
    padding: 12px 15px;
    cursor: pointer;
    transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
    background-color:#f2f2f2;
}
.cli-modal .cli-modal-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    -webkit-appearance: none;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
	padding: 10px;
	background: transparent;
    border:none;
    min-width: 40px;
}
.cli-tab-container h4,.cli-tab-container h1 {
	font-family: inherit;
    font-size: 16px;
    margin-bottom: 15px;
	margin:10px 0;
}
#cliSettingsPopup .cli-tab-section-container {
    padding-top: 12px;
}
.cli-tab-container p ,.cli-privacy-content-text{
    font-size: 14px;
    line-height: 1.4;
    margin-top: 0;
    padding: 0;
    color: #000;
}
.wt-cli-privacy
{
    display:none;
}
.cli-tab-content
{
	display:none;
}
.cli-tab-section .cli-tab-content
{
	padding: 10px 20px 5px 20px;
}
.cli-tab-section
{
	margin-top:5px;
}
@media (min-width: 992px) {
	.cli-modal .cli-modal-dialog {
		max-width: 645px;
	}
}
.cli-switch .cli-slider:after{
	content: attr(data-cli-disable);
    position: absolute;
    right: 50px;
	color: #000;
	font-size:12px;
    text-align:right;
    min-width: 80px;
}
.cli-switch input:checked + .cli-slider:after
{
	content: attr(data-cli-enable);
}
.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
	max-height: 60px;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
}
a.cli-privacy-readmore {
    font-size: 12px;
    margin-top: 12px;
    display: inline-block;
    padding-bottom: 0;
    cursor: pointer;
    color:#000;
    text-decoration: underline;
}
.cli-modal-footer {
    position: relative;
}
a.cli-privacy-readmore:before {
    content: attr(data-readmore-text);
}
.cli-collapsed a.cli-privacy-readmore:before {
    content: attr(data-readless-text);
}

.cli-collapsed .cli-privacy-content
{
    transition: max-height 0.25s ease-in;

}
.cli-privacy-content p
{
	margin-bottom:0;
}
.cli-modal-close svg {
    fill: #000;
}
span.cli-necessary-caption {
    color: #000;
    font-size: 12px;
}
.cli-tab-section.cli-privacy-tab {
    display: none;
}
#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
    display: block;
}
#cookie-law-info-bar .cli-privacy-overview {
    display: none;
}
.cli-tab-container .cli-row
{
	max-height: 500px;
    overflow-y: auto;	
}
.cli-modal.cli-blowup.cli-out {
    z-index: -1;
}
.cli-modal.cli-blowup {
    z-index: 999999;
    transform: scale(1);
    
  }
  .cli-modal.cli-blowup .cli-modal-dialog {
    animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  .cli-modal.cli-blowup.cli-out .cli-modal-dialog
  {
    animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  @keyframes blowUpContent {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    99.9% {
      transform: scale(2);
      opacity: 0;
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes blowUpContentTwo {
    0% {
      transform: scale(2);
      opacity: 0;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes blowUpModal {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes blowUpModalTwo {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    50% {
        transform: scale(0.5);
        opacity: 0;
      }
    100% {
      transform: scale(0);
      opacity: 0;
    }
  }
  .cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
    font-size: 12px;
}
.cli_settings_button
{
    cursor: pointer;
}
/* Accessibility Fix */
.wt-cli-sr-only
{
    display: none;
    font-size:16px;
}
/* Changes for CCPA 
Version : 1.8.9
*/
a.wt-cli-element.cli_cookie_close_button {
    text-decoration: none;
    color: #333333;
    font-size: 22px;
    line-height: 22px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 5px;
}
/* GDPR Bar Version 2 */
.cli-bar-container{
    float: none;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.cli-bar-btn_container {
    margin-left: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: nowrap;
}
.cli-style-v2 a
{
    cursor: pointer;
}
.cli-bar-btn_container a {
    white-space: nowrap;
}
.cli-style-v2 .cli-plugin-main-link 
{
    font-weight:inherit;
}
.cli-style-v2 
{   
    font-size: 11pt;
    line-height: 18px;
    font-weight:normal;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container{
    display: block;
}
.cli-style-v2 .cli-bar-message {
    width: 70%;
    text-align: left;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message
{
    width:100%;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container {
    margin-top:8px;
    margin-left: 0px;
    flex-wrap: wrap;
}
/* #cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-message {
    text-align: center;
} */
#cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container {
    margin-top:8px;
    margin-left: 0px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head{
    text-align: left;
    /* padding-left: 15px; */
    margin-bottom: 5px;
    margin-top: 0px;
    font-size: 16px;
}
/* #cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container.cli-style-v2 {
    padding-left: 0px;
    padding-right: 0px;
} */

.cli-style-v2 .cli-bar-message .wt-cli-ccpa-element,.cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
    margin-top: 5px;
}
.cli-style-v2 .cli-bar-btn_container .cli_action_button ,
.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,
.cli-style-v2 .cli-bar-btn_container .cli_settings_button
{
    margin-left: 5px;
}
.wt-cli-ccpa-checkbox label {
    font-size: inherit;
    cursor: pointer;
    margin: 0px 0px 0px 5px;
}
/* .cli-bar-container.cli-style-v2 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
} */
#cookie-law-info-bar[data-cli-style="cli-style-v2"] 
{
    padding: 14px 25px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"]
{
    padding:32px 30px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
    padding: 32px 45px;
}
.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button),.cli-style-v2 .cli_action_button:not(.cli-plugin-button){
    text-decoration: underline;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
    margin-top: 5px;
    margin-bottom: 5px;
}
a.wt-cli-ccpa-opt-out {
    white-space: nowrap;
    text-decoration: underline;
}
.wt-cli-necessary-checkbox {
    display: none !important;
}
@media (max-width: 985px) {
    .cli-style-v2 .cli-bar-message
    {
        width:100%;
    }
    .cli-style-v2.cli-bar-container
    {
        justify-content:left;
        flex-wrap: wrap;
    }
    .cli-style-v2 .cli-bar-btn_container {
        margin-left:0px;
        margin-top: 10px;
    }
    #cookie-law-info-bar[data-cli-style="cli-style-v2"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"]
    {
        padding: 25px 25px;
    }
}
/* Settings popup footer section */
.wt-cli-ckyes-brand-logo {
    display: flex;
    align-items: center;
    font-size: 9px;
    color: #111111;
    font-weight: normal;
}
.wt-cli-ckyes-brand-logo img{
    width: 65px;
    margin-left: 2px;
}
.wt-cli-privacy-overview-actions {
    padding-bottom:0;
}
@media only screen and (max-width: 479px) and (min-width: 320px){
    
    .cli-style-v2 .cli-bar-btn_container {
        flex-wrap: wrap;
    }
}
/* Fix: HTML validation error due to the enclosing of <p> tags on category description */
.wt-cli-cookie-description {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 0;
    padding: 0;
    color: #000;
}/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.pk-widget-author {
	--pk-author-social-link-color: #000000;
	--pk-author-with-bg-color: #FFFFFF;
	--pk-author-with-bg-links-color: #FFFFFF;
	--pk-author-with-bg-links-hover-color: rgba(255,255,255, 0.6);
	--pk-author-with-bg-decsription-color: #FFFFFF;
	--pk-author-avatar-border-radius: 100%;
	--pk-author-description-font-size: 90%;
}

/*--------------------------------------------------------------*/
.pk-widget-author {
	position: relative;
	text-align: center;
}

.pk-widget-author .pk-widget-author-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.pk-widget-author .pk-widget-author-bg img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.pk-widget-author .pk-widget-author-container {
	position: relative;
	padding: 0 2rem;
	z-index: 2;
}

.pk-widget-author .pk-author-avatar img {
	border-radius: var(--pk-author-avatar-border-radius);
}

.pk-widget-author .pk-author-data {
	margin-top: 1rem;
}

.pk-widget-author .pk-author-data .author-description {
	font-size: var(--pk-author-description-font-size);
}

.pk-widget-author .pk-author-footer {
	margin-top: 1rem;
}

.pk-widget-author .pk-author-button {
	margin-top: 1rem;
}

.pk-widget-author .pk-social-links-wrap {
	margin-top: 1rem;
}

.pk-widget-author .pk-social-links-items {
	justify-content: center;
}

.pk-widget-author .pk-social-links-link {
	color: var(--pk-author-social-link-color);
}

.pk-author-social-links .pk-social-links-link {
	padding: 0 0.25rem;
}

.pk-widget-author-with-bg {
	color: var(--pk-author-with-bg-color);
}

.pk-widget-author-with-bg a,
.pk-widget-author-with-bg .section-heading,
.pk-widget-author-with-bg .pk-social-links-link {
	color: var(--pk-author-with-bg-links-color) !important;
}

.pk-widget-author-with-bg a:hover,
.pk-widget-author-with-bg .pk-social-links-link:hover {
	color: var(--pk-author-with-bg-links-hover-color) !important;
}

.pk-widget-author-with-bg .author-description {
	color: var(--pk-author-with-bg-decsription-color) !important;
}

.pk-widget-author-with-bg .pk-widget-author-container {
	padding: 2rem;
}