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

#brxe-cf07c0 {
	color: #000;
	font-family: "Work Sans";
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 100px;
}

#brxe-e945aa {
	align-items: center;
	margin-bottom: 100px;
}

#brxe-b66856 {
	margin-bottom: 10px;
	color: #000;
	font-size: 18px;
}

#brxe-28d939 {
	text-align: justify;
	font-family: "Work Sans";
	color: #000;
	font-size: 14px;
}

#brxe-28d939 a {
	text-align: justify;
	font-family: "Work Sans";
	color: #000;
	font-size: 14px;
	font-size: inherit;
}

#brxe-8734cc {
	margin-bottom: 40px;
}

#brxe-bb709c {
	margin-bottom: 20px;
	color: #000;
	font-size: 26px;
	font-family: "Work Sans";
}

#brxe-ccea51 {
	align-items: center;
}

#brxe-f090f9 {
	text-align: left;
	font-family: "Work Sans";
	color: #000;
	font-size: 14px;
	font-weight: 400;
}

#brxe-f090f9 a {
	text-align: left;
	font-family: "Work Sans";
	color: #000;
	font-size: 14px;
	font-weight: 400;
	font-size: inherit;
}

.brxe-block .brxe-text strong a {
	color: #3dc3ea !important;
}

#brxe-6c7536 {
	row-gap: 40px;
}

#brxe-2a8ae2 {
	flex-direction: row;
	max-width: 1080px;
	width: 100%;
	column-gap: 30px;
	row-gap: 40px;
	margin-top: 100px;
	margin-bottom: 70px;
}

@media (max-width: 991px) {
	#brxe-2a8ae2 {
		width: 98%;
	}
}

@media (max-width: 767px) {
	#brxe-2a8ae2 {
		width: 95%;
	}
}

#brxe-0ddb9a {
	background-color: #e6e7e8;
	width: 100%;
}

#brxe-0ddb9a .splide__arrow {
	color: #fff;
}

#brxe-0ddb9a .splide__arrow svg {
	fill: #fff;
}

#brxe-0ddb9a .splide__pagination .splide__pagination__page.is-active {
	color: #fff;
	background-color: #fff;
}

#brxe-0ddb9a .splide__pagination .splide__pagination__page {
	height: 6px;
	width: 6px;
}

#brxe-c5fc1d {
	margin-bottom: 80px;
	max-width: 1725px;
	width: 100%;
}

@media (max-width: 991px) {
	#brxe-c5fc1d {
		width: 98%;
	}
}

@media (max-width: 767px) {
	#brxe-c5fc1d {
		width: 95%;
	}
}

#brxe-8b5542 {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 991px) {
	#brxe-8b5542 {
		width: 95%;
	}
}
