
@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 {
	.brxe-button {
		width: auto;
	}
}

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

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

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

#brxe-9528e8 {
	text-align: center;
	font-size: 2.5rem;
	margin-top: -40px;
	margin-bottom: 25px;
	max-width: 750px;
}

@media (max-width: 991px) {
	#brxe-9528e8 {
		padding-left: 30px;
		text-align: center;
		font-size: 2rem;
	}
}

@media (max-width: 767px) {
	#brxe-9528e8 {
		text-align: center;
		display: none;
		margin-top: 0;
	}
}

@media (max-width: 478px) {
	#brxe-9528e8 {
		padding-left: 0;
		font-size: 2rem;
		text-align: center;
	}
}

.brxe-3aac66 .brxe-bqxwky.brxe-image {
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
}

.brxe-3aac66 .brxe-ykighl.brxe-text-basic {
	text-align: center;
	font-weight: 500;
	color: hsl(0, 0%, 100%);
	padding-top: .5em;
	padding-right: 1em;
	padding-bottom: .5em;
	padding-left: 1em;
	width: 100%;
	background-color: var(--olive);
}

@media (max-width: 767px) {
	.brxe-3aac66 .brxe-ykighl.brxe-text-basic {
		font-size: 18px;
	}
}

.brxe-3aac66 .brxe-fcnxld.brxe-text-basic {
	padding-top: .75em;
	padding-right: 1em;
	padding-bottom: .75em;
	padding-left: 1em;
	text-align: center;
	margin-top: auto;
	margin-bottom: auto;
	flex-direction: column;
	align-self: center;
}

@media (max-width: 991px) {
	.brxe-3aac66 .brxe-fcnxld.brxe-text-basic {
		padding-right: 1em;
		padding-left: 1em;
		font-size: 16px;
		white-space: pre-line;
	}
}

.brxe-3aac66 .brxe-qhpeoa.brxe-button {
	border-color: var(--color-7);
	border-radius: 5px;
	padding-right: 2.5em;
	padding-left: 2.5em;
	font-size: 1.6rem;
	font-weight: 500;
	color: var(--dark);
	margin-top: auto;
	margin-bottom: 1em;
	background-color: var(--white);
	z-index: 2;
	position: relative;
}

.brxe-3aac66 .brxe-qhpeoa.brxe-button:hover {
	color: var(--white);
	background-color: var(--color-7);
}

@media (max-width: 767px) {
	.brxe-3aac66 .brxe-qhpeoa.brxe-button {
		background-color: var(--white);
		color: var(--dark);
		font-weight: 500;
	}
	
	.brxe-3aac66 .brxe-qhpeoa.brxe-button:hover {
		background-color: var(--color-7);
		color: hsl(0, 0%, 100%);
	}
}

.brxe-3aac66 .brxe-ohjayg.brxe-image {
	width: 4em;
	position: absolute;
	right: 0px;
	top: 10px;
	height: auto;
}

.brxe-3aac66.brxe-block {
	border: 2px solid rgba(22, 23, 27, .25);
	border-radius: 15px;
	flex-direction: column;
	column-gap: 0px;
	row-gap: 0px;
	flex-grow: 1;
	max-width: 45%;
	align-self: stretch !important;
	width: 100%;
	background-color: var(--white);
	justify-content: flex-start;
	align-items: center;
}

@media (max-width: 767px) {
	.brxe-3aac66.brxe-block {
		max-width: 45%;
	}
}

@media (max-width: 478px) {
	.brxe-3aac66.brxe-block {
		max-width: 100%;
		margin-right: 0;
	}
}

#brxe-1b0941 {
	border-radius: 5px;
	padding-right: 0;
	padding-bottom: 60px;
	padding-left: 0;
	gap: 20px;
	flex-direction: column;
	display: flex;
}

#brxe-1b0941 .splide__arrow {
	color: #000;
}

#brxe-1b0941 .splide__arrow svg {
	fill: #000;
}

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

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

@media (max-width: 767px) {
	#brxe-1b0941 {
		padding-right: 0;
		padding-left: 0;
		flex-direction: row;
	}
}

@media (max-width: 478px) {
	#brxe-1b0941 {
		padding-right: 0;
		padding-bottom: 60px;
		padding-left: 0;
	}
	
	#brxe-1b0941 .splide__arrow--next {
		left: 50%;
	}
	
	#brxe-1b0941 .splide__arrow--prev {
		left: 50%;
	}
}

#brxe-d03117 {
	color: var(--bricks-color-gvpcar);
	font-size: 22px;
	line-height: 1.3;
	font-weight: 500;
	background-color: var(--green);
	border-radius: 5px;
	width: 11em;
}

@media (max-width: 767px) {
	#brxe-d03117 {
		margin-top: 0;
		font-size: 18px;
	}
}

#brxe-59f6e8 {
	margin-right: 0;
	margin-left: 0;
	align-items: center;
}

@media (max-width: 478px) {
	#brxe-59f6e8 {
		align-items: center;
		justify-content: center;
	}
}

#brxe-ca9362 {
	background-color: var(--light-grey);
	width: 100%;
	padding-bottom: 60px;
}

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