
@layer bricks {
	.brxe-template {
		width: 100%;
	}
}

@layer bricks {
	@keyframes load8 {
		0% {
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		
		to {
			-webkit-transform: rotate(1turn);
			transform: rotate(1turn);
		}
	}
	
	@keyframes spin {
		to {
			-webkit-transform: rotate(1turn);
			transform: rotate(1turn);
		}
	}
	
	@keyframes scrolling {
		0% {
			opacity: 1;
		}
		
		to {
			opacity: 0;
			-webkit-transform: translateY(10px);
			transform: translateY(10px);
		}
	}
	
	a.brxe-image {
		display: inline-block;
	}
	
	figure.brxe-image {
		margin: 0;
	}
	
	:where(.brxe-image).tag {
		display: inline-block;
		height: fit-content;
		position: relative;
		width: auto;
	}
	
	:where(.brxe-image).caption {
		position: relative;
	}
	
	:where(.brxe-image).caption:has(figcaption.bricks-image-caption) {
		overflow: hidden;
	}
	
	:where(.brxe-image).overlay {
		position: relative;
	}
	
	:where(.brxe-image).overlay:before {
		bottom: 0;
		content: "";
		left: 0;
		pointer-events: none;
		position: absolute;
		right: 0;
		top: 0;
	}
	
	:where(.brxe-image):before {
		border-radius: inherit;
	}
	
	:where(.brxe-image) a {
		border-radius: inherit;
		position: static;
		transition: inherit;
	}
	
	:where(.brxe-image) picture {
		border-radius: inherit;
		transition: inherit;
	}
	
	:where(.brxe-image) img {
		border-radius: inherit;
		height: 100%;
		position: static !important;
		transition: inherit;
		width: 100%;
	}
	
	:where(.brxe-image) img.bricks-lazy-hidden + figcaption {
		display: none;
	}
	
	:where(.brxe-image) .icon {
		color: #fff;
		font-size: 60px;
		pointer-events: none;
		position: absolute;
		right: 50%;
		text-align: center;
		top: 50%;
		transform: translate(50%, -50%);
		z-index: 5;
	}
	
	:where(.brxe-image) .bricks-image-caption {
		background: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .25) 70%, transparent);
		bottom: 0;
		color: #fff;
		font-size: inherit;
		margin: 0;
		padding: 10px 15px;
		pointer-events: none;
		position: absolute;
		text-align: center;
		width: 100%;
		z-index: 1;
	}
}

@layer bricks {
	:where(.brxe-heading).has-separator {
		align-items: center;
		display: inline-flex;
		gap: 20px;
	}
	
	:where(.brxe-heading) > [contenteditable] {
		display: inline-block;
		text-decoration: inherit;
	}
	
	:where(.brxe-heading) .separator {
		border-top: 1px solid;
		flex-grow: 1;
		flex-shrink: 0;
		height: 1px;
	}
}

#page-banner-title {
	text-align: left;
	color: var(--white);
}

@media (max-width: 991px) {
	#page-banner-title {
		font-size: 4rem;
		align-self: center;
	}
}

@media (max-width: 767px) {
	#page-banner-title {
		font-size: 4rem;
		text-align: left;
		align-self: center;
	}
}

@media (max-width: 478px) {
	#page-banner-title {
		text-align: left;
		font-size: 3.5rem;
		align-self: center;
	}
}

#brxe-ivcdvt {
	width: 80%;
	font-size: 20px;
	font-weight: 500;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
}

@media (max-width: 991px) {
	#brxe-ivcdvt {
		justify-content: center;
		align-items: center;
		display: flex;
		align-self: center;
		width: 80%;
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	#brxe-ivcdvt {
		display: flex;
		font-size: 18px;
		line-height: 1.5;
		text-align: left;
		align-self: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 478px) {
	#brxe-ivcdvt {
		text-align: left;
		display: flex;
		width: 100%;
	}
}

#brxe-vppgmp {
	font-size: 22px;
	font-weight: 700;
	color: var(--light-grey);
}

@media (max-width: 767px) {
	#brxe-vppgmp {
		font-size: 18px;
	}
}

#brxe-bdckqh {
	width: 25px;
}

@media (max-width: 991px) {
	#brxe-bdckqh {
		width: 35px;
	}
}

@media (max-width: 767px) {
	#brxe-bdckqh {
		width: 35px;
	}
	
	#brxe-bdckqh figcaption {
		font-size: 18px;
	}
}

#brxe-exnqoe {
	font-size: 22px;
	font-weight: 700;
	color: var(--light-grey);
}

@media (max-width: 767px) {
	#brxe-exnqoe {
		font-size: 18px;
	}
}

#brxe-xrevno {
	width: 100%;
	flex-direction: row;
	column-gap: 10px;
	font-size: .5em;
}

@media (max-width: 991px) {
	#brxe-xrevno {
		flex-direction: row;
		justify-content: center;
	}
}

@media (max-width: 767px) {
	#brxe-xrevno {
		flex-direction: row;
		flex-wrap: nowrap;
		column-gap: 10px;
		justify-content: flex-start;
	}
}

.brxe-txnmjc .brxe-npktwt.brxe-text-basic {
	font-weight: 700;
}

.brxe-txnmjc.brxe-block {
	align-items: flex-start;
	justify-content: center;
}

@media (max-width: 991px) {
	.brxe-txnmjc.brxe-block {
		align-items: center;
	}
}

@media (max-width: 767px) {
	.brxe-txnmjc.brxe-block {
		align-items: flex-start;
	}
}

#brxe-brrtlo {
	font-size: 34px;
	position: relative;
}

.carousel-item {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	opacity: 0;
	transform: translateY(-80px);
	animation-name: uspSlide;
	animation-duration: 10s;
	animation-timing-function: cubic-bezier(.4, 0, .2, 1);
	animation-iteration-count: infinite;
	will-change: transform, opacity;
}

@keyframes uspSlide {
	0% {
		opacity: 0;
		transform: translateY(-80px);
	}
	
	6% {
		opacity: .35;
	}
	
	14% {
		opacity: 1;
		transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		transform: translateY(0);
	}
	
	25% {
		opacity: .45;
	}
	
	32% {
		opacity: 0;
		transform: translateY(-80px);
	}
	
	100% {
		opacity: 0;
		transform: translateY(-80px);
	}
}

.carousel-item:nth-child(1) {
	animation-delay: 0s;
}

.carousel-item:nth-child(2) {
	animation-delay: 2.5s;
}

.carousel-item:nth-child(3) {
	animation-delay: 5s;
}

.carousel-item:nth-child(4) {
	animation-delay: 7.5s;
}

@media (max-width: 991px) {
	#brxe-brrtlo {
		align-items: center;
		color: hsl(0, 0%, 100%);
		justify-content: center;
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	#brxe-brrtlo {
		align-items: flex-start;
		font-size: 36px;
	}
}

@media (max-width: 478px) {
	#brxe-brrtlo {
		font-size: 28px;
	}
}

#brxe-dwhsax {
	position: relative;
	display: flex;
	width: 100%;
	overflow: hidden;
	min-height: 80px;
}

@media (max-width: 991px) {
	#brxe-dwhsax {
		display: flex;
		width: 100%;
	}
}

@media (max-width: 767px) {
	#brxe-dwhsax {
		display: flex;
		width: 100%;
	}
}

#brxe-dkmgjx {
	flex-direction: column;
	align-items: flex-start;
	padding-right: 2em;
	padding-left: 0;
	margin-top: 0;
	align-self: center !important;
	height: 100%;
	justify-content: center;
	max-width: 50%;
}

@media (max-width: 991px) {
	#brxe-dkmgjx {
		padding-right: 0;
		align-items: center;
		justify-content: center;
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	#brxe-dkmgjx {
		flex-direction: row;
		padding-right: 0;
		justify-content: flex-start;
	}
}

@media (max-width: 478px) {
	#brxe-dkmgjx {
		padding-right: 0;
		padding-left: 0;
	}
	
	#brxe-705e2f::after {
		width: 100%;
	}
}

#brxe-wqghgl {
	flex-direction: column;
	padding-right: 0;
	padding-left: 0;
	margin-top: 0;
	height: 100%;
	justify-content: center;
	align-self: center !important;
}

@media (max-width: 991px) {
	#brxe-wqghgl {
		padding-right: 0;
		align-items: center;
		justify-content: center;
	}
}

@media (max-width: 767px) {
	#brxe-wqghgl {
		flex-direction: row;
		padding-right: 0;
		justify-content: flex-start;
		align-items: flex-start;
	}
}

@media (max-width: 478px) {
	#brxe-wqghgl {
		padding-right: 0;
		padding-left: 0;
	}
	
	#brxe-705e2f::after {
		width: 100%;
	}
}

#brxe-tgwctr {
	flex-direction: row;
	max-width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 150px;
	align-self: center !important;
}

@media (max-width: 991px) {
	#brxe-tgwctr {
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	#brxe-tgwctr {
		padding-bottom: 80px;
		flex-wrap: nowrap;
	}
}

.brxe-zjyzny {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0;
	font-size: 14px;
	color: var(--white);
	transition: opacity .3s ease;
	pointer-events: none;
	z-index: 100;
	opacity: 0;
}

@media (max-width: 767px) {
	.brxe-zjyzny {
		margin-top: 0;
	}
}

#brxe-yjxifp {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: var(--white);
	text-shadow: 0 0 50px #000;
	margin-bottom: 0;
	min-height: 60vh;
	padding-top: 200px;
	padding-bottom: 0;
	position: relative;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
}

:where(#brxe-yjxifp > *:not(figcaption)) {
	position: relative;
}

#brxe-yjxifp::before {
	background-image: linear-gradient(hsla(0, 0%, 0%, .4), hsla(0, 0%, 0%, .4));
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
}

#brxe-yjxifp * {
	color: var(--white);
}

.vfv-hero-copyright-hover:hover .vfv-hero-copyright-text {
	opacity: 1;
	pointer-events: auto;
}

@media (max-width: 767px) {
	#brxe-yjxifp {
		padding-top: 100px;
		padding-bottom: 40px;
	}
}

@media (max-width: 478px) {
	#brxe-yjxifp {
		padding-bottom: 40px;
	}
}
