/* BNSS Intro Manager — Frontend */
.bnss-im {
	position: fixed;
	inset: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.bnss-im.bnss-show {
	display: flex !important;
	opacity: 1;
	visibility: visible !important;
}

.bnss-im.bnss-show .bnss-im-stage {
	opacity: 1;
	visibility: visible;
}

.bnss-im-stage {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.bnss-im-image,
.bnss-im-video {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: var(--bnss-image-position-x, 50%) var(--bnss-image-position-y, 50%);
}

.bnss-im-image {
	transform: scale(var(--bnss-image-zoom, 1));
	transform-origin: var(--bnss-image-position-x, 50%) var(--bnss-image-position-y, 50%);
}

.bnss-im-stage--cutout .bnss-im-cutout-stack .bnss-im-image--cutout-bg,
.bnss-im-cutout-stack .bnss-im-image--cutout-bg {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	max-width: none;
	max-height: none;
	object-fit: cover;
	object-position: var(--bnss-image-position-x, 50%) var(--bnss-image-position-y, 50%);
	transform: scale(var(--bnss-image-zoom, 1));
	transform-origin: var(--bnss-image-position-x, 50%) var(--bnss-image-position-y, 50%);
}

.bnss-im-cutout-stack.bnss-fit-contain .bnss-im-image--cutout-bg,
.bnss-fit-contain .bnss-im-cutout-stack .bnss-im-image--cutout-bg {
	object-fit: contain;
}

.bnss-im-image[style],
.bnss-im-video[style] {
	flex-shrink: 0;
}

.bnss-fit-contain .bnss-im-image,
.bnss-fit-contain .bnss-im-video {
	object-fit: contain;
}

.bnss-im-html {
	max-width: 90vw;
	max-height: 80vh;
	color: #fff;
	font-size: clamp(18px, 4vw, 28px);
	text-align: center;
	z-index: 2;
	padding: 20px;
}

/* Overlay */
.bnss-im-overlay {
	position: absolute;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 0 40px;
	box-sizing: border-box;
	z-index: 5;
}

.bnss-pos-top { top: 0; }
.bnss-pos-bottom { bottom: 0; }

.bnss-im-overlay--fullscreen {
	top: 0 !important;
	bottom: 0 !important;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0;
	gap: 12px;
}

.bnss-im-overlay-veil {
	display: none;
}

.bnss-im-overlay--cutout .bnss-im-title,
.bnss-im-overlay--cutout .bnss-im-clock,
.bnss-im-overlay--cutout .bnss-im-weather,
.bnss-im-overlay--cutout .bnss-im-qr,
.bnss-im-overlay--cutout .bnss-im-rss,
.bnss-im-overlay--cutout .bnss-im-overlay-btns,
.bnss-im-overlay--cutout .bnss-im-logo {
	position: relative;
	z-index: 1;
}

.bnss-im-overlay--fullscreen .bnss-im-logo,
.bnss-im-overlay--fullscreen .bnss-im-logo.bnss-im-svg-inline,
.bnss-im-overlay--fullscreen .bnss-im-logo.bnss-im-svg-inline svg {
	max-width: min(90%, 100%);
	max-height: 72%;
	width: auto;
	height: auto;
	flex: 0 1 auto;
	min-width: 0;
	min-height: 0;
}

.bnss-im-overlay--fullscreen .bnss-im-title {
	flex: 0 0 auto;
	max-width: min(90%, 1100px);
	padding: 0 16px;
	box-sizing: border-box;
	text-align: center;
	font-size: clamp(12px, 2.5vw, 18px);
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	overflow-wrap: anywhere;
}

.bnss-im-overlay--fullscreen .bnss-im-clock,
.bnss-im-overlay--fullscreen .bnss-im-weather,
.bnss-im-overlay--fullscreen .bnss-im-rss {
	margin-left: 0;
	text-align: center;
}

.bnss-im-logo {
	max-height: 70%;
	max-width: 240px;
	object-fit: contain;
}

.bnss-im-title {
	font-size: clamp(18px, 3vw, 28px);
	font-weight: 700;
}

.bnss-im-clock {
	margin-left: auto;
	font-size: clamp(16px, 2.5vw, 24px);
	font-variant-numeric: tabular-nums;
}

.bnss-im-weather {
	font-size: 14px;
	opacity: .85;
}

.bnss-im-overlay-btns a,
.bnss-im-overlay-btns .bnss-btn {
	display: inline-block;
	padding: 8px 16px;
	margin-left: 8px;
	border-radius: 999px;
	background: rgba(255,255,255,.15);
	color: inherit;
	text-decoration: none;
	font-weight: 600;
	transition: background .2s;
}

.bnss-im-overlay-btns a:hover {
	background: rgba(255,255,255,.3);
}

.bnss-im-overlay-btns svg {
	max-height: 70%;
	width: auto;
	max-width: min(280px, 40vw);
	flex-shrink: 0;
	display: block;
}

.bnss-im-svg-inline svg {
	max-width: 100%;
	height: auto;
	display: block;
}

/* Actions */
.bnss-im-actions {
	position: absolute;
	display: flex;
	gap: 12px;
	z-index: 8;
	flex-wrap: wrap;
	align-items: center;
}

.bnss-im-actions--bottom-right {
	right: 30px;
	bottom: 30px;
	left: auto;
	top: auto;
	transform: none;
}

.bnss-im-actions--bottom-center {
	left: 50%;
	bottom: 30px;
	right: auto;
	top: auto;
	transform: translateX(-50%);
}

.bnss-im-actions--bottom-left {
	left: 30px;
	bottom: 30px;
	right: auto;
	top: auto;
	transform: none;
}

.bnss-im-actions--top-right {
	right: 30px;
	top: 30px;
	left: auto;
	bottom: auto;
	transform: none;
}

.bnss-im-actions--top-center {
	left: 50%;
	top: 30px;
	right: auto;
	bottom: auto;
	transform: translateX(-50%);
}

.bnss-im-actions--top-left {
	left: 30px;
	top: 30px;
	right: auto;
	bottom: auto;
	transform: none;
}

.bnss-im-actions--center {
	left: 50%;
	top: 50%;
	right: auto;
	bottom: auto;
	transform: translate(-50%, -50%);
}

.bnss-im--click-exit {
	cursor: pointer;
}

.bnss-im--click-exit .bnss-im-stage {
	cursor: pointer;
}

.bnss-im--click-exit .bnss-im-video:not([controls]) {
	pointer-events: none;
}

.bnss-im-enter,
.bnss-im-close {
	border: 0;
	border-radius: 999px;
	padding: 13px 22px;
	background: #fff;
	color: #111;
	font-weight: 700;
	cursor: pointer;
	font-size: 15px;
	transition: transform .15s, box-shadow .15s;
}

.bnss-im-enter:hover,
.bnss-im-close:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 16px rgba(0,0,0,.25);
}

.bnss-im-close {
	width: 48px;
	height: 48px;
	padding: 0;
	font-size: 28px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.bnss-im-close--svg {
	font-size: inherit;
}

.bnss-im-close__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52%;
	height: 52%;
	pointer-events: none;
}

.bnss-im-close__icon svg {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}

/* Built-in transitions */
.bnss-effect-fade .bnss-im-stage {
	opacity: 0;
	transition: opacity .6s ease;
}
.bnss-effect-fade.bnss-show .bnss-im-stage { opacity: 1; }

.bnss-effect-zoom .bnss-im-stage {
	transform: scale(1.08);
	transition: transform .8s ease;
}
.bnss-effect-zoom.bnss-show .bnss-im-stage { transform: scale(1); }

.bnss-effect-blur {
	backdrop-filter: blur(12px);
	transition: backdrop-filter .7s ease;
}
.bnss-effect-blur.bnss-show { backdrop-filter: blur(0); }

.bnss-effect-slide {
	transform: translateY(100%);
	transition: transform .55s ease;
}
.bnss-effect-slide.bnss-show { transform: translateY(0); }

.bnss-effect-wipe {
	clip-path: inset(0 100% 0 0);
	transition: clip-path .65s ease-in-out;
}
.bnss-effect-wipe.bnss-show { clip-path: inset(0 0 0 0); }

.bnss-effect-glitch.bnss-show {
	animation: bnss-glitch-in .5s steps(4, end) forwards;
}

@keyframes bnss-glitch-in {
	0%   { transform: translate(0); filter: hue-rotate(0deg); }
	25%  { transform: translate(-4px, 2px); filter: hue-rotate(90deg); }
	50%  { transform: translate(4px, -2px); filter: hue-rotate(180deg); }
	75%  { transform: translate(-2px, 4px); filter: hue-rotate(270deg); }
	100% { transform: translate(0); filter: hue-rotate(0deg); }
}

/* Progress & countdown */
.bnss-im-progress {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 5px;
	background: rgba(255,255,255,.2);
	z-index: 9;
}

.bnss-im-progress span {
	display: block;
	height: 100%;
	width: 0;
	background: #fff;
	transition: width linear;
}

.bnss-im-countdown {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
	color: #fff;
	font-size: clamp(48px, 12vw, 72px);
	font-weight: 800;
	text-shadow: 0 3px 20px #000;
	font-variant-numeric: tabular-nums;
}

/* Playlist */
.bnss-im-playlist {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.bnss-im-slide {
	position: absolute;
	inset: 0;
	opacity: 0 !important;
	visibility: hidden !important;
	z-index: 0;
	transition: opacity .5s ease;
	pointer-events: none;
	overflow: hidden;
}

.bnss-im-slide.bnss-slide-active {
	opacity: 1 !important;
	visibility: visible !important;
	z-index: 2;
	pointer-events: auto;
}

.bnss-im-slide .bnss-im-image,
.bnss-im-slide .bnss-im-video,
.bnss-im-slide .bnss-im-cutout-stack,
.bnss-im-slide .bnss-im-playlist,
.bnss-im-slide .bnss-im-svg-wrap,
.bnss-im-slide .bnss-im-html {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
}

.bnss-im-slide .bnss-im-image,
.bnss-im-slide .bnss-im-video {
	object-fit: cover !important;
}

/* QR placeholder */
.bnss-im-qr {
	width: 64px;
	height: 64px;
	background: #fff;
	border-radius: 8px;
	margin-left: auto;
}

/* Preview mode */
.bnss-im-preview {
	position: relative !important;
	inset: auto !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
	max-height: none !important;
	border-radius: 0;
}

.bnss-im.bnss-im-preview.bnss-effect-fade .bnss-im-stage,
.bnss-im.bnss-im-preview.bnss-effect-zoom .bnss-im-stage,
.bnss-im.bnss-im-preview.bnss-effect-slide,
.bnss-im.bnss-im-preview.bnss-effect-wipe {
	opacity: 1 !important;
	transform: none !important;
	transition: none !important;
	clip-path: none !important;
}

.bnss-im-preview-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,.6);
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
}

.bnss-im-preview-overlay .bnss-im {
	position: relative;
	width: 90vw;
	max-width: 960px;
	height: 70vh;
	border-radius: 16px;
	overflow: hidden;
}

@media (max-width: 768px) {
	.bnss-im-overlay { padding: 0 16px; gap: 12px; }

	/* Solo riduce i margini: non forzare bottom-right (rompe le altre posizioni). */
	.bnss-im-actions--bottom-right,
	.bnss-im-actions--bottom-center,
	.bnss-im-actions--bottom-left {
		bottom: 16px;
	}

	.bnss-im-actions--top-right,
	.bnss-im-actions--top-center,
	.bnss-im-actions--top-left {
		top: 16px;
	}

	.bnss-im-actions--bottom-right,
	.bnss-im-actions--top-right {
		right: 16px;
		left: auto;
	}

	.bnss-im-actions--bottom-left,
	.bnss-im-actions--top-left {
		left: 16px;
		right: auto;
	}

	.bnss-im-actions--bottom-center,
	.bnss-im-actions--top-center {
		left: 50%;
		right: auto;
	}

	.bnss-im-actions--center {
		left: 50%;
		top: 50%;
		right: auto;
		bottom: auto;
		transform: translate(-50%, -50%);
	}

	.bnss-im-actions--bottom-center {
		top: auto;
		transform: translateX(-50%);
	}

	.bnss-im-actions--top-center {
		bottom: auto;
		transform: translateX(-50%);
	}

	.bnss-im-actions--bottom-right,
	.bnss-im-actions--bottom-left,
	.bnss-im-actions--top-right,
	.bnss-im-actions--top-left {
		transform: none;
	}

	.bnss-im-actions--bottom-right,
	.bnss-im-actions--bottom-left {
		top: auto;
	}

	.bnss-im-actions--top-right,
	.bnss-im-actions--top-left {
		bottom: auto;
	}
}

/* Body scroll lock */
html.bnss-im-body-lock,
body.bnss-im-body-lock {
	overflow: hidden !important;
	height: 100%;
	touch-action: none;
}

/* Nascondi menu / header tema durante intro */
html.bnss-im-hide-menu #header,
html.bnss-im-hide-menu #main-header,
html.bnss-im-hide-menu #site-header,
html.bnss-im-hide-menu #masthead,
html.bnss-im-hide-menu #navigation,
html.bnss-im-hide-menu #top-menu,
html.bnss-im-hide-menu header.site-header,
html.bnss-im-hide-menu header#header,
html.bnss-im-hide-menu .site-header,
html.bnss-im-hide-menu .main-header,
html.bnss-im-hide-menu .header-wrapper,
html.bnss-im-hide-menu .elementor-location-header,
html.bnss-im-hide-menu nav.main-navigation,
html.bnss-im-hide-menu .main-navigation,
html.bnss-im-hide-menu .navbar,
html.bnss-im-hide-menu .et_header_style_left #main-header,
html.bnss-im-hide-menu .et_header_style_centered #main-header {
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

/* Nascondi footer tema durante intro */
html.bnss-im-hide-footer footer,
html.bnss-im-hide-footer #footer,
html.bnss-im-hide-footer #main-footer,
html.bnss-im-hide-footer #colophon,
html.bnss-im-hide-footer .site-footer,
html.bnss-im-hide-footer .footer-wrapper,
html.bnss-im-hide-footer .elementor-location-footer,
html.bnss-im-hide-footer #main-footer,
html.bnss-im-hide-footer .et-l--footer {
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

/* Schermo intero: nasconde contenuto pagina e admin bar */
html.bnss-im-fullscreen {
	margin-top: 0 !important;
}

html.bnss-im-fullscreen #wpadminbar {
	display: none !important;
}

html.bnss-im-fullscreen #page,
html.bnss-im-fullscreen #main,
html.bnss-im-fullscreen #content,
html.bnss-im-fullscreen #main-content,
html.bnss-im-fullscreen .site-content,
html.bnss-im-fullscreen main.site-main,
html.bnss-im-fullscreen #et-main-area,
html.bnss-im-fullscreen .et-l--body,
html.bnss-im-fullscreen .elementor-location-single,
html.bnss-im-fullscreen [data-elementor-type="wp-page"],
html.bnss-im-fullscreen [data-elementor-type="single-post"],
html.bnss-im-fullscreen [data-elementor-type="single-page"],
html.bnss-im-fullscreen .page-wrapper {
	visibility: hidden !important;
	pointer-events: none !important;
}

html.bnss-im-fullscreen .bnss-im {
	width: 100dvw;
	height: 100dvh;
	min-height: 100dvh;
	max-width: none;
	max-height: none;
	z-index: 2147483646 !important;
}

/* Playlist slide transitions */
.bnss-slide-fx--fade .bnss-im-slide { transition: opacity .5s ease; }
.bnss-slide-fx--zoom .bnss-im-slide { transition: opacity .5s ease, transform .6s ease; transform: scale(1.08); }
.bnss-slide-fx--zoom .bnss-im-slide.bnss-slide-active { transform: scale(1); }
.bnss-slide-fx--slide .bnss-im-slide { transition: opacity .4s ease, transform .55s ease; transform: translateX(40px); }
.bnss-slide-fx--slide .bnss-im-slide.bnss-slide-active { transform: translateX(0); }
.bnss-slide-fx--wipe .bnss-im-slide {
	transition: clip-path .6s ease-in-out, opacity .01s linear;
	clip-path: inset(0 100% 0 0);
}
.bnss-slide-fx--wipe .bnss-im-slide.bnss-slide-active {
	clip-path: inset(0 0 0 0);
}

/* QR canvas */
.bnss-im-qr {
	display: block;
	flex-shrink: 0;
	image-rendering: pixelated;
}

/* RSS feed in overlay */
.bnss-im-rss {
	list-style: none;
	margin: 0 0 0 auto;
	padding: 0;
	max-width: 280px;
	font-size: 12px;
	line-height: 1.35;
	text-align: right;
}

.bnss-im-rss li + li {
	margin-top: 4px;
}

.bnss-im-rss a {
	color: inherit;
	text-decoration: none;
	opacity: .9;
}

.bnss-im-rss a:hover {
	text-decoration: underline;
	opacity: 1;
}

/* Loading skeleton */
.bnss-im-loading {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(255,255,255,.06) 25%, rgba(255,255,255,.12) 50%, rgba(255,255,255,.06) 75%);
	background-size: 200% 100%;
	animation: bnss-shimmer 1.2s infinite;
	z-index: 1;
	pointer-events: none;
}

.bnss-im-loading--done {
	display: none;
}

@keyframes bnss-shimmer {
	0% { background-position: 200% 0; }
	100% { background-position: -200% 0; }
}

.bnss-show--instant,
.bnss-show--instant .bnss-im-stage {
	opacity: 1 !important;
	transform: none !important;
	transition: none !important;
}

@media (prefers-reduced-motion: reduce) {
	.bnss-im,
	.bnss-im-stage,
	.bnss-im-slide,
	.bnss-effect-fade .bnss-im-stage,
	.bnss-effect-zoom .bnss-im-stage,
	.bnss-effect-slide,
	.bnss-effect-wipe,
	.bnss-slide-fx--fade .bnss-im-slide,
	.bnss-slide-fx--zoom .bnss-im-slide,
	.bnss-slide-fx--slide .bnss-im-slide,
	.bnss-slide-fx--wipe .bnss-im-slide {
		transition: none !important;
		animation: none !important;
		transform: none !important;
	}

	.bnss-im-loading {
		animation: none;
		display: none;
	}
}

@media (max-width: 768px) {
	.bnss-im-overlay {
		flex-wrap: wrap;
		padding: 8px 12px;
		gap: 8px;
	}
	.bnss-im-title { font-size: 14px; flex: 1 1 100%; }
	.bnss-im-rss { max-width: 100%; text-align: left; margin-left: 0; }
	.bnss-im-qr { margin-left: 0; }
}

/* Banner anteprima visitatore (solo admin) */
.bnss-im-preview-banner {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000000;
	background: #1e40af;
	color: #fff;
	padding: 10px 16px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
}

.bnss-im-preview-banner a {
	color: #fff;
	text-decoration: underline;
	margin-left: 8px;
}

body.admin-bar .bnss-im-preview-banner {
	top: 32px;
}

.bnss-im-preview-banner--error {
	background: #b91c1c;
}

.bnss-im-svg-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	max-height: 100%;
}

.bnss-im-svg-wrap .bnss-im-svg {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.bnss-im-svg-wrap--content,
.bnss-im-svg-wrap--content svg {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.bnss-im-cutout-stack {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	isolation: isolate;
	pointer-events: none;
	overflow: hidden;
}

.bnss-im-cutout-color {
	position: absolute;
	inset: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.bnss-im-cutout-stack .bnss-im-image--cutout-bg {
	z-index: 1;
}

.bnss-im-cutout-stack--mask .bnss-im-cutout-color {
	/* Scala logo = --bnss-cutout-mask-size (es. 80% auto), stessa in anteprima e frontend. */
	-webkit-mask-image: linear-gradient(#fff 0 0), var(--bnss-cutout-mask);
	mask-image: linear-gradient(#fff 0 0), var(--bnss-cutout-mask);
	-webkit-mask-size: 100% 100%, var(--bnss-cutout-mask-size, 100% auto);
	mask-size: 100% 100%, var(--bnss-cutout-mask-size, 100% auto);
	-webkit-mask-repeat: no-repeat, no-repeat;
	mask-repeat: no-repeat, no-repeat;
	-webkit-mask-position: center, center;
	mask-position: center, center;
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	-webkit-mask-mode: alpha, alpha;
	mask-mode: alpha, alpha;
}

@media (max-width: 768px) {
	.bnss-im-cutout-stack--mask .bnss-im-cutout-color {
		-webkit-mask-size: 100% 100%, var(--bnss-cutout-mask-size, 92% auto);
		mask-size: 100% 100%, var(--bnss-cutout-mask-size, 92% auto);
	}
}

.bnss-im-cutout-stack--mask .bnss-im-cutout-punch {
	display: none !important;
	visibility: hidden !important;
}

.bnss-im-cutout-punch {
	position: absolute;
	inset: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.bnss-im-cutout-punch__svg {
	flex-shrink: 0;
	max-width: 100%;
	max-height: 100%;
}

.bnss-im-cutout-punch__svg svg {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}

.bnss-im-cutout-punch__svg svg,
.bnss-im-cutout-punch__svg svg * {
	fill: #000 !important;
	stroke: none !important;
}

.bnss-im-cutout-stack--logo-on-top .bnss-im-logo-float {
	position: absolute;
	inset: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.bnss-im-logo-float__svg {
	flex-shrink: 0;
	max-width: 100%;
	max-height: 100%;
}

.bnss-im-logo-float__svg svg {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}

.bnss-im-svg-tinted svg path,
.bnss-im-svg-tinted svg polygon,
.bnss-im-svg-tinted svg rect,
.bnss-im-svg-tinted svg circle,
.bnss-im-svg-tinted svg ellipse,
.bnss-im-svg-tinted svg polyline,
.bnss-im-svg-tinted svg line,
.bnss-im-svg-tinted svg text,
.bnss-im-svg-tinted svg tspan {
	fill: currentColor;
}

.bnss-im-svg-tinted svg [fill="none"] {
	fill: none;
}

.bnss-im-overlay--cutout {
	isolation: isolate;
	overflow: visible;
}

.bnss-im-overlay-cutout {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 100vh;
	z-index: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	transform: translateY(-50%);
}

.bnss-im-overlay-cutout .bnss-im-cutout-punch {
	position: relative;
	inset: auto;
	width: 100%;
	height: 100%;
}

.bnss-im-overlay--cutout .bnss-im-logo,
.bnss-im-overlay--cutout .bnss-im-title,
.bnss-im-overlay--cutout .bnss-im-clock,
.bnss-im-overlay--cutout .bnss-im-weather,
.bnss-im-overlay--cutout .bnss-im-qr,
.bnss-im-overlay--cutout .bnss-im-rss,
.bnss-im-overlay--cutout .bnss-im-overlay-btns {
	position: relative;
	z-index: 1;
}

.bnss-im-svg-wrap--overlay .bnss-im-svg-inline,
.bnss-im-svg-wrap--overlay .bnss-im-svg-inline svg,
.bnss-im-svg-wrap--overlay img.bnss-im-svg {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}

.bnss-im-svg-wrap--overlay.bnss-im-fit-cover img.bnss-im-svg {
	object-fit: cover;
}

.bnss-im-svg-wrap--overlay.bnss-im-fit-contain img.bnss-im-svg {
	object-fit: contain;
}

.bnss-im-svg-wrap--overlay.bnss-im-fit-cover .bnss-im-svg-inline svg,
.bnss-im-svg-wrap--overlay.bnss-im-fit-cover.bnss-im-svg-wrap--content svg {
	width: 100%;
	height: 100%;
}

.bnss-im-svg-wrap--overlay.bnss-im-fit-contain .bnss-im-svg-inline svg,
.bnss-im-svg-wrap--overlay.bnss-im-fit-contain.bnss-im-svg-wrap--content svg {
	width: 100%;
	height: 100%;
}

.bnss-im-svg-inline,
.bnss-im-svg-inline svg {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.bnss-im-logo.bnss-im-svg-inline,
.bnss-im-logo.bnss-im-svg-inline svg {
	max-height: 70%;
	max-width: 240px;
}


/* BNSS v3.4.5 — Divi + Elementor hide switches */
html.bnss-im-hide-menu #main-header,
body.bnss-im-hide-menu #main-header,
html.bnss-im-hide-menu header.et-l--header,
body.bnss-im-hide-menu header.et-l--header,
html.bnss-im-hide-menu #top-header,
body.bnss-im-hide-menu #top-header,
html.bnss-im-hide-menu .et-l--header,
body.bnss-im-hide-menu .et-l--header,
html.bnss-im-hide-menu #et-top-navigation,
body.bnss-im-hide-menu #et-top-navigation,
html.bnss-im-hide-menu #et_mobile_nav_menu,
body.bnss-im-hide-menu #et_mobile_nav_menu,
html.bnss-im-hide-menu .mobile_nav,
body.bnss-im-hide-menu .mobile_nav,
html.bnss-im-hide-menu .et_pb_menu,
body.bnss-im-hide-menu .et_pb_menu,
html.bnss-im-hide-menu .et_pb_fullwidth_menu,
body.bnss-im-hide-menu .et_pb_fullwidth_menu,
html.bnss-im-hide-menu .et-tb-header,
body.bnss-im-hide-menu .et-tb-header,
html.bnss-im-hide-menu .et_fixed_nav,
body.bnss-im-hide-menu .et_fixed_nav,
html.bnss-im-hide-menu .elementor-location-header,
body.bnss-im-hide-menu .elementor-location-header,
html.bnss-im-hide-menu [data-elementor-type="header"],
body.bnss-im-hide-menu [data-elementor-type="header"] {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
	height: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}
html.bnss-im-hide-footer #main-footer,
body.bnss-im-hide-footer #main-footer,
html.bnss-im-hide-footer .et-l--footer,
body.bnss-im-hide-footer .et-l--footer,
html.bnss-im-hide-footer .et-tb-footer,
body.bnss-im-hide-footer .et-tb-footer,
html.bnss-im-hide-footer footer,
body.bnss-im-hide-footer footer,
html.bnss-im-hide-footer .elementor-location-footer,
body.bnss-im-hide-footer .elementor-location-footer,
html.bnss-im-hide-footer [data-elementor-type="footer"],
body.bnss-im-hide-footer [data-elementor-type="footer"] {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
	height: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}
html.bnss-im-fullscreen body,
body.bnss-im-fullscreen {
	overflow: hidden !important;
	background: #000 !important;
}
html.bnss-im-fullscreen,
body.bnss-im-fullscreen {
	background: #000 !important;
}
html.bnss-im-fullscreen #page-container,
body.bnss-im-fullscreen #page-container,
html.bnss-im-fullscreen #et-main-area,
body.bnss-im-fullscreen #et-main-area,
html.bnss-im-fullscreen #main-content,
body.bnss-im-fullscreen #main-content,
html.bnss-im-fullscreen .et-l--body,
body.bnss-im-fullscreen .et-l--body,
html.bnss-im-fullscreen #page,
body.bnss-im-fullscreen #page,
html.bnss-im-fullscreen #content,
body.bnss-im-fullscreen #content,
html.bnss-im-fullscreen .site-content,
body.bnss-im-fullscreen .site-content,
html.bnss-im-fullscreen .elementor-location-single,
body.bnss-im-fullscreen .elementor-location-single,
html.bnss-im-fullscreen [data-elementor-type="wp-page"],
body.bnss-im-fullscreen [data-elementor-type="wp-page"],
html.bnss-im-fullscreen [data-elementor-type="single-post"],
body.bnss-im-fullscreen [data-elementor-type="single-post"],
html.bnss-im-fullscreen [data-elementor-type="single-page"],
body.bnss-im-fullscreen [data-elementor-type="single-page"] {
	visibility: hidden !important;
	pointer-events: none !important;
}
html.bnss-im-fullscreen .bnss-im,
body.bnss-im-fullscreen .bnss-im,
html > .bnss-im {
	visibility: visible !important;
	pointer-events: auto !important;
	position: fixed !important;
	inset: 0 !important;
	z-index: 2147483647 !important;
	width: 100vw !important;
	height: 100vh !important;
	max-width: none !important;
	max-height: none !important;
}

.bnss-im-audio--persist {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	pointer-events: none;
	overflow: hidden;
}
