/* Reset */

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;

	border: 0 solid;
}
body {
	font-size: var(--e-global-typography-accent-font-size) !important;
	line-height: var(--e-global-typography-accent-line-height) !important;
	-webkit-font-smoothing: antialiased;
}
img,
svg {
	display: block;
}
p {
	text-wrap: pretty;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	text-wrap: balance;
}
ul,
ol {
	padding-left: 2em;
}
table {
	width: 100%;
	vertical-align: top;
	caption-side: bottom;

	font-size: 1.25rem;
	line-height: 1.75rem;

	border-collapse: collapse;
}
tr:has(a:hover),
tr:has(a.highlight) {
	background-color: rgb(15 23 43 / 0.1);
}
th,
td {
	padding: 1rem 0.75rem;
}
th:first-child,
td:first-child {
	padding-left: 1.5rem;
}
th:last-child,
td:last-child {
	padding-right: 1.5rem;
}
tbody th,
tbody td {
	border-bottom: 3px solid rgb(15 23 43 / 0.1);
}
th {
	vertical-align: top;

	font-weight: 700;
	text-align: inherit;
}
thead th,
thead td {
	color: rgb(15 23 43 / 0.75);
	background-color: rgb(15 23 43 / 0.1);
}
thead th:first-child,
thead td:first-child {
	border-top-left-radius: 1rem;
	border-bottom-left-radius: 1rem;
}
thead th:last-child,
thead td:last-child {
	border-top-right-radius: 1rem;
	border-bottom-right-radius: 1rem;
}
th:has(a),
td:has(a) {
	padding: 0 !important;
}
th a,
td a {
	display: block;
	padding: 1rem 0.75rem;

	color: inherit !important;
	text-decoration: none !important;
}
th:first-child a,
td:first-child a {
	padding-left: 1.5rem;
}
th:last-child a,
td:last-child a {
	padding-right: 1.5rem;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
abbr {
	text-decoration: none;
}

[id] {
	scroll-margin-top: var(--scroll-margin-top);
}

::-webkit-input-placeholder {
	color: #737373;
}
::-moz-placeholder {
	color: #737373;
}
:-ms-input-placeholder {
	color: #737373;
}
:-moz-placeholder {
	color: #737373;
}

@media (max-width: 767px) {
	body {
		font-size: var(--e-global-typography-text-font-size) !important;
		line-height: var(--e-global-typography-text-line-height) !important;
	}

	table {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	th,
	td {
		padding: 0.75rem 0.5rem;
	}
	th:first-child,
	td:first-child {
		padding-left: 1rem;
	}
	th:last-child,
	td:last-child {
		padding-right: 1rem;
	}
	tbody th,
	tbody td {
		border-bottom: 2px solid rgb(15 23 43 / 0.1);
	}
	thead th:first-child,
	thead td:first-child {
		border-top-left-radius: 0.75rem;
		border-bottom-left-radius: 0.75rem;
	}
	thead th:last-child,
	thead td:last-child {
		border-top-right-radius: 0.75rem;
		border-bottom-right-radius: 0.75rem;
	}
	th a,
	td a {
		padding: 0.75rem 0.5rem;
	}
	th:first-child a,
	td:first-child a {
		padding-left: 1rem;
	}
	th:last-child a,
	td:last-child a {
		padding-right: 1rem;
	}
}

/* Spacing */

h1:not(:last-child),
h2:not(:last-child),
h3:not(:last-child),
h4:not(:last-child),
h5:not(:last-child),
h6:not(:last-child),
p:not(:last-child),
ul:not(:last-child),
ol:not(:last-child) {
	margin-bottom: 1.5rem;
}
table:not(:last-child),
.responsive-table:not(:last-child) {
	margin-bottom: 3rem;
}
h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child),
h5:not(:first-child),
h6:not(:first-child),
table:not(:first-child),
.responsive-table:not(:first-child) {
	margin-top: 3rem;
}
li:not(:last-child) {
	margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
	h1:not(:last-child),
	h2:not(:last-child),
	h3:not(:last-child),
	h4:not(:last-child),
	h5:not(:last-child),
	h6:not(:last-child),
	p:not(:last-child),
	ul:not(:last-child),
	ol:not(:last-child) {
		margin-bottom: 1rem;
	}
	table:not(:last-child),
	.responsive-table:not(:last-child) {
		margin-bottom: 2rem;
	}
	h1:not(:first-child),
	h2:not(:first-child),
	h3:not(:first-child),
	h4:not(:first-child),
	h5:not(:first-child),
	h6:not(:first-child),
	table:not(:first-child),
	.responsive-table:not(:first-child) {
		margin-top: 2rem;
	}
	li:not(:last-child) {
		margin-bottom: 0.375rem;
	}
}

/* Font size */

.text-xs {
	font-size: var(--e-global-typography-primary-font-size);
	line-height: var(--e-global-typography-primary-line-height);
}
.text-sm {
	font-size: var(--e-global-typography-secondary-font-size);
	line-height: var(--e-global-typography-secondary-line-height);
}
.text-base {
	font-size: var(--e-global-typography-text-font-size);
	line-height: var(--e-global-typography-text-line-height);
}
.text-xl {
	font-size: var(--e-global-typography-accent-font-size);
	line-height: var(--e-global-typography-accent-line-height);
}
.text-2xl {
	font-size: var(--e-global-typography-89587fd-font-size);
	line-height: var(--e-global-typography-89587fd-line-height);
}
.text-3xl {
	font-size: var(--e-global-typography-98f6a7c-font-size);
	line-height: var(--e-global-typography-98f6a7c-line-height);
}
.text-4xl {
	font-size: var(--e-global-typography-8ca3b78-font-size);
	line-height: var(--e-global-typography-8ca3b78-line-height);
}
.text-5xl {
	font-size: var(--e-global-typography-01c00b9-font-size);
	line-height: var(--e-global-typography-01c00b9-line-height);
}
.text-6xl {
	font-size: var(--e-global-typography-9f55bb9-font-size);
	line-height: var(--e-global-typography-9f55bb9-line-height);
}
.text-7xl {
	font-size: var(--e-global-typography-3921b4c-font-size);
	line-height: var(--e-global-typography-3921b4c-line-height);
}

@media (max-width: 1680px) {
	.lg\:text-xs {
		font-size: var(--e-global-typography-primary-font-size);
		line-height: var(--e-global-typography-primary-line-height);
	}
	.lg\:text-sm {
		font-size: var(--e-global-typography-secondary-font-size);
		line-height: var(--e-global-typography-secondary-line-height);
	}
	.lg\:text-base {
		font-size: var(--e-global-typography-text-font-size);
		line-height: var(--e-global-typography-text-line-height);
	}
	.lg\:text-xl {
		font-size: var(--e-global-typography-accent-font-size);
		line-height: var(--e-global-typography-accent-line-height);
	}
	.lg\:text-2xl {
		font-size: var(--e-global-typography-89587fd-font-size);
		line-height: var(--e-global-typography-89587fd-line-height);
	}
	.lg\:text-3xl {
		font-size: var(--e-global-typography-98f6a7c-font-size);
		line-height: var(--e-global-typography-98f6a7c-line-height);
	}
	.lg\:text-4xl {
		font-size: var(--e-global-typography-8ca3b78-font-size);
		line-height: var(--e-global-typography-8ca3b78-line-height);
	}
	.lg\:text-5xl {
		font-size: var(--e-global-typography-01c00b9-font-size);
		line-height: var(--e-global-typography-01c00b9-line-height);
	}
	.lg\:text-6xl {
		font-size: var(--e-global-typography-9f55bb9-font-size);
		line-height: var(--e-global-typography-9f55bb9-line-height);
	}
	.lg\:text-7xl {
		font-size: var(--e-global-typography-3921b4c-font-size);
		line-height: var(--e-global-typography-3921b4c-line-height);
	}
}

@media (max-width: 1024px) {
	.md\:text-xs {
		font-size: var(--e-global-typography-primary-font-size);
		line-height: var(--e-global-typography-primary-line-height);
	}
	.md\:text-sm {
		font-size: var(--e-global-typography-secondary-font-size);
		line-height: var(--e-global-typography-secondary-line-height);
	}
	.md\:text-base {
		font-size: var(--e-global-typography-text-font-size);
		line-height: var(--e-global-typography-text-line-height);
	}
	.md\:text-xl {
		font-size: var(--e-global-typography-accent-font-size);
		line-height: var(--e-global-typography-accent-line-height);
	}
	.md\:text-2xl {
		font-size: var(--e-global-typography-89587fd-font-size);
		line-height: var(--e-global-typography-89587fd-line-height);
	}
	.md\:text-3xl {
		font-size: var(--e-global-typography-98f6a7c-font-size);
		line-height: var(--e-global-typography-98f6a7c-line-height);
	}
	.md\:text-4xl {
		font-size: var(--e-global-typography-8ca3b78-font-size);
		line-height: var(--e-global-typography-8ca3b78-line-height);
	}
	.md\:text-5xl {
		font-size: var(--e-global-typography-01c00b9-font-size);
		line-height: var(--e-global-typography-01c00b9-line-height);
	}
	.md\:text-6xl {
		font-size: var(--e-global-typography-9f55bb9-font-size);
		line-height: var(--e-global-typography-9f55bb9-line-height);
	}
	.md\:text-7xl {
		font-size: var(--e-global-typography-3921b4c-font-size);
		line-height: var(--e-global-typography-3921b4c-line-height);
	}
}

@media (max-width: 767px) {
	.sm\:text-xs {
		font-size: var(--e-global-typography-primary-font-size);
		line-height: var(--e-global-typography-primary-line-height);
	}
	.sm\:text-sm {
		font-size: var(--e-global-typography-secondary-font-size);
		line-height: var(--e-global-typography-secondary-line-height);
	}
	.sm\:text-base {
		font-size: var(--e-global-typography-text-font-size);
		line-height: var(--e-global-typography-text-line-height);
	}
	.sm\:text-xl {
		font-size: var(--e-global-typography-accent-font-size);
		line-height: var(--e-global-typography-accent-line-height);
	}
	.sm\:text-2xl {
		font-size: var(--e-global-typography-89587fd-font-size);
		line-height: var(--e-global-typography-89587fd-line-height);
	}
	.sm\:text-3xl {
		font-size: var(--e-global-typography-98f6a7c-font-size);
		line-height: var(--e-global-typography-98f6a7c-line-height);
	}
	.sm\:text-4xl {
		font-size: var(--e-global-typography-8ca3b78-font-size);
		line-height: var(--e-global-typography-8ca3b78-line-height);
	}
	.sm\:text-5xl {
		font-size: var(--e-global-typography-01c00b9-font-size);
		line-height: var(--e-global-typography-01c00b9-line-height);
	}
	.sm\:text-6xl {
		font-size: var(--e-global-typography-9f55bb9-font-size);
		line-height: var(--e-global-typography-9f55bb9-line-height);
	}
	.sm\:text-7xl {
		font-size: var(--e-global-typography-3921b4c-font-size);
		line-height: var(--e-global-typography-3921b4c-line-height);
	}
}

.hidden {
	display: none;
}

.relative {
	position: relative;
}

.text-gold-200 {
	color: var(--e-global-color-3e1d15c);
}

.font-semibold {
	font-weight: 600;
}

.backdrop-blur-sm {
	backdrop-filter: blur(8px);
}

.aspect-4\/3 {
	aspect-ratio: 4 / 3;
}

.button {
	appearance: none;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	padding: 1rem 2rem;

	font-family: "Stack Sans Headline", Sans-serif;
	font-size: 1.25rem;
	line-height: 1.75rem;
	text-align: center;
	text-decoration: none !important;

	border-width: 3px;
	border-style: solid;
	border-radius: 999999rem;
	transition: all 0.3s;

	color: var(--button-text-filled, #ffffff) !important;
	background-color: var(--button-background-filled, #525252);
	border-color: var(--button-border-filled, #525252);
}
.button:hover {
	background-color: var(--button-background-filled-hover, #404040);
	border-color: var(--button-border-filled-hover, #404040);
}

.button:disabled {
	pointer-events: none;
	opacity: 0.5;
}

.button-secondary {
	--button-text-filled: var(--e-global-color-6117847);
	--button-text-soft: var(--e-global-color-146b6a1);
	--button-text-outline: var(--e-global-color-146b6a1);
	--button-background-filled: var(--e-global-color-146b6a1);
	--button-background-filled-hover: var(--e-global-color-2855ba8);
	--button-background-soft: var(--e-global-color-3e1d15c);
	--button-background-soft-hover: var(--e-global-color-6d0a639);
	--button-background-outline-hover: var(--e-global-color-6d0a639);
	--button-border-filled: var(--e-global-color-146b6a1);
	--button-border-filled-hover: var(--e-global-color-2855ba8);
	--button-border-soft: var(--e-global-color-3e1d15c);
	--button-border-soft-hover: var(--e-global-color-6d0a639);
	--button-border-outline: var(--e-global-color-146b6a1);
}

.button-outline {
	color: var(--button-text-outline, #525252) !important;
	background-color: transparent;
	border-color: var(--button-border-outline, #525252);
}
.button-outline:focus,
.button-outline:hover {
	background-color: var(--button-background-outline-hover, #e5e5e5);
}

.button-soft {
	color: var(--button-text-soft, #525252) !important;
	background-color: var(--button-background-soft, #e5e5e5);
	border-color: var(--button-border-soft, #e5e5e5);
}
.button-soft:focus,
.button-soft:hover {
	background-color: var(--button-background-soft-hover, #d4d4d4);
	border-color: var(--button-border-soft-hover, #d4d4d4);
}

@media (max-width: 767px) {
	.button {
		padding: 0.75rem 1.5rem;

		font-size: 1rem;
		line-height: 1.5rem;

		border-width: 2px;
	}
}

.badge {
	display: inline-block;
	vertical-align: top;
	padding: 0.125rem 1rem;

	color: var(--e-global-color-6117847);
	font-size: 1.25rem;
	line-height: 1.75rem;

	background-color: var(--e-global-color-primary);
	border-radius: 999999rem;
}
.badge-volny {
	background-color: #15803d;
}
.badge-rezervovany {
	background-color: #c2410c;
}
.badge-predany {
	background-color: var(--e-global-color-31c2ff1);
}

@media (max-width: 767px) {
	.badge {
		padding: 0.125rem 0.625rem;

		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}

.icon-box {
	display: flex;
	align-items: flex-start;
	gap: 1.5rem;
}
.icon-box-icon {
	display: inline-block;
	flex: 0 0 auto;
	line-height: 0;
}
.icon-box-icon svg {
	width: 3rem;
	height: 3rem;

	fill: currentColor;
}
.icon-box-title {
	margin-bottom: 0 !important;

	font-weight: 600;
}

@media (max-width: 767px) {
	.icon-box {
		gap: 1.25rem;
	}
	.icon-box-icon svg {
		width: 2.5rem;
		height: 2.5rem;
	}
}

.custom-underline .elementor-heading-title a {
	position: relative;

	color: inherit;
	text-decoration: none;
}
.custom-underline .elementor-heading-title a:after {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: -4px;
	left: 0;

	background-color: var(--e-global-color-3e1d15c);
}

@media (max-width: 767px) {
	.custom-underline .elementor-heading-title a:after {
		height: 2px;
		bottom: -1px;
	}
}

.accent-line .elementor-heading-title {
	padding-left: 3.75rem;
	position: relative;
}
.accent-line .elementor-heading-title:before {
	content: "";
	width: 2.5rem;
	height: 3px;
	position: absolute;
	top: 0.875rem;
	left: 0;

	background-color: var(--e-global-color-3e1d15c);
}

@media (max-width: 1680px) {
	.accent-line .elementor-heading-title {
		padding-left: 3rem;
	}
	.accent-line .elementor-heading-title:before {
		width: 2rem;
		top: 0.75rem;
	}
}

@media (max-width: 767px) {
	.accent-line .elementor-heading-title {
		padding-left: 2.625rem;
	}
	.accent-line .elementor-heading-title:before {
		width: 1.75rem;
		height: 2px;
		top: 0.625rem;
	}
}

.responsive-table {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.action-button {
	display: inline-flex;
	vertical-align: top;
	align-items: center;
	gap: 0.625rem 0.625rem;
	padding: 0.625rem 1.25rem;

	color: rgb(15 23 43 / 0.75) !important;
	font-size: 0.875rem;
	line-height: 1.25rem;
	text-decoration: none !important;

	background-color: rgb(15 23 43 / 0);
	border: 1px solid rgb(15 23 43 / 0.1);
	border-radius: 999999rem;
	transition: all 0.3s;
}
.action-button:focus,
.action-button:hover {
	background-color: rgb(15 23 43 / 0.1);
}
.action-button svg {
	width: 0.875rem;
	height: 0.875rem;
}

@media (max-width: 767px) {
	.action-button {
		gap: 0.5rem 0.5rem;
		padding: 0.5rem 1rem;

		font-size: 0.75rem;
		line-height: 1rem;
	}
	.action-button svg {
		width: 0.75rem;
		height: 0.75rem;
	}
}

.elementor-kit-6 input[type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.5rem;
	height: 1.5rem;
	padding: 0 !important;

	border-radius: 0.5rem !important;
	transform: translateY(0.125rem);
}
.elementor-kit-6 input[type="checkbox"]:checked {
	background-color: var(--e-global-color-3e1d15c) !important;
	border-color: var(--e-global-color-3e1d15c) !important;
}
.elementor-kit-6 input[type="checkbox"]:before {
	content: " ";
	width: 1rem;
	height: 1rem;

	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0iIzczNEMzOSI+DQogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEyLjQxNiAzLjM3NmEuNzUuNzUgMCAwIDEgLjIwOCAxLjA0bC01IDcuNWEuNzUuNzUgMCAwIDEtMS4xNTQuMTE0bC0zLTNhLjc1Ljc1IDAgMCAxIDEuMDYtMS4wNmwyLjM1MyAyLjM1MyA0LjQ5My02Ljc0YS43NS43NSAwIDAgMSAxLjA0LS4yMDdaIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIC8+DQo8L3N2Zz4NCg==");
	transform: scale(0);
}
.elementor-kit-6 input[type="checkbox"]:checked:before {
	transform: scale(1);
}

@media (max-width: 767px) {
	.elementor-kit-6 input[type="checkbox"] {
		width: 1rem;
		height: 1rem;

		border-radius: 0.25rem !important;
	}
	.elementor-kit-6 input[type="checkbox"]:before {
		width: 0.75rem;
		height: 0.75rem;
	}

	.elementor-kit-6 input:not([type="button"]):not([type="submit"]),
	.elementor-kit-6 textarea,
	.elementor-kit-6 .elementor-field-textual {
		border-radius: 0.75rem;
	}
}

/* Gsap Animations */

.gsap-hero .gsap-pullup {
	opacity: 0;
	transition:
		background 0.3s,
		border 0.3s,
		border-radius 0.3s,
		box-shadow 0.3s !important;
}

/* Lightbox */

.elementor-lightbox {
	--lightbox-ui-color: var(--e-global-color-primary) !important;
	--lightbox-ui-color-hover: var(--e-global-color-1e0e641) !important;
	--lightbox-text-color: var(--e-global-color-primary) !important;

	backdrop-filter: blur(4px);
}
.elementor-lightbox .elementor-lightbox-image {
	border-radius: 1.5rem !important;
	box-shadow: none !important;
}

@media (max-width: 767px) {
	.elementor-lightbox .elementor-lightbox-image {
		border-radius: 1rem !important;
	}
}

/* Elementor Fixes */

.elementor-kit-6 .elementor-widget .elementor-icon-list-icon + .elementor-icon-list-text {
	padding-inline-start: 0;
}
.elementor-kit-6 .elementor-heading-title {
	line-height: inherit;
}

/* Form Controls */

.elementor-kit-6 input:not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.elementor-kit-6 textarea,
.elementor-kit-6 .elementor-field-textual {
	width: 100%;
	vertical-align: top;
}

/* Contact Form */

.wpcf7-not-valid {
	background-color: var(--e-global-color-8b593b9) !important;
	border-color: var(--e-global-color-8b593b9) !important;
}
.wpcf7-list-item {
	margin: 0;
}
.wpcf7 .wpcf7-list-item label {
	display: flex;
	align-items: flex-start;
	margin-bottom: 0;

	color: var(--e-global-color-6117847);
	font-size: var(--e-global-typography-text-font-size);
	line-height: var(--e-global-typography-text-line-height);
}
.wpcf7 .wpcf7-list-item label input {
	flex-shrink: 0;
	margin-right: 1rem;
}
.wpcf7 .wpcf7-list-item label span a {
	color: inherit;
}
.wpcf7 .submitting .wpcf7-submit {
	opacity: 0.5;
}
.wpcf7 form .wpcf7-response-output {
	margin: 2rem 0 0;
	padding: 2rem;

	background-color: var(--e-global-color-8b593b9);
	border: 0;
	border-radius: 1rem;
}
.wpcf7 form.sent .wpcf7-response-output {
	background-color: #bbf7d0;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	background-color: var(--e-global-color-8b593b9);
}
.wpcf7-not-valid-tip {
	margin-top: 0.5rem;

	color: var(--e-global-color-7ccb8be);
	font-size: var(--e-global-typography-text-font-size);
	line-height: var(--e-global-typography-text-line-height);
}
.wpcf7-spinner {
	margin: -12px 0 0 -12px;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0.5;

	background-color: var(--e-global-color-31c2ff1);
}
.wpcf7-spinner::before {
	background-color: var(--e-global-color-6117847);
}

@media (max-width: 767px) {
	.wpcf7 form .wpcf7-response-output {
		margin: 1.5rem 0 0;
		padding: 1.5rem;

		border-radius: 0.75rem;
	}
	.wpcf7 .wpcf7-list-item label {
		font-size: var(--e-global-typography-primary-font-size);
		line-height: var(--e-global-typography-primary-line-height);
	}
	.wpcf7 .wpcf7-list-item label input {
		margin-right: 0.5rem;
	}
	.wpcf7 .wpcf7-submit {
		width: 100%;
	}
	.wpcf7-not-valid-tip {
		margin-top: 0.25rem;

		font-size: var(--e-global-typography-primary-font-size);
		line-height: var(--e-global-typography-primary-line-height);
	}
}

/* reCAPTCHA */

.grecaptcha-badge {
	display: none !important;
}

/* Complianz */

.cmplz-cookiebanner {
	border-radius: 0 !important;
}
#cmplz-manage-consent {
	display: none !important;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
	font-weight: inherit !important;
}
.cmplz-cookiebanner .cmplz-links ul li + li {
	margin-top: 0;
}

@media (min-width: 768px) {
	.cmplz-message,
	.cmplz-categories {
		width: auto !important;
	}
}

@media (min-width: 768.98px) {
	.cmplz-cookiebanner {
		border-radius: var(--cmplz_banner_border_radius) !important;
	}
	.cmplz-message,
	.cmplz-categories {
		width: calc(var(--cmplz_banner_width) - 42px) !important;
	}
}
