/*----------------------------------------------------------------- */
/* FRONT-END
/*----------------------------------------------------------------- */

/* GLOBAL
----------------------------------------- */

html,
body
{
	overflow-x: hidden !important;
}

.transition,
.transition:hover,
.social-icon-box svg,
.social-icon-box svg:hover
{
	transition: 0.5s;
}

/* HEADER
----------------------------------------- */

/* fix for bricks mobile menu */
#brx-header .bricks-mobile-menu
{
	padding: 15px 0;
}

/* active menu item on CPT singles */
#brx-header .bricks-nav-menu > .active-item_archive-ancestor > a
{
	text-decoration: underline;

	color: #25537b;
}

/* adds transition to nav-menu links */
#brx-header .bricks-nav-menu > li > a,
#brx-header .bricks-mobile-menu > li > a
{
	transition: color 0.5s, border-color 0.5s, text-decoration 0.5s;
}

.bricks-nav-menu .bricks-menu-item.menu-item-has-children > a svg
{
	display: flex;
	justify-content: center;

	width: 100%;
	margin-top: 10px;
	margin-left: 0;
}

.brx-submenu-toggle
{
	justify-content: space-between;
}

header .section
{
	overflow-x: hidden;
}

#logo-wrap::after
{
	position: absolute;
	z-index: 1;
	top: 0;
	right: -50px;

	width: 1000px;
	height: 145px;

	content: '';
	transform: skewX(145deg);

	background-color: #fff;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

#brxe-xbhuoc .bricks-nav-menu .brx-submenu-toggle button
{
	width: auto;
}

.bricks-search-form
{
	align-items: center;
}

.bricks-search-form svg g
{
	opacity: 1;
}

@media (max-width: 1499px)
{
	#logo-wrap::after
	{
		height: 145px;
	}
}


@media (max-width: 1366px)
{
	#logo-wrap::after
	{
		height: 125px;
	}
}

@media (max-width: 1200px)
{
	#logo-wrap::after
	{
		height: 110px;
	}
}

@media (max-width: 992px)
{
	#logo-wrap::after
	{
		height: 90px;
	}

	/* own sticky solution */
	#brx-header
	{
		position: sticky;
		z-index: 999;
		top: 0;
	}
}

@media (max-width: 767px)
{
	#logo-wrap::after
	{
		height: 75px;
	}
}

@media (max-width: 478px)
{
	#logo-wrap::after
	{
		right: -35px;

		height: 60px;
	}
}

/* breadcrumb */

.home #breadcrumb
{
	display: none;
}

#breadcrumb::before
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: -35px;

	width: 0;
	height: 0;

	content: '';

	border-width: 0 35px 55px 0;
	border-style: solid;
	border-color: transparent rgba(49, 49, 49, 0.66) transparent transparent;
}

#breadcrumb::after
{
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;

	display: inline-block;

	width: 2000px;
	height: 100%;

	content: '';

	background: rgba(49, 49, 49, 0.66);
}

#breadcrumb .separator
{
	padding: 0 10px;
}

@media (max-width: 1200px)
{
	#breadcrumb::before
	{
		border-width: 0 35px 45px 0;
	}
}

@media (max-width: 767px)
{
	#breadcrumb::before
	{
		border-width: 0 35px 35px 0;
	}
}

/* CONTENT
----------------------------------------- */

.wp-block-gallery
{
	display: flex;
	flex-wrap: wrap;
}

/* fast nav */

.home-fastnav-triangle::before
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: -94px;

	width: 0;
	height: 0;

	content: '';

	border-width: 0 0 140px 95px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
}

#home-fastnav-wrap a.home-fastnav:hover .home-fastnav-img-wrap
{
	background-color: var(--bricks-color-shjycj);
}

.footer-fastnav .home-fastnav-triangle::before
{
	left: -59px;

	border-width: 0 0 85px 60px;
	border-color: transparent transparent var(--bricks-color-vdiutw) transparent;
}

footer#brx-footer a.footer-fastnav:hover .home-fastnav-img-wrap
{
	background-color: var(--bricks-color-wpfazf);
}

footer#brx-footer a.footer-fastnav:hover
{
	text-decoration: none;
}

@media (max-width: 1499px)
{
	.home-fastnav-triangle::before
	{
		left: -84px;

		border-width: 0 0 120px 85px;
	}
}

@media (max-width: 1200px)
{
	.home-fastnav-triangle::before
	{
		left: -59px;

		border-width: 0 0 100px 60px;
	}
}

@media (max-width: 990px)
{
	.footer-fastnav .home-fastnav-triangle::before
	{
		left: -44px;

		border-width: 0 0 60px 45px;
	}
}

/* unordered/ordered lists */
.brxe-text ul li,
.brxe-text ol li
{
	padding-left: 5px;
}

.brxe-text ul
{
	padding-inline-start: 23px;
}

.brxe-text ul li
{
	padding-bottom: 5px;
}

.brxe-text ul li:last-child
{
	padding-bottom: 0;
}

.brxe-text ul li::marker
{
	font-weight: 400;

	margin-top: -2px;

	content: '⬤ ';

	color: var(--bricks-color-shjycj);
}

.brxe-text ol li::marker
{
	font-weight: 700;

	color: #0071bc;
}

@media (max-width: 760px)
{
	.brxe-post-content ul li,
	.brxe-post-content ol li
	{
		line-height: 3rem;
	}
}

/* Nested accordion */

.brxe-accordion-nested .listening.brx-open
{
	row-gap: 0;
}

.brxe-accordion-nested .listening.brx-open .accordion-title-wrapper
{
	padding-bottom: 0 !important;
}

.brxe-accordion-nested .listening .accordion-title-wrapper .brxe-icon,
.brxe-accordion-nested .listening.brx-open .accordion-title-wrapper .brxe-icon
{
	transition: 1s;
}

.brxe-accordion-nested .listening.brx-open .accordion-title-wrapper .brxe-icon
{
	transform: rotate(180deg);
}

.brxe-accordion-nested .listening.brx-open .content-whitebox.brxe-block
{
	padding-top: 20px;
}

/* Nested tabs */

.brxe-tabs-nested .tab-content .tab-pane.brx-open,
.brxe-tabs-nested .nested-tab-wrap-inner.tab-title.brx-open:before
{
	display: flex;

	row-gap: 20px;
}

.brxe-tabs-nested .nested-tab-wrap.tab-title,
.brxe-tabs-nested .nested-tab-wrap-inner.tab-title
{
	position: relative;

	display: flex;
	align-items: center;
}

.brxe-tabs-nested .nested-tab-wrap.tab-title
{
	height: 86px;
}

.brxe-tabs-nested .nested-tab-wrap-inner.tab-title
{
	height: 60px;
}

.brxe-tabs-nested .nested-tab-wrap.tab-title::before,
.brxe-tabs-nested .nested-tab-wrap.tab-title::after,
.brxe-tabs-nested .nested-tab-wrap-inner.tab-title::before,
.brxe-tabs-nested .nested-tab-wrap-inner.tab-title::after
{
	position: absolute;
	top: 0;
	bottom: 0;

	display: block;

	content: '';
}

.brxe-tabs-nested .nested-tab-wrap.tab-title::before,
.brxe-tabs-nested .nested-tab-wrap-inner.tab-title::before
{
	left: 0;

	width: 68px;
	height: 100%;

	background-repeat: no-repeat;
	background-position: center;
}

.brxe-tabs-nested .nested-tab-wrap.tab-title::before
{
	width: 68px;

	background-color: var(--bricks-color-uokgno);
	background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'13\' height=\'36\' viewBox=\'0 0 16 40\' fill=\'none\'%3E%3Cpath d=\'M1.86328 38.1364L14.136 20.1364L1.86328 2.13635\' stroke=\'%23C5C5C5\' stroke-width=\'3\' stroke-miterlimit=\'10\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E');
	background-size: 12px;
}

.brxe-tabs-nested .nested-tab-wrap-inner.tab-title::before
{
	width: 40px;

	background-color: var(--bricks-color-shjycj);
	background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'12\' height=\'28\' viewBox=\'0 0 12 28\' fill=\'none\'%3E%3Cpath d=\'M2 26L10.2727 14L2 2\' stroke=\'white\' stroke-width=\'3\' stroke-miterlimit=\'10\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E');
	background-size: 8px;
}

.brxe-tabs-nested .nested-tab-wrap.tab-title::before,
.brxe-tabs-nested .nested-tab-wrap-inner.tab-title::before,
.brxe-tabs-nested .nested-tab-wrap.tab-title::after,
.brxe-tabs-nested .nested-tab-wrap-inner.tab-title::after
{
	transition: 0.5s;
}


.brxe-tabs-nested .nested-tab-wrap.tab-title.brx-open::before,
.brxe-tabs-nested .nested-tab-wrap-inner.tab-title.brx-open:before
{
	background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'36\' height=\'13\' viewBox=\'0 0 40 16\' fill=\'none\'%3E%3Cpath d=\'M2 1.86365L20 14.1364L38 1.86365\' stroke=\'white\' stroke-width=\'3\' stroke-miterlimit=\'10\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E');
}

.brxe-tabs-nested .nested-tab-wrap.tab-title.brx-open::before
{
	background-size: 36px;
}

.brxe-tabs-nested .nested-tab-wrap-inner.tab-title.brx-open:before
{
	background-size: 24px;
}

.brxe-tabs-nested .nested-tab-wrap.tab-title::after,
.brxe-tabs-nested .nested-tab-wrap-inner.tab-title::after
{
	width: 0;
	height: 0;

	border-style: solid;
}

.brxe-tabs-nested .nested-tab-wrap.tab-title::after
{
	left: 68px;

	border-width: 86px 57px 0 0;
	border-color: var(--bricks-color-uokgno) transparent transparent transparent;
}

.brxe-tabs-nested .nested-tab-wrap-inner.tab-title::after
{
	left: 40px;

	border-width: 60px 40px 0 0;
	border-color: var(--bricks-color-shjycj) transparent transparent transparent;
}



/* BLOG - GRID
----------------------------------------- */

.grid-article a:hover .blog-grid-title
{
	color: var(--bricks-color-shjycj);
}

.blog-grid-date-wrap::after
{
	position: absolute;
	bottom: -54px;
	left: 0;

	width: 0;
	height: 0;

	content: '';

	border-width: 0 90px 55px 0;
	border-style: solid;
	border-color: transparent var(--bricks-color-shjycj) transparent transparent;
}

@media (max-width: 1499px)
{
	.blog-grid-date-wrap::after
	{
		border-width: 0 80px 55px 0;
	}
}

@media (max-width: 1200px)
{
	.blog-grid-date-wrap::after
	{
		border-width: 0 60px 45px 0;
		bottom: -44px;
	}
}

/* ICON BOXES
----------------------------------------- */

.icon-box:hover svg.icon-box-icon path
{
	stroke: var(--bricks-color-uokgno);
}

.icon-box:hover .icon-box-text
{
	color: var(--bricks-color-uokgno);
}

.social-icon-box svg
{
	max-width: 70px;
}

.social-icon-box svg
{
	opacity: 0.5;
}

.social-icon-box svg g
{
	opacity: 1;
}

.social-icon-box:hover svg g,
.social-icon-box:hover svg
{
	opacity: 1;
}

.icon-box-footer strong
{
	font-size: 6rem;
	font-weight: 700;
	line-height: 1;
}

.social-icon-box.brxe-icon-box
{
	align-items: center;
}

@media (max-width: 1799px)
{
	.icon-box-footer.brxe-icon-box .icon
	{
		min-width: 0;
	}

	.icon-box-footer strong
	{
		font-size: 5rem;
	}

	.icon-box-footer .icon svg
	{
		width: 80px;
		height: auto;
	}
}

@media (max-width: 1366px)
{
	.social-icon-box.brxe-icon-box .icon svg
	{
		width: 50px;
		height: auto;
	}

	.icon-box-footer strong
	{
		font-size: 4rem;
	}

	.icon-box-footer .icon svg
	{
		width: 70px;
	}

}

@media (max-width: 991px)
{
	.icon-box-footer .icon svg
	{
		width: 60px;
	}
}

@media (max-width: 767px)
{
	.icon-box-footer .icon svg
	{
		width: 40px;
	}

	.icon-box-footer strong
	{
		font-size: 3rem;
	}
}

@media (max-width: 478px)
{
	.social-icon-box.brxe-icon-box .icon svg
	{
		width: 40px;
	}
}

/* LOCATION CATEGORY */

.location-category-desc h2,
.location-category-desc h3,
.location-category-desc h4
{
	margin: 35px 0 15px 0;
}

.location-category-desc h2:first-child
{
	margin-top: 0;
}

/* FORMS
----------------------------------------- */

.frm-fluent-form .ff-t-cell
{
	row-gap: 15px;
}

.brxe-shortcode .frm-fluent-form .ff-t-container
{
	column-gap: 75px;
	row-gap: 0;
}

.brxe-shortcode .fluentform .ff-el-input--label label
{
	font-size: 1.85rem;
	font-weight: 700;

	color: var(--bricks-color-vhbixs);
}

.brxe-shortcode .fluentform .checkboxes .ff-el-input--content
{
	padding: 10px 20px;
    background: rgba(255, 255, 255, 0.75);
    margin-bottom: 15px;
    border-radius: 25px;
}

.brxe-shortcode .fluentform .ff-el-form-control,
.brxe-shortcode .fluentform .ff-el-form-control[readonly]:not(.flatpickr-input)
{
	font-size: 1.6rem;
	line-height: 28px;

	height: 50px;
	padding-right: 15px;
	padding-left: 15px;

	border: 2px solid var(--bricks-color-etgkvy);
	border-radius: 25px;
	background-color: rgba(255, 255, 255, 0.75);
}

.brxe-shortcode .fluentform .ff-el-form-control[readonly]:not(.flatpickr-input)
{
	text-align: right;
	padding-right: 50px;
}

.brxe-shortcode .fluentform .ff-el-form-control:focus
{
	border-color: var(--bricks-color-uokgno);
}

.brxe-shortcode .fluentform .ff_upload_btn.ff-btn
{
	font-size: 1.6rem;
	line-height: 46px;

	position: relative;

	width: 100%;
	height: 50px;
	padding: 0;
	padding-right: 15px;
	padding-left: 15px;

	text-align: center;

	color: var(--bricks-color-vhbixs);
	border: 2px solid var(--bricks-color-etgkvy);
	border-radius: 25px;
	background-color: rgba(255, 255, 255, 0.25);
}

.brxe-shortcode .fluentform .ff_upload_btn.ff-btn::before
{
	position: absolute;
	top: calc(50% - 10px);
	left: calc(50% - 80px);

	display: block;

	width: 20px;
	height: 20px;

	content: '';

	background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 256 256\'%3E%3Crect fill=\'none\'/%3E%3Cpath d=\'M209.7,122.3a8.1,8.1,0,0,1-.1,11.4l-82,81.9a56,56,0,0,1-79.2-79.2L147.7,35.8a40,40,0,1,1,56.6,56.5L105,192.9A23.8,23.8,0,0,1,88,200a24,24,0,0,1-17-41l83.3-84.6a8,8,0,1,1,11.4,11.2L82.4,170.3A8,8,0,0,0,80,176a8.1,8.1,0,0,0,13.7,5.7L192.9,81A23.8,23.8,0,0,0,200,64a24,24,0,0,0-41-17L59.8,147.7a40,40,0,1,0,56.5,56.6l82-82A8.1,8.1,0,0,1,209.7,122.3Z\'/%3E%3C/svg%3E');
	background-size: 100%;
}

.brxe-shortcode .fluentform .ff_upload_btn.ff-btn:hover
{
	border-color: var(--bricks-color-uokgno);
	background-color: var(--bricks-color-etgkvy);
}

.brxe-shortcode .ff_tc_checkbox
{
	line-height: 1.2;

	position: relative;
}

.brxe-shortcode .ff_tc_checkbox input[type='checkbox']
{
	font: inherit;

	position: absolute !important;
	top: 8px !important;

	display: grid;

	width: 55px;
	height: 55px;
	margin: 0;

	transform: translateY(-0.075em);

	color: currentColor;
	border: 2px solid var(--bricks-color-etgkvy);
	border-radius: 0;
	border-radius: 100%;
	background-color: rgba(255, 255, 255, 0.25);

	-webkit-appearance: none;
	        appearance: none;
	place-content: center;
}

.brxe-shortcode .ff_tc_checkbox input[type='checkbox']::before
{
	content: '';
	transition: 120ms transform ease-in-out;

	box-shadow: inset 1em 1em var(--form-control-color);
}

.brxe-shortcode .ff_tc_checkbox input[type='checkbox']:checked
{
	border-color: var(--bricks-color-uokgno);
}

.brxe-shortcode .ff_tc_checkbox input[type='checkbox']:checked::before
{
	content: '✓';
}

.brxe-shortcode .ff-el-form-check-label .ff_t_c
{
	line-height: 1.2;

	padding: 12px 0 0 50px;
}

.brxe-shortcode .ff-el-input--content .ff-el-form-check-label
{
	color: var(--bricks-color-vhbixs);
}

.brxe-shortcode .ff-el-input--content .ff-el-form-check-label a
{
	border-bottom: 1px solid;
	text-decoration: none;
}

.ff_columns_total_2
{
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.25);
	margin: 30px 0;
	border-radius: 25px;
}

select.ff-el-form-control:not([size]):not([multiple])
{
	height: 50px !important;
}

.brxe-shortcode .ff-el-input--content .ff-el-form-check-label a:hover
{
	color: var(--bricks-color-uokgno);
}

.brxe-shortcode .fluentform textarea.ff-el-form-control
{
	height: 150px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.brxe-shortcode .fluentform .ff-custom_html p
{
	font-size: 1.3rem;
	line-height: 2.5rem;
}

.brxe-shortcode .fluentform .ff-message-success
{
	margin: 30px 0;

	text-align: center;

	color: #fff;
	border: none;
	background: #4caf50;
	box-shadow: none;
}

.brxe-shortcode .ff_submit_btn_wrapper .ff-btn-submit
{
	font-size: 2.4rem;
	font-weight: 400;

	width: 100%;
	max-width: 370px;
	height: 86px;
	margin-bottom: 0 !important;
	padding-left: 130px;

	color: var(--bricks-color-f87979);
	background-color: #aaa;
}

.brxe-shortcode .ff_submit_btn_wrapper.career-submit button.ff-btn-submit
{
	margin-bottom: 0;
}

.brxe-shortcode .ff_submit_btn_wrapper.ff_submit_btn_wrapper .ff-btn-submit:hover
{
	color: var(--bricks-color-b7a617);
	background-color: var(--bricks-color-vlwtbg);
}

.brxe-shortcode .ff_submit_btn_wrapper.ff_submit_btn_wrapper_custom
{
	position: relative;

	margin-top: 30px;
}

.brxe-shortcode .ff_input-group-append
{
	position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    background-color: transparent;
	border-radius: 25px;
}

.brxe-shortcode .fluentform .ff_input-group-append .ff_input-group-text
{
	background-color: transparent;
	font-weight: bold;
	font-size: 1.8rem;
}

.brxe-shortcode .ff_submit_btn_wrapper.ff_submit_btn_wrapper_custom:before
{
	position: absolute;
	top: 0;
	left: 0;

	display: flex;

	width: 68px;
	height: 100%;

	transition: 0.5s;

	background-color: var(--bricks-color-vlwtbg);
	background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'52\' height=\'42\' viewBox=\'0 0 52 42\' fill=\'none\'%3E%3Cg clip-path=\'url(%23clip0_247_371)\'%3E%3Cpath d=\'M50.1 1L14.8 26.1L1 22.1L50.1 1Z\' stroke=\'%23E2E2E2\' stroke-width=\'2\' stroke-miterlimit=\'10\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3Cpath d=\'M24.4004 28.8L38.8004 33L50.1004 1L24.4004 28.8Z\' stroke=\'%23E2E2E2\' stroke-width=\'2\' stroke-miterlimit=\'10\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3Cpath d=\'M24.3998 28.8L19.4998 40.8L14.7998 26.1\' stroke=\'%23E2E2E2\' stroke-width=\'2\' stroke-miterlimit=\'10\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3Cpath d=\'M19.5 40.8L28.8 30.6\' stroke=\'%23E2E2E2\' stroke-width=\'2\' stroke-miterlimit=\'10\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=\'clip0_247_371\'%3E%3Crect width=\'51.1\' height=\'41.8\' fill=\'white\'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-position: right;
	background-size: 51px;
}

.brxe-shortcode .ff_submit_btn_wrapper.ff_submit_btn_wrapper_custom:after
{
	position: absolute;
	top: 0;
	left: 68px;

	width: 0;
	height: 0;

	content: '';

	border-width: 86px 55px 0 0;
	border-style: solid;
	border-color: var(--bricks-color-vlwtbg) transparent transparent transparent;
}

.ff-uploaded-list
{
	margin-top: 0 !important;
}


@media (min-width: 481px)
{
	.brxe-shortcode .fluentform .ff_columns_total_1 .ff-el-group
	{
		display: flex;

		margin-bottom: 0;
	}

	.brxe-shortcode .fluentform .ff-el-form-left .ff_columns_total_1.ff-t-container .ff-el-input--label
	{
		width: 200px;

		text-align: right;
	}

	.brxe-shortcode .ff_columns_total_1 .ff-el-input--content,
	.brxe-shortcode .fluentform .ff-text-left
	{
		width: calc(100% - 200px);
	}

	.careerform.brxe-shortcode .fluentform .ff-el-form-check
	{
		margin: 20px 0;
	}

	.brxe-shortcode .ff_submit_btn_wrapper.ff_submit_btn_wrapper_custom
	{
		width: auto;
		margin-left: 200px !important;
	}
}


@media (max-width: 760px)
{
	.brxe-shortcode .fluentform .ff-el-form-control
	{
		line-height: 40px;

		height: 40px;
		padding-right: 15px;
		padding-left: 15px;
	}

	.brxe-shortcode .fluentform textarea.ff-el-form-control
	{
		height: 120px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

/* BUTTONS 
----------------------------------------- */

.bricks-background-primary,
.bricks-background-secondary
{
	position: relative;

	display: inline-block;
	overflow: hidden;

	cursor: pointer;
	text-align: center;
}

.bricks-background-primary:before,
.bricks-background-secondary:before
{
	position: absolute;
	top: -40px;
	left: -20px;

	width: 50px;
	height: 150px;

	content: '';
	transition: all 0.5s;
	transform: rotate(37deg);
}

.bricks-background-primary:before
{
	background: var(--bricks-color-shjycj);
}

.bricks-background-primary:hover:before
{
	background: var(--bricks-color-uokgno);
}

.bricks-background-secondary:before
{
	background: var(--bricks-color-vdiutw);
}

.bricks-background-secondary:hover:before
{
	background: var(--bricks-color-etgkvy);
}

/* FOOTER
----------------------------------------- */
#brx-footer .copyright a
{
	border-bottom: 1px solid;
}

#brx-footer .copyright a:hover
{
	color: var(--bricks-border-color);
}

#brx-footer address
{
	font-style: normal;
}

#brxe-dmuaah a
{
	color: #fff;
}
