
@layer bricks {
	.brxe-icon {
		font-size: 60px;
	}
	
	svg.brxe-icon {
		font-size: inherit;
	}
}

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

#brxe-9c066a .underlined-text {
	--underline-color: var(--dark);
}

#brxe-9c066a {
	color: var(--dark);
}

@media (max-width: 991px) {
	#brxe-9c066a .underlined-text {
		--underline-color: var(--bricks-color-mzczem);
	}
}

#brxe-149161 {
	border-color: var(--dark);
	color: rgba(22, 23, 27, .28);
}

#brxe-149161.horizontal .line {
	width: 10%;
	border-top-width: 4px;
	border-top-color: rgba(16, 20, 35, .37);
}

#brxe-149161.vertical .line {
	border-right-width: 10%;
	border-right-color: rgba(16, 20, 35, .37);
}

#brxe-149161.horizontal {
	justify-content: flex-start;
}

#brxe-149161.vertical {
	align-self: flex-start;
}

#brxe-149161 .line {
	height: 4px;
}

#brxe-149161 .icon {
	color: rgba(16, 20, 35, .37);
}

@media (max-width: 478px) {
	#brxe-149161.horizontal {
		justify-content: center;
	}
	
	#brxe-149161.vertical {
		align-self: center;
	}
}

#brxe-be041b {
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	row-gap: 5px;
	padding-right: 2.5em;
	padding-left: 2.5em;
}

@media (max-width: 767px) {
	@media (max-width: 767px) {
		#brxe-be041b {
			display: none !important;
		}
	}
}

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

#brxe-05c15d {
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
}

#brxe-5b5bb0 {
	font-size: 24px;
	text-align: center;
	color: var(--white);
	font-weight: 500;
}

#brxe-950f1f {
	text-align: center;
	flex-direction: row;
	align-self: center !important;
	justify-content: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: var(--olive);
}

#brxe-533432 {
	font-size: 20px;
	text-align: center;
	font-weight: 400;
}

#brxe-4f02ec {
	text-align: center;
	flex-direction: row;
	align-self: center !important;
	justify-content: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0;
}

#brxe-qewdom {
	position: absolute;
	right: 0px;
	top: 10px;
	height: auto;
	width: 4em;
}

#brxe-a68da2 {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border: 2px solid rgba(22, 23, 27, .22);
	border-radius: 15px;
	row-gap: 0px;
	position: relative;
}

#brxe-bjovyp {
	font-size: 40px;
}

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

#brxe-rbpqmo {
	text-align: center;
	align-self: center;
}

#brxe-fgydlx {
	flex-direction: column;
	align-items: center;
	column-gap: 1em;
	justify-content: center;
	align-self: center !important;
	row-gap: 5px;
}

@media (max-width: 991px) {
	#brxe-fgydlx {
		flex-wrap: wrap;
	}
}

@media (max-width: 767px) {
	#brxe-fgydlx {
		padding-right: 2em;
		padding-left: 2em;
	}
}

#brxe-cxmvgx {
	font-weight: 500;
	background-color: #f2f2f2;
	box-shadow: 0 8px 25px 0 rgba(0, 0, 0, .15);
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 0;
	display: flex;
}

@media (max-width: 767px) {
	#brxe-cxmvgx {
		padding-top: 20px;
		padding-right: 0;
		padding-bottom: 20px;
		padding-left: 0;
		display: none;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

@media (max-width: 478px) {
	#brxe-cxmvgx {
		margin-bottom: 10px;
	}
}

#brxe-262a2e {
	max-width: 25%;
}

@media (max-width: 991px) {
	#brxe-262a2e {
		max-width: 30%;
	}
}

@media (max-width: 767px) {
	#brxe-262a2e {
		max-width: 100%;
		padding-bottom: 15px;
	}
}

@media (max-width: 478px) {
	#brxe-262a2e {
		max-width: 100%;
		padding-bottom: 0;
	}
}

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

#brxe-uioyri {
	text-align: center;
}

#brxe-zavqci {
	flex-direction: column;
	align-items: center;
	column-gap: 1em;
	justify-content: center;
	align-self: center !important;
}

@media (max-width: 767px) {
	#brxe-zavqci {
		padding-right: 2em;
		padding-left: 2em;
	}
}

#brxe-kedtpm {
	flex-direction: row;
	margin-right: 0;
	margin-left: 0;
	justify-content: space-between;
}

@media (max-width: 767px) {
	#brxe-kedtpm {
		row-gap: 40px;
		flex-wrap: nowrap;
		flex-direction: column;
	}
}

#brxe-yvlemq {
	font-weight: 500;
	background-color: #f2f2f2;
	box-shadow: 0 8px 25px 0 rgba(0, 0, 0, .15);
	padding-top: 0;
	padding-right: 2em;
	padding-bottom: 0;
	padding-left: 2em;
	margin-top: 30px;
	margin-bottom: 0;
	display: none;
}

@media (max-width: 767px) {
	#brxe-yvlemq {
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		display: flex;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

@media (max-width: 478px) {
	#brxe-yvlemq {
		margin-bottom: 10px;
	}
}

#brxe-vnlxzn {
	color: var(--dark);
}

#brxe-vnlxzn .underlined-text {
	--underline-color: var(--dark);
}

@media (max-width: 991px) {
	#brxe-vnlxzn .underlined-text {
		--underline-color: var(--bricks-color-mzczem);
	}
}

#brxe-qnrkii {
	color: rgba(22, 23, 27, .28);
	border-color: var(--dark);
}

#brxe-qnrkii.horizontal .line {
	width: 10%;
	border-top-width: 4px;
	border-top-color: rgba(16, 20, 35, .37);
}

#brxe-qnrkii.vertical .line {
	border-right-width: 10%;
	border-right-color: rgba(16, 20, 35, .37);
}

#brxe-qnrkii.horizontal {
	justify-content: flex-start;
}

#brxe-qnrkii.vertical {
	align-self: flex-start;
}

#brxe-qnrkii .line {
	height: 4px;
}

#brxe-qnrkii .icon {
	color: rgba(16, 20, 35, .37);
}

@media (max-width: 767px) {
	#brxe-qnrkii.horizontal {
		justify-content: center;
	}
	
	#brxe-qnrkii.vertical {
		align-self: center;
	}
}

@media (max-width: 478px) {
	#brxe-qnrkii.horizontal {
		justify-content: center;
	}
	
	#brxe-qnrkii.vertical {
		align-self: center;
	}
}

#brxe-gzmqdp {
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	row-gap: 5px;
	padding-right: 2.5em;
	padding-left: 2.5em;
}

@media (min-width: 768px) {
	#brxe-gzmqdp {
		display: none !important;
	}
}

@media (max-width: 767px) {
	#brxe-gzmqdp {
		padding-right: 0;
		padding-bottom: 15px;
		padding-left: 0;
		justify-content: center;
		align-items: center;
		font-size: 20px;
	}
}

@media (max-width: 478px) {
	#brxe-gzmqdp {
		padding-bottom: 0;
		text-align: center;
	}
}

#brxe-97b255 {
	font-size: 2.2rem;
}

@media (max-width: 767px) {
	#brxe-97b255 {
		text-align: left;
		font-size: 20px;
		align-self: flex-start;
	}
}

#brxe-cacef8 {
	color: var(--olive);
	line-height: .2;
	z-index: 10;
	align-self: center;
}

#brxe-ab009d {
	text-align: center;
	color: var(--white);
	font-family: "Helvetica";
	font-weight: 300;
	font-style: italic;
	font-size: 2.2rem;
}

#brxe-41bc72 {
	max-width: 100%;
	align-items: center;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	background-color: var(--dark-green);
	border-radius: 15px;
}

@media (max-width: 767px) {
	#brxe-41bc72 {
		max-width: 100%;
	}
}

#brxe-239788 {
	color: var(--olive);
	line-height: .2;
	z-index: 10;
	align-self: center;
}

#brxe-06de52 {
	flex-direction: column;
	justify-content: center;
	row-gap: 5px;
	padding-top: 20px;
	column-gap: 50px;
	align-items: flex-start;
	background-color: var(--white);
}

@media (max-width: 478px) {
	#brxe-06de52 {
		row-gap: 5px;
	}
}

#brxe-caa603 {
	flex-direction: column;
	width: 100%;
}

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

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

#brxe-b487f3 {
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	row-gap: 5px;
	padding-right: 2.5em;
	padding-left: 2.5em;
	column-gap: 50px;
	margin-top: 20px;
	display: flex;
}

@media (max-width: 767px) {
	#brxe-b487f3 {
		column-gap: 0px;
		justify-content: space-between;
		flex-direction: column;
	}
}

@media (max-width: 478px) {
	#brxe-b487f3 {
		row-gap: 30px;
		flex-direction: row;
	}
}

#brxe-hbmkjl {
	color: var(--bricks-color-gvpcar);
	font-weight: 500;
	line-height: 1.3;
	font-size: 2.2rem;
	background-color: var(--green);
	border-radius: 5px;
	margin-top: 35px;
	margin-bottom: 20px;
	width: 11em;
	align-self: center;
}

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

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

#veteran-start {
	padding-top: 40px;
	padding-bottom: 30px;
}

@media (max-width: 767px) {
	#veteran-start {
		padding-bottom: 40px;
	}
}

@media (max-width: 478px) {
	#veteran-start {
		align-self: center !important;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
}
