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

:where(.brxe-video) {
	align-items: center;
	display: flex;
	justify-content: center;
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}

:where(.brxe-video) iframe, :where(.brxe-video) video {
	border: none;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

:where(.brxe-video) video {
	object-fit: cover;
}

:where(.brxe-video) .perfmatters-lazy-youtube {
	margin-top: -56.25%;
}

.brxe-video .plyr {
	bottom: 0;
	font-family: inherit;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.brxe-video .plyr .plyr__controls>.plyr__control {
	padding: 8px;
}

.brxe-video .plyr .plyr__control--overlaid {
	align-items: center;
	background-color: rgba(0, 0, 0, .65);
	border-radius: 0;
	display: flex !important;
	height: 50px;
	justify-content: center;
	padding: 0;
	width: 80px;
}

.brxe-video .plyr .plyr__control--overlaid:hover {
	background-color: rgba(0, 0, 0, .9);
}

.brxe-video .plyr .plyr__control--overlaid svg {
	height: 18px;
	width: 18px;
}

.brxe-video .plyr .plyr__controls .plyr__control {
	background-color: transparent;
	color: inherit;
}

.brxe-video .plyr .plyr__controls .plyr__control.plyr__tab-focus {
	background: transparent;
	box-shadow: 0 0 0 2px;
}

.brxe-video .plyr input[type=range]:hover::-webkit-slider-thumb {
	visibility: visible;
}

.brxe-video .plyr input[type=range]::-webkit-slider-runnable-track {
	border-radius: 0;
	color: hsla(0, 0%, 100%, .75);
}

.brxe-video .plyr input[type=range]::-webkit-slider-thumb {
	background: #fff;
	box-shadow: none;
	visibility: hidden;
}

.brxe-video .plyr input[type=range]::-moz-range-track {
	border-radius: 0;
	color: hsla(0, 0%, 100%, .75);
}

.brxe-video .plyr input[type=range]::-moz-range-thumb {
	background: #fff;
	box-shadow: none;
}

.brxe-video .plyr input[type=range]::-moz-range-progress {
	border-radius: 0;
}

.brxe-video .plyr input[type=range]::-ms-track {
	border-radius: 0;
	color: hsla(0, 0%, 100%, .75);
}

.brxe-video .plyr input[type=range]::-ms-fill-lower, .brxe-video .plyr input[type=range]::-ms-fill-upper {
	border-radius: 0;
}

.brxe-video .plyr input[type=range]::-ms-thumb {
	background: #fff;
	box-shadow: none;
}

.brxe-video .plyr input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
	box-shadow: none;
}

.brxe-video .plyr input[type=range].plyr__tab-focus::-moz-range-track {
	box-shadow: none;
}

.brxe-video .plyr input[type=range].plyr__tab-focus::-ms-track {
	box-shadow: none;
}

.brxe-video .plyr .plyr__progress__buffer::-webkit-progress-value {
	border-radius: 0;
}

.brxe-video .plyr .plyr__progress__buffer::-moz-progress-bar {
	border-radius: 0;
}

.brxe-video .plyr .plyr__progress__buffer::-ms-fill {
	border-radius: 0;
}

.brxe-video .plyr .plyr__volume {
	max-width: none;
	min-width: 0;
	width: auto;
}

.brxe-video .plyr .plyr__volume:hover input[type=range] {
	margin: 0 5px;
	width: 60px;
}

.brxe-video .plyr .plyr__volume input[type=range] {
	margin: 0;
	transition: width .1s ease-out;
	width: 0;
}

.brxe-video .plyr .plyr__controls__item, .brxe-video .plyr input[type=range] {
	cursor: pointer;
}

.brxe-video .plyr .plyr__menu__container .plyr__control[role=menuitemradio]:hover:before, .brxe-video .plyr .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before, .brxe-video .plyr .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:hover:before {
	background-color: #000;
}

.brxe-video .plyr .plyr__menu__container .plyr__control[role=menuitemradio]:hover:after {
	background-color: #fff;
	opacity: 1;
	transform: translateY(-50%) scale(1);
}

.bricks-video-preview-image {
	background-position: 50%;
	background-repeat: no-repeat;
}

.bricks-video-overlay, .bricks-video-preview-image {
	background-size: cover;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.bricks-video-overlay {
	align-items: center;
	display: flex;
	justify-content: center;
	z-index: 1;
}

.bricks-video-overlay.bricks-lazy-hidden {
	background-image: none !important;
}

.bricks-video-overlay.bricks-lazy-hidden.nitro-lazy {
	background-image: none !important;
}

.bricks-video-overlay-icon {
	color: #fff;
	cursor: pointer;
	font-size: 60px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.brxe-button {
	width: auto;
}

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

.brxe-social-icons {
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.brxe-social-icons li, .brxe-social-icons li a {
	align-items: center;
	display: flex;
	flex: 1;
	gap: 5px;
	justify-content: center;
}

.brxe-social-icons i {
	line-height: unset;
}

.brxe-social-icons span {
	align-items: center;
	display: inline-flex;
}

.brxe-text-link {
	gap: 5px;
}

.brxe-text-link, .brxe-text-link span {
	align-items: center;
	display: inline-flex;
}

.brxe-text-link span {
	justify-content: center;
}

.brxe-icon {
	font-size: 60px;
}

svg.brxe-icon {
	font-size: inherit;
}

: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-accordion-nested {
	--brx-icon-transform: rotate(90deg);
	width: 100%;
}

.brxe-accordion-nested .accordion-title-wrapper {
	cursor: pointer;
}

.brxe-accordion-nested .accordion-title-wrapper .brxe-heading {
	margin: 0;
}

.brxe-accordion-nested .accordion-content-wrapper {
	display: none;
}

.brxe-accordion-nested .brx-open>.accordion-content-wrapper {
	display: block;
}

.brxe-accordion-nested .brx-icon-expanded {
	display: none;
}

.brxe-accordion-nested .brx-icon-transform {
	transition: transform .1s;
}

.brxe-accordion-nested>.brx-open>.accordion-title-wrapper .brx-icon-transform {
	transform: var(--brx-icon-transform);
}

.brxe-accordion-nested>.brx-open>.accordion-title-wrapper .brx-icon-collapsed {
	display: none;
}

.brxe-accordion-nested>.brx-open>.accordion-title-wrapper .brx-icon-expanded {
	display: block;
}

.brxe-logo {
	color: currentcolor;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
}

.brxe-logo img {
	display: block;
	height: auto;
	width: auto;
}

.brxe-logo a {
	color: currentcolor;
	display: inline-block;
}

.brxe-toggle {
	background-color: transparent;
	border: 0;
	color: inherit;
	font: inherit;
	margin: 0;
	overflow: visible;
	text-transform: none;
	transition-duration: .15s;
	transition-property: opacity, filter;
	transition-timing-function: linear;
}

.brxa-wrap {
	display: inline-block;
	height: 24px;
	position: relative;
	width: 40px;
}

.brxa-inner {
	display: block;
	margin-top: -2px;
	top: 50%;
}

.brxa-inner, .brxa-inner:after, .brxa-inner:before {
	background-color: currentcolor;
	border-radius: 4px;
	height: 4px;
	position: absolute;
	transition-duration: .15s;
	transition-property: transform;
	transition-timing-function: ease;
	width: 40px;
}

.brxa-inner:after, .brxa-inner:before {
	content: "";
	display: block;
}

.brxa-inner:before {
	top: -10px;
}

.brxa-inner:after {
	bottom: -10px;
}

.brxa--3dx-r .brxa-wrap {
	perspective: 80px;
}

.brxa--3dx-r .brxa-inner {
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
}

.brxa--3dx-r .brxa-inner:after, .brxa--3dx-r .brxa-inner:before {
	transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
}

.brxa--3dx-r.is-active .brxa-inner {
	background-color: transparent !important;
	transform: rotateY(-180deg);
}

.brxa--3dx-r.is-active .brxa-inner:before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.brxa--3dx-r.is-active .brxa-inner:after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.brxa--3dx .brxa-wrap {
	perspective: 80px;
}

.brxa--3dx .brxa-inner {
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
}

.brxa--3dx .brxa-inner:after, .brxa--3dx .brxa-inner:before {
	transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
}

.brxa--3dx.is-active .brxa-inner {
	background-color: transparent !important;
	transform: rotateY(180deg);
}

.brxa--3dx.is-active .brxa-inner:before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.brxa--3dx.is-active .brxa-inner:after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.brxa--3dy-r .brxa-wrap {
	perspective: 80px;
}

.brxa--3dy-r .brxa-inner {
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
}

.brxa--3dy-r .brxa-inner:after, .brxa--3dy-r .brxa-inner:before {
	transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
}

.brxa--3dy-r.is-active .brxa-inner {
	background-color: transparent !important;
	transform: rotateX(180deg);
}

.brxa--3dy-r.is-active .brxa-inner:before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.brxa--3dy-r.is-active .brxa-inner:after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.brxa--3dy .brxa-wrap {
	perspective: 80px;
}

.brxa--3dy .brxa-inner {
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
}

.brxa--3dy .brxa-inner:after, .brxa--3dy .brxa-inner:before {
	transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
}

.brxa--3dy.is-active .brxa-inner {
	background-color: transparent !important;
	transform: rotateX(-180deg);
}

.brxa--3dy.is-active .brxa-inner:before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.brxa--3dy.is-active .brxa-inner:after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.brxa--3dxy-r .brxa-wrap {
	perspective: 80px;
}

.brxa--3dxy-r .brxa-inner {
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
}

.brxa--3dxy-r .brxa-inner:after, .brxa--3dxy-r .brxa-inner:before {
	transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
}

.brxa--3dxy-r.is-active .brxa-inner {
	background-color: transparent !important;
	transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
}

.brxa--3dxy-r.is-active .brxa-inner:before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.brxa--3dxy-r.is-active .brxa-inner:after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.brxa--3dxy .brxa-wrap {
	perspective: 80px;
}

.brxa--3dxy .brxa-inner {
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
}

.brxa--3dxy .brxa-inner:after, .brxa--3dxy .brxa-inner:before {
	transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
}

.brxa--3dxy.is-active .brxa-inner {
	background-color: transparent !important;
	transform: rotateX(180deg) rotateY(180deg);
}

.brxa--3dxy.is-active .brxa-inner:before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.brxa--3dxy.is-active .brxa-inner:after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.brx-body.iframe .brxe-nav-nested.brx-open .brxa--arrow-r .brxa-inner:before, .brx-body.iframe .brxe-offcanvas.brx-open .brxa--arrow-r .brxa-inner:before, .brxa--arrow-r.is-active .brxa-inner:before {
	transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7);
}

.brx-body.iframe .brxe-nav-nested.brx-open .brxa--arrow-r .brxa-inner:after, .brx-body.iframe .brxe-offcanvas.brx-open .brxa--arrow-r .brxa-inner:after, .brxa--arrow-r.is-active .brxa-inner:after {
	transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7);
}

.brx-body.iframe .brxe-nav-nested.brx-open .brxa--arrow .brxa-inner:before, .brx-body.iframe .brxe-offcanvas.brx-open .brxa--arrow .brxa-inner:before, .brxa--arrow.is-active .brxa-inner:before {
	transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7);
}

.brx-body.iframe .brxe-nav-nested.brx-open .brxa--arrow .brxa-inner:after, .brx-body.iframe .brxe-offcanvas.brx-open .brxa--arrow .brxa-inner:after, .brxa--arrow.is-active .brxa-inner:after {
	transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7);
}

.brxa--arrowalt-r .brxa-inner:before {
	transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1);
}

.brxa--arrowalt-r .brxa-inner:after {
	transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1);
}

.brx-body.iframe .brxe-nav-nested.brx-open .brxa--arrowalt-r .brxa-inner:before, .brx-body.iframe .brxe-offcanvas.brx-open .brxa--arrowalt-r .brxa-inner:before, .brxa--arrowalt-r.is-active .brxa-inner:before {
	top: 0;
	transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(.7);
	transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
}

.brx-body.iframe .brxe-nav-nested.brx-open .brxa--arrowalt-r .brxa-inner:after, .brx-body.iframe .brxe-offcanvas.brx-open .brxa--arrowalt-r .brxa-inner:after, .brxa--arrowalt-r.is-active .brxa-inner:after {
	bottom: 0;
	transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(.7);
	transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
}

.brxa--arrowalt .brxa-inner:before {
	transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1);
}

.brxa--arrowalt .brxa-inner:after {
	transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1);
}

.brx-body.iframe .brxe-nav-nested.brx-open .brxa--arrowalt .brxa-inner:before, .brx-body.iframe .brxe-offcanvas.brx-open .brxa--arrowalt .brxa-inner:before, .brxa--arrowalt.is-active .brxa-inner:before {
	top: 0;
	transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(.7);
	transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
}

.brx-body.iframe .brxe-nav-nested.brx-open .brxa--arrowalt .brxa-inner:after, .brx-body.iframe .brxe-offcanvas.brx-open .brxa--arrowalt .brxa-inner:after, .brxa--arrowalt.is-active .brxa-inner:after {
	bottom: 0;
	transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(.7);
	transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
}

.brx-body.iframe .brxe-nav-nested.brx-open .brxa--arrowturn-r .brxa-inner, .brx-body.iframe .brxe-offcanvas.brx-open .brxa--arrowturn-r .brxa-inner, .brxa--arrowturn-r.is-active .brxa-inner {
	transform: rotate(-180deg);
}

.brx-body.iframe .brxe-nav-nested.brx-open .brxa--arrowturn-r .brxa-inner:before, .brx-body.iframe .brxe-offcanvas.brx-open .brxa--arrowturn-r .brxa-inner:before, .brxa--arrowturn-r.is-active .brxa-inner:before {
	transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7);
}

.brx-body.iframe .brxe-nav-nested.brx-open .brxa--arrowturn-r .brxa-inner:after, .brx-body.iframe .brxe-offcanvas.brx-open .brxa--arrowturn-r .brxa-inner:after, .brxa--arrowturn-r.is-active .brxa-inner:after {
	transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7);
}

.brx-body.iframe .brxe-nav-nested.brx-open .brxa--arrowturn .brxa-inner, .brx-body.iframe .brxe-offcanvas.brx-open .brxa--arrowturn .brxa-inner, .brxa--arrowturn.is-active .brxa-inner {
	transform: rotate(-180deg);
}

.brx-body.iframe .brxe-nav-nested.brx-open .brxa--arrowturn .brxa-inner:before, .brx-body.iframe .brxe-offcanvas.brx-open .brxa--arrowturn .brxa-inner:before, .brxa--arrowturn.is-active .brxa-inner:before {
	transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7);
}

.brx-body.iframe .brxe-nav-nested.brx-open .brxa--arrowturn .brxa-inner:after, .brx-body.iframe .brxe-offcanvas.brx-open .brxa--arrowturn .brxa-inner:after, .brxa--arrowturn.is-active .brxa-inner:after {
	transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7);
}

.brxa--boring .brxa-inner, .brxa--boring .brxa-inner:after, .brxa--boring .brxa-inner:before {
	transition-property: none;
}

.brx-body.iframe .brxe-nav-nested.brx-open .brxa--boring .brxa-inner, .brx-body.iframe .brxe-offcanvas.brx-open .brxa--boring .brxa-inner, .brxa--boring.is-active .brxa-inner {
	transform: rotate(45deg);
}

.brx-body.iframe .brxe-nav-nested.brx-open .brxa--boring .brxa-inner:before, .brx-body.iframe .brxe-offcanvas.brx-open .brxa--boring .brxa-inner:before, .brxa--boring.is-active .brxa-inner:before {
	opacity: 0;
	top: 0;
}

.brx-body.iframe .brxe-nav-nested.brx-open .brxa--boring .brxa-inner:after, .brx-body.iframe .brxe-offcanvas.brx-open .brxa--boring .brxa-inner:after, .brxa--boring.is-active .brxa-inner:after {
	bottom: 0;
	transform: rotate(-90deg);
}

.brxa--collapse-r .brxa-inner {
	bottom: 0;
	top: auto;
	transition-delay: .13s;
	transition-duration: .13s;
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}

.brxa--collapse-r .brxa-inner:after {
	top: -20px;
	transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear;
}

.brxa--collapse-r .brxa-inner:before {
	transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
}

.brxa--collapse-r.is-active .brxa-inner {
	transform: translate3d(0, -10px, 0) rotate(45deg);
	transition-delay: .22s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.brxa--collapse-r.is-active .brxa-inner:after {
	opacity: 0;
	top: 0;
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
}

.brxa--collapse-r.is-active .brxa-inner:before {
	top: 0;
	transform: rotate(90deg);
	transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
}

.brxa--collapse .brxa-inner {
	bottom: 0;
	top: auto;
	transition-delay: .13s;
	transition-duration: .13s;
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}

.brxa--collapse .brxa-inner:after {
	top: -20px;
	transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear;
}

.brxa--collapse .brxa-inner:before {
	transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
}

.brxa--collapse.is-active .brxa-inner {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	transition-delay: .22s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.brxa--collapse.is-active .brxa-inner:after {
	opacity: 0;
	top: 0;
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
}

.brxa--collapse.is-active .brxa-inner:before {
	top: 0;
	transform: rotate(-90deg);
	transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
}

.brxa--elastic-r .brxa-inner {
	top: 2px;
	transition-duration: .275s;
	transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
}

.brxa--elastic-r .brxa-inner:before {
	top: 10px;
	transition: opacity .125s ease .275s;
}

.brxa--elastic-r .brxa-inner:after {
	top: 20px;
	transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55);
}

.brxa--elastic-r.is-active .brxa-inner {
	transform: translate3d(0, 10px, 0) rotate(-135deg);
	transition-delay: 75ms;
}

.brxa--elastic-r.is-active .brxa-inner:before {
	opacity: 0;
	transition-delay: 0s;
}

.brxa--elastic-r.is-active .brxa-inner:after {
	transform: translate3d(0, -20px, 0) rotate(270deg);
	transition-delay: 75ms;
}

.brxa--elastic .brxa-inner {
	top: 2px;
	transition-duration: .275s;
	transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
}

.brxa--elastic .brxa-inner:before {
	top: 10px;
	transition: opacity .125s ease .275s;
}

.brxa--elastic .brxa-inner:after {
	top: 20px;
	transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55);
}

.brxa--elastic.is-active .brxa-inner {
	transform: translate3d(0, 10px, 0) rotate(135deg);
	transition-delay: 75ms;
}

.brxa--elastic.is-active .brxa-inner:before {
	opacity: 0;
	transition-delay: 0s;
}

.brxa--elastic.is-active .brxa-inner:after {
	transform: translate3d(0, -20px, 0) rotate(-270deg);
	transition-delay: 75ms;
}

.brxa--emphatic-r .brxa-inner {
	transition: background-color .125s ease-in .175s;
}

.brxa--emphatic-r .brxa-inner:before {
	left: 0;
	transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s;
}

.brxa--emphatic-r .brxa-inner:after {
	right: 0;
	top: 10px;
	transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s;
}

.brxa--emphatic-r.is-active .brxa-inner {
	background-color: transparent !important;
	transition-delay: 0s;
	transition-timing-function: ease-out;
}

.brxa--emphatic-r.is-active .brxa-inner:before {
	left: -80px;
	top: 80px;
	transform: translate3d(80px, -80px, 0) rotate(-45deg);
	transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
}

.brxa--emphatic-r.is-active .brxa-inner:after {
	right: -80px;
	top: 80px;
	transform: translate3d(-80px, -80px, 0) rotate(45deg);
	transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
}

.brxa--emphatic .brxa-inner {
	transition: background-color .125s ease-in .175s;
}

.brxa--emphatic .brxa-inner:before {
	left: 0;
	transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s;
}

.brxa--emphatic .brxa-inner:after {
	right: 0;
	top: 10px;
	transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s;
}

.brxa--emphatic.is-active .brxa-inner {
	background-color: transparent !important;
	transition-delay: 0s;
	transition-timing-function: ease-out;
}

.brxa--emphatic.is-active .brxa-inner:before {
	left: -80px;
	top: -80px;
	transform: translate3d(80px, 80px, 0) rotate(45deg);
	transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
}

.brxa--emphatic.is-active .brxa-inner:after {
	right: -80px;
	top: -80px;
	transform: translate3d(-80px, 80px, 0) rotate(-45deg);
	transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
}

.brxa--minus .brxa-inner:after, .brxa--minus .brxa-inner:before {
	transition: bottom .08s ease-out 0s, top .08s ease-out 0s, opacity 0s linear;
}

.brx-body.iframe .brxe-nav-nested.brx-open .brxa--minus .brxa-inner:after, .brx-body.iframe .brxe-nav-nested.brx-open .brxa--minus .brxa-inner:before, .brx-body.iframe .brxe-offcanvas.brx-open .brxa--minus .brxa-inner:after, .brx-body.iframe .brxe-offcanvas.brx-open .brxa--minus .brxa-inner:before, .brxa--minus.is-active .brxa-inner:after, .brxa--minus.is-active .brxa-inner:before {
	opacity: 0;
	transition: bottom .08s ease-out, top .08s ease-out, opacity 0s linear .08s;
}

.brx-body.iframe .brxe-nav-nested.brx-open .brxa--minus .brxa-inner:before, .brx-body.iframe .brxe-offcanvas.brx-open .brxa--minus .brxa-inner:before, .brxa--minus.is-active .brxa-inner:before {
	top: 0;
}

.brx-body.iframe .brxe-nav-nested.brx-open .brxa--minus .brxa-inner:after, .brx-body.iframe .brxe-offcanvas.brx-open .brxa--minus .brxa-inner:after, .brxa--minus.is-active .brxa-inner:after {
	bottom: 0;
}

.brxa--slider-r .brxa-inner {
	top: 2px;
}

.brxa--slider-r .brxa-inner:before {
	top: 10px;
	transition-duration: .15s;
	transition-property: transform, opacity;
	transition-timing-function: ease;
}

.brxa--slider-r .brxa-inner:after {
	top: 20px;
}

.brxa--slider-r.is-active .brxa-inner {
	transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.brxa--slider-r.is-active .brxa-inner:before {
	opacity: 0;
	transform: rotate(45deg) translate3d(5.7142857143px, -6px, 0);
}

.brxa--slider-r.is-active .brxa-inner:after {
	transform: translate3d(0, -20px, 0) rotate(90deg);
}

.brxa--slider .brxa-inner {
	top: 2px;
}

.brxa--slider .brxa-inner:before {
	top: 10px;
	transition-duration: .15s;
	transition-property: transform, opacity;
	transition-timing-function: ease;
}

.brxa--slider .brxa-inner:after {
	top: 20px;
}

.brxa--slider.is-active .brxa-inner {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.brxa--slider.is-active .brxa-inner:before {
	opacity: 0;
	transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
}

.brxa--slider.is-active .brxa-inner:after {
	transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.brxa--spin-r .brxa-inner {
	transition-duration: .22s;
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}

.brxa--spin-r .brxa-inner:before {
	transition: top .1s ease-in .25s, opacity .1s ease-in;
}

.brxa--spin-r .brxa-inner:after {
	transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
}

.brxa--spin-r.is-active .brxa-inner {
	transform: rotate(-225deg);
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.brxa--spin-r.is-active .brxa-inner:before {
	opacity: 0;
	top: 0;
	transition: top .1s ease-out, opacity .1s ease-out .12s;
}

.brxa--spin-r.is-active .brxa-inner:after {
	bottom: 0;
	transform: rotate(90deg);
	transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
}

.brxa--spin .brxa-inner {
	transition-duration: .22s;
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}

.brxa--spin .brxa-inner:before {
	transition: top .1s ease-in .25s, opacity .1s ease-in;
}

.brxa--spin .brxa-inner:after {
	transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
}

.brx-body.iframe .brxe-nav-nested.brx-open .brxa--spin .brxa-inner, .brx-body.iframe .brxe-offcanvas.brx-open .brxa--spin .brxa-inner, .brxa--spin.is-active .brxa-inner {
	transform: rotate(225deg);
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.brx-body.iframe .brxe-nav-nested.brx-open .brxa--spin .brxa-inner:before, .brx-body.iframe .brxe-offcanvas.brx-open .brxa--spin .brxa-inner:before, .brxa--spin.is-active .brxa-inner:before {
	opacity: 0;
	top: 0;
	transition: top .1s ease-out, opacity .1s ease-out .12s;
}

.brx-body.iframe .brxe-nav-nested.brx-open .brxa--spin .brxa-inner:after, .brx-body.iframe .brxe-offcanvas.brx-open .brxa--spin .brxa-inner:after, .brxa--spin.is-active .brxa-inner:after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
}

.brxa--spring-r .brxa-inner {
	bottom: 0;
	top: auto;
	transition-delay: 0s;
	transition-duration: .13s;
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}

.brxa--spring-r .brxa-inner:after {
	top: -20px;
	transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity 0s linear;
}

.brxa--spring-r .brxa-inner:before {
	transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
}

.brxa--spring-r.is-active .brxa-inner {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	transition-delay: .22s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.brxa--spring-r.is-active .brxa-inner:after {
	opacity: 0;
	top: 0;
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s linear .22s;
}

.brxa--spring-r.is-active .brxa-inner:before {
	top: 0;
	transform: rotate(90deg);
	transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
}

.brxa--spring .brxa-inner {
	top: 2px;
	transition: background-color 0s linear .13s;
}

.brxa--spring .brxa-inner:before {
	top: 10px;
	transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
}

.brxa--spring .brxa-inner:after {
	top: 20px;
	transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
}

.brx-body.iframe .brxe-nav-nested.brx-open .brxa--spring .brxa-inner, .brx-body.iframe .brxe-offcanvas.brx-open .brxa--spring .brxa-inner, .brxa--spring.is-active .brxa-inner {
	background-color: transparent !important;
	transition-delay: .22s;
}

.brx-body.iframe .brxe-nav-nested.brx-open .brxa--spring .brxa-inner:before, .brx-body.iframe .brxe-offcanvas.brx-open .brxa--spring .brxa-inner:before, .brxa--spring.is-active .brxa-inner:before {
	top: 0;
	transform: translate3d(0, 10px, 0) rotate(45deg);
	transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
}

.brx-body.iframe .brxe-nav-nested.brx-open .brxa--spring .brxa-inner:after, .brx-body.iframe .brxe-offcanvas.brx-open .brxa--spring .brxa-inner:after, .brxa--spring.is-active .brxa-inner:after {
	top: 0;
	transform: translate3d(0, 10px, 0) rotate(-45deg);
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
}

.brxa--stand-r .brxa-inner {
	transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms;
}

.brxa--stand-r .brxa-inner:before {
	transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
}

.brxa--stand-r .brxa-inner:after {
	transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
}

.brxa--stand-r.is-active .brxa-inner {
	background-color: transparent !important;
	transform: rotate(-90deg);
	transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s;
}

.brxa--stand-r.is-active .brxa-inner:before {
	top: 0;
	transform: rotate(-45deg);
	transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
}

.brxa--stand-r.is-active .brxa-inner:after {
	bottom: 0;
	transform: rotate(45deg);
	transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
}

.brxa--stand .brxa-inner {
	transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms;
}

.brxa--stand .brxa-inner:before {
	transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
}

.brxa--stand .brxa-inner:after {
	transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
}

.brxa--stand.is-active .brxa-inner {
	background-color: transparent !important;
	transform: rotate(90deg);
	transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s;
}

.brxa--stand.is-active .brxa-inner:before {
	top: 0;
	transform: rotate(-45deg);
	transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
}

.brxa--stand.is-active .brxa-inner:after {
	bottom: 0;
	transform: rotate(45deg);
	transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
}

.brxa--squeeze .brxa-inner {
	transition-duration: 75ms;
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}

.brxa--squeeze .brxa-inner:before {
	transition: top 75ms ease .12s, opacity 75ms ease;
}

.brxa--squeeze .brxa-inner:after {
	transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
}

.brx-body.iframe .brxe-nav-nested.brx-open .brxa--squeeze .brxa-inner, .brx-body.iframe .brxe-offcanvas.brx-open .brxa--squeeze .brxa-inner, .brxa--squeeze.is-active .brxa-inner {
	transform: rotate(45deg);
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.brx-body.iframe .brxe-nav-nested.brx-open .brxa--squeeze .brxa-inner:before, .brx-body.iframe .brxe-offcanvas.brx-open .brxa--squeeze .brxa-inner:before, .brxa--squeeze.is-active .brxa-inner:before {
	opacity: 0;
	top: 0;
	transition: top 75ms ease, opacity 75ms ease .12s;
}

.brx-body.iframe .brxe-nav-nested.brx-open .brxa--squeeze .brxa-inner:after, .brx-body.iframe .brxe-offcanvas.brx-open .brxa--squeeze .brxa-inner:after, .brxa--squeeze.is-active .brxa-inner:after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
}

.brxa--vortex-r .brxa-inner {
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.brxa--vortex-r .brxa-inner:after, .brxa--vortex-r .brxa-inner:before {
	transition-delay: .1s;
	transition-duration: 0s;
	transition-timing-function: linear;
}

.brxa--vortex-r .brxa-inner:before {
	transition-property: top, opacity;
}

.brxa--vortex-r .brxa-inner:after {
	transition-property: bottom, transform;
}

.brxa--vortex-r.is-active .brxa-inner {
	transform: rotate(-765deg);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.brxa--vortex-r.is-active .brxa-inner:after, .brxa--vortex-r.is-active .brxa-inner:before {
	transition-delay: 0s;
}

.brxa--vortex-r.is-active .brxa-inner:before {
	opacity: 0;
	top: 0;
}

.brxa--vortex-r.is-active .brxa-inner:after {
	bottom: 0;
	transform: rotate(-90deg);
}

.brxa--vortex .brxa-inner {
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.brxa--vortex .brxa-inner:after, .brxa--vortex .brxa-inner:before {
	transition-delay: .1s;
	transition-duration: 0s;
	transition-timing-function: linear;
}

.brxa--vortex .brxa-inner:before {
	transition-property: top, opacity;
}

.brxa--vortex .brxa-inner:after {
	transition-property: bottom, transform;
}

.brx-body.iframe .brxe-nav-nested.brx-open .brxa--vortex .brxa-inner, .brx-body.iframe .brxe-offcanvas.brx-open .brxa--vortex .brxa-inner, .brxa--vortex.is-active .brxa-inner {
	transform: rotate(765deg);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.brx-body.iframe .brxe-nav-nested.brx-open .brxa--vortex .brxa-inner:after, .brx-body.iframe .brxe-nav-nested.brx-open .brxa--vortex .brxa-inner:before, .brx-body.iframe .brxe-offcanvas.brx-open .brxa--vortex .brxa-inner:after, .brx-body.iframe .brxe-offcanvas.brx-open .brxa--vortex .brxa-inner:before, .brxa--vortex.is-active .brxa-inner:after, .brxa--vortex.is-active .brxa-inner:before {
	transition-delay: 0s;
}

.brx-body.iframe .brxe-nav-nested.brx-open .brxa--vortex .brxa-inner:before, .brx-body.iframe .brxe-offcanvas.brx-open .brxa--vortex .brxa-inner:before, .brxa--vortex.is-active .brxa-inner:before {
	opacity: 0;
	top: 0;
}

.brx-body.iframe .brxe-nav-nested.brx-open .brxa--vortex .brxa-inner:after, .brx-body.iframe .brxe-offcanvas.brx-open .brxa--vortex .brxa-inner:after, .brxa--vortex.is-active .brxa-inner:after {
	bottom: 0;
	transform: rotate(90deg);
}

.brxe-toggle {
	--brxe-toggle-scale: 1;
	--brxe-toggle-width: 40px;
	--brxe-toggle-height: 24px;
	--brxe-toggle-bar-height: 4px;
	--brxe-toggle-bar-width: 40px;
	--brxe-toggle-bar-radius: 4px;
	cursor: pointer;
	display: flex;
	line-height: 1;
}

.brxe-toggle:has(.brxa-wrap) {
	transform: scale(var(--brxe-toggle-scale));
}

.brxe-toggle .brxa-inner, .brxe-toggle .brxa-inner:after, .brxe-toggle .brxa-inner:before {
	border-radius: var(--brxe-toggle-bar-radius);
	height: var(--brxe-toggle-bar-height);
	width: var(--brxe-toggle-bar-width);
}

.brxe-offcanvas {
	visibility: hidden;
}

.brxe-offcanvas.brx-open {
	visibility: visible;
}

.brxe-offcanvas.brx-open .brx-offcanvas-inner {
	transform: translate(0) !important;
}

.brxe-offcanvas.brx-open .brx-offcanvas-backdrop {
	opacity: 1;
	pointer-events: auto;
	z-index: 998;
}

.brxe-offcanvas.brx-closing {
	visibility: visible;
}

.brxe-offcanvas.brx-closing .brx-offcanvas-backdrop {
	z-index: 998;
}

.brxe-offcanvas[data-direction=top] .brx-offcanvas-inner {
	bottom: auto;
	height: 300px;
	left: 0;
	right: 0;
	top: 0;
	transform: translateY(-100%);
	width: 100vw;
}

.brxe-offcanvas[data-direction=right] .brx-offcanvas-inner {
	bottom: 0;
	height: 100vh;
	height: calc(var(--bricks-vh, 1vh) * 100);
	left: auto;
	right: 0;
	top: 0;
	transform: translate(100%);
	width: 300px;
}

.brxe-offcanvas[data-direction=bottom] .brx-offcanvas-inner {
	bottom: 0;
	height: 300px;
	left: 0;
	right: 0;
	top: auto;
	transform: translateY(100%);
	width: 100vw;
}

.brxe-offcanvas[data-direction=left] .brx-offcanvas-inner {
	bottom: 0;
	height: 100vh;
	height: calc(var(--bricks-vh, 1vh) * 100);
	left: 0;
	right: auto;
	top: 0;
	transform: translate(-100%);
	width: 300px;
}

.brx-offcanvas-inner {
	background-color: #fff;
	display: flex;
	overflow-x: hidden;
	position: fixed;
	transition: transform .2s cubic-bezier(.25, 0, .25, 1);
	z-index: 999;
}

.brx-offcanvas-backdrop {
	background: rgba(0, 0, 0, .5);
	bottom: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity .2s cubic-bezier(.25, 0, .25, 1);
	z-index: -1;
}

#brxe-uobmvq {
	font-size: 70px;
	position: absolute;
	right: 1rem;
	top: 1.125rem;
}

#brxe-tyflhh .bricks-site-logo {
	width: 37px;
}

#brxe-tyflhh {
	margin-bottom: 1rem;
}

#brxe-habjpp {
	font-family: "Geist Mono";
	text-transform: uppercase;
	font-size: 1.5rem;
}

#brxe-emudop {
	border-bottom: 1px dotted rgba(249, 249, 249, .25);
	flex-basis: 100%;
}

#brxe-dpffkp {
	font-size: 2em;
}

#brxe-pevrcr {
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	column-gap: 1rem;
	flex-wrap: nowrap;
}

#brxe-xgbcyz {
	font-size: 1.125rem;
	text-transform: uppercase;
	font-family: "Geist Mono";
	margin-bottom: 10px;
	display: block;
}

#brxe-hqysxf {
	font-size: 1.125rem;
	text-transform: uppercase;
	font-family: "Geist Mono";
	margin-bottom: 10px;
	display: block;
}

#brxe-ifysof {
	font-size: 1.125rem;
	text-transform: uppercase;
	font-family: "Geist Mono";
	margin-bottom: 10px;
	display: block;
}

#brxe-vkuuvr {
	font-size: 1.125rem;
	text-transform: uppercase;
	font-family: "Geist Mono";
	display: block;
}

#brxe-tctppx {
	font-size: 1.5rem;
	text-transform: uppercase;
	font-family: "Geist Mono";
	padding-top: 8px;
	padding-bottom: 8px;
}

#brxe-pxmkbp {
	font-family: "Geist Mono";
	text-transform: uppercase;
	font-size: 1.5rem;
	white-space: nowrap;
}

#brxe-wllgfv {
	border-bottom: 1px dotted rgba(249, 249, 249, .25);
	flex-basis: 100%;
}

#brxe-okjifj {
	font-size: 2em;
}

#brxe-ihkcth {
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: nowrap;
	column-gap: 1rem;
}

#brxe-madmap {
	font-size: 1.125rem;
	text-transform: uppercase;
	font-family: "Geist Mono";
	margin-bottom: 10px;
	display: block;
}

#brxe-fcbimi {
	font-size: 1.125rem;
	text-transform: uppercase;
	font-family: "Geist Mono";
	margin-bottom: 10px;
	display: block;
}

#brxe-qlpwmq {
	font-size: 1.125rem;
	text-transform: uppercase;
	font-family: "Geist Mono";
	margin-bottom: 10px;
	display: block;
}

#brxe-lwgsyp {
	font-size: 1.125rem;
	text-transform: uppercase;
	font-family: "Geist Mono";
	display: block;
	margin-bottom: 10px;
}

#brxe-dbubcm {
	font-size: 1.125rem;
	text-transform: uppercase;
	font-family: "Geist Mono";
	display: block;
}

#brxe-bbbybv {
	grid-template-columns: 1fr;
}

#brxe-rihtfu {
	font-family: "Geist Mono";
	text-transform: uppercase;
	font-size: 1.5rem;
}

#brxe-mfvbgt {
	border-bottom: 1px dotted rgba(249, 249, 249, .25);
	flex-basis: 100%;
}

#brxe-rbeylr {
	font-size: 2em;
}

#brxe-wigifr {
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	column-gap: 1rem;
	flex-wrap: nowrap;
}

#brxe-thptrc {
	font-size: 1.125rem;
	text-transform: uppercase;
	font-family: "Geist Mono";
	margin-bottom: 10px;
	display: block;
}

#brxe-upenop {
	font-size: 1.125rem;
	text-transform: uppercase;
	font-family: "Geist Mono";
	margin-bottom: 10px;
	display: block;
}

#brxe-ymxadq {
	grid-template-columns: 1fr;
}

#brxe-gwlkwx {
	font-size: 1.5rem;
	text-transform: uppercase;
	font-family: "Geist Mono";
	padding-top: 8px;
	padding-bottom: 8px;
}

#brxe-qauqiu {
	font-family: "Geist Mono";
	text-transform: uppercase;
	font-size: 1.5rem;
}

#brxe-pbrgar {
	border-bottom: 1px dotted rgba(249, 249, 249, .25);
	flex-basis: 100%;
}

#brxe-epagua {
	font-size: 2em;
}

#brxe-dwvnjw {
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: nowrap;
	column-gap: 1rem;
}

#brxe-aikccd {
	font-size: 1.125rem;
	text-transform: uppercase;
	font-family: "Geist Mono";
	margin-bottom: 10px;
	display: block;
}

#brxe-ezktpk {
	font-size: 1.125rem;
	text-transform: uppercase;
	font-family: "Geist Mono";
	margin-bottom: 10px;
	display: block;
}

#brxe-qrvrsn {
	font-size: 1.125rem;
	text-transform: uppercase;
	font-family: "Geist Mono";
	margin-bottom: 10px;
	display: block;
}

#brxe-pvukea {
	grid-template-columns: 1fr;
}

#brxe-sjgzeb {
	font-size: 1.5rem;
	text-transform: uppercase;
	font-family: "Geist Mono";
	padding-top: 8px;
	padding-bottom: 8px;
}

#brxe-esowfr .accordion-content-wrapper {
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 1rem;
}

#brxe-esowfr {
	max-width: 500px;
	margin-bottom: 25px;
}

#brxe-esowfr .accordion-title-wrapper {
	padding-top: 8px;
	padding-bottom: 8px;
}

#brxe-xqgldx li.has-link a, #brxe-xqgldx li.no-link {
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 0;
	color: #fff;
}

#brxe-xqgldx .icon {
	color: var(--bricks-color-ofoyud);
	font-size: 1.5rem;
}

#brxe-xqgldx .icon:hover {
	color: var(--bricks-color-hcstdk);
}

#brxe-xqgldx {
	gap: 1rem;
}

#brxe-xqgldx svg {
	height: 1.5rem;
	width: auto;
}

#brxe-eqhxxo {
	max-width: 500px;
}

#brxe-xfnzkh {
	background-color: rgba(27, 27, 27, .6);
	align-items: center;
	padding-top: 1rem;
	padding-right: 1.5rem;
	padding-bottom: 1rem;
	padding-left: 1.5rem;
	flex-wrap: nowrap;
}

#brxe-xfnzkh {
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

#brxe-oc[data-direction] .brx-offcanvas-inner {
	width: 100%;
	height: 100%;
}

#brxe-oc {
	color: var(--bricks-color-ofoyud);
}

#brxe-guaald {
	font-size: 3rem;
	color: var(--bricks-color-ofoyud);
	fill: var(--bricks-color-ofoyud);
	position: absolute;
	top: 1rem;
	right: 1rem;
}

#brxe-lkbpaz {
	margin-bottom: 1rem;
}

@media (max-width: 767px) {
	#brxe-lkbpaz i {
		font-size: 1.5rem;
	}
}

@media (max-width: 767px) {
	#brxe-pphdpt i {
		font-size: 1.5rem;
	}
}

#brxe-csynpc {
	background-color: rgba(21, 20, 20, .68);
	align-items: flex-start;
	justify-content: center;
	padding-top: 1.5rem;
	padding-right: 1.5rem;
	padding-bottom: 1.5rem;
	padding-left: 1.5rem;
}

#brxe-csynpc {
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

#ocbook[data-direction] .brx-offcanvas-inner {
	width: 25%;
}

@media (max-width: 1279px) {
	#ocbook[data-direction] .brx-offcanvas-inner {
		width: 50%;
	}
}

@media (max-width: 767px) {
	#ocbook[data-direction] .brx-offcanvas-inner {
		width: 100%;
	}
}

#brxe-dxltgm {
	font-size: 3rem;
	color: var(--bricks-color-ofoyud);
	fill: var(--bricks-color-ofoyud);
	position: absolute;
	top: 1rem;
	right: 1rem;
}

#brxe-cvrysq {
	max-width: 800px;
}

#brxe-xnclzs {
	height: 100%;
	background-color: rgba(21, 20, 20, .68);
	justify-content: center;
	align-items: center;
	padding-top: 100px;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

#brxe-xnclzs {
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}
