
@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;
	}
}

@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 {
	.brxe-template {
		width: 100%;
	}
}

.brxe-jevqfh {
	margin-bottom: 10px;
	text-align: center;
}

@media (max-width: 767px) {
	.brxe-jevqfh {
		font-size: 3rem;
	}
}

.brxe-bqmugi {
	border-radius: 15px;
	height: 100%;
	width: 100%;
	position: absolute;
}

.brxe-bqmugi:not(.tag), .brxe-bqmugi img {
	object-fit: cover;
}

@media (max-width: 767px) {
	[data-brx-variant="twqist"] .brxe-bqmugi {
		width: 100%;
	}
}

.brxe-ituouj {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 480px;
	position: relative;
	border-radius: 15px;
	width: 100%;
}

[data-brx-variant="twqist"] .brxe-ituouj {
	width: 50%;
}

@media (max-width: 991px) {
	.brxe-ituouj {
		height: 500px;
		width: 100%;
	}
	
	[data-brx-variant="twqist"] .brxe-ituouj {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.brxe-ituouj {
		height: 480px;
	}
}

@media (max-width: 478px) {
	.brxe-ituouj {
		height: 300px;
	}
}

.brxe-nosbih {
	font-size: 2.2rem;
	width: 100%;
}

.brxe-nosbih a {
	font-size: 2.2rem;
	font-size: inherit;
}

[data-brx-variant="twqist"] .brxe-nosbih {
	width: 50%;
}

@media (max-width: 991px) {
	.brxe-nosbih {
		font-size: 2rem;
		width: 100%;
	}
	
	.brxe-nosbih a {
		font-size: 2rem;
		font-size: inherit;
	}
	
	[data-brx-variant="twqist"] .brxe-nosbih {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.brxe-nosbih {
		font-size: 20px;
	}
	
	.brxe-nosbih a {
		font-size: 20px;
		font-size: inherit;
	}
}

.brxe-hkymvs {
	flex-direction: row;
	display: flex;
}

[data-brx-variant="atqhvj"] .brxe-hkymvs {
	flex-direction: column;
}

[data-brx-variant="agaddb"] .brxe-hkymvs {
	flex-direction: column-reverse;
}

[data-brx-variant="twqist"] .brxe-hkymvs {
	flex-direction: row-reverse;
}

@media (max-width: 991px) {
	.brxe-hkymvs {
		flex-direction: column;
		width: 90%;
	}
	
	[data-brx-variant="twqist"] .brxe-hkymvs {
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	.brxe-hkymvs {
		width: 90%;
	}
}

@media (max-width: 478px) {
	.brxe-hkymvs {
		width: 100%;
	}
}

.brxe-kuobvo {
	row-gap: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 0;
	align-self: stretch !important;
	width: 100%;
	flex-direction: column;
}

.brxe-kuobvo[data-brx-variant="twqist"] {
	flex-direction: column;
	background-color: var(--color-8);
}

@media (max-width: 767px) {
	.brxe-kuobvo {
		row-gap: 30px;
	}
}

.brxe-section {
	margin-bottom: 0;
}
