<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.transparent #main {
	padding-top: 0;
}

body.transparent .sidebar-none .content&gt;.alignfull {
	margin-top: 0;
	margin-bottom: 0;
}

body.transparent .sidebar-none .content&gt;.alignfull+ :not(.alignfull) {
	margin-top: calc(2 * 1rem);
}

.no-pad {
	padding: 0 !important;
}

.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.align-center {
  text-align: center;
}
.center-img img,
img.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.left-img img,
img.align-left {
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}
.right-img img,
img.align-right {
	float: right;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}
.text-white {
  color: white !important;
}
.text-shadow {
  text-shadow: 1px 1px 0 white;
}
.text-white.text-shadow {
  text-shadow: 1px 1px 0 black;
}

.fancy-header h1.entry-title,
.fancy-header h2.entry-title,
.fancy-header .breadcrumbs {
  color: white;
  text-shadow: 1px 1px 0 black;
}

.h1 {
	font: var(--the7-h1-font) !important;
}
.h2 {
	font: var(--the7-h2-font) !important;
}
.h3 {
	font: var(--the7-h3-font) !important;
}
.h4 {
	font: var(--the7-h4-font) !important;
}
.h5 {
	font: var(--the7-h5-font) !important;
}
.h6 {
	font: var(--the7-h6-font) !important;
}

ul.unstyled, ul.inline {
	list-style: none;
	margin-left: 0;
}
ul.inline li {
	display: inline-block;
	margin: 0 0.5em;
}
ul.inline li:first-child {
	margin-left: 0;
}
ul.inline li:last-child {
	margin-right: 0;
}

.elementor-widget-text-editor blockquote:not(.wp-block-quote):not(.elementor-blockquote),
.rep-testimonial blockquote:not(.wp-block-quote):not(.elementor-blockquote),
.rep-agent blockquote:not(.wp-block-quote):not(.elementor-blockquote) {
	color: var(--the7-base-color);
	font: var(--the7-base-font);
	text-transform: none;
}
.elementor-widget-text-editor blockquote:not(.wp-block-quote):not(.elementor-blockquote) *,
.rep-testimonial blockquote:not(.wp-block-quote):not(.elementor-blockquote) *,
.rep-agent blockquote:not(.wp-block-quote):not(.elementor-blockquote) * {
	color: var(--the7-base-color);
}
</pre></body></html>