
@keyframes bp-fadein {
	0% {
		opacity: .01;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes bp-bar {
	0% {
		transform: translateX(-100%);
	}
	
	to {
		transform: translateX(0);
	}
}

@keyframes bp-o {
	0% {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(1turn);
	}
}

.bp-wrap {
	contain: strict;
	position: fixed;
	touch-action: none;
	z-index: 999;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.bp-wrap, .bp-wrap>div:first-child {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.bp-wrap>div:first-child {
	animation: bp-fadein .48s cubic-bezier(.215, .61, .355, 1);
	background: rgba(0, 0, 0, .75);
	position: absolute;
}

.bp-vid audio {
	bottom: 14px;
	height: 50px;
	left: 14px;
	position: absolute;
	width: calc(100% - 28px);
}

.bp-inner {
	display: flex;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.bp-html {
	display: contents;
}

.bp-html>:first-child {
	margin: auto;
}

.bp-img-wrap {
	contain: strict;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.bp-img-wrap .bp-canzoom {
	cursor: zoom-in;
}

.bp-img-wrap .bp-drag {
	cursor: grabbing;
}

.bp-close {
	contain: layout size;
}

.bp-img {
	background-size: 100% 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.bp-img div, .bp-img img {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.bp-img .bp-o {
	display: none;
}

.bp-zoomed .bp-img:not(.bp-drag) {
	cursor: grab;
}

.bp-zoomed .bp-cap {
	animation: none !important;
	opacity: 0;
}

.bp-zoomed.bp-small .bp-controls {
	opacity: 0;
}

.bp-controls, .bp-zoomed.bp-small .bp-controls button {
	pointer-events: none;
}

.bp-controls {
	animation: bp-fadein .3s;
	height: 100%;
	left: 0;
	position: absolute;
	text-align: left;
	top: 0;
	transition: opacity .3s;
	width: 100%;
}

.bp-controls button {
	background: rgba(0, 0, 0, .15);
	border: 0;
	contain: content;
	cursor: pointer;
	opacity: .9;
	pointer-events: auto;
	position: absolute;
	transition: all .1s;
}

.bp-controls button:hover {
	background-color: rgba(0, 0, 0, .2);
	opacity: 1;
}

.bp-controls svg {
	fill: #fff;
}

.bp-count {
	color: hsla(0, 0%, 100%, .9);
	height: 50px;
	line-height: 1;
	margin: 16px;
	position: absolute;
	width: 100px;
}

.bp-next, .bp-prev {
	border-radius: 3px 0 0 3px;
	height: 64px;
	margin-top: -32px;
	right: 0;
	top: 50%;
	width: 58px;
}

.bp-next:hover:before, .bp-prev:hover:before {
	transform: translateX(-2px);
}

.bp-next:before, .bp-prev:before {
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27m8.59 16.34 4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z%27/%3E%3C/svg%3E");
	left: 7px;
	position: absolute;
	top: 9px;
	transition: all .2s;
	width: 46px;
}

.bp-prev {
	left: 0;
	right: auto;
	transform: scalex(-1);
}

.bp-x {
	border-radius: 0 0 0 3px;
	height: 55px;
	right: 0;
	top: 0;
	width: 58px;
}

.bp-x:before {
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 viewBox=%270 0 32 32%27%3E%3Cpath d=%27m24 10-2-2-6 6-6-6-2 2 6 6-6 6 2 2 6-6 6 6 2-2-6-6z%27/%3E%3C/svg%3E");
	position: absolute;
	right: 10px;
	top: 8px;
	width: 37px;
}

.bp-if, .bp-vid {
	background: #000;
	background-size: 100% 100%;
	margin: auto;
	position: relative;
}

.bp-if div, .bp-if iframe, .bp-if video, .bp-vid div, .bp-vid iframe, .bp-vid video {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.bp-load {
	background-size: 100% 100%;
	display: flex;
	overflow: hidden;
	z-index: 1;
}

.bp-bar {
	animation: bp-bar 4s both;
	background: hsla(0, 0%, 100%, .9);
	border-radius: 0 3px 3px 0;
	height: 3px;
	left: 0;
	position: absolute;
	top: 0;
	transform: translateX(-100%);
	width: 100%;
}

.bp-o, .bp-o:after {
	border-radius: 50%;
	height: 90px;
	width: 90px;
}

.bp-o {
	animation: bp-o 1s linear infinite;
	border: 10px solid hsla(0, 0%, 100%, .2);
	border-left-color: hsla(0, 0%, 100%, .9);
	margin: auto;
}

.bp-cap {
	animation: bp-fadein .2s;
	background: rgba(9, 9, 9, .8);
	border-radius: 4px;
	bottom: 2%;
	color: hsla(0, 0%, 100%, .9);
	display: table;
	left: 50%;
	line-height: 1.3;
	max-width: 95%;
	padding: .6em 1.2em;
	position: absolute;
	transform: translateX(-50%);
	transition: opacity .3s;
	width: fit-content;
	width: -moz-fit-content;
}

.bp-cap a {
	color: inherit;
}

.bp-inline {
	position: absolute;
}

.bp-lock {
	overflow-y: hidden;
}

.bp-lock body {
	overflow: scroll;
}

.bp-noclose .bp-x {
	display: none;
}

.bp-noclose:not(.bp-zoomed) {
	touch-action: pan-y;
}

.bp-noclose:not(.bp-zoomed) .bp-img-wrap {
	cursor: zoom-in;
}

@media (prefers-reduced-motion) {
	.bp-wrap * {
		animation-duration: 0s !important;
	}
}

@media (max-width:500px) {
	.bp-x {
		height: 47px;
		width: 47px;
	}
	
	.bp-x:before {
		right: 6px;
		top: 6px;
		width: 34px;
	}
	
	.bp-next, .bp-prev {
		height: 54px;
		margin-top: -27px;
		width: 45px;
	}
	
	.bp-next:before, .bp-prev:before {
		left: 2px;
		top: 7px;
		width: 43px;
	}
	
	.bp-o, .bp-o:after {
		border-width: 6px;
		height: 60px;
		width: 60px;
	}
	
	.bp-count {
		margin: 12px 10px;
	}
}

.wp-block-nextgenthemes-arve-block {
	grid-area: dummy-style-to-make-this-load-in-gb-iframe;
}

#html .arve-overflow-hidden, html .arve-overflow-hidden {
	overflow: hidden;
}

#html .arve-overflow-hidden #mobile-header, #html .arve-overflow-hidden #sticky-navigation, #html .arve-overflow-hidden #wp-bottom-menu, #html .arve-overflow-hidden #wpadminbar, #html .arve-overflow-hidden .navbar, html .arve-overflow-hidden #mobile-header, html .arve-overflow-hidden #sticky-navigation, html .arve-overflow-hidden #wp-bottom-menu, html .arve-overflow-hidden #wpadminbar, html .arve-overflow-hidden .navbar {
	display: none;
}

#html .arve-play-btn, #html .arve-play-btn:focus, #html .arve-play-btn:hover, html .arve-play-btn, html .arve-play-btn:focus, html .arve-play-btn:hover {
	background-color: transparent;
	background-image: none;
	background-position: 50%;
	background-repeat: no-repeat;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

#html .arve-play-btn.nitro-lazy, #html .arve-play-btn:focus.nitro-lazy, #html .arve-play-btn:hover.nitro-lazy, html .arve-play-btn.nitro-lazy, html .arve-play-btn:focus.nitro-lazy, html .arve-play-btn:hover.nitro-lazy {
	background-image: none !important;
}

#html .arve-play-svg, html .arve-play-svg {
	display: inline;
	pointer-events: none;
}

#html .arve-play-svg circle, #html .arve-play-svg path, html .arve-play-svg circle, html .arve-play-svg path {
	transition: fill .5s cubic-bezier(.4, 0, 1, 1), fill-opacity .5s cubic-bezier(.4, 0, 1, 1);
}

#html .arve-play-btn:hover .arve-play-svg circle, #html .arve-play-btn:hover .arve-play-svg path, html .arve-play-btn:hover .arve-play-svg circle, html .arve-play-btn:hover .arve-play-svg path {
	transition: fill .5s cubic-bezier(0, 0, .2, 1), fill-opacity .5s cubic-bezier(0, 0, .2, 1);
}

#html .arve-play-btn:hover .arve-play-svg--youtube path:first-child, html .arve-play-btn:hover .arve-play-svg--youtube path:first-child {
	fill: #cc181e;
	fill-opacity: 1;
}

#html .arve-play-btn:hover .arve-play-svg--circle circle, html .arve-play-btn:hover .arve-play-svg--circle circle {
	fill: #0f072b;
	fill-opacity: 1;
}

#html .arve-play-btn--vimeo .arve-play-btn-inner, html .arve-play-btn--vimeo .arve-play-btn-inner {
	background-color: hsla(0, 0%, 12%, .9);
	border-radius: 5px;
	display: inline-block;
	font-size: 10px;
	padding: .9em 2.3em;
	pointer-events: none;
	transition-duration: 40ms;
	transition-property: background-color;
}

#html .arve-play-btn--vimeo:hover .arve-play-btn-inner, html .arve-play-btn--vimeo:hover .arve-play-btn-inner {
	background-color: #1ab6ea;
}

#html .arve-play-btn--vimeo svg, html .arve-play-btn--vimeo svg {
	width: 2em;
}

#html .arve-play-btn--vimeo polygon, html .arve-play-btn--vimeo polygon {
	fill: #e7e6e4;
}

#html .arve-title, html .arve-title {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .75), transparent);
	bottom: 0;
	color: #fff;
	font-size: 1.2em;
	left: 0;
	margin: 0;
	overflow: hidden;
	padding: 1em;
	position: absolute;
	right: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#html .arve-consent, html .arve-consent {
	margin-top: .5em;
}

#html .arve-embed .arve-consent, html .arve-embed .arve-consent {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), transparent);
	color: #fff;
	left: 0;
	margin: 0;
	padding: 1em;
	position: absolute;
	right: 0;
	top: 0;
}

#html .arve-embed .arve-consent a, html .arve-embed .arve-consent a {
	color: #fff;
	text-decoration: underline;
}

#html .arve-embed .arve-consent a:focus, #html .arve-embed .arve-consent a:hover, html .arve-embed .arve-consent a:focus, html .arve-embed .arve-consent a:hover {
	color: #fff;
}

#html .arve-thumbnail, html .arve-thumbnail {
	-o-object-fit: cover;
	object-fit: cover;
	transition-duration: .7s;
	transition-property: transform, filter;
}

#html .arve-hover-effect-darken:hover .arve-thumbnail, html .arve-hover-effect-darken:hover .arve-thumbnail {
	filter: brightness(80%);
}

#html .arve-hover-effect-zoom:hover .arve-thumbnail, html .arve-hover-effect-zoom:hover .arve-thumbnail {
	transform: scale(1.2);
}

#html .arve-hover-effect-rectangle .arve-play-btn:before, html .arve-hover-effect-rectangle .arve-play-btn:before {
	border: 2px solid #fff;
	bottom: 20px;
	content: "";
	display: block;
	left: 20px;
	position: absolute;
	right: 20px;
	top: 20px;
	transform: scale(1.5);
	transition-duration: .7s;
	transition-property: transform;
}

#html .arve-hover-effect-rectangle .arve-play-btn:hover:before, html .arve-hover-effect-rectangle .arve-play-btn:hover:before {
	transform: scale(1);
}

#html .arve--activated[data-provider=html5][data-mode=lazyload] .arve-play-btn, #html .arve--activated[data-provider=html5][data-mode=lazyload] .arve-thumbnail, #html .arve--activated[data-provider=html5][data-mode=lazyload] .arve-title, #html .arve--activated[data-provider=html5][data-mode=lightbox] .arve-play-btn, #html .arve--activated[data-provider=html5][data-mode=lightbox] .arve-thumbnail, #html .arve--activated[data-provider=html5][data-mode=lightbox] .arve-title, html .arve--activated[data-provider=html5][data-mode=lazyload] .arve-play-btn, html .arve--activated[data-provider=html5][data-mode=lazyload] .arve-thumbnail, html .arve--activated[data-provider=html5][data-mode=lazyload] .arve-title, html .arve--activated[data-provider=html5][data-mode=lightbox] .arve-play-btn, html .arve--activated[data-provider=html5][data-mode=lightbox] .arve-thumbnail, html .arve--activated[data-provider=html5][data-mode=lightbox] .arve-title {
	display: none;
}

#html .bp-load, html .bp-load {
	background-position: 50%;
	background-size: cover;
}

#html .arve--card, html .arve--card {
	--arve-card-spacing: .75rem;
}

#html .arve--card .arve-inner, html .arve--card .arve-inner {
	align-content: space-between;
	border: 1px solid oklch(from currentcolor calc(l + .5) c h);
	border-radius: 6px;
	display: grid;
	gap: var(--arve-card-spacing);
	grid-template-columns: var(--arve-card-left-col-width, min-content) 1fr;
	grid-template-rows: min-content 1fr min-content;
	overflow: hidden;
	text-decoration: none;
	transition-duration: .3s;
	transition-property: grid-template-columns, border-width;
	transition-timing-function: ease-in;
}

#html .arve--card .arve-inner:focus, html .arve--card .arve-inner:focus {
	outline: 0;
}

#html .arve--card.alignfull .arve-inner, html .arve--card.alignfull .arve-inner {
	border-radius: 0;
}

#html .arve--card.arve--activated .arve-inner, #html .arve--card.arve--animating .arve-inner, html .arve--card.arve--activated .arve-inner, html .arve--card.arve--animating .arve-inner {
	border-width: 0;
	grid-template-columns: 100% 0;
}

#html .arve--card:not(.arve--activated) .arve-inner, html .arve--card:not(.arve--activated) .arve-inner {
	cursor: pointer;
}

#html .arve--card .arve-embed, html .arve--card .arve-embed {
	display: block;
	grid-column: 1;
	grid-row: 1/-1;
	height: 100%;
	position: relative;
}

#html .arve--card .arve-play-btn, html .arve--card .arve-play-btn {
	display: flex;
	justify-content: center;
}

#html .arve--card:not(.arve--animating):not(.arve--activated), html .arve--card:not(.arve--animating):not(.arve--activated) {
	container-name: arve-container;
	container-type: inline-size;
}

@container arve-container (max-width: 950px) {}

#html .arve-card-title, html .arve-card-title {
	font-size: 1.2em;
	grid-column: 2;
	grid-row: 1;
	overflow: hidden;
	padding-top: var(--arve-card-spacing);
	text-overflow: ellipsis;
	white-space: nowrap;
}

#html .arve-card-description, html .arve-card-description {
	--arve-card-description-lines: 3;
	display: -webkit-box;
	grid-column: 2;
	grid-row: 2;
	overflow: hidden;
	-webkit-line-clamp: var(--arve-card-description-lines);
	-webkit-box-orient: vertical;
}

#html .arve-card-footer, html .arve-card-footer {
	grid-column: 2;
	grid-row: 3;
	padding-bottom: var(--arve-card-spacing);
}

#html .arve-card-description, #html .arve-card-footer, #html .arve-card-title, html .arve-card-description, html .arve-card-footer, html .arve-card-title {
	padding-right: var(--arve-card-spacing);
	pointer-events: none;
}

#html .arve-iframe--loading, html .arve-iframe--loading {
	background-color: transparent;
}
