
@layer bricks {
	:where(.brxe-divider) {
		align-items: center;
		display: flex;
		font-size: 30px;
		gap: 30px;
	}
	
	:where(.brxe-divider).horizontal {
		width: 100%;
	}
	
	:where(.brxe-divider).horizontal .line {
		border-top: 1px solid;
	}
	
	:where(.brxe-divider).vertical {
		flex-direction: column;
	}
	
	:where(.brxe-divider).vertical .line {
		border-right: 1px solid;
		width: auto;
	}
	
	:where(.brxe-divider) .line {
		position: relative;
		width: 100%;
	}
	
	:where(.brxe-divider) .icon {
		flex-shrink: 0;
		position: relative;
	}
	
	:where(.brxe-divider) a {
		display: inline-flex;
	}
}

@layer bricks {
	.brxe-slider-nested {
		min-width: 0;
		width: 100%;
	}
	
	.brxe-slider-nested .splide__slide {
		align-items: center;
		display: flex;
		justify-content: center;
		position: relative;
	}
	
	.brxe-slider-nested .splide__arrows:not(.custom) .splide__arrow--prev {
		transform: translateY(-50%) scaleX(-1);
	}
	
	.brxe-slider-nested .splide__arrows:not(.custom).splide__arrows--ttb .splide__arrow--prev {
		transform: translateX(-50%) scaleX(-1);
	}
	
	.brxe-slider-nested .splide__arrows svg {
		min-height: 0;
		min-width: 0;
	}
}

@layer bricks {
	.brxe-button {
		width: auto;
	}
}

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

#brxe-seyznq {
	font-size: 4rem;
	color: var(--green);
	align-self: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 767px) {
	#brxe-seyznq {
		font-size: 3rem;
		color: var(--green);
	}
}

#brxe-oohpjy {
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.4;
	width: auto;
}

@media (max-width: 767px) {
	#brxe-oohpjy {
		width: auto;
		font-size: 3rem;
		font-weight: 700;
	}
}

#brxe-neygwv {
	width: 35px;
}

@media (max-width: 767px) {
	#brxe-neygwv {
		width: 35px;
	}
}

#brxe-lhqenq {
	font-size: 4rem;
}

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

#brxe-tgphqj {
	flex-direction: row;
	justify-content: center;
	align-items: center;
	column-gap: 5px;
}

@media (max-width: 767px) {
	#brxe-tgphqj {
		flex-direction: row;
		flex-wrap: nowrap;
		align-self: center !important;
		align-items: center;
	}
}

#brxe-duwvah {
	font-size: 2.5rem;
	padding-top: 30px;
	padding-right: 80px;
	padding-bottom: 0;
	padding-left: 80px;
}

@media (max-width: 991px) {
	#brxe-duwvah {
		text-align: center;
	}
}

@media (max-width: 767px) {
	#brxe-duwvah {
		text-align: center;
		display: none;
	}
}

@media (max-width: 478px) {
	#brxe-duwvah {
		margin-right: 20px;
		margin-left: 20px;
		font-size: 2rem;
		text-align: center;
		padding-top: 20px;
		padding-right: 0;
		padding-left: 0;
	}
}

#brxe-cprxdy {
	flex-direction: column;
	background-color: var(--white);
}

@media (max-width: 767px) {
	#brxe-cprxdy {
		text-align: center;
		align-self: center !important;
		justify-content: center;
		align-items: center;
	}
}

.brxe-nuazgl .brxe-icrybm.brxe-image {
	border-radius: 50px;
	width: 90px;
	height: auto;
	flex-direction: column;
	align-self: flex-start;
}

@media (max-width: 991px) {
	.brxe-nuazgl .brxe-icrybm.brxe-image {
		align-self: center;
	}
}

@media (max-width: 478px) {
	.brxe-nuazgl .brxe-icrybm.brxe-image {
		width: 75px;
	}
}

.brxe-nuazgl .brxe-bunwja.brxe-block {
	align-items: center;
	justify-content: center;
	width: 40%;
}

@media (max-width: 991px) {
	.brxe-nuazgl .brxe-bunwja.brxe-block {
		align-self: center !important;
	}
}

@media (max-width: 767px) {
	.brxe-nuazgl .brxe-bunwja.brxe-block {
		flex-direction: column;
		padding-left: 0;
		width: 50%;
	}
}

@media (max-width: 478px) {
	.brxe-nuazgl .brxe-bunwja.brxe-block {
		padding-left: 0;
	}
}

.brxe-nuazgl .brxe-gdzvkb.brxe-heading {
	font-size: 1.2em;
	font-weight: 800;
	padding-top: 20px;
}

.brxe-nuazgl .brxe-wewxea.brxe-image {
	width: 50%;
}

@media (max-width: 478px) {
	.brxe-nuazgl .brxe-wewxea.brxe-image {
		width: 40%;
	}
}

.brxe-nuazgl .brxe-aicsvn.brxe-block {
	flex-direction: row;
	column-gap: 0px;
}

@media (max-width: 767px) {
	.brxe-nuazgl .brxe-aicsvn.brxe-block {
		justify-content: flex-start;
	}
}

@media (max-width: 478px) {
	.brxe-nuazgl .brxe-aicsvn.brxe-block {
		justify-content: center;
	}
}

.brxe-nuazgl .brxe-hywwde.brxe-text-basic {
	font-style: italic;
	text-align: left;
	align-self: flex-start;
	background-color: var(--white);
}

@media (max-width: 478px) {
	.brxe-nuazgl .brxe-hywwde.brxe-text-basic {
		padding-top: 0;
		align-self: center;
		scroll-snap-align: center;
		text-align: center;
	}
}

.brxe-nuazgl .brxe-ghzqpz.brxe-block {
	row-gap: 15px;
	align-items: flex-start;
	width: 60%;
	background-color: var(--white);
	position: relative;
	z-index: 2;
}

@media (max-width: 991px) {
	.brxe-nuazgl .brxe-ghzqpz.brxe-block {
		row-gap: 10px;
	}
}

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

@media (max-width: 478px) {
	.brxe-nuazgl .brxe-ghzqpz.brxe-block {
		width: 100%;
		justify-content: center;
		align-items: center;
	}
}

.brxe-nuazgl .brxe-rctukk.brxe-block {
	display: flex;
	grid-template-columns: 1fr 1fr;
	flex-direction: row;
	column-gap: 10px;
	background-color: var(--white);
}

@media (max-width: 767px) {
	.brxe-nuazgl .brxe-rctukk.brxe-block {
		width: 90%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: nowrap;
		column-gap: 0px;
	}
}

@media (max-width: 478px) {
	.brxe-nuazgl .brxe-rctukk.brxe-block {
		justify-items: center;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
}

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

.brxe-nuazgl .brxe-xfxxop.brxe-text-basic {
	text-align: center;
	font-size: 1em;
	padding-top: 0;
	position: relative;
	z-index: 2;
}

@media (max-width: 767px) {
	.brxe-nuazgl .brxe-xfxxop.brxe-text-basic {
		max-width: 90%;
	}
}

@media (max-width: 478px) {
	.brxe-nuazgl .brxe-xfxxop.brxe-text-basic {
		align-self: center;
		text-align: center;
	}
}

.brxe-nuazgl.brxe-block {
	flex-direction: column;
	row-gap: 20px;
	grid-template-columns: 1fr 1fr;
	display: flex;
	padding-top: 1.5em;
	padding-right: 1.5em;
	padding-bottom: 1.5em;
	padding-left: 1.5em;
	align-self: stretch !important;
	width: 100%;
	justify-content: space-between;
	background-color: var(--white);
	z-index: 2;
	isolation: isolate;
}

@media (max-width: 991px) {
	.brxe-nuazgl.brxe-block {
		padding-top: 1.5em;
		padding-right: 1.5em;
		padding-bottom: 1.5em;
		padding-left: 1.5em;
	}
}

@media (max-width: 767px) {
	.brxe-nuazgl.brxe-block {
		padding-top: 1em;
		padding-right: 2em;
		padding-bottom: 1em;
		padding-left: 2em;
		width: 80%;
	}
}

@media (max-width: 478px) {
	.brxe-nuazgl.brxe-block {
		padding-right: 2em;
		padding-left: 2em;
		row-gap: 15px;
	}
}

#brxe-umxqzw {
	padding-right: 0;
	padding-left: 0;
	color: var(--bricks-color-euqnyj);
	background-color: var(--white);
	overflow: hidden;
}

#brxe-umxqzw .splide__arrow--prev {
	top: 90%;
	bottom: 20px;
	left: 50%;
	transform: translateX(-150%) rotateY(180deg);
}

#brxe-umxqzw .splide__arrow--next {
	top: 90%;
	bottom: 20px;
	left: 50%;
	transform: translateX(50%);
}

.splide {
	display: flex;
	flex-direction: column !important;
}

.splide__arrows {
	order: 2;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2rem;
	margin-top: 2rem;
}

#brxe-umxqzw .splide__track {
	order: 1;
}

#brxe-umxqzw .splide__arrow {
	position: static;
	transform: none;
}

#brxe-umxqzw .splide__arrow--prev svg {
	transform: rotate(180deg);
}

#brxe-umxqzw .splide__arrow--next svg {
	transform: rotate(0deg);
}

@media (max-width: 767px) {
	#brxe-umxqzw .splide__slide {
		padding-right: 0;
		padding-left: 0;
	}
}

#brxe-ucknyn {
	background-color: var(--green);
	color: var(--white);
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
	border-radius: 5px;
	margin-top: 40px;
	margin-bottom: 20px;
	width: 11em;
}

@media (max-width: 991px) {
	#brxe-ucknyn {
		margin-bottom: 0;
	}
}

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

@media (max-width: 478px) {
	#brxe-ucknyn {
		margin-top: 20px;
		margin-bottom: 0;
	}
}

#brxe-f77d5f {
	align-items: center;
	background-color: var(--white);
}

@media (max-width: 767px) {
	#brxe-f77d5f {
		row-gap: 40px;
	}
}

@media (max-width: 478px) {
	#brxe-f77d5f {
		row-gap: 20px;
	}
}

#brxe-44bbc0 {
	width: 100%;
	padding-top: 40px;
	background-color: var(--white);
}

@media (max-width: 767px) {
	#brxe-44bbc0 {
		margin-top: 0;
	}
}

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