img:is([sizes=auto i],[sizes^="auto," i]) {
	contain-intrinsic-size: 3000px 1500px;
}

:root {
	--wp--preset--aspect-ratio--square: 1;
	--wp--preset--aspect-ratio--4-3: 4/3;
	--wp--preset--aspect-ratio--3-4: 3/4;
	--wp--preset--aspect-ratio--3-2: 3/2;
	--wp--preset--aspect-ratio--2-3: 2/3;
	--wp--preset--aspect-ratio--16-9: 16/9;
	--wp--preset--aspect-ratio--9-16: 9/16;
	--wp--preset--color--black: #000;
	--wp--preset--color--cyan-bluish-gray: #abb8c3;
	--wp--preset--color--white: #fff;
	--wp--preset--color--pale-pink: #f78da7;
	--wp--preset--color--vivid-red: #cf2e2e;
	--wp--preset--color--luminous-vivid-orange: #ff6900;
	--wp--preset--color--luminous-vivid-amber: #fcb900;
	--wp--preset--color--light-green-cyan: #7bdcb5;
	--wp--preset--color--vivid-green-cyan: #00d084;
	--wp--preset--color--pale-cyan-blue: #8ed1fc;
	--wp--preset--color--vivid-cyan-blue: #0693e3;
	--wp--preset--color--vivid-purple: #9b51e0;
	--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, #0693e3 0%, #9b51e0 100%);
	--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, #7adcb4 0%, #00d082 100%);
	--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, #fcb900 0%, #ff6900 100%);
	--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, #ff6900 0%, #cf2e2e 100%);
	--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, #eee 0%, #a9b8c3 100%);
	--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, #4aeadc 0%, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c 100%);
	--wp--preset--gradient--blush-light-purple: linear-gradient(135deg, #ffceec 0%, #9896f0 100%);
	--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, #fecda5 0%, #fe2d2d 50%, #6b003e 100%);
	--wp--preset--gradient--luminous-dusk: linear-gradient(135deg, #ffcb70 0%, #c751c0 50%, #4158d0 100%);
	--wp--preset--gradient--pale-ocean: linear-gradient(135deg, #fff5cb 0%, #b6e3d4 50%, #33a7b5 100%);
	--wp--preset--gradient--electric-grass: linear-gradient(135deg, #caf880 0%, #71ce7e 100%);
	--wp--preset--gradient--midnight: linear-gradient(135deg, #020381 0%, #2874fc 100%);
	--wp--preset--font-size--small: 13px;
	--wp--preset--font-size--medium: 20px;
	--wp--preset--font-size--large: 36px;
	--wp--preset--font-size--x-large: 42px;
	--wp--preset--spacing--20: .44rem;
	--wp--preset--spacing--30: .67rem;
	--wp--preset--spacing--40: 1rem;
	--wp--preset--spacing--50: 1.5rem;
	--wp--preset--spacing--60: 2.25rem;
	--wp--preset--spacing--70: 3.38rem;
	--wp--preset--spacing--80: 5.06rem;
	--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, .2);
	--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, .4);
	--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, .2);
	--wp--preset--shadow--outlined: 6px 6px 0px -3px #fff, 6px 6px #000;
	--wp--preset--shadow--crisp: 6px 6px 0px #000;
}

:root {
	--wp--style--global--content-size: 800px;
	--wp--style--global--wide-size: 1200px;
}

:where(body) {
	margin: 0;
}

:root {
	--wp--style--block-gap: 24px;
}

body {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#altEmail_container, .altEmail_container {
	position: absolute !important;
	overflow: hidden !important;
	display: inline !important;
	height: 1px !important;
	width: 1px !important;
	z-index: -1000 !important;
}

.cmplz-blocked-content-container iframe, .cmplz-wp-video iframe {
	visibility: hidden;
	max-height: 100%;
	border: 0 !important;
}

@keyframes cmplz-fadein {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

*, :after, :before {
	box-sizing: border-box;
}

body {
	background-color: #fff;
	color: #333;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: clip;
}

h1, h2, h3, h4, h5, h6 {
	color: inherit;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	margin-block-end: 1rem;
	margin-block-start: .5rem;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.75rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.25rem;
}

h6 {
	font-size: 1rem;
}

p {
	margin-block-end: .9rem;
	margin-block-start: 0;
}

pre {
	font-family: monospace;
	font-size: 1em;
	white-space: pre-wrap;
}

a {
	background-color: rgba(255, 255, 255, 0);
	color: #c36;
	text-decoration: none;
}

a:active, a:hover {
	color: #336;
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

abbr[title] {
	border-block-end: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b, strong {
	font-weight: bolder;
}

img {
	border-style: none;
	height: auto;
	max-width: 100%;
}

[hidden], template {
	display: none;
}

@media print {
	*, :after, :before {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}
	
	a, a:visited {
		text-decoration: underline;
	}
	
	a[href]:after {
		content: " (" attr(href) ")";
	}
	
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	
	a[href^="#"]:after, a[href^="javascript:"]:after {
		content: "";
	}
	
	pre {
		white-space: pre-wrap !important;
	}
	
	blockquote, pre {
		-moz-column-break-inside: avoid;
		border: 1px solid #ccc;
		break-inside: avoid;
	}
	
	img, tr {
		-moz-column-break-inside: avoid;
		break-inside: avoid;
	}
	
	h2, h3, p {
		orphans: 3;
		widows: 3;
	}
	
	h2, h3 {
		-moz-column-break-after: avoid;
		break-after: avoid;
	}
}

label {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], select, textarea {
	border: 1px solid #666;
	border-radius: 3px;
	padding: .5rem 1rem;
	transition: all .3s;
	width: 100%;
}

input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, select:focus, textarea:focus {
	border-color: #333;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button;
	width: auto;
}

[type=button], [type=submit], button {
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid #c36;
	border-radius: 3px;
	color: #c36;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	padding: .5rem 1rem;
	text-align: center;
	transition: all .3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	white-space: nowrap;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
	background-color: #c36;
	color: #fff;
	text-decoration: none;
}

[type=button]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer;
}

textarea {
	overflow: auto;
	resize: vertical;
}

[type=checkbox], [type=radio] {
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

dd, dl, dt, li, ol, ul {
	background: rgba(255, 255, 255, 0);
	border: 0;
	font-size: 100%;
	margin-block-end: 0;
	margin-block-start: 0;
	outline: 0;
	vertical-align: baseline;
}

[tabindex]:not([tabindex="-1"]):focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
	box-shadow: 0 0 0 4px #fff;
	outline: 2px solid #000;
	outline-offset: 2px;
}

[tabindex]:not([tabindex="-1"]):focus:not(:focus-visible), a:focus:not(:focus-visible), button:focus:not(:focus-visible), input:focus:not(:focus-visible), select:focus:not(:focus-visible), textarea:focus:not(:focus-visible) {
	box-shadow: none;
	outline: none;
}

.comments-area a, .page-content a {
	text-decoration: underline;
}

.post-password-form {
	margin: 50px auto;
	max-width: 500px;
}

.post-password-form p {
	align-items: flex-end;
	display: flex;
	width: 100%;
}

.post-password-form [type=submit] {
	margin-inline-start: 3px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #333;
	display: block;
	font-size: 1rem;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 12px 24px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

@custom-media --hello-screen-xs-and-below (width < 576px);

@custom-media --hello-screen-xs-and-above (width>=576px);

@custom-media --hello-screen-xs-only (0 <=width < 576px);

@custom-media --hello-screen-sm-and-below (width < 768px);

@custom-media --hello-screen-sm-and-above (width>=768px);

@custom-media --hello-screen-sm-only (576px <=width < 768px);

@custom-media --hello-screen-md-and-below (width < 992px);

@custom-media --hello-screen-md-and-above (width>=992px);

@custom-media --hello-screen-md-only (768px <=width < 992px);

@custom-media --hello-screen-xl-and-below (width < 1200px);

@custom-media --hello-screen-xl-and-above (width>=1200px);

@custom-media --hello-screen-xl-only (992px <=width < 1200px);

:root {
	--direction-multiplier: 1;
}

body.rtl, html[dir=rtl] {
	--direction-multiplier: -1;
}

.elementor-screen-only, .screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible {
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: -10000em;
	width: 1px;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.elementor-clearfix:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	width: 0;
}

.elementor *, .elementor :after, .elementor :before {
	box-sizing: border-box;
}

.elementor a {
	box-shadow: none;
	text-decoration: none;
}

.elementor img {
	border: none;
	border-radius: 0;
	box-shadow: none;
	height: auto;
	max-width: 100%;
}

.elementor embed, .elementor iframe, .elementor object, .elementor video {
	border: none;
	line-height: 1;
	margin: 0;
	max-width: 100%;
	width: 100%;
}

.e-con-inner>.elementor-element.elementor-fixed, .e-con>.elementor-element.elementor-fixed, .elementor-widget-wrap>.elementor-element.elementor-fixed {
	position: fixed;
}

.elementor-element.elementor-absolute, .elementor-element.elementor-fixed {
	z-index: 1;
}

.elementor-element {
	--flex-direction: initial;
	--flex-wrap: initial;
	--justify-content: initial;
	--align-items: initial;
	--align-content: initial;
	--gap: initial;
	--flex-basis: initial;
	--flex-grow: initial;
	--flex-shrink: initial;
	--order: initial;
	--align-self: initial;
	align-self: var(--align-self);
	flex-basis: var(--flex-basis);
	flex-grow: var(--flex-grow);
	flex-shrink: var(--flex-shrink);
	order: var(--order);
}

.elementor-element:where(.e-con-full,.elementor-widget) {
	align-content: var(--align-content);
	align-items: var(--align-items);
	flex-direction: var(--flex-direction);
	flex-wrap: var(--flex-wrap);
	gap: var(--row-gap) var(--column-gap);
	justify-content: var(--justify-content);
}

.elementor-custom-embed-play svg {
	fill: #fff;
	filter: drop-shadow(1px 0 6px rgba(0, 0, 0, .3));
	height: 100px;
	width: 100px;
}

.elementor-custom-embed-play i, .elementor-custom-embed-play svg {
	opacity: .8;
	transition: all .5s;
}

.elementor-custom-embed-play.elementor-playing i, .elementor-custom-embed-play.elementor-playing svg {
	animation: eicon-spin 2s linear infinite;
}

.elementor-align-center {
	text-align: center;
}

.elementor-align-left {
	text-align: left;
}

.elementor-align-center .elementor-button, .elementor-align-left .elementor-button, .elementor-align-right .elementor-button {
	width: auto;
}

.elementor-align-justify .elementor-button {
	width: 100%;
}

@media (max-width:1440px) {
	.elementor-laptop-align-center {
		text-align: center;
	}
	
	.elementor-laptop-align-center .elementor-button, .elementor-laptop-align-left .elementor-button, .elementor-laptop-align-right .elementor-button {
		width: auto;
	}
}

@media (max-width:1024px) {
	.elementor-tablet-align-center {
		text-align: center;
	}
	
	.elementor-tablet-align-center .elementor-button, .elementor-tablet-align-left .elementor-button, .elementor-tablet-align-right .elementor-button {
		width: auto;
	}
}

@media (max-width:424px) {
	.elementor-mobile-align-center {
		text-align: center;
	}
	
	.elementor-mobile-align-center .elementor-button, .elementor-mobile-align-left .elementor-button, .elementor-mobile-align-right .elementor-button {
		width: auto;
	}
}

:root {
	--page-title-display: block;
}

.elementor-page-title, h1.entry-title {
	display: var(--page-title-display);
}

@keyframes eicon-spin {
	0% {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(359deg);
	}
}

.elementor-widget {
	position: relative;
}

.elementor-widget:not(:last-child) {
	margin-block-end: var(--kit-widget-spacing, 20px);
}

.elementor-widget:not(:last-child).elementor-absolute, .elementor-widget:not(:last-child).elementor-widget__width-auto, .elementor-widget:not(:last-child).elementor-widget__width-initial {
	margin-block-end: 0;
}

.elementor-column {
	display: flex;
	min-height: 1px;
	position: relative;
}

@media (min-width:425px) {
	.elementor-column.elementor-col-10, .elementor-column[data-col="10"] {
		width: 10%;
	}
	
	.elementor-column.elementor-col-11, .elementor-column[data-col="11"] {
		width: 11.111%;
	}
	
	.elementor-column.elementor-col-12, .elementor-column[data-col="12"] {
		width: 12.5%;
	}
	
	.elementor-column.elementor-col-14, .elementor-column[data-col="14"] {
		width: 14.285%;
	}
	
	.elementor-column.elementor-col-16, .elementor-column[data-col="16"] {
		width: 16.666%;
	}
	
	.elementor-column.elementor-col-20, .elementor-column[data-col="20"] {
		width: 20%;
	}
	
	.elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
		width: 25%;
	}
	
	.elementor-column.elementor-col-30, .elementor-column[data-col="30"] {
		width: 30%;
	}
	
	.elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
		width: 33.333%;
	}
	
	.elementor-column.elementor-col-40, .elementor-column[data-col="40"] {
		width: 40%;
	}
	
	.elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
		width: 50%;
	}
	
	.elementor-column.elementor-col-60, .elementor-column[data-col="60"] {
		width: 60%;
	}
	
	.elementor-column.elementor-col-66, .elementor-column[data-col="66"] {
		width: 66.666%;
	}
	
	.elementor-column.elementor-col-70, .elementor-column[data-col="70"] {
		width: 70%;
	}
	
	.elementor-column.elementor-col-75, .elementor-column[data-col="75"] {
		width: 75%;
	}
	
	.elementor-column.elementor-col-80, .elementor-column[data-col="80"] {
		width: 80%;
	}
	
	.elementor-column.elementor-col-83, .elementor-column[data-col="83"] {
		width: 83.333%;
	}
	
	.elementor-column.elementor-col-90, .elementor-column[data-col="90"] {
		width: 90%;
	}
	
	.elementor-column.elementor-col-100, .elementor-column[data-col="100"] {
		width: 100%;
	}
}

@media (max-width:424px) {
	.elementor-column {
		width: 100%;
	}
}

.elementor-grid {
	display: grid;
	grid-column-gap: var(--grid-column-gap);
	grid-row-gap: var(--grid-row-gap);
}

.elementor-grid .elementor-grid-item {
	min-width: 0;
}

.elementor-grid-0 .elementor-grid {
	display: inline-block;
	margin-block-end: calc(-1 * var(--grid-row-gap));
	width: 100%;
	word-spacing: var(--grid-column-gap);
}

.elementor-grid-0 .elementor-grid .elementor-grid-item {
	display: inline-block;
	margin-block-end: var(--grid-row-gap);
	word-break: break-word;
}

.elementor-grid-1 .elementor-grid {
	grid-template-columns: repeat(1, 1fr);
}

.elementor-grid-2 .elementor-grid {
	grid-template-columns: repeat(2, 1fr);
}

.elementor-grid-3 .elementor-grid {
	grid-template-columns: repeat(3, 1fr);
}

.elementor-grid-4 .elementor-grid {
	grid-template-columns: repeat(4, 1fr);
}

.elementor-grid-5 .elementor-grid {
	grid-template-columns: repeat(5, 1fr);
}

.elementor-grid-6 .elementor-grid {
	grid-template-columns: repeat(6, 1fr);
}

.elementor-grid-7 .elementor-grid {
	grid-template-columns: repeat(7, 1fr);
}

.elementor-grid-8 .elementor-grid {
	grid-template-columns: repeat(8, 1fr);
}

.elementor-grid-9 .elementor-grid {
	grid-template-columns: repeat(9, 1fr);
}

.elementor-grid-10 .elementor-grid {
	grid-template-columns: repeat(10, 1fr);
}

.elementor-grid-11 .elementor-grid {
	grid-template-columns: repeat(11, 1fr);
}

.elementor-grid-12 .elementor-grid {
	grid-template-columns: repeat(12, 1fr);
}

@media (max-width:1024px) {
	.elementor-grid-tablet-0 .elementor-grid {
		display: inline-block;
		margin-block-end: calc(-1 * var(--grid-row-gap));
		width: 100%;
		word-spacing: var(--grid-column-gap);
	}
	
	.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
		display: inline-block;
		margin-block-end: var(--grid-row-gap);
		word-break: break-word;
	}
	
	.elementor-grid-tablet-1 .elementor-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.elementor-grid-tablet-2 .elementor-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.elementor-grid-tablet-3 .elementor-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.elementor-grid-tablet-4 .elementor-grid {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.elementor-grid-tablet-5 .elementor-grid {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.elementor-grid-tablet-6 .elementor-grid {
		grid-template-columns: repeat(6, 1fr);
	}
	
	.elementor-grid-tablet-7 .elementor-grid {
		grid-template-columns: repeat(7, 1fr);
	}
	
	.elementor-grid-tablet-8 .elementor-grid {
		grid-template-columns: repeat(8, 1fr);
	}
	
	.elementor-grid-tablet-9 .elementor-grid {
		grid-template-columns: repeat(9, 1fr);
	}
	
	.elementor-grid-tablet-10 .elementor-grid {
		grid-template-columns: repeat(10, 1fr);
	}
	
	.elementor-grid-tablet-11 .elementor-grid {
		grid-template-columns: repeat(11, 1fr);
	}
	
	.elementor-grid-tablet-12 .elementor-grid {
		grid-template-columns: repeat(12, 1fr);
	}
}

@media (max-width:424px) {
	.elementor-grid-mobile-0 .elementor-grid {
		display: inline-block;
		margin-block-end: calc(-1 * var(--grid-row-gap));
		width: 100%;
		word-spacing: var(--grid-column-gap);
	}
	
	.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
		display: inline-block;
		margin-block-end: var(--grid-row-gap);
		word-break: break-word;
	}
	
	.elementor-grid-mobile-1 .elementor-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.elementor-grid-mobile-2 .elementor-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.elementor-grid-mobile-3 .elementor-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.elementor-grid-mobile-4 .elementor-grid {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.elementor-grid-mobile-5 .elementor-grid {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.elementor-grid-mobile-6 .elementor-grid {
		grid-template-columns: repeat(6, 1fr);
	}
	
	.elementor-grid-mobile-7 .elementor-grid {
		grid-template-columns: repeat(7, 1fr);
	}
	
	.elementor-grid-mobile-8 .elementor-grid {
		grid-template-columns: repeat(8, 1fr);
	}
	
	.elementor-grid-mobile-9 .elementor-grid {
		grid-template-columns: repeat(9, 1fr);
	}
	
	.elementor-grid-mobile-10 .elementor-grid {
		grid-template-columns: repeat(10, 1fr);
	}
	
	.elementor-grid-mobile-11 .elementor-grid {
		grid-template-columns: repeat(11, 1fr);
	}
	
	.elementor-grid-mobile-12 .elementor-grid {
		grid-template-columns: repeat(12, 1fr);
	}
}

@media (min-width:1441px) {
	#elementor-device-mode:after {
		content: "desktop";
	}
}

@media (min-width:-1) {
	#elementor-device-mode:after {
		content: "widescreen";
	}
}

@media (max-width:1440px) {
	#elementor-device-mode:after {
		content: "laptop";
	}
}

@media (max-width:-1) {
	#elementor-device-mode:after {
		content: "tablet_extra";
	}
}

@media (max-width:1024px) {
	#elementor-device-mode:after {
		content: "tablet";
	}
}

@media (max-width:-1) {
	#elementor-device-mode:after {
		content: "mobile_extra";
	}
}

@media (max-width:424px) {
	#elementor-device-mode:after {
		content: "mobile";
	}
}

@media (prefers-reduced-motion:no-preference) {
	html {
		scroll-behavior: smooth;
	}
}

.e-con {
	--border-radius: 0;
	--border-top-width: 0px;
	--border-right-width: 0px;
	--border-bottom-width: 0px;
	--border-left-width: 0px;
	--border-style: initial;
	--border-color: initial;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--content-width: min(100%, var(--container-max-width, 1140px));
	--width: 100%;
	--min-height: initial;
	--height: auto;
	--text-align: initial;
	--margin-top: 0px;
	--margin-right: 0px;
	--margin-bottom: 0px;
	--margin-left: 0px;
	--padding-top: var(--container-default-padding-top, 10px);
	--padding-right: var(--container-default-padding-right, 10px);
	--padding-bottom: var(--container-default-padding-bottom, 10px);
	--padding-left: var(--container-default-padding-left, 10px);
	--position: relative;
	--z-index: revert;
	--overflow: visible;
	--gap: var(--widgets-spacing, 20px);
	--row-gap: var(--widgets-spacing-row, 20px);
	--column-gap: var(--widgets-spacing-column, 20px);
	--overlay-mix-blend-mode: initial;
	--overlay-opacity: 1;
	--overlay-transition: .3s;
	--e-con-grid-template-columns: repeat(3, 1fr);
	--e-con-grid-template-rows: repeat(2, 1fr);
	border-radius: var(--border-radius);
	height: var(--height);
	min-height: var(--min-height);
	min-width: 0;
	overflow: var(--overflow);
	position: var(--position);
	width: var(--width);
	z-index: var(--z-index);
	--flex-wrap-mobile: wrap;
}

.e-con:where(:not(.e-div-block-base)) {
	transition: background var(--background-transition, .3s), border var(--border-transition, .3s), box-shadow var(--border-transition, .3s), transform var(--e-con-transform-transition-duration, .4s);
}

.e-con {
	--margin-block-start: var(--margin-top);
	--margin-block-end: var(--margin-bottom);
	--margin-inline-start: var(--margin-left);
	--margin-inline-end: var(--margin-right);
	--padding-inline-start: var(--padding-left);
	--padding-inline-end: var(--padding-right);
	--padding-block-start: var(--padding-top);
	--padding-block-end: var(--padding-bottom);
	--border-block-start-width: var(--border-top-width);
	--border-block-end-width: var(--border-bottom-width);
	--border-inline-start-width: var(--border-left-width);
	--border-inline-end-width: var(--border-right-width);
}

.e-con {
	margin-block-end: var(--margin-block-end);
	margin-block-start: var(--margin-block-start);
	margin-inline-end: var(--margin-inline-end);
	margin-inline-start: var(--margin-inline-start);
	padding-inline-end: var(--padding-inline-end);
	padding-inline-start: var(--padding-inline-start);
}

.e-con.e-flex {
	--flex-direction: column;
	--flex-basis: auto;
	--flex-grow: 0;
	--flex-shrink: 1;
	flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis);
}

.e-con-full, .e-con>.e-con-inner {
	padding-block-end: var(--padding-block-end);
	padding-block-start: var(--padding-block-start);
	text-align: var(--text-align);
}

.e-con-full.e-flex, .e-con.e-flex>.e-con-inner {
	flex-direction: var(--flex-direction);
}

.e-con, .e-con>.e-con-inner {
	display: var(--display);
}

.e-con-boxed.e-flex {
	align-content: normal;
	align-items: normal;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: normal;
}

.e-con-boxed {
	gap: initial;
	text-align: initial;
}

.e-con.e-flex>.e-con-inner {
	align-content: var(--align-content);
	align-items: var(--align-items);
	align-self: auto;
	flex-basis: auto;
	flex-grow: 1;
	flex-shrink: 1;
	flex-wrap: var(--flex-wrap);
	justify-content: var(--justify-content);
}

.e-con>.e-con-inner {
	gap: var(--row-gap) var(--column-gap);
	height: 100%;
	margin: 0 auto;
	max-width: var(--content-width);
	padding-inline-end: 0;
	padding-inline-start: 0;
	width: 100%;
}

:is(.elementor-section-wrap,[data-elementor-id])>.e-con {
	--margin-left: auto;
	--margin-right: auto;
	max-width: min(100%, var(--width));
}

:is([data-widget_type="e-component.default"],[data-widget_type="e-component.default"]>.elementor-section-wrap)>.e-con {
	--margin-right: 0px;
	--margin-left: 0px;
}

.e-con .elementor-widget.elementor-widget {
	margin-block-end: 0;
}

.e-con:before, .e-con>.elementor-background-slideshow:before, .e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before, :is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before {
	border-block-end-width: var(--border-block-end-width);
	border-block-start-width: var(--border-block-start-width);
	border-color: var(--border-color);
	border-inline-end-width: var(--border-inline-end-width);
	border-inline-start-width: var(--border-inline-start-width);
	border-radius: var(--border-radius);
	border-style: var(--border-style);
	content: var(--background-overlay);
	display: block;
	height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
	left: calc(0px - var(--border-left-width));
	mix-blend-mode: var(--overlay-mix-blend-mode);
	opacity: var(--overlay-opacity);
	position: absolute;
	top: calc(0px - var(--border-top-width));
	transition: var(--overlay-transition, .3s);
	width: max(100% + var(--border-left-width) + var(--border-right-width), 100%);
}

.e-con:before {
	transition: background var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s);
}

.e-con .elementor-widget {
	min-width: 0;
}

.e-con .elementor-widget-empty, .e-con .elementor-widget-google_maps, .e-con .elementor-widget-video, .e-con .elementor-widget.e-widget-swiper {
	width: 100%;
}

.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container, .e-con>.elementor-widget>.elementor-widget-container {
	height: 100%;
}

.e-con.e-con>.e-con-inner>.elementor-widget, .elementor.elementor .e-con>.elementor-widget {
	max-width: 100%;
}

.e-con .elementor-widget:not(:last-child) {
	--kit-widget-spacing: 0px;
}

@media (max-width:767px) {
	.e-con.e-flex {
		--width: 100%;
		--flex-wrap: var(--flex-wrap-mobile);
	}
}

.elementor-form-fields-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea {
	flex-basis: 100%;
	max-width: 100%;
}

.elementor-field-group {
	align-items: center;
	flex-wrap: wrap;
}

.elementor-field-group.elementor-field-type-submit {
	align-items: flex-end;
}

.elementor-field-group .elementor-field-textual {
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid #69727d;
	color: #1f2124;
	flex-grow: 1;
	max-width: 100%;
	vertical-align: middle;
	width: 100%;
}

.elementor-field-group .elementor-field-textual:focus {
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
	outline: 0;
}

.elementor-field-group .elementor-field-textual::-moz-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6;
}

.elementor-field-group .elementor-field-textual::placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6;
}

.elementor-field-subgroup {
	display: flex;
	flex-wrap: wrap;
}

.elementor-field-subgroup .elementor-field-option label {
	display: inline-block;
}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
	flex-basis: 100%;
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input, .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label, .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input, .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label, .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input, .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
	display: inline;
}

.elementor-field-label {
	cursor: pointer;
}

.elementor-mark-required .elementor-field-label:after {
	color: red;
	content: "*";
	padding-inline-start: .2em;
}

.elementor-field-textual {
	border-radius: 3px;
	font-size: 15px;
	line-height: 1.4;
	min-height: 40px;
	padding: 5px 14px;
}

.elementor-button-align-center .e-form__buttons, .elementor-button-align-center .elementor-field-type-submit {
	justify-content: center;
}

.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
	flex-basis: auto;
}

.elementor-form .elementor-button {
	border: none;
	padding-block-end: 0;
	padding-block-start: 0;
}

.elementor-form .elementor-button-content-wrapper, .elementor-form .elementor-button>span {
	display: flex;
	flex-direction: row;
	gap: 5px;
	justify-content: center;
}

.elementor-form .elementor-button.elementor-size-sm {
	min-height: 40px;
}

.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container, .elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)) {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}

.elementor-heading-title {
	line-height: 1;
	margin: 0;
	padding: 0;
}

.elementor-button {
	background-color: #69727d;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	fill: #fff;
	font-size: 15px;
	line-height: 1;
	padding: 12px 24px;
	text-align: center;
	transition: all .3s;
}

.elementor-button:focus, .elementor-button:hover, .elementor-button:visited {
	color: #fff;
}

.elementor-button-content-wrapper {
	display: flex;
	flex-direction: row;
	gap: 5px;
	justify-content: center;
}

.elementor-button-icon {
	align-items: center;
	display: flex;
}

.elementor-button-icon svg {
	height: auto;
	width: 1em;
}

.elementor-button-icon .e-font-icon-svg {
	height: 1em;
}

.elementor-button-text {
	display: inline-block;
}

.elementor-button.elementor-size-xs {
	border-radius: 2px;
	font-size: 13px;
	padding: 10px 20px;
}

.elementor-button.elementor-size-md {
	border-radius: 4px;
	font-size: 16px;
	padding: 15px 30px;
}

.elementor-button span {
	text-decoration: inherit;
}

.elementor-icon {
	color: #69727d;
	display: inline-block;
	font-size: 50px;
	line-height: 1;
	text-align: center;
	transition: all .3s;
}

.elementor-icon:hover {
	color: #69727d;
}

.elementor-icon i, .elementor-icon svg {
	display: block;
	height: 1em;
	position: relative;
	width: 1em;
}

.elementor-icon i:before, .elementor-icon svg:before {
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.elementor-shape-rounded .elementor-icon {
	border-radius: 10%;
}

.elementor-shape-circle .elementor-icon {
	border-radius: 50%;
}

@media (prefers-reduced-motion:reduce) {
	html * {
		transition-delay: 0s !important;
		transition-duration: 0s !important;
	}
}

@media (max-width:424px) {
	.elementor .elementor-hidden-mobile, .elementor .elementor-hidden-phone {
		display: none;
	}
}

@media (min-width:425px) and (max-width:1024px) {
	.elementor .elementor-hidden-tablet {
		display: none;
	}
}

@media (min-width:1441px) and (max-width:99999px) {
	.elementor .elementor-hidden-desktop {
		display: none;
	}
}

.elementor-kit-5 {
	--e-global-color-primary: #6ec1e4;
	--e-global-color-secondary: #54595f;
	--e-global-color-text: #7a7a7a;
	--e-global-color-accent: #61ce70;
	--e-global-typography-primary-font-family: "Roboto";
	--e-global-typography-primary-font-weight: 600;
	--e-global-typography-secondary-font-family: "Roboto Slab";
	--e-global-typography-secondary-font-weight: 400;
	--e-global-typography-text-font-family: "Roboto";
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-accent-font-family: "Roboto";
	--e-global-typography-accent-font-weight: 500;
}

.elementor-kit-5 a {
	color: #a27c4d;
}

.elementor-kit-5 h2 {
	font-family: "Belgrano", Sans-serif;
}

.e-con {
	--container-max-width: 1140px;
}

.elementor-widget:not(:last-child) {
	margin-block-end: 20px;
}

.elementor-element {
	--widgets-spacing: 20px 20px;
	--widgets-spacing-row: 20px;
	--widgets-spacing-column: 20px;
}

@media (max-width:1024px) {
	.e-con {
		--container-max-width: 1024px;
	}
}

@media (max-width:424px) {
	.e-con {
		--container-max-width: 767px;
	}
}

.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container, .elementor-widget:not(:has(.elementor-widget-container)) .elementor-widget-container {
	overflow: hidden;
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items {
	display: flex;
	flex-wrap: wrap;
	margin-inline: -8px;
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
	word-break: break-word;
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin-inline: 8px;
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	border-width: 0;
	border-inline-start-width: 1px;
	border-style: solid;
	height: 100%;
	inset-inline-end: -8px;
	inset-inline-start: auto;
	position: relative;
	width: auto;
}

.elementor-widget .elementor-icon-list-items {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.elementor-widget .elementor-icon-list-item {
	margin: 0;
	padding: 0;
	position: relative;
}

.elementor-widget .elementor-icon-list-item:after {
	inset-block-end: 0;
	position: absolute;
	width: 100%;
}

.elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a {
	align-items: var(--icon-vertical-align, center);
	display: flex;
	font-size: inherit;
}

.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
	align-self: center;
	padding-inline-start: 5px;
}

.elementor-widget .elementor-icon-list-icon {
	display: flex;
	inset-block-start: var(--icon-vertical-offset, initial);
	position: relative;
}

.elementor-widget .elementor-icon-list-icon svg {
	height: var(--e-icon-list-icon-size, 1em);
	width: var(--e-icon-list-icon-size, 1em);
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
	text-align: var(--e-icon-list-icon-align);
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
	margin: var(--e-icon-list-icon-margin, 0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0);
}

.elementor-widget.elementor-list-item-link-full_width a {
	width: 100%;
}

.elementor-widget.elementor-align-center .elementor-icon-list-item, .elementor-widget.elementor-align-center .elementor-icon-list-item a {
	justify-content: center;
}

.elementor-widget.elementor-align-center .elementor-icon-list-item:after {
	margin: auto;
}

.elementor-widget.elementor-align-center .elementor-inline-items {
	justify-content: center;
}

.elementor-widget.elementor-align-start .elementor-icon-list-item, .elementor-widget.elementor-align-start .elementor-icon-list-item a {
	justify-content: start;
	text-align: start;
}

.elementor-widget:not(.elementor-align-end) .elementor-icon-list-item:after {
	inset-inline-start: 0;
}

.elementor-widget:not(.elementor-align-start) .elementor-icon-list-item:after {
	inset-inline-end: 0;
}

@media (min-width:-1) {
	.elementor-widget:not(.elementor-widescreen-align-end) .elementor-icon-list-item:after {
		inset-inline-start: 0;
	}
	
	.elementor-widget:not(.elementor-widescreen-align-start) .elementor-icon-list-item:after {
		inset-inline-end: 0;
	}
}

@media (max-width:1440px) {
	.elementor-widget:not(.elementor-laptop-align-end) .elementor-icon-list-item:after {
		inset-inline-start: 0;
	}
	
	.elementor-widget:not(.elementor-laptop-align-start) .elementor-icon-list-item:after {
		inset-inline-end: 0;
	}
}

@media (max-width:-1) {
	.elementor-widget:not(.elementor-tablet_extra-align-end) .elementor-icon-list-item:after {
		inset-inline-start: 0;
	}
	
	.elementor-widget:not(.elementor-tablet_extra-align-start) .elementor-icon-list-item:after {
		inset-inline-end: 0;
	}
}

@media (max-width:1024px) {
	.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a {
		justify-content: center;
	}
	
	.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
		margin: auto;
	}
	
	.elementor-widget:not(.elementor-tablet-align-end) .elementor-icon-list-item:after {
		inset-inline-start: 0;
	}
	
	.elementor-widget:not(.elementor-tablet-align-start) .elementor-icon-list-item:after {
		inset-inline-end: 0;
	}
}

@media (max-width:-1) {
	.elementor-widget:not(.elementor-mobile_extra-align-end) .elementor-icon-list-item:after {
		inset-inline-start: 0;
	}
	
	.elementor-widget:not(.elementor-mobile_extra-align-start) .elementor-icon-list-item:after {
		inset-inline-end: 0;
	}
}

@media (max-width:424px) {
	.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a {
		justify-content: center;
	}
	
	.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after {
		margin: auto;
	}
	
	.elementor-widget.elementor-mobile-align-center .elementor-inline-items {
		justify-content: center;
	}
	
	.elementor-widget:not(.elementor-mobile-align-end) .elementor-icon-list-item:after {
		inset-inline-start: 0;
	}
	
	.elementor-widget:not(.elementor-mobile-align-start) .elementor-icon-list-item:after {
		inset-inline-end: 0;
	}
}

#left-area ul.elementor-icon-list-items, .elementor .elementor-element ul.elementor-icon-list-items, .elementor-edit-area .elementor-element ul.elementor-icon-list-items {
	padding: 0;
}

.elementor-widget-image {
	text-align: center;
}

.elementor-widget-image a {
	display: inline-block;
}

.elementor-widget-image a img[src$=".svg"] {
	width: 48px;
}

.elementor-widget-image img {
	display: inline-block;
	vertical-align: middle;
}

.elementor-item:after, .elementor-item:before {
	display: block;
	position: absolute;
	transition: .3s;
	transition-timing-function: cubic-bezier(.58, .3, .005, 1);
}

.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	opacity: 0;
}

.elementor-item-active:after, .elementor-item-active:before, .elementor-item.highlighted:after, .elementor-item.highlighted:before, .elementor-item:focus:after, .elementor-item:focus:before, .elementor-item:hover:after, .elementor-item:hover:before {
	transform: scale(1);
}

.elementor-nav-menu--main .elementor-nav-menu a {
	transition: .4s;
}

.elementor-nav-menu--main .elementor-nav-menu a, .elementor-nav-menu--main .elementor-nav-menu a.highlighted, .elementor-nav-menu--main .elementor-nav-menu a:focus, .elementor-nav-menu--main .elementor-nav-menu a:hover {
	padding: 13px 20px;
}

.elementor-nav-menu--main .elementor-nav-menu ul {
	border-style: solid;
	border-width: 0;
	padding: 0;
	position: absolute;
	width: 12em;
}

.elementor-nav-menu--layout-horizontal {
	display: flex;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu {
	display: flex;
	flex-wrap: wrap;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
	flex-grow: 1;
	white-space: nowrap;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
	display: flex;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul, .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>.scroll-down {
	top: 100% !important;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>a {
	margin-inline-start: var(--e-nav-menu-horizontal-menu-item-margin);
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-down, .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-up, .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>ul {
	inset-inline-start: var(--e-nav-menu-horizontal-menu-item-margin) !important;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child)>a {
	margin-inline-end: var(--e-nav-menu-horizontal-menu-item-margin);
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child):after {
	align-self: center;
	border-color: var(--e-nav-menu-divider-color, #000);
	border-left-style: var(--e-nav-menu-divider-style, solid);
	border-left-width: var(--e-nav-menu-divider-width, 2px);
	content: var(--e-nav-menu-divider-content, none);
	height: var(--e-nav-menu-divider-height, 35%);
}

.elementor-nav-menu__align-center .elementor-nav-menu {
	justify-content: center;
	margin-inline-end: auto;
	margin-inline-start: auto;
}

.elementor-widget-nav-menu:not(.elementor-nav-menu--toggle) .elementor-menu-toggle {
	display: none;
}

.elementor-widget-nav-menu .elementor-widget-container, .elementor-widget-nav-menu:not(:has(.elementor-widget-container)):not([class*=elementor-hidden-]) {
	display: flex;
	flex-direction: column;
}

.elementor-nav-menu {
	position: relative;
	z-index: 2;
}

.elementor-nav-menu:after {
	clear: both;
	content: " ";
	display: block;
	font: 0/0 serif;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.elementor-nav-menu, .elementor-nav-menu li, .elementor-nav-menu ul {
	display: block;
	line-height: normal;
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.elementor-nav-menu ul {
	display: none;
}

.elementor-nav-menu a, .elementor-nav-menu li {
	position: relative;
}

.elementor-nav-menu li {
	border-width: 0;
}

.elementor-nav-menu a {
	align-items: center;
	display: flex;
}

.elementor-nav-menu a, .elementor-nav-menu a:focus, .elementor-nav-menu a:hover {
	line-height: 20px;
	padding: 10px 20px;
}

.elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover, .elementor-sub-item.elementor-item-active, .elementor-sub-item.highlighted, .elementor-sub-item:focus, .elementor-sub-item:hover {
	background-color: #3f444b;
	color: #fff;
}

.elementor-menu-toggle {
	align-items: center;
	background-color: rgba(0, 0, 0, .05);
	border: 0 solid;
	border-radius: 3px;
	color: #33373d;
	cursor: pointer;
	display: flex;
	font-size: var(--nav-menu-icon-size, 22px);
	justify-content: center;
	padding: .25em;
}

.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open, .elementor-menu-toggle:not(.elementor-active) .elementor-menu-toggle__icon--close {
	display: none;
}

.elementor-menu-toggle .e-font-icon-svg {
	fill: #33373d;
	height: 1em;
	width: 1em;
}

.elementor-menu-toggle svg {
	fill: var(--nav-menu-icon-color, currentColor);
	height: auto;
	width: 1em;
}

.elementor-nav-menu--dropdown {
	background-color: #fff;
	font-size: 13px;
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container {
	margin-top: 10px;
	overflow-x: hidden;
	overflow-y: auto;
	transform-origin: top;
	transition: max-height .3s, transform .3s;
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item {
	font-size: .85em;
}

.elementor-nav-menu--dropdown a {
	color: #33373d;
}

ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:focus, ul.elementor-nav-menu--dropdown a:hover {
	border-inline-start: 8px solid rgba(255, 255, 255, 0);
	text-shadow: none;
}

.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a {
	justify-content: center;
}

.elementor-nav-menu--toggle {
	--menu-height: 100vh;
}

.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container {
	max-height: 0;
	overflow: hidden;
	transform: scaleY(0);
}

.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown {
	position: absolute;
	z-index: 9997;
}

@media (max-width:1024px) {
	.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main {
		display: none;
	}
}

@media (min-width:1025px) {
	.elementor-nav-menu--dropdown-tablet .elementor-menu-toggle, .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown {
		display: none;
	}
	
	.elementor-nav-menu--dropdown-tablet nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
		overflow-y: hidden;
	}
}

@keyframes hide-scroll {
	0%, to {
		overflow: hidden;
	}
}

.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container, .elementor-widget-social-icons.elementor-grid-0:not(:has(.elementor-widget-container)), .elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container, .elementor-widget-social-icons.elementor-grid-mobile-0:not(:has(.elementor-widget-container)), .elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container, .elementor-widget-social-icons.elementor-grid-tablet-0:not(:has(.elementor-widget-container)) {
	font-size: 0;
	line-height: 1;
}

.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid {
	display: inline-grid;
}

.elementor-widget-social-icons .elementor-grid {
	grid-column-gap: var(--grid-column-gap, 5px);
	grid-row-gap: var(--grid-row-gap, 5px);
	grid-template-columns: var(--grid-template-columns);
	justify-content: var(--justify-content, center);
	justify-items: var(--justify-content, center);
}

.elementor-icon.elementor-social-icon {
	font-size: var(--icon-size, 25px);
	height: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));
	line-height: var(--icon-size, 25px);
	width: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));
}

.elementor-social-icon {
	--e-social-icon-icon-color: #fff;
	align-items: center;
	background-color: #69727d;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	text-align: center;
}

.elementor-social-icon svg {
	fill: var(--e-social-icon-icon-color);
}

.elementor-social-icon:last-child {
	margin: 0;
}

.elementor-social-icon:hover {
	color: #fff;
	opacity: .9;
}

.elementor-social-icon-envelope {
	background-color: #ea4335;
}

.elementor-social-icon-facebook, .elementor-social-icon-facebook-f {
	background-color: #3b5998;
}

.elementor-social-icon-youtube {
	background-color: #cd201f;
}

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.elementor-3075 .elementor-element.elementor-element-2ac21ad {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	--margin-top: 15px;
	--margin-bottom: 15px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 15px;
	--padding-bottom: 15px;
	--padding-left: 15px;
	--padding-right: 15px;
}

.elementor-3075 .elementor-element.elementor-element-2ac21ad:not(.elementor-motion-effects-element-type-background), .elementor-3075 .elementor-element.elementor-element-2ac21ad>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: #fff;
}

.elementor-3075 .elementor-element.elementor-element-1e5d0fd {
	--display: flex;
}

.elementor-widget-heading .elementor-heading-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
	color: var(--e-global-color-primary);
}

.elementor-3075 .elementor-element.elementor-element-ec1b9db {
	text-align: center;
}

.elementor-3075 .elementor-element.elementor-element-ec1b9db .elementor-heading-title {
	font-family: "Belgrano", Sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	color: #a37c4d;
}

.elementor-widget-text-editor {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
	color: var(--e-global-color-text);
}

.elementor-3075 .elementor-element.elementor-element-7b6c791 {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
}

#elementor-popup-modal-3075 {
	background-color: rgba(0, 0, 0, .8);
	justify-content: center;
	align-items: center;
	pointer-events: all;
}

@media (max-width:424px) {
	.elementor-3075 .elementor-element.elementor-element-ec1b9db .elementor-heading-title {
		font-size: 20px;
	}
	
	.elementor-3075 .elementor-element.elementor-element-7b6c791 {
		font-size: 15px;
	}
}

@media (min-width:425px) {
	.elementor-3075 .elementor-element.elementor-element-2ac21ad {
		--content-width: 1200px;
	}
}

.elementor-3094 .elementor-element.elementor-element-9d4b431 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	--margin-top: 15px;
	--margin-bottom: 15px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 15px;
	--padding-bottom: 15px;
	--padding-left: 15px;
	--padding-right: 15px;
}

.elementor-3094 .elementor-element.elementor-element-9d4b431:not(.elementor-motion-effects-element-type-background), .elementor-3094 .elementor-element.elementor-element-9d4b431>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: #fff;
}

.elementor-3094 .elementor-element.elementor-element-0feaa2d {
	--display: flex;
}

.elementor-widget-heading .elementor-heading-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
	color: var(--e-global-color-primary);
}

.elementor-3094 .elementor-element.elementor-element-907b600 {
	text-align: center;
}

.elementor-3094 .elementor-element.elementor-element-907b600 .elementor-heading-title {
	font-family: "Belgrano", Sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	color: #a37c4d;
}

.elementor-3094 .elementor-element.elementor-element-3c2cef4 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
}

.elementor-3094 .elementor-element.elementor-element-5ed637e {
	--display: flex;
}

.elementor-widget-text-editor {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
	color: var(--e-global-color-text);
}

.elementor-3094 .elementor-element.elementor-element-91fb51e {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
}

.elementor-3094 .elementor-element.elementor-element-60ae515 {
	--display: flex;
}

.elementor-3094 .elementor-element.elementor-element-f305980 {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
}

#elementor-popup-modal-3094 {
	background-color: rgba(0, 0, 0, .8);
	justify-content: center;
	align-items: center;
	pointer-events: all;
}

@media (max-width:424px) {
	.elementor-3094 .elementor-element.elementor-element-907b600 .elementor-heading-title {
		font-size: 20px;
	}
	
	.elementor-3094 .elementor-element.elementor-element-91fb51e {
		font-size: 15px;
	}
	
	.elementor-3094 .elementor-element.elementor-element-f305980 {
		font-size: 15px;
	}
}

@media (min-width:425px) {
	.elementor-3094 .elementor-element.elementor-element-9d4b431 {
		--content-width: 1200px;
	}
}

.elementor-3101 .elementor-element.elementor-element-db32035 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	--margin-top: 15px;
	--margin-bottom: 15px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 15px;
	--padding-bottom: 15px;
	--padding-left: 15px;
	--padding-right: 15px;
}

.elementor-3101 .elementor-element.elementor-element-db32035:not(.elementor-motion-effects-element-type-background), .elementor-3101 .elementor-element.elementor-element-db32035>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: #fff;
}

.elementor-3101 .elementor-element.elementor-element-7520738 {
	--display: flex;
}

.elementor-widget-heading .elementor-heading-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
	color: var(--e-global-color-primary);
}

.elementor-3101 .elementor-element.elementor-element-a3711c1 {
	text-align: center;
}

.elementor-3101 .elementor-element.elementor-element-a3711c1 .elementor-heading-title {
	font-family: "Belgrano", Sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	color: #a37c4d;
}

.elementor-3101 .elementor-element.elementor-element-905a2e8 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
}

.elementor-3101 .elementor-element.elementor-element-4029b6e {
	--display: flex;
}

.elementor-widget-text-editor {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
	color: var(--e-global-color-text);
}

.elementor-3101 .elementor-element.elementor-element-0bc721b {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
}

.elementor-3101 .elementor-element.elementor-element-8095339 {
	--display: flex;
}

.elementor-3101 .elementor-element.elementor-element-172fcb3 {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
}

#elementor-popup-modal-3101 {
	background-color: rgba(0, 0, 0, .8);
	justify-content: center;
	align-items: center;
	pointer-events: all;
}

@media (max-width:424px) {
	.elementor-3101 .elementor-element.elementor-element-a3711c1 .elementor-heading-title {
		font-size: 20px;
	}
	
	.elementor-3101 .elementor-element.elementor-element-0bc721b {
		font-size: 15px;
	}
	
	.elementor-3101 .elementor-element.elementor-element-172fcb3 {
		font-size: 15px;
	}
}

@media (min-width:425px) {
	.elementor-3101 .elementor-element.elementor-element-db32035 {
		--content-width: 1200px;
	}
}

.elementor-3109 .elementor-element.elementor-element-d2486c4 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	--margin-top: 15px;
	--margin-bottom: 15px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 15px;
	--padding-bottom: 15px;
	--padding-left: 15px;
	--padding-right: 15px;
}

.elementor-3109 .elementor-element.elementor-element-d2486c4:not(.elementor-motion-effects-element-type-background), .elementor-3109 .elementor-element.elementor-element-d2486c4>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: #fff;
}

.elementor-3109 .elementor-element.elementor-element-716e67a {
	--display: flex;
}

.elementor-widget-heading .elementor-heading-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
	color: var(--e-global-color-primary);
}

.elementor-3109 .elementor-element.elementor-element-d118c2e {
	text-align: center;
}

.elementor-3109 .elementor-element.elementor-element-d118c2e .elementor-heading-title {
	font-family: "Belgrano", Sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	color: #a37c4d;
}

.elementor-3109 .elementor-element.elementor-element-1babe97 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
}

.elementor-3109 .elementor-element.elementor-element-f0b5847 {
	--display: flex;
}

.elementor-widget-text-editor {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
	color: var(--e-global-color-text);
}

.elementor-3109 .elementor-element.elementor-element-a7b4929 {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
}

.elementor-3109 .elementor-element.elementor-element-11437e8 {
	--display: flex;
}

.elementor-3109 .elementor-element.elementor-element-50fb8bc {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
}

#elementor-popup-modal-3109 {
	background-color: rgba(0, 0, 0, .8);
	justify-content: center;
	align-items: center;
	pointer-events: all;
}

@media (max-width:424px) {
	.elementor-3109 .elementor-element.elementor-element-d118c2e .elementor-heading-title {
		font-size: 20px;
	}
	
	.elementor-3109 .elementor-element.elementor-element-a7b4929 {
		font-size: 15px;
	}
	
	.elementor-3109 .elementor-element.elementor-element-50fb8bc {
		font-size: 15px;
	}
}

@media (min-width:425px) {
	.elementor-3109 .elementor-element.elementor-element-d2486c4 {
		--content-width: 1200px;
	}
}

.elementor-3118 .elementor-element.elementor-element-75c54f2 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	--margin-top: 15px;
	--margin-bottom: 15px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 15px;
	--padding-bottom: 15px;
	--padding-left: 15px;
	--padding-right: 15px;
}

.elementor-3118 .elementor-element.elementor-element-75c54f2:not(.elementor-motion-effects-element-type-background), .elementor-3118 .elementor-element.elementor-element-75c54f2>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: #fff;
}

.elementor-3118 .elementor-element.elementor-element-2bf33a3 {
	--display: flex;
}

.elementor-widget-heading .elementor-heading-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
	color: var(--e-global-color-primary);
}

.elementor-3118 .elementor-element.elementor-element-d8b3410 {
	text-align: center;
}

.elementor-3118 .elementor-element.elementor-element-d8b3410 .elementor-heading-title {
	font-family: "Belgrano", Sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	color: #a37c4d;
}

.elementor-3118 .elementor-element.elementor-element-3395d38 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
}

.elementor-3118 .elementor-element.elementor-element-298f538 {
	--display: flex;
}

.elementor-widget-text-editor {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
	color: var(--e-global-color-text);
}

.elementor-3118 .elementor-element.elementor-element-0696823 {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
}

.elementor-3118 .elementor-element.elementor-element-e3e7a19 {
	--display: flex;
}

.elementor-3118 .elementor-element.elementor-element-331b05a {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
}

#elementor-popup-modal-3118 {
	background-color: rgba(0, 0, 0, .8);
	justify-content: center;
	align-items: center;
	pointer-events: all;
}

@media (max-width:424px) {
	.elementor-3118 .elementor-element.elementor-element-d8b3410 .elementor-heading-title {
		font-size: 20px;
	}
	
	.elementor-3118 .elementor-element.elementor-element-0696823 {
		font-size: 15px;
	}
	
	.elementor-3118 .elementor-element.elementor-element-331b05a {
		font-size: 15px;
	}
}

@media (min-width:425px) {
	.elementor-3118 .elementor-element.elementor-element-75c54f2 {
		--content-width: 1200px;
	}
}

.elementor-3127 .elementor-element.elementor-element-6f3f86a {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	--margin-top: 15px;
	--margin-bottom: 15px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 15px;
	--padding-bottom: 15px;
	--padding-left: 15px;
	--padding-right: 15px;
}

.elementor-3127 .elementor-element.elementor-element-6f3f86a:not(.elementor-motion-effects-element-type-background), .elementor-3127 .elementor-element.elementor-element-6f3f86a>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: #fff;
}

.elementor-3127 .elementor-element.elementor-element-3cdb8e5 {
	--display: flex;
}

.elementor-widget-heading .elementor-heading-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
	color: var(--e-global-color-primary);
}

.elementor-3127 .elementor-element.elementor-element-eb693b7 {
	text-align: center;
}

.elementor-3127 .elementor-element.elementor-element-eb693b7 .elementor-heading-title {
	font-family: "Belgrano", Sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	color: #a37c4d;
}

.elementor-widget-text-editor {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
	color: var(--e-global-color-text);
}

.elementor-3127 .elementor-element.elementor-element-c168e42 {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
}

#elementor-popup-modal-3127 {
	background-color: rgba(0, 0, 0, .8);
	justify-content: center;
	align-items: center;
	pointer-events: all;
}

@media (max-width:424px) {
	.elementor-3127 .elementor-element.elementor-element-eb693b7 .elementor-heading-title {
		font-size: 20px;
	}
	
	.elementor-3127 .elementor-element.elementor-element-c168e42 {
		font-size: 15px;
	}
}

@media (min-width:425px) {
	.elementor-3127 .elementor-element.elementor-element-6f3f86a {
		--content-width: 1200px;
	}
}

.elementor-3133 .elementor-element.elementor-element-6aeb61c {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	--margin-top: 15px;
	--margin-bottom: 15px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 15px;
	--padding-bottom: 15px;
	--padding-left: 15px;
	--padding-right: 15px;
}

.elementor-3133 .elementor-element.elementor-element-6aeb61c:not(.elementor-motion-effects-element-type-background), .elementor-3133 .elementor-element.elementor-element-6aeb61c>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: #fff;
}

.elementor-3133 .elementor-element.elementor-element-bce9c30 {
	--display: flex;
}

.elementor-widget-heading .elementor-heading-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
	color: var(--e-global-color-primary);
}

.elementor-3133 .elementor-element.elementor-element-05baada {
	text-align: center;
}

.elementor-3133 .elementor-element.elementor-element-05baada .elementor-heading-title {
	font-family: "Belgrano", Sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	color: #a37c4d;
}

.elementor-3133 .elementor-element.elementor-element-e69b96b {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
}

.elementor-3133 .elementor-element.elementor-element-901a54e {
	--display: flex;
}

.elementor-widget-text-editor {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
	color: var(--e-global-color-text);
}

.elementor-3133 .elementor-element.elementor-element-75f1060 {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
}

.elementor-3133 .elementor-element.elementor-element-38fc63b {
	--display: flex;
}

.elementor-3133 .elementor-element.elementor-element-226cfed {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
}

#elementor-popup-modal-3133 {
	background-color: rgba(0, 0, 0, .8);
	justify-content: center;
	align-items: center;
	pointer-events: all;
}

@media (max-width:424px) {
	.elementor-3133 .elementor-element.elementor-element-05baada .elementor-heading-title {
		font-size: 20px;
	}
	
	.elementor-3133 .elementor-element.elementor-element-75f1060 {
		font-size: 15px;
	}
	
	.elementor-3133 .elementor-element.elementor-element-226cfed {
		font-size: 15px;
	}
}

@media (min-width:425px) {
	.elementor-3133 .elementor-element.elementor-element-6aeb61c {
		--content-width: 1200px;
	}
}

.elementor-3141 .elementor-element.elementor-element-23c2dc9 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	--margin-top: 15px;
	--margin-bottom: 15px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 15px;
	--padding-bottom: 15px;
	--padding-left: 15px;
	--padding-right: 15px;
}

.elementor-3141 .elementor-element.elementor-element-23c2dc9:not(.elementor-motion-effects-element-type-background), .elementor-3141 .elementor-element.elementor-element-23c2dc9>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: #fff;
}

.elementor-3141 .elementor-element.elementor-element-b8ffe56 {
	--display: flex;
}

.elementor-widget-heading .elementor-heading-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
	color: var(--e-global-color-primary);
}

.elementor-3141 .elementor-element.elementor-element-a917906 {
	text-align: center;
}

.elementor-3141 .elementor-element.elementor-element-a917906 .elementor-heading-title {
	font-family: "Belgrano", Sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	color: #a37c4d;
}

.elementor-3141 .elementor-element.elementor-element-be299d5 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
}

.elementor-3141 .elementor-element.elementor-element-bb82935 {
	--display: flex;
}

.elementor-widget-text-editor {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
	color: var(--e-global-color-text);
}

.elementor-3141 .elementor-element.elementor-element-505c54a {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
}

.elementor-3141 .elementor-element.elementor-element-5c97b76 {
	--display: flex;
}

.elementor-3141 .elementor-element.elementor-element-cc1a238 {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
}

#elementor-popup-modal-3141 {
	background-color: rgba(0, 0, 0, .8);
	justify-content: center;
	align-items: center;
	pointer-events: all;
}

@media (max-width:424px) {
	.elementor-3141 .elementor-element.elementor-element-a917906 .elementor-heading-title {
		font-size: 20px;
	}
	
	.elementor-3141 .elementor-element.elementor-element-505c54a {
		font-size: 15px;
	}
	
	.elementor-3141 .elementor-element.elementor-element-cc1a238 {
		font-size: 15px;
	}
}

@media (min-width:425px) {
	.elementor-3141 .elementor-element.elementor-element-23c2dc9 {
		--content-width: 1200px;
	}
}

.elementor-3148 .elementor-element.elementor-element-8c571ee {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	--margin-top: 15px;
	--margin-bottom: 15px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 15px;
	--padding-bottom: 15px;
	--padding-left: 15px;
	--padding-right: 15px;
}

.elementor-3148 .elementor-element.elementor-element-8c571ee:not(.elementor-motion-effects-element-type-background), .elementor-3148 .elementor-element.elementor-element-8c571ee>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: #fff;
}

.elementor-3148 .elementor-element.elementor-element-4f9eae6 {
	--display: flex;
}

.elementor-widget-heading .elementor-heading-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
	color: var(--e-global-color-primary);
}

.elementor-3148 .elementor-element.elementor-element-fe40407 {
	text-align: center;
}

.elementor-3148 .elementor-element.elementor-element-fe40407 .elementor-heading-title {
	font-family: "Belgrano", Sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	color: #a37c4d;
}

.elementor-3148 .elementor-element.elementor-element-c9fd30f {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
}

.elementor-3148 .elementor-element.elementor-element-e00d03a {
	--display: flex;
}

.elementor-widget-text-editor {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
	color: var(--e-global-color-text);
}

.elementor-3148 .elementor-element.elementor-element-43944ed {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
}

.elementor-3148 .elementor-element.elementor-element-24dcbd0 {
	--display: flex;
}

.elementor-3148 .elementor-element.elementor-element-1fe142f {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
}

#elementor-popup-modal-3148 {
	background-color: rgba(0, 0, 0, .8);
	justify-content: center;
	align-items: center;
	pointer-events: all;
}

@media (max-width:424px) {
	.elementor-3148 .elementor-element.elementor-element-fe40407 .elementor-heading-title {
		font-size: 20px;
	}
	
	.elementor-3148 .elementor-element.elementor-element-43944ed {
		font-size: 15px;
	}
	
	.elementor-3148 .elementor-element.elementor-element-1fe142f {
		font-size: 15px;
	}
}

@media (min-width:425px) {
	.elementor-3148 .elementor-element.elementor-element-8c571ee {
		--content-width: 1200px;
	}
}

.elementor-3155 .elementor-element.elementor-element-6974afe {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	--margin-top: 15px;
	--margin-bottom: 15px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 15px;
	--padding-bottom: 15px;
	--padding-left: 15px;
	--padding-right: 15px;
}

.elementor-3155 .elementor-element.elementor-element-6974afe:not(.elementor-motion-effects-element-type-background), .elementor-3155 .elementor-element.elementor-element-6974afe>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: #fff;
}

.elementor-3155 .elementor-element.elementor-element-45b9ef1 {
	--display: flex;
}

.elementor-widget-heading .elementor-heading-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
	color: var(--e-global-color-primary);
}

.elementor-3155 .elementor-element.elementor-element-3820c22 {
	text-align: center;
}

.elementor-3155 .elementor-element.elementor-element-3820c22 .elementor-heading-title {
	font-family: "Belgrano", Sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	color: #a37c4d;
}

.elementor-3155 .elementor-element.elementor-element-a737c5b {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
}

.elementor-3155 .elementor-element.elementor-element-76e7fdd {
	--display: flex;
}

.elementor-widget-text-editor {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
	color: var(--e-global-color-text);
}

.elementor-3155 .elementor-element.elementor-element-f453684 {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
}

.elementor-3155 .elementor-element.elementor-element-106d0b2 {
	--display: flex;
}

.elementor-3155 .elementor-element.elementor-element-d9704a7 {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
}

#elementor-popup-modal-3155 {
	background-color: rgba(0, 0, 0, .8);
	justify-content: center;
	align-items: center;
	pointer-events: all;
}

@media (max-width:424px) {
	.elementor-3155 .elementor-element.elementor-element-3820c22 .elementor-heading-title {
		font-size: 20px;
	}
	
	.elementor-3155 .elementor-element.elementor-element-f453684 {
		font-size: 15px;
	}
	
	.elementor-3155 .elementor-element.elementor-element-d9704a7 {
		font-size: 15px;
	}
}

@media (min-width:425px) {
	.elementor-3155 .elementor-element.elementor-element-6974afe {
		--content-width: 1200px;
	}
}

.elementor-3163 .elementor-element.elementor-element-505a70b {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	--margin-top: 15px;
	--margin-bottom: 15px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 15px;
	--padding-bottom: 15px;
	--padding-left: 15px;
	--padding-right: 15px;
}

.elementor-3163 .elementor-element.elementor-element-505a70b:not(.elementor-motion-effects-element-type-background), .elementor-3163 .elementor-element.elementor-element-505a70b>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: #fff;
}

.elementor-3163 .elementor-element.elementor-element-9e744b1 {
	--display: flex;
}

.elementor-widget-heading .elementor-heading-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
	color: var(--e-global-color-primary);
}

.elementor-3163 .elementor-element.elementor-element-c7c8ea1 {
	text-align: center;
}

.elementor-3163 .elementor-element.elementor-element-c7c8ea1 .elementor-heading-title {
	font-family: "Belgrano", Sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	color: #a37c4d;
}

.elementor-widget-text-editor {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
	color: var(--e-global-color-text);
}

.elementor-3163 .elementor-element.elementor-element-45e80e3 {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
}

#elementor-popup-modal-3163 {
	background-color: rgba(0, 0, 0, .8);
	justify-content: center;
	align-items: center;
	pointer-events: all;
}

@media (max-width:424px) {
	.elementor-3163 .elementor-element.elementor-element-c7c8ea1 .elementor-heading-title {
		font-size: 20px;
	}
	
	.elementor-3163 .elementor-element.elementor-element-45e80e3 {
		font-size: 15px;
	}
}

@media (min-width:425px) {
	.elementor-3163 .elementor-element.elementor-element-505a70b {
		--content-width: 1200px;
	}
}

.elementor-3171 .elementor-element.elementor-element-e826783 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	--margin-top: 15px;
	--margin-bottom: 15px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 15px;
	--padding-bottom: 15px;
	--padding-left: 15px;
	--padding-right: 15px;
}

.elementor-3171 .elementor-element.elementor-element-e826783:not(.elementor-motion-effects-element-type-background), .elementor-3171 .elementor-element.elementor-element-e826783>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: #fff;
}

.elementor-3171 .elementor-element.elementor-element-b5ff75e {
	--display: flex;
}

.elementor-widget-heading .elementor-heading-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
	color: var(--e-global-color-primary);
}

.elementor-3171 .elementor-element.elementor-element-d681fd1 {
	text-align: center;
}

.elementor-3171 .elementor-element.elementor-element-d681fd1 .elementor-heading-title {
	font-family: "Belgrano", Sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	color: #a37c4d;
}

.elementor-widget-text-editor {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
	color: var(--e-global-color-text);
}

.elementor-3171 .elementor-element.elementor-element-d1b0276 {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
}

#elementor-popup-modal-3171 {
	background-color: rgba(0, 0, 0, .8);
	justify-content: center;
	align-items: center;
	pointer-events: all;
}

@media (max-width:424px) {
	.elementor-3171 .elementor-element.elementor-element-d681fd1 .elementor-heading-title {
		font-size: 20px;
	}
	
	.elementor-3171 .elementor-element.elementor-element-d1b0276 {
		font-size: 15px;
	}
}

@media (min-width:425px) {
	.elementor-3171 .elementor-element.elementor-element-e826783 {
		--content-width: 1200px;
	}
}

.elementor-3178 .elementor-element.elementor-element-6aa69c9 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	--margin-top: 15px;
	--margin-bottom: 15px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 15px;
	--padding-bottom: 15px;
	--padding-left: 15px;
	--padding-right: 15px;
}

.elementor-3178 .elementor-element.elementor-element-6aa69c9:not(.elementor-motion-effects-element-type-background), .elementor-3178 .elementor-element.elementor-element-6aa69c9>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: #fff;
}

.elementor-3178 .elementor-element.elementor-element-f455d64 {
	--display: flex;
}

.elementor-widget-heading .elementor-heading-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
	color: var(--e-global-color-primary);
}

.elementor-3178 .elementor-element.elementor-element-1d77850 {
	text-align: center;
}

.elementor-3178 .elementor-element.elementor-element-1d77850 .elementor-heading-title {
	font-family: "Belgrano", Sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	color: #a37c4d;
}

.elementor-3178 .elementor-element.elementor-element-57ebab7 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
}

.elementor-3178 .elementor-element.elementor-element-5c293a2 {
	--display: flex;
}

.elementor-widget-text-editor {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
	color: var(--e-global-color-text);
}

.elementor-3178 .elementor-element.elementor-element-f86327e {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
}

.elementor-3178 .elementor-element.elementor-element-368b5d2 {
	--display: flex;
}

.elementor-3178 .elementor-element.elementor-element-7618b97 {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
}

#elementor-popup-modal-3178 {
	background-color: rgba(0, 0, 0, .8);
	justify-content: center;
	align-items: center;
	pointer-events: all;
}

@media (max-width:424px) {
	.elementor-3178 .elementor-element.elementor-element-1d77850 .elementor-heading-title {
		font-size: 20px;
	}
	
	.elementor-3178 .elementor-element.elementor-element-f86327e {
		font-size: 15px;
	}
	
	.elementor-3178 .elementor-element.elementor-element-7618b97 {
		font-size: 15px;
	}
}

@media (min-width:425px) {
	.elementor-3178 .elementor-element.elementor-element-6aa69c9 {
		--content-width: 1200px;
	}
}

.elementor-3185 .elementor-element.elementor-element-bcd391a {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	--margin-top: 15px;
	--margin-bottom: 15px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 15px;
	--padding-bottom: 15px;
	--padding-left: 15px;
	--padding-right: 15px;
}

.elementor-3185 .elementor-element.elementor-element-bcd391a:not(.elementor-motion-effects-element-type-background), .elementor-3185 .elementor-element.elementor-element-bcd391a>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: #fff;
}

.elementor-3185 .elementor-element.elementor-element-5047881 {
	--display: flex;
}

.elementor-widget-heading .elementor-heading-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
	color: var(--e-global-color-primary);
}

.elementor-3185 .elementor-element.elementor-element-e69ba21 {
	text-align: center;
}

.elementor-3185 .elementor-element.elementor-element-e69ba21 .elementor-heading-title {
	font-family: "Belgrano", Sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	color: #a37c4d;
}

.elementor-3185 .elementor-element.elementor-element-5318bfc {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
}

.elementor-3185 .elementor-element.elementor-element-2655912 {
	--display: flex;
}

.elementor-widget-text-editor {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
	color: var(--e-global-color-text);
}

.elementor-3185 .elementor-element.elementor-element-78e7ee1 {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
}

.elementor-3185 .elementor-element.elementor-element-c5585f3 {
	--display: flex;
}

.elementor-3185 .elementor-element.elementor-element-61f8a1b {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
}

#elementor-popup-modal-3185 {
	background-color: rgba(0, 0, 0, .8);
	justify-content: center;
	align-items: center;
	pointer-events: all;
}

@media (max-width:424px) {
	.elementor-3185 .elementor-element.elementor-element-e69ba21 .elementor-heading-title {
		font-size: 20px;
	}
	
	.elementor-3185 .elementor-element.elementor-element-78e7ee1 {
		font-size: 15px;
	}
	
	.elementor-3185 .elementor-element.elementor-element-61f8a1b {
		font-size: 15px;
	}
}

@media (min-width:425px) {
	.elementor-3185 .elementor-element.elementor-element-bcd391a {
		--content-width: 1200px;
	}
}

.elementor-3193 .elementor-element.elementor-element-b25f835 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	--margin-top: 15px;
	--margin-bottom: 15px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 15px;
	--padding-bottom: 15px;
	--padding-left: 15px;
	--padding-right: 15px;
}

.elementor-3193 .elementor-element.elementor-element-b25f835:not(.elementor-motion-effects-element-type-background), .elementor-3193 .elementor-element.elementor-element-b25f835>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: #fff;
}

.elementor-3193 .elementor-element.elementor-element-c95d614 {
	--display: flex;
}

.elementor-widget-heading .elementor-heading-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
	color: var(--e-global-color-primary);
}

.elementor-3193 .elementor-element.elementor-element-994f2dc {
	text-align: center;
}

.elementor-3193 .elementor-element.elementor-element-994f2dc .elementor-heading-title {
	font-family: "Belgrano", Sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	color: #a37c4d;
}

.elementor-3193 .elementor-element.elementor-element-198e8c9 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
}

.elementor-3193 .elementor-element.elementor-element-df9626b {
	--display: flex;
}

.elementor-widget-text-editor {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
	color: var(--e-global-color-text);
}

.elementor-3193 .elementor-element.elementor-element-3ccea7f {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
}

.elementor-3193 .elementor-element.elementor-element-5725376 {
	--display: flex;
}

.elementor-3193 .elementor-element.elementor-element-bbd235a {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
}

#elementor-popup-modal-3193 {
	background-color: rgba(0, 0, 0, .8);
	justify-content: center;
	align-items: center;
	pointer-events: all;
}

@media (max-width:424px) {
	.elementor-3193 .elementor-element.elementor-element-994f2dc .elementor-heading-title {
		font-size: 20px;
	}
	
	.elementor-3193 .elementor-element.elementor-element-3ccea7f {
		font-size: 15px;
	}
	
	.elementor-3193 .elementor-element.elementor-element-bbd235a {
		font-size: 15px;
	}
}

@media (min-width:425px) {
	.elementor-3193 .elementor-element.elementor-element-b25f835 {
		--content-width: 1200px;
	}
}

.elementor-3200 .elementor-element.elementor-element-27ccdc4 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	--margin-top: 15px;
	--margin-bottom: 15px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 15px;
	--padding-bottom: 15px;
	--padding-left: 15px;
	--padding-right: 15px;
}

.elementor-3200 .elementor-element.elementor-element-27ccdc4:not(.elementor-motion-effects-element-type-background), .elementor-3200 .elementor-element.elementor-element-27ccdc4>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: #fff;
}

.elementor-3200 .elementor-element.elementor-element-c0432e8 {
	--display: flex;
}

.elementor-widget-heading .elementor-heading-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
	color: var(--e-global-color-primary);
}

.elementor-3200 .elementor-element.elementor-element-2dad959 {
	text-align: center;
}

.elementor-3200 .elementor-element.elementor-element-2dad959 .elementor-heading-title {
	font-family: "Belgrano", Sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	color: #a37c4d;
}

.elementor-3200 .elementor-element.elementor-element-7386eb3 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
}

.elementor-3200 .elementor-element.elementor-element-3e9856c {
	--display: flex;
}

.elementor-widget-text-editor {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
	color: var(--e-global-color-text);
}

.elementor-3200 .elementor-element.elementor-element-eaa62f4 {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
}

.elementor-3200 .elementor-element.elementor-element-2abe4ff {
	--display: flex;
}

.elementor-3200 .elementor-element.elementor-element-cc298c1 {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
}

#elementor-popup-modal-3200 {
	background-color: rgba(0, 0, 0, .8);
	justify-content: center;
	align-items: center;
	pointer-events: all;
}

@media (max-width:424px) {
	.elementor-3200 .elementor-element.elementor-element-2dad959 .elementor-heading-title {
		font-size: 20px;
	}
	
	.elementor-3200 .elementor-element.elementor-element-eaa62f4 {
		font-size: 15px;
	}
	
	.elementor-3200 .elementor-element.elementor-element-cc298c1 {
		font-size: 15px;
	}
}

@media (min-width:425px) {
	.elementor-3200 .elementor-element.elementor-element-27ccdc4 {
		--content-width: 1200px;
	}
}

.elementor-3207 .elementor-element.elementor-element-01538fc {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	--margin-top: 15px;
	--margin-bottom: 15px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 15px;
	--padding-bottom: 15px;
	--padding-left: 15px;
	--padding-right: 15px;
}

.elementor-3207 .elementor-element.elementor-element-01538fc:not(.elementor-motion-effects-element-type-background), .elementor-3207 .elementor-element.elementor-element-01538fc>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: #fff;
}

.elementor-3207 .elementor-element.elementor-element-0287590 {
	--display: flex;
}

.elementor-widget-heading .elementor-heading-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
	color: var(--e-global-color-primary);
}

.elementor-3207 .elementor-element.elementor-element-0fa0c81 {
	text-align: center;
}

.elementor-3207 .elementor-element.elementor-element-0fa0c81 .elementor-heading-title {
	font-family: "Belgrano", Sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	color: #a37c4d;
}

.elementor-3207 .elementor-element.elementor-element-281c3e4 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
}

.elementor-3207 .elementor-element.elementor-element-a58a350 {
	--display: flex;
}

.elementor-widget-text-editor {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
	color: var(--e-global-color-text);
}

.elementor-3207 .elementor-element.elementor-element-2529d95 {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
}

.elementor-3207 .elementor-element.elementor-element-9d7f503 {
	--display: flex;
}

.elementor-3207 .elementor-element.elementor-element-b3690e1 {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
}

#elementor-popup-modal-3207 {
	background-color: rgba(0, 0, 0, .8);
	justify-content: center;
	align-items: center;
	pointer-events: all;
}

@media (max-width:424px) {
	.elementor-3207 .elementor-element.elementor-element-0fa0c81 .elementor-heading-title {
		font-size: 20px;
	}
	
	.elementor-3207 .elementor-element.elementor-element-2529d95 {
		font-size: 15px;
	}
	
	.elementor-3207 .elementor-element.elementor-element-b3690e1 {
		font-size: 15px;
	}
}

@media (min-width:425px) {
	.elementor-3207 .elementor-element.elementor-element-01538fc {
		--content-width: 1200px;
	}
}

.elementor-3236 .elementor-element.elementor-element-03af42d {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	--margin-top: 15px;
	--margin-bottom: 15px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 15px;
	--padding-bottom: 15px;
	--padding-left: 15px;
	--padding-right: 15px;
}

.elementor-3236 .elementor-element.elementor-element-03af42d:not(.elementor-motion-effects-element-type-background), .elementor-3236 .elementor-element.elementor-element-03af42d>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: #fff;
}

.elementor-3236 .elementor-element.elementor-element-2b99801 {
	--display: flex;
}

.elementor-widget-heading .elementor-heading-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
	color: var(--e-global-color-primary);
}

.elementor-3236 .elementor-element.elementor-element-76fd5cb {
	text-align: center;
}

.elementor-3236 .elementor-element.elementor-element-76fd5cb .elementor-heading-title {
	font-family: "Belgrano", Sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	color: #a37c4d;
}

.elementor-3236 .elementor-element.elementor-element-395b92c {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
}

.elementor-3236 .elementor-element.elementor-element-fafb5b6 {
	--display: flex;
}

.elementor-widget-text-editor {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
	color: var(--e-global-color-text);
}

.elementor-3236 .elementor-element.elementor-element-d003422 {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
}

.elementor-3236 .elementor-element.elementor-element-e1b13d9 {
	--display: flex;
}

.elementor-3236 .elementor-element.elementor-element-add40f3 {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
}

#elementor-popup-modal-3236 {
	background-color: rgba(0, 0, 0, .8);
	justify-content: center;
	align-items: center;
	pointer-events: all;
}

@media (max-width:424px) {
	.elementor-3236 .elementor-element.elementor-element-76fd5cb .elementor-heading-title {
		font-size: 20px;
	}
	
	.elementor-3236 .elementor-element.elementor-element-d003422 {
		font-size: 15px;
	}
	
	.elementor-3236 .elementor-element.elementor-element-add40f3 {
		font-size: 15px;
	}
}

@media (min-width:425px) {
	.elementor-3236 .elementor-element.elementor-element-03af42d {
		--content-width: 1200px;
	}
}

.elementor-3243 .elementor-element.elementor-element-ac3460c {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	--margin-top: 15px;
	--margin-bottom: 15px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 15px;
	--padding-bottom: 15px;
	--padding-left: 15px;
	--padding-right: 15px;
}

.elementor-3243 .elementor-element.elementor-element-ac3460c:not(.elementor-motion-effects-element-type-background), .elementor-3243 .elementor-element.elementor-element-ac3460c>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: #fff;
}

.elementor-3243 .elementor-element.elementor-element-401333d {
	--display: flex;
}

.elementor-widget-heading .elementor-heading-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
	color: var(--e-global-color-primary);
}

.elementor-3243 .elementor-element.elementor-element-2319779 {
	text-align: center;
}

.elementor-3243 .elementor-element.elementor-element-2319779 .elementor-heading-title {
	font-family: "Belgrano", Sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	color: #a37c4d;
}

.elementor-3243 .elementor-element.elementor-element-659dae0 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
}

.elementor-3243 .elementor-element.elementor-element-687a745 {
	--display: flex;
}

.elementor-widget-text-editor {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
	color: var(--e-global-color-text);
}

.elementor-3243 .elementor-element.elementor-element-9f68692 {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
}

.elementor-3243 .elementor-element.elementor-element-4be2657 {
	--display: flex;
}

.elementor-3243 .elementor-element.elementor-element-f9fb1e5 {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
}

#elementor-popup-modal-3243 {
	background-color: rgba(0, 0, 0, .8);
	justify-content: center;
	align-items: center;
	pointer-events: all;
}

@media (max-width:424px) {
	.elementor-3243 .elementor-element.elementor-element-2319779 .elementor-heading-title {
		font-size: 20px;
	}
	
	.elementor-3243 .elementor-element.elementor-element-9f68692 {
		font-size: 15px;
	}
	
	.elementor-3243 .elementor-element.elementor-element-f9fb1e5 {
		font-size: 15px;
	}
}

@media (min-width:425px) {
	.elementor-3243 .elementor-element.elementor-element-ac3460c {
		--content-width: 1200px;
	}
}

.elementor-3249 .elementor-element.elementor-element-afe093c {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	--margin-top: 15px;
	--margin-bottom: 15px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 15px;
	--padding-bottom: 15px;
	--padding-left: 15px;
	--padding-right: 15px;
}

.elementor-3249 .elementor-element.elementor-element-afe093c:not(.elementor-motion-effects-element-type-background), .elementor-3249 .elementor-element.elementor-element-afe093c>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: #fff;
}

.elementor-3249 .elementor-element.elementor-element-0b2bfb6 {
	--display: flex;
}

.elementor-widget-heading .elementor-heading-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
	color: var(--e-global-color-primary);
}

.elementor-3249 .elementor-element.elementor-element-f2dfbca {
	text-align: center;
}

.elementor-3249 .elementor-element.elementor-element-f2dfbca .elementor-heading-title {
	font-family: "Belgrano", Sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	color: #a37c4d;
}

.elementor-3249 .elementor-element.elementor-element-c634167 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
}

.elementor-3249 .elementor-element.elementor-element-6a66bcb {
	--display: flex;
}

.elementor-widget-text-editor {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
	color: var(--e-global-color-text);
}

.elementor-3249 .elementor-element.elementor-element-98b1f66 {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
}

#elementor-popup-modal-3249 {
	background-color: rgba(0, 0, 0, .8);
	justify-content: center;
	align-items: center;
	pointer-events: all;
}

@media (max-width:424px) {
	.elementor-3249 .elementor-element.elementor-element-f2dfbca .elementor-heading-title {
		font-size: 20px;
	}
	
	.elementor-3249 .elementor-element.elementor-element-98b1f66 {
		font-size: 15px;
	}
}

@media (min-width:425px) {
	.elementor-3249 .elementor-element.elementor-element-afe093c {
		--content-width: 1200px;
	}
}

.elementor-3255 .elementor-element.elementor-element-4b9740c {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	--margin-top: 15px;
	--margin-bottom: 15px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 15px;
	--padding-bottom: 15px;
	--padding-left: 15px;
	--padding-right: 15px;
}

.elementor-3255 .elementor-element.elementor-element-4b9740c:not(.elementor-motion-effects-element-type-background), .elementor-3255 .elementor-element.elementor-element-4b9740c>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: #fff;
}

.elementor-3255 .elementor-element.elementor-element-ee633f1 {
	--display: flex;
}

.elementor-widget-heading .elementor-heading-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
	color: var(--e-global-color-primary);
}

.elementor-3255 .elementor-element.elementor-element-8fd6f05 {
	text-align: center;
}

.elementor-3255 .elementor-element.elementor-element-8fd6f05 .elementor-heading-title {
	font-family: "Belgrano", Sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	color: #a37c4d;
}

.elementor-3255 .elementor-element.elementor-element-63052a0 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
}

.elementor-3255 .elementor-element.elementor-element-27bc499 {
	--display: flex;
}

.elementor-widget-text-editor {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
	color: var(--e-global-color-text);
}

.elementor-3255 .elementor-element.elementor-element-e75d494 {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
}

.elementor-3255 .elementor-element.elementor-element-8d57829 {
	--display: flex;
}

.elementor-3255 .elementor-element.elementor-element-2e00da8 {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
}

#elementor-popup-modal-3255 {
	background-color: rgba(0, 0, 0, .8);
	justify-content: center;
	align-items: center;
	pointer-events: all;
}

@media (max-width:424px) {
	.elementor-3255 .elementor-element.elementor-element-8fd6f05 .elementor-heading-title {
		font-size: 20px;
	}
	
	.elementor-3255 .elementor-element.elementor-element-e75d494 {
		font-size: 15px;
	}
	
	.elementor-3255 .elementor-element.elementor-element-2e00da8 {
		font-size: 15px;
	}
}

@media (min-width:425px) {
	.elementor-3255 .elementor-element.elementor-element-4b9740c {
		--content-width: 1200px;
	}
}

.elementor-3261 .elementor-element.elementor-element-c01fd2e {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	--margin-top: 15px;
	--margin-bottom: 15px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 15px;
	--padding-bottom: 15px;
	--padding-left: 15px;
	--padding-right: 15px;
}

.elementor-3261 .elementor-element.elementor-element-c01fd2e:not(.elementor-motion-effects-element-type-background), .elementor-3261 .elementor-element.elementor-element-c01fd2e>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: #fff;
}

.elementor-3261 .elementor-element.elementor-element-27c895f {
	--display: flex;
}

.elementor-widget-heading .elementor-heading-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
	color: var(--e-global-color-primary);
}

.elementor-3261 .elementor-element.elementor-element-dfeb727 {
	text-align: center;
}

.elementor-3261 .elementor-element.elementor-element-dfeb727 .elementor-heading-title {
	font-family: "Belgrano", Sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	color: #a37c4d;
}

.elementor-3261 .elementor-element.elementor-element-e6389a3 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
}

.elementor-3261 .elementor-element.elementor-element-dbda87c {
	--display: flex;
}

.elementor-widget-text-editor {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
	color: var(--e-global-color-text);
}

.elementor-3261 .elementor-element.elementor-element-433a6ef {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
}

.elementor-3261 .elementor-element.elementor-element-b140605 {
	--display: flex;
}

.elementor-3261 .elementor-element.elementor-element-bfdfbc9 {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
}

#elementor-popup-modal-3261 {
	background-color: rgba(0, 0, 0, .8);
	justify-content: center;
	align-items: center;
	pointer-events: all;
}

@media (max-width:424px) {
	.elementor-3261 .elementor-element.elementor-element-dfeb727 .elementor-heading-title {
		font-size: 20px;
	}
	
	.elementor-3261 .elementor-element.elementor-element-433a6ef {
		font-size: 15px;
	}
	
	.elementor-3261 .elementor-element.elementor-element-bfdfbc9 {
		font-size: 15px;
	}
}

@media (min-width:425px) {
	.elementor-3261 .elementor-element.elementor-element-c01fd2e {
		--content-width: 1200px;
	}
}

.elementor-headline {
	display: block;
	font-size: 43px;
	line-height: 1.2;
}

.elementor-headline-dynamic-text {
	color: var(--dynamic-text-color, #aebcb9);
}

.elementor-headline--style-highlight .elementor-headline-dynamic-wrapper {
	overflow: visible;
	text-align: inherit;
}

.elementor-headline--style-highlight .elementor-headline-dynamic-text {
	z-index: 1;
}

.elementor-headline--style-highlight .elementor-headline-plain-text {
	position: relative;
	z-index: 1;
}

.elementor-headline--style-highlight svg {
	height: calc(100% + 20px);
	left: 50%;
	overflow: visible;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% + 20px);
}

.elementor-headline--style-highlight svg path {
	fill: none;
	opacity: 0;
	stroke: red;
	stroke-dasharray: 0 1500;
	stroke-width: 9;
	transition: .3s;
}

.elementor-headline.e-animated svg path {
	animation: elementor-headline-dash forwards;
	animation-duration: var(--animation-duration, 1.2s);
	animation-iteration-count: 1;
}

@media (prefers-reduced-motion:reduce) {
	.elementor-headline.e-animated svg path {
		animation-duration: 0s;
	}
}

.elementor-headline.e-animated svg path:nth-of-type(2) {
	animation-delay: calc(var(--animation-duration, 1.2s) / 2);
}

@media (prefers-reduced-motion:reduce) {
	.elementor-headline.e-animated svg path:nth-of-type(2) {
		animation-delay: 0s;
	}
}

.elementor-headline.e-hide-highlight svg path {
	animation: hide-highlight .4s forwards;
	animation-iteration-count: 1;
	opacity: 1;
	stroke-dasharray: 1500 1500;
}

@keyframes elementor-headline-dash {
	0% {
		opacity: 1;
		stroke-dasharray: 0 1500;
	}
	
	to {
		opacity: 1;
		stroke-dasharray: 1500 1500;
	}
}

@keyframes hide-highlight {
	0% {
		opacity: 1;
		stroke-dasharray: 1500 1500;
	}
	
	to {
		filter: blur(10px);
		opacity: 0;
	}
}

.elementor-headline-text-wrapper {
	vertical-align: bottom;
}

.elementor-headline-dynamic-wrapper {
	display: inline-block;
	position: relative;
}

.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text {
	display: inline-block;
	inset-block-start: 0;
	inset-inline-start: 0;
	position: absolute;
}

.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text.elementor-headline-text-active {
	position: relative;
}

@keyframes elementor-headline-flip-in {
	0% {
		opacity: 0;
		transform: rotateX(180deg);
	}
	
	35% {
		opacity: 0;
		transform: rotateX(120deg);
	}
	
	65% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
		transform: rotateX(1turn);
	}
}

@keyframes elementor-headline-flip-out {
	0% {
		opacity: 1;
		transform: rotateX(0deg);
	}
	
	35% {
		opacity: 1;
		transform: rotateX(-40deg);
	}
	
	65% {
		opacity: 0;
	}
	
	to {
		opacity: 0;
		transform: rotateX(180deg);
	}
}

@keyframes elementor-headline-pulse {
	0% {
		opacity: 1;
		transform: translateY(-50%) scale(1);
	}
	
	40% {
		opacity: 0;
		transform: translateY(-50%) scale(.9);
	}
	
	to {
		opacity: 0;
		transform: translateY(-50%) scale(0);
	}
}

@keyframes elementor-headline-swirl-in {
	0% {
		opacity: 0;
		transform: translateZ(-20px) rotateX(90deg);
	}
	
	60% {
		opacity: 1;
		transform: translateZ(-20px) rotateX(-10deg);
	}
	
	to {
		opacity: 1;
		transform: translateZ(-20px) rotateX(0deg);
	}
}

@keyframes elementor-headline-swirl-out {
	0% {
		opacity: 1;
		transform: translateZ(-20px) rotateX(0);
	}
	
	60% {
		opacity: 0;
		transform: translateZ(-20px) rotateX(-100deg);
	}
	
	to {
		opacity: 0;
		transform: translateZ(-20px) rotateX(-90deg);
	}
}

@keyframes elementor-headline-slide-down-in {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	}
	
	60% {
		opacity: 1;
		transform: translateY(20%);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes elementor-headline-slide-down-out {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	60% {
		opacity: 0;
		transform: translateY(120%);
	}
	
	to {
		opacity: 0;
		transform: translateY(100%);
	}
}

@keyframes elementor-headline-drop-in-in {
	0% {
		opacity: 0;
		transform: translateZ(100px);
	}
	
	to {
		opacity: 1;
		transform: translateZ(0);
	}
}

@keyframes elementor-headline-drop-in-out {
	0% {
		opacity: 1;
		transform: translateZ(0);
	}
	
	to {
		opacity: 0;
		transform: translateZ(-100px);
	}
}

@keyframes elementor-headline-blinds-in {
	0% {
		transform: rotateY(180deg);
	}
	
	to {
		transform: rotateY(0deg);
	}
}

@keyframes elementor-headline-blinds-out {
	0% {
		transform: rotateY(0);
	}
	
	to {
		transform: rotateY(-180deg);
	}
}

@keyframes elementor-headline-wave-up {
	0% {
		opacity: 0;
		transform: scale(0);
	}
	
	60% {
		opacity: 1;
		transform: scale(1.2);
	}
	
	to {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes elementor-headline-wave-down {
	0% {
		opacity: 1;
		transform: scale(1);
	}
	
	60% {
		opacity: 0;
		transform: scale(0);
	}
}

@keyframes elementor-headline-slide-in {
	0% {
		opacity: 0;
		transform: translateX(-100%);
	}
	
	60% {
		opacity: 1;
		transform: translateX(10%);
	}
	
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes elementor-headline-slide-out {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	60% {
		opacity: 0;
		transform: translateX(110%);
	}
	
	to {
		opacity: 0;
		transform: translateX(100%);
	}
}

.e-form__buttons {
	flex-wrap: wrap;
}

.e-form__buttons, .e-form__buttons__wrapper {
	display: flex;
}

.e-form__indicators__indicator--state-inactive object, .e-form__indicators__indicator--state-inactive svg {
	fill: var(--e-form-steps-indicator-inactive-primary-color, #c2cbd2);
}

.e-form__indicators__indicator--state-active object, .e-form__indicators__indicator--state-active svg {
	fill: var(--e-form-steps-indicator-active-primary-color, #39b54a);
}

.e-form__indicators__indicator--state-completed object, .e-form__indicators__indicator--state-completed svg {
	fill: var(--e-form-steps-indicator-completed-secondary-color, #fff);
}

.e-form__indicators__indicator__icon img, .e-form__indicators__indicator__icon object, .e-form__indicators__indicator__icon svg {
	height: auto;
	width: var(--e-form-steps-indicator-icon-size);
}

.elementor-field-type-html {
	display: inline-block;
}

.elementor-field-type-tel input {
	direction: inherit;
}

.elementor-form .elementor-button .elementor-button-content-wrapper {
	align-items: center;
}

.elementor-form .elementor-button .elementor-button-text {
	white-space: normal;
}

.elementor-form .elementor-button svg {
	height: auto;
}

.elementor-form .elementor-button .elementor-button-content-wrapper {
	gap: 5px;
}

.elementor-form .elementor-button .elementor-button-icon, .elementor-form .elementor-button .elementor-button-text {
	flex-grow: unset;
	order: unset;
}

.elementor-select-wrapper .select-caret-down-wrapper svg {
	aspect-ratio: unset;
	display: unset;
	fill: currentColor;
	overflow: visible;
	width: 1em;
}

.elementor-widget-divider {
	--divider-border-style: none;
	--divider-border-width: 1px;
	--divider-color: #0c0d0e;
	--divider-icon-size: 20px;
	--divider-element-spacing: 10px;
	--divider-pattern-height: 24px;
	--divider-pattern-size: 20px;
	--divider-pattern-url: none;
	--divider-pattern-repeat: repeat-x;
}

.elementor-widget-divider .elementor-divider {
	display: flex;
}

.elementor-widget-divider .elementor-divider-separator {
	direction: ltr;
	display: flex;
	margin: 0;
}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
	border-block-start: var(--divider-border-width) var(--divider-border-style) var(--divider-color);
}

.e-con-inner>.elementor-widget-divider, .e-con>.elementor-widget-divider {
	width: var(--container-widget-width, 100%);
	--flex-grow: var(--container-widget-flex-grow);
}

.elementor-widget-call-to-action .elementor-widget-container, .elementor-widget-call-to-action:not(:has(.elementor-widget-container)) {
	overflow: hidden;
}

.elementor-cta {
	display: flex;
	overflow: hidden;
	position: relative;
	transition: .5s;
}

.elementor-cta--skin-classic .elementor-cta {
	flex-wrap: wrap;
}

.elementor-cta--skin-classic .elementor-cta__bg-wrapper {
	min-height: 200px;
	position: relative;
	width: 100%;
}

.elementor-cta--skin-classic .elementor-cta__content {
	background-color: #f9fafa;
	transition: all .4s;
	width: 100%;
}

.elementor-cta--skin-classic .elementor-cta__content-item, .elementor-cta--skin-classic .elementor-cta__content-item .elementor-icon {
	border-color: #3f444b;
	color: #3f444b;
	fill: #3f444b;
}

.elementor-cta__bg, .elementor-cta__bg-overlay {
	inset: 0;
	position: absolute;
	transition: all .4s;
}

.elementor-cta__bg-wrapper {
	overflow: hidden;
	z-index: 1;
}

.elementor-cta__bg {
	background-position: 50%;
	background-size: cover;
	z-index: 1;
}

.elementor-cta__bg-overlay {
	z-index: 2;
}

.elementor-cta__title {
	font-size: 23px;
}

.elementor-cta__content {
	align-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	padding: 35px;
	width: 100%;
	z-index: 1;
}

.elementor-cta__content, .elementor-cta__content-item {
	color: #fff;
	position: relative;
	transition: .5s;
}

.elementor-cta__content-item {
	margin: 0;
	width: 100%;
}

.elementor-cta__content-item:not(:last-child) {
	margin-bottom: 15px;
}

.elementor-cta:hover .elementor-cta__bg-overlay {
	background-color: rgba(0, 0, 0, .3);
}

@media (max-width:1024px) {
	.elementor-cta {
		cursor: pointer;
	}
}

.elementor-bg-transform .elementor-bg {
	will-change: transform;
}

.elementor-bg-transform-zoom-in:hover .elementor-bg, .elementor-bg-transform-zoom-out .elementor-bg {
	transform: scale(1.2);
}

.elementor-animated-content {
	--translate: 0, 0;
}

.elementor-animated-content [class^=elementor-animated-item] {
	will-change: transform, opacity;
}

.elementor-tab-title a {
	color: inherit;
}

.elementor-accordion {
	text-align: start;
}

.elementor-accordion .elementor-accordion-item {
	border: 1px solid #d5d8dc;
}

.elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
	border-block-start: none;
}

.elementor-accordion .elementor-tab-title {
	cursor: pointer;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	outline: none;
	padding: 15px 20px;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
	display: inline-block;
	width: 1.5em;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
	height: 1em;
	width: 1em;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
	float: left;
	text-align: left;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed {
	display: block;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened, .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed {
	display: none;
}

.elementor-accordion .elementor-tab-content {
	border-block-start: 1px solid #d5d8dc;
	display: none;
	padding: 15px 20px;
}

@media (max-width:424px) {
	.elementor-accordion .elementor-tab-title {
		padding: 12px 15px;
	}
	
	.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
		width: 1.2em;
	}
	
	.elementor-accordion .elementor-tab-content {
		padding: 7px 15px;
	}
}

.e-con-inner>.elementor-widget-accordion, .e-con>.elementor-widget-accordion {
	width: var(--container-widget-width);
	--flex-grow: var(--container-widget-flex-grow);
}

.elementor-widget-video .elementor-widget-container, .elementor-widget-video:not(:has(.elementor-widget-container)) {
	overflow: hidden;
	transform: translateZ(0);
}

.elementor-widget-video .elementor-wrapper {
	aspect-ratio: var(--video-aspect-ratio);
}

.elementor-widget-video .elementor-wrapper iframe, .elementor-widget-video .elementor-wrapper video {
	background-color: #000;
	border: none;
	display: flex;
	height: 100%;
	width: 100%;
}

.e-con-inner>.elementor-widget-video, .e-con>.elementor-widget-video {
	width: var(--container-widget-width);
	--flex-grow: var(--container-widget-flex-grow);
}

.elementor-tab-title a {
	color: inherit;
}

.elementor-toggle {
	text-align: start;
}

.elementor-toggle .elementor-tab-title {
	border-block-end: 1px solid #d5d8dc;
	cursor: pointer;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	outline: none;
	padding: 15px;
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon {
	display: inline-block;
	width: 1em;
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg {
	height: 1em;
	margin-inline-start: -5px;
	width: 1em;
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
	float: left;
	text-align: left;
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed {
	display: block;
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened {
	display: none;
}

.elementor-toggle .elementor-tab-content {
	border-block-end: 1px solid #d5d8dc;
	display: none;
	padding: 15px;
}

@media (max-width:424px) {
	.elementor-toggle .elementor-tab-title {
		padding: 12px;
	}
	
	.elementor-toggle .elementor-tab-content {
		padding: 12px 10px;
	}
}

.e-con-inner>.elementor-widget-toggle, .e-con>.elementor-widget-toggle {
	width: var(--container-widget-width);
	--flex-grow: var(--container-widget-flex-grow);
}

.elementor-widget-archive-posts:after, .elementor-widget-posts:after {
	display: none;
}

.elementor-post__thumbnail__link {
	transition: none;
}

.elementor-posts-container:not(.elementor-posts-masonry) {
	align-items: stretch;
}

.elementor-posts-container .elementor-post {
	margin: 0;
	padding: 0;
}

.elementor-posts-container .elementor-post__excerpt {
	flex-grow: var(--read-more-alignment, 0);
}

.elementor-posts-container .elementor-post__thumbnail {
	overflow: hidden;
}

.elementor-posts-container .elementor-post__thumbnail img {
	display: block;
	max-height: none;
	max-width: none;
	transition: filter .3s;
	width: 100%;
}

.elementor-posts-container .elementor-post__thumbnail__link {
	display: block;
	position: relative;
	width: 100%;
}

.elementor-posts .elementor-post {
	flex-direction: column;
	transition-duration: .25s;
	transition-property: background, border, box-shadow;
}

.elementor-posts .elementor-post__title {
	font-size: 18px;
	margin: 0;
}

.elementor-posts .elementor-post__excerpt {
	margin-bottom: 10px;
}

.elementor-posts .elementor-post__excerpt p {
	color: #777;
	font-size: 14px;
	line-height: 1.5em;
	margin: 0;
}

.elementor-posts .elementor-post__text {
	display: var(--item-display, block);
	flex-direction: column;
	flex-grow: 1;
}

.elementor-posts .elementor-post__meta-data {
	color: #adadad;
	font-size: 12px;
	line-height: 1.3em;
	margin-bottom: 13px;
}

.elementor-posts .elementor-post__read-more {
	align-self: flex-start;
	font-size: 12px;
	font-weight: 700;
}

.elementor-posts .elementor-post__thumbnail {
	position: relative;
}

.elementor-posts--skin-classic .elementor-post {
	overflow: hidden;
}

.elementor-posts--align-left .elementor-post {
	text-align: left;
}

.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
	margin-bottom: 20px;
}

.elementor-posts--thumbnail-top .elementor-post__text {
	width: 100%;
}

.elementor-posts--thumbnail-top.elementor-posts--align-left .elementor-post__thumbnail__link {
	margin-right: auto;
}

.elementor-posts .elementor-post {
	display: flex;
}

.elementor-posts .elementor-post__card {
	background-color: #fff;
	border: 0 solid #69727d;
	border-radius: 3px;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	position: relative;
	transition: all .25s;
	width: 100%;
}

.elementor-posts .elementor-post__card .elementor-post__thumbnail {
	position: relative;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

.elementor-posts .elementor-post__card .elementor-post__thumbnail img {
	width: calc(100% + 1px);
}

.elementor-posts .elementor-post__card .elementor-post__text {
	margin-bottom: 0;
	margin-top: 20px;
	padding: 0 30px;
}

.elementor-posts .elementor-post__card .elementor-post__read-more {
	display: inline-block;
	margin-bottom: 20px;
}

.elementor-posts .elementor-post__card .elementor-post__meta-data {
	border-top: 1px solid #eaeaea;
	margin-bottom: 0;
	padding: 15px 30px;
}

.elementor-posts .elementor-post__card .elementor-post__meta-data span+span:before {
	margin: 0 5px;
}

.elementor-posts .elementor-post__card .elementor-post__title {
	font-size: 21px;
}

.elementor-posts .elementor-post__card .elementor-post__excerpt {
	line-height: 1.7;
}

.elementor-posts .elementor-post__card .elementor-post__excerpt, .elementor-posts .elementor-post__card .elementor-post__title {
	margin-bottom: 25px;
}

.elementor-posts .elementor-post__card .elementor-post__badge, .elementor-posts .elementor-post__card .elementor-post__read-more {
	text-transform: uppercase;
}

.elementor-posts .elementor-post__badge {
	background: #69727d;
	border-radius: 999px;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	margin: 20px;
	padding: .6em 1.2em;
	position: absolute;
	top: 0;
}

.elementor-posts .elementor-post__avatar {
	height: 0;
	padding: 0 30px;
	pointer-events: none;
	position: relative;
	top: -25px;
	width: 100%;
}

.elementor-posts .elementor-post__avatar img {
	border-radius: 50%;
	pointer-events: all;
	transform: translateY(-50%);
	width: 60px;
}

.elementor-widget-archive-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner i, .elementor-widget-archive-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner svg, .elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner i, .elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner svg {
	display: flex;
}

.elementor-widget-archive-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner i, .elementor-widget-archive-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner svg, .elementor-widget-archive-posts>.elementor-widget-container .e-load-more-spinner i, .elementor-widget-archive-posts>.elementor-widget-container .e-load-more-spinner svg, .elementor-widget-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner i, .elementor-widget-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner svg, .elementor-widget-posts>.elementor-widget-container .e-load-more-spinner i, .elementor-widget-posts>.elementor-widget-container .e-load-more-spinner svg {
	display: none;
	margin: 0 auto;
}

.elementor-widget-archive-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner svg, .elementor-widget-archive-posts>.elementor-widget-container .e-load-more-spinner svg, .elementor-widget-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner svg, .elementor-widget-posts>.elementor-widget-container .e-load-more-spinner svg {
	fill: var(--load-more-spinner-color);
	height: 1em;
	width: 1em;
}

.elementor-27 .elementor-element.elementor-element-a73e60d {
	--display: flex;
	--min-height: 630px;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	--overlay-opacity: .5;
}

.elementor-27 .elementor-element.elementor-element-a73e60d:not(.elementor-motion-effects-element-type-background), .elementor-27 .elementor-element.elementor-element-a73e60d>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-image: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/2021/12/Fairfield-County-Deck-Builders-1.jpg");
	background-position: center center;
	background-size: cover;
	--lzl-bg-img: "https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/2021/12/Fairfield-County-Deck-Builders-1.jpg";
}

.elementor-27 .elementor-element.elementor-element-a73e60d:not(.elementor-motion-effects-element-type-background).lzl:not(.lzl-ed), .elementor-27 .elementor-element.elementor-element-a73e60d>.elementor-motion-effects-container>.elementor-motion-effects-layer.lzl:not(.lzl-ed), .elementor-27 .elementor-element.elementor-element-a73e60d:not(.elementor-motion-effects-element-type-background).lzl-ing:not(.lzl-ed), .elementor-27 .elementor-element.elementor-element-a73e60d>.elementor-motion-effects-container>.elementor-motion-effects-layer.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB4AAAAUACAYAAACmjU83AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAgAElEQVR42uzBAQEAAACAkP6v7ggKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACA2YMDAQAAAAAg/9dGUFVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVagBfv4AAAVnSURBVFVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVWkPDgkAAAAABP1/7QkjAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwCDcoAAS6s+iAAAAAASUVORK5CYII=");
}

.elementor-27 .elementor-element.elementor-element-a73e60d::before, .elementor-27 .elementor-element.elementor-element-a73e60d>.elementor-background-video-container::before, .elementor-27 .elementor-element.elementor-element-a73e60d>.e-con-inner>.elementor-background-video-container::before, .elementor-27 .elementor-element.elementor-element-a73e60d>.elementor-background-slideshow::before, .elementor-27 .elementor-element.elementor-element-a73e60d>.e-con-inner>.elementor-background-slideshow::before, .elementor-27 .elementor-element.elementor-element-a73e60d>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
	background-color: rgba(0, 0, 0, .56);
	--background-overlay: "";
}

.elementor-27 .elementor-element.elementor-element-b7d719f {
	--display: flex;
	--justify-content: center;
}

.elementor-widget-heading .elementor-heading-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
	color: var(--e-global-color-primary);
}

.elementor-27 .elementor-element.elementor-element-8f36ad3 {
	text-align: center;
}

.elementor-27 .elementor-element.elementor-element-8f36ad3 .elementor-heading-title {
	font-family: "Belgrano", Sans-serif;
	font-size: 60px;
	font-weight: 600;
	color: #fff;
}

.elementor-27 .elementor-element.elementor-element-f005ad9 {
	text-align: center;
}

.elementor-27 .elementor-element.elementor-element-f005ad9 .elementor-heading-title {
	font-family: "Belgrano", Sans-serif;
	font-size: 40px;
	font-weight: 500;
	color: #fff;
}

.elementor-27 .elementor-element.elementor-element-fb55110 {
	text-align: center;
}

.elementor-27 .elementor-element.elementor-element-fb55110 .elementor-heading-title {
	font-family: "Belgrano", Sans-serif;
	font-size: 40px;
	font-weight: 500;
	color: #fff;
}

.elementor-27 .elementor-element.elementor-element-a94eede {
	text-align: center;
}

.elementor-27 .elementor-element.elementor-element-a94eede .elementor-heading-title {
	font-family: "Belgrano", Sans-serif;
	font-size: 22px;
	font-weight: 400;
	color: #fff;
}

.elementor-widget-button .elementor-button {
	background-color: var(--e-global-color-accent);
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-27 .elementor-element.elementor-element-e91933c .elementor-button {
	background-color: rgba(255, 255, 255, 0);
	font-family: "Montserrat", Sans-serif;
	fill: #fff;
	color: #fff;
	box-shadow: 0 10px 30px -9px rgba(0, 0, 0, .16);
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #fff;
	border-radius: 50px 50px 50px 50px;
	padding: 12px 30px 12px 30px;
}

.elementor-27 .elementor-element.elementor-element-e91933c .elementor-button-content-wrapper {
	flex-direction: row;
}

.elementor-27 .elementor-element.elementor-element-e91933c .elementor-button .elementor-button-content-wrapper {
	gap: 15px;
}

.elementor-27 .elementor-element.elementor-element-a608753 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	--padding-top: 50px;
	--padding-bottom: 50px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-27 .elementor-element.elementor-element-05a92ea {
	--display: flex;
}

.elementor-27 .elementor-element.elementor-element-5e0c692 {
	text-align: start;
}

.elementor-27 .elementor-element.elementor-element-5e0c692 img {
	width: 35%;
}

.elementor-27 .elementor-element.elementor-element-4dafa7d {
	text-align: start;
}

.elementor-27 .elementor-element.elementor-element-4dafa7d .elementor-heading-title {
	font-family: "Belgrano", Sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 40px;
	color: #a37c4d;
}

.elementor-widget-text-editor {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
	color: var(--e-global-color-text);
}

.elementor-27 .elementor-element.elementor-element-0898b68 {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
}

.elementor-27 .elementor-element.elementor-element-65d2624 {
	--display: flex;
	--overlay-opacity: .55;
	box-shadow: 7px 7px 10px 0 rgba(0, 0, 0, .69);
	--padding-top: 30px;
	--padding-bottom: 30px;
	--padding-left: 30px;
	--padding-right: 30px;
}

.elementor-27 .elementor-element.elementor-element-65d2624:not(.elementor-motion-effects-element-type-background), .elementor-27 .elementor-element.elementor-element-65d2624>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: #a37c4d;
}

.elementor-27 .elementor-element.elementor-element-65d2624::before, .elementor-27 .elementor-element.elementor-element-65d2624>.elementor-background-video-container::before, .elementor-27 .elementor-element.elementor-element-65d2624>.e-con-inner>.elementor-background-video-container::before, .elementor-27 .elementor-element.elementor-element-65d2624>.elementor-background-slideshow::before, .elementor-27 .elementor-element.elementor-element-65d2624>.e-con-inner>.elementor-background-slideshow::before, .elementor-27 .elementor-element.elementor-element-65d2624>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
	background-color: #a37c4d;
	--background-overlay: "";
}

.elementor-widget-animated-headline .elementor-headline-plain-text {
	color: var(--e-global-color-secondary);
}

.elementor-widget-animated-headline .elementor-headline {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-animated-headline {
	--dynamic-text-color: var(--e-global-color-secondary);
}

.elementor-widget-animated-headline .elementor-headline-dynamic-text {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-animated-headline .elementor-headline-dynamic-wrapper path {
	stroke: var(--e-global-color-accent);
}

.elementor-27 .elementor-element.elementor-element-d9fdbb6 {
	--iteration-count: infinite;
	--animation-duration: 1200ms;
	--dynamic-text-color: #a27c4e;
}

.elementor-27 .elementor-element.elementor-element-d9fdbb6>.elementor-widget-container {
	background-color: rgba(255, 255, 255, 0);
	padding: 1px 0 1px 0;
	background-image: linear-gradient(0deg, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, .77) 100%);
}

.elementor-27 .elementor-element.elementor-element-d9fdbb6 .elementor-headline {
	text-align: center;
	font-family: "Belgrano", Sans-serif;
	font-weight: 600;
}

.elementor-27 .elementor-element.elementor-element-d9fdbb6 .elementor-headline-plain-text {
	color: #a27c4e;
}

.elementor-27 .elementor-element.elementor-element-d9fdbb6 .elementor-headline .elementor-headline-plain-text {
	-webkit-text-stroke-width: 0em;
	stroke-width: 0em;
	-webkit-text-stroke-color: #fff;
	stroke: #fff;
}

.elementor-27 .elementor-element.elementor-element-d9fdbb6 .elementor-headline-dynamic-text {
	font-family: "Belgrano", Sans-serif;
	font-weight: 600;
}

.elementor-27 .elementor-element.elementor-element-d9fdbb6 .elementor-headline-dynamic-wrapper path {
	stroke: #a37c4d;
	stroke-width: 7px;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.elementor-widget-form .elementor-field-group>label, .elementor-widget-form .elementor-field-subgroup label {
	color: var(--e-global-color-text);
}

.elementor-widget-form .elementor-field-group>label {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-form .elementor-field-type-html {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-form .elementor-field-group .elementor-field {
	color: var(--e-global-color-text);
}

.elementor-widget-form .elementor-field-group .elementor-field, .elementor-widget-form .elementor-field-subgroup label {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-form .elementor-button {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-form .elementor-button[type="submit"] {
	background-color: var(--e-global-color-accent);
}

.elementor-widget-form {
	--e-form-steps-indicator-inactive-primary-color: var(--e-global-color-text);
	--e-form-steps-indicator-active-primary-color: var(--e-global-color-accent);
	--e-form-steps-indicator-completed-primary-color: var(--e-global-color-accent);
	--e-form-steps-indicator-progress-color: var(--e-global-color-accent);
	--e-form-steps-indicator-progress-background-color: var(--e-global-color-text);
	--e-form-steps-indicator-progress-meter-color: var(--e-global-color-text);
}

.elementor-27 .elementor-element.elementor-element-e54ebab>.elementor-widget-container {
	padding: 15px 20px 10px 20px;
}

.elementor-27 .elementor-element.elementor-element-e54ebab .elementor-field-group {
	padding-right: calc(10px / 2);
	padding-left: calc(10px / 2);
	margin-bottom: 15px;
}

.elementor-27 .elementor-element.elementor-element-e54ebab .elementor-form-fields-wrapper {
	margin-left: calc(-10px / 2);
	margin-right: calc(-10px / 2);
	margin-bottom: -15px;
}

body .elementor-27 .elementor-element.elementor-element-e54ebab .elementor-labels-above .elementor-field-group>label {
	padding-bottom: 7px;
}

.elementor-27 .elementor-element.elementor-element-e54ebab .elementor-field-group>label, .elementor-27 .elementor-element.elementor-element-e54ebab .elementor-field-subgroup label {
	color: #fff;
}

.elementor-27 .elementor-element.elementor-element-e54ebab .elementor-field-group>label {
	font-family: "Belgrano", Sans-serif;
	font-weight: 400;
}

.elementor-27 .elementor-element.elementor-element-e54ebab .elementor-field-type-html {
	padding-bottom: 0;
}

.elementor-27 .elementor-element.elementor-element-e54ebab .elementor-field-group .elementor-field {
	color: #000;
}

.elementor-27 .elementor-element.elementor-element-e54ebab .elementor-field-group .elementor-field:not(.elementor-select-wrapper) {
	background-color: rgba(255, 255, 255, .6);
	border-color: #424242;
	border-width: 1px 1px 1px 1px;
	border-radius: 10px 10px 10px 10px;
}

.elementor-27 .elementor-element.elementor-element-e54ebab .elementor-button {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}

.elementor-27 .elementor-element.elementor-element-e54ebab .elementor-button[type="submit"] {
	background-color: rgba(255, 255, 255, 0);
	color: #fff;
	border-color: #fff;
}

.elementor-27 .elementor-element.elementor-element-e54ebab .elementor-button[type="submit"] svg * {
	fill: #fff;
}

.elementor-27 .elementor-element.elementor-element-e54ebab .elementor-button[type="submit"]:hover {
	color: #fff;
}

.elementor-27 .elementor-element.elementor-element-e54ebab .elementor-button[type="submit"]:hover svg * {
	fill: #fff;
}

.elementor-27 .elementor-element.elementor-element-e54ebab {
	--e-form-steps-indicators-spacing: 20px;
	--e-form-steps-indicator-padding: 30px;
	--e-form-steps-indicator-inactive-secondary-color: #fff;
	--e-form-steps-indicator-active-secondary-color: #fff;
	--e-form-steps-indicator-completed-secondary-color: #fff;
	--e-form-steps-divider-width: 1px;
	--e-form-steps-divider-gap: 10px;
}

.elementor-27 .elementor-element.elementor-element-6926acf>.elementor-widget-container {
	padding: 0 0 0 10px;
}

.elementor-27 .elementor-element.elementor-element-6926acf img {
	width: 100%;
	opacity: 1;
}

.elementor-27 .elementor-element.elementor-element-f4db0c9 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	--overlay-opacity: .27;
	--padding-top: 40px;
	--padding-bottom: 40px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-27 .elementor-element.elementor-element-f4db0c9:not(.elementor-motion-effects-element-type-background), .elementor-27 .elementor-element.elementor-element-f4db0c9>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-image: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/2021/12/wood-deck-fairfield-county-deck-builders.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	--lzl-bg-img: "https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/2021/12/wood-deck-fairfield-county-deck-builders.jpg";
}

.elementor-27 .elementor-element.elementor-element-f4db0c9:not(.elementor-motion-effects-element-type-background).lzl:not(.lzl-ed), .elementor-27 .elementor-element.elementor-element-f4db0c9>.elementor-motion-effects-container>.elementor-motion-effects-layer.lzl:not(.lzl-ed), .elementor-27 .elementor-element.elementor-element-f4db0c9:not(.elementor-motion-effects-element-type-background).lzl-ing:not(.lzl-ed), .elementor-27 .elementor-element.elementor-element-f4db0c9>.elementor-motion-effects-container>.elementor-motion-effects-layer.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABLAAAAMgCAYAAAAz4JsCAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAOoElEQVR42u3BAQ0AAADCoPdPbQ8HFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8GZ6GAAFDQnLqAAAAAElFTkSuQmCC");
}

.elementor-27 .elementor-element.elementor-element-f4db0c9::before, .elementor-27 .elementor-element.elementor-element-f4db0c9>.elementor-background-video-container::before, .elementor-27 .elementor-element.elementor-element-f4db0c9>.e-con-inner>.elementor-background-video-container::before, .elementor-27 .elementor-element.elementor-element-f4db0c9>.elementor-background-slideshow::before, .elementor-27 .elementor-element.elementor-element-f4db0c9>.e-con-inner>.elementor-background-slideshow::before, .elementor-27 .elementor-element.elementor-element-f4db0c9>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
	background-color: #000;
	--background-overlay: "";
}

.elementor-27 .elementor-element.elementor-element-0518407 {
	--display: flex;
	--padding-top: 15px;
	--padding-bottom: 15px;
	--padding-left: 15px;
	--padding-right: 15px;
}

.elementor-27 .elementor-element.elementor-element-cf45707 {
	text-align: start;
}

.elementor-27 .elementor-element.elementor-element-cf45707 .elementor-heading-title {
	font-family: "Belgrano", Sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
	color: #fff;
}

.elementor-widget-divider {
	--divider-color: var(--e-global-color-secondary);
}

.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg {
	fill: var(--e-global-color-secondary);
}

.elementor-27 .elementor-element.elementor-element-83cfc09 {
	--divider-border-style: solid;
	--divider-color: #fff;
	--divider-border-width: 3.3px;
}

.elementor-27 .elementor-element.elementor-element-83cfc09 .elementor-divider-separator {
	width: 12%;
}

.elementor-27 .elementor-element.elementor-element-83cfc09 .elementor-divider {
	padding-block-start: 2px;
	padding-block-end: 2px;
}

.elementor-27 .elementor-element.elementor-element-88af9d8 {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #fff;
}

.elementor-27 .elementor-element.elementor-element-88af9d8 a {
	color: #533f26;
}

.elementor-27 .elementor-element.elementor-element-fda5d7e {
	--display: flex;
	--padding-top: 15px;
	--padding-bottom: 15px;
	--padding-left: 15px;
	--padding-right: 15px;
}

.elementor-27 .elementor-element.elementor-element-a584f9a {
	text-align: start;
}

.elementor-27 .elementor-element.elementor-element-a584f9a .elementor-heading-title {
	font-family: "Belgrano", Sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	color: #fff;
}

.elementor-27 .elementor-element.elementor-element-5b7d860 {
	--divider-border-style: solid;
	--divider-color: #fff;
	--divider-border-width: 3.3px;
}

.elementor-27 .elementor-element.elementor-element-5b7d860 .elementor-divider-separator {
	width: 12%;
}

.elementor-27 .elementor-element.elementor-element-5b7d860 .elementor-divider {
	padding-block-start: 2px;
	padding-block-end: 2px;
}

.elementor-27 .elementor-element.elementor-element-c1ad8e7 {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #fff;
}

.elementor-27 .elementor-element.elementor-element-369063f {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	--padding-top: 50px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-27 .elementor-element.elementor-element-298d79a {
	--display: flex;
}

.elementor-27 .elementor-element.elementor-element-565d9a9 {
	text-align: center;
}

.elementor-27 .elementor-element.elementor-element-565d9a9 .elementor-heading-title {
	font-family: "Belgrano", Sans-serif;
	font-size: 50px;
	font-weight: 600;
	line-height: 40px;
	color: #a37c4d;
}

.elementor-27 .elementor-element.elementor-element-ad2d83a {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
}

.elementor-27 .elementor-element.elementor-element-05002df {
	--display: flex;
	border-style: solid;
	--border-style: solid;
	border-width: 1px 1px 1px 1px;
	--border-top-width: 1px;
	--border-right-width: 1px;
	--border-bottom-width: 1px;
	--border-left-width: 1px;
	border-color: #a37c4d;
	--border-color: #a37c4d;
	--border-radius: 10px 10px 10px 10px;
	--margin-top: 10px;
	--margin-bottom: 10px;
	--margin-left: 10px;
	--margin-right: 10px;
	--padding-top: 5px;
	--padding-bottom: 5px;
	--padding-left: 5px;
	--padding-right: 5px;
}

.elementor-widget-call-to-action .elementor-cta__title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-call-to-action .elementor-cta__description {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-27 .elementor-element.elementor-element-98c5fa6 .elementor-cta .elementor-cta__bg, .elementor-27 .elementor-element.elementor-element-98c5fa6 .elementor-cta .elementor-cta__bg-overlay {
	transition-duration: 1500ms;
}

.elementor-27 .elementor-element.elementor-element-98c5fa6 .elementor-cta__content {
	text-align: center;
	background-color: #fff;
}

.elementor-27 .elementor-element.elementor-element-98c5fa6 .elementor-cta__title {
	font-family: "Belgrano", Sans-serif;
	font-size: 25px;
	font-weight: 600;
	color: #a37c4d;
}

.elementor-27 .elementor-element.elementor-element-98c5fa6 .elementor-cta__description {
	font-family: "Poppins", Sans-serif;
	font-size: 17px;
	font-weight: 400;
}

.elementor-27 .elementor-element.elementor-element-98c5fa6 .elementor-cta__bg {
	filter: brightness(100%) contrast(100%) saturate(100%) blur(0) hue-rotate(0deg);
}

.elementor-27 .elementor-element.elementor-element-d5239cb {
	--display: flex;
	border-style: solid;
	--border-style: solid;
	border-width: 1px 1px 1px 1px;
	--border-top-width: 1px;
	--border-right-width: 1px;
	--border-bottom-width: 1px;
	--border-left-width: 1px;
	border-color: #a37c4d;
	--border-color: #a37c4d;
	--border-radius: 10px 10px 10px 10px;
	--margin-top: 10px;
	--margin-bottom: 10px;
	--margin-left: 10px;
	--margin-right: 10px;
	--padding-top: 5px;
	--padding-bottom: 5px;
	--padding-left: 5px;
	--padding-right: 5px;
}

.elementor-27 .elementor-element.elementor-element-2bc865d .elementor-cta .elementor-cta__bg, .elementor-27 .elementor-element.elementor-element-2bc865d .elementor-cta .elementor-cta__bg-overlay {
	transition-duration: 1500ms;
}

.elementor-27 .elementor-element.elementor-element-2bc865d .elementor-cta__content {
	text-align: center;
	background-color: #fff;
}

.elementor-27 .elementor-element.elementor-element-2bc865d .elementor-cta__title {
	font-family: "Belgrano", Sans-serif;
	font-size: 25px;
	font-weight: 600;
	color: #a37c4d;
}

.elementor-27 .elementor-element.elementor-element-2bc865d .elementor-cta__description {
	font-family: "Poppins", Sans-serif;
	font-size: 17px;
	font-weight: 400;
}

.elementor-27 .elementor-element.elementor-element-2bc865d .elementor-cta__bg {
	filter: brightness(100%) contrast(100%) saturate(100%) blur(0) hue-rotate(0deg);
}

.elementor-27 .elementor-element.elementor-element-7d9cf8c {
	--display: flex;
	border-style: solid;
	--border-style: solid;
	border-width: 1px 1px 1px 1px;
	--border-top-width: 1px;
	--border-right-width: 1px;
	--border-bottom-width: 1px;
	--border-left-width: 1px;
	border-color: #a37c4d;
	--border-color: #a37c4d;
	--border-radius: 10px 10px 10px 10px;
	--margin-top: 10px;
	--margin-bottom: 10px;
	--margin-left: 10px;
	--margin-right: 10px;
	--padding-top: 5px;
	--padding-bottom: 5px;
	--padding-left: 5px;
	--padding-right: 5px;
}

.elementor-27 .elementor-element.elementor-element-3d9f92e .elementor-cta .elementor-cta__bg, .elementor-27 .elementor-element.elementor-element-3d9f92e .elementor-cta .elementor-cta__bg-overlay {
	transition-duration: 1500ms;
}

.elementor-27 .elementor-element.elementor-element-3d9f92e .elementor-cta__content {
	text-align: center;
	background-color: #fff;
}

.elementor-27 .elementor-element.elementor-element-3d9f92e .elementor-cta__title {
	font-family: "Belgrano", Sans-serif;
	font-size: 25px;
	font-weight: 600;
	color: #a37c4d;
}

.elementor-27 .elementor-element.elementor-element-3d9f92e .elementor-cta__description {
	font-family: "Poppins", Sans-serif;
	font-size: 17px;
	font-weight: 400;
}

.elementor-27 .elementor-element.elementor-element-3d9f92e .elementor-cta__bg {
	filter: brightness(100%) contrast(100%) saturate(100%) blur(0) hue-rotate(0deg);
}

.elementor-27 .elementor-element.elementor-element-0470341 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
}

.elementor-27 .elementor-element.elementor-element-61213aa {
	--display: flex;
	border-style: solid;
	--border-style: solid;
	border-width: 1px 1px 1px 1px;
	--border-top-width: 1px;
	--border-right-width: 1px;
	--border-bottom-width: 1px;
	--border-left-width: 1px;
	border-color: #a37c4d;
	--border-color: #a37c4d;
	--border-radius: 10px 10px 10px 10px;
	--margin-top: 10px;
	--margin-bottom: 10px;
	--margin-left: 10px;
	--margin-right: 10px;
	--padding-top: 5px;
	--padding-bottom: 5px;
	--padding-left: 5px;
	--padding-right: 5px;
}

.elementor-27 .elementor-element.elementor-element-a3ce6d8 .elementor-cta .elementor-cta__bg, .elementor-27 .elementor-element.elementor-element-a3ce6d8 .elementor-cta .elementor-cta__bg-overlay {
	transition-duration: 1500ms;
}

.elementor-27 .elementor-element.elementor-element-a3ce6d8 .elementor-cta__content {
	text-align: center;
	background-color: #fff;
}

.elementor-27 .elementor-element.elementor-element-a3ce6d8 .elementor-cta__title {
	font-family: "Belgrano", Sans-serif;
	font-size: 25px;
	font-weight: 600;
	color: #a37c4d;
}

.elementor-27 .elementor-element.elementor-element-a3ce6d8 .elementor-cta__description {
	font-family: "Poppins", Sans-serif;
	font-size: 17px;
	font-weight: 400;
}

.elementor-27 .elementor-element.elementor-element-a3ce6d8 .elementor-cta__bg {
	filter: brightness(100%) contrast(100%) saturate(100%) blur(0) hue-rotate(0deg);
}

.elementor-27 .elementor-element.elementor-element-c7eb935 {
	--display: flex;
	border-style: solid;
	--border-style: solid;
	border-width: 1px 1px 1px 1px;
	--border-top-width: 1px;
	--border-right-width: 1px;
	--border-bottom-width: 1px;
	--border-left-width: 1px;
	border-color: #a37c4d;
	--border-color: #a37c4d;
	--border-radius: 10px 10px 10px 10px;
	--margin-top: 10px;
	--margin-bottom: 10px;
	--margin-left: 10px;
	--margin-right: 10px;
	--padding-top: 5px;
	--padding-bottom: 5px;
	--padding-left: 5px;
	--padding-right: 5px;
}

.elementor-27 .elementor-element.elementor-element-e7a7a3d .elementor-cta .elementor-cta__bg, .elementor-27 .elementor-element.elementor-element-e7a7a3d .elementor-cta .elementor-cta__bg-overlay {
	transition-duration: 1500ms;
}

.elementor-27 .elementor-element.elementor-element-e7a7a3d .elementor-cta__content {
	text-align: center;
	background-color: #fff;
}

.elementor-27 .elementor-element.elementor-element-e7a7a3d .elementor-cta__title {
	font-family: "Belgrano", Sans-serif;
	font-size: 25px;
	font-weight: 600;
	color: #a37c4d;
}

.elementor-27 .elementor-element.elementor-element-e7a7a3d .elementor-cta__description {
	font-family: "Poppins", Sans-serif;
	font-size: 17px;
	font-weight: 400;
}

.elementor-27 .elementor-element.elementor-element-e7a7a3d .elementor-cta__bg {
	filter: brightness(100%) contrast(100%) saturate(100%) blur(0) hue-rotate(0deg);
}

.elementor-27 .elementor-element.elementor-element-e8ae0d3 {
	--display: flex;
	border-style: solid;
	--border-style: solid;
	border-width: 1px 1px 1px 1px;
	--border-top-width: 1px;
	--border-right-width: 1px;
	--border-bottom-width: 1px;
	--border-left-width: 1px;
	border-color: #a37c4d;
	--border-color: #a37c4d;
	--border-radius: 10px 10px 10px 10px;
	--margin-top: 10px;
	--margin-bottom: 10px;
	--margin-left: 10px;
	--margin-right: 10px;
	--padding-top: 5px;
	--padding-bottom: 5px;
	--padding-left: 5px;
	--padding-right: 5px;
}

.elementor-27 .elementor-element.elementor-element-78f1aa0 .elementor-cta .elementor-cta__bg, .elementor-27 .elementor-element.elementor-element-78f1aa0 .elementor-cta .elementor-cta__bg-overlay {
	transition-duration: 1500ms;
}

.elementor-27 .elementor-element.elementor-element-78f1aa0 .elementor-cta__content {
	text-align: center;
	background-color: #fff;
}

.elementor-27 .elementor-element.elementor-element-78f1aa0 .elementor-cta__title {
	font-family: "Belgrano", Sans-serif;
	font-size: 25px;
	font-weight: 600;
	color: #a37c4d;
}

.elementor-27 .elementor-element.elementor-element-78f1aa0 .elementor-cta__description {
	font-family: "Poppins", Sans-serif;
	font-size: 17px;
	font-weight: 400;
}

.elementor-27 .elementor-element.elementor-element-78f1aa0 .elementor-cta__bg {
	filter: brightness(100%) contrast(100%) saturate(100%) blur(0) hue-rotate(0deg);
}

.elementor-27 .elementor-element.elementor-element-a413b5f {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	--padding-top: 50px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-27 .elementor-element.elementor-element-223ba16 {
	--display: flex;
}

.elementor-widget-accordion .elementor-accordion-icon, .elementor-widget-accordion .elementor-accordion-title {
	color: var(--e-global-color-primary);
}

.elementor-widget-accordion .elementor-accordion-icon svg {
	fill: var(--e-global-color-primary);
}

.elementor-widget-accordion .elementor-active .elementor-accordion-icon svg {
	fill: var(--e-global-color-accent);
}

.elementor-widget-accordion .elementor-accordion-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-accordion .elementor-tab-content {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-27 .elementor-element.elementor-element-bd02e60 .elementor-accordion-icon, .elementor-27 .elementor-element.elementor-element-bd02e60 .elementor-accordion-title {
	color: #a37c4d;
}

.elementor-27 .elementor-element.elementor-element-bd02e60 .elementor-accordion-icon svg {
	fill: #a37c4d;
}

.elementor-27 .elementor-element.elementor-element-bd02e60 .elementor-active .elementor-accordion-icon svg {
	fill: #a37c4d;
}

.elementor-27 .elementor-element.elementor-element-bd02e60 .elementor-accordion-title {
	font-family: "Belgrano", Sans-serif;
	font-weight: 600;
}

.elementor-27 .elementor-element.elementor-element-bd02e60 .elementor-tab-content {
	color: #000;
	font-family: "Poppins", Sans-serif;
	font-weight: 400;
}

.elementor-27 .elementor-element.elementor-element-a214ad3 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
}

.elementor-27 .elementor-element.elementor-element-91d8d69 {
	--display: flex;
}

.elementor-27 .elementor-element.elementor-element-e3fbe9a .elementor-button {
	background-color: #a37c4d;
	font-family: "Belgrano", Sans-serif;
	font-weight: 500;
	fill: #fff;
	color: #fff;
}

.elementor-27 .elementor-element.elementor-element-12e218c .elementor-button {
	background-color: #a37c4d;
	font-family: "Belgrano", Sans-serif;
	font-weight: 500;
	fill: #fff;
	color: #fff;
}

.elementor-27 .elementor-element.elementor-element-35b0a58 .elementor-button {
	background-color: #a37c4d;
	font-family: "Belgrano", Sans-serif;
	font-weight: 500;
	fill: #fff;
	color: #fff;
}

.elementor-27 .elementor-element.elementor-element-cb95b3d .elementor-button {
	background-color: #a37c4d;
	font-family: "Belgrano", Sans-serif;
	font-weight: 500;
	fill: #fff;
	color: #fff;
}

.elementor-27 .elementor-element.elementor-element-c09eb27 .elementor-button {
	background-color: #a37c4d;
	font-family: "Belgrano", Sans-serif;
	font-weight: 500;
	fill: #fff;
	color: #fff;
}

.elementor-27 .elementor-element.elementor-element-13b8d03 .elementor-button {
	background-color: #a37c4d;
	font-family: "Belgrano", Sans-serif;
	font-weight: 500;
	fill: #fff;
	color: #fff;
}

.elementor-27 .elementor-element.elementor-element-d455a80 {
	--display: flex;
}

.elementor-27 .elementor-element.elementor-element-c093a60 .elementor-button {
	background-color: #a37c4d;
	font-family: "Belgrano", Sans-serif;
	font-weight: 500;
	fill: #fff;
	color: #fff;
}

.elementor-27 .elementor-element.elementor-element-29d4fa7 .elementor-button {
	background-color: #a37c4d;
	font-family: "Belgrano", Sans-serif;
	font-weight: 500;
	fill: #fff;
	color: #fff;
}

.elementor-27 .elementor-element.elementor-element-6abd430 .elementor-button {
	background-color: #a37c4d;
	font-family: "Belgrano", Sans-serif;
	font-weight: 500;
	fill: #fff;
	color: #fff;
}

.elementor-27 .elementor-element.elementor-element-956791a .elementor-button {
	background-color: #a37c4d;
	font-family: "Belgrano", Sans-serif;
	font-weight: 500;
	fill: #fff;
	color: #fff;
}

.elementor-27 .elementor-element.elementor-element-7aab250 .elementor-button {
	background-color: #a37c4d;
	font-family: "Belgrano", Sans-serif;
	font-weight: 500;
	fill: #fff;
	color: #fff;
}

.elementor-27 .elementor-element.elementor-element-5da1316 .elementor-button {
	background-color: #a37c4d;
	font-family: "Belgrano", Sans-serif;
	font-weight: 500;
	fill: #fff;
	color: #fff;
}

.elementor-27 .elementor-element.elementor-element-6cf3649 {
	--display: flex;
}

.elementor-27 .elementor-element.elementor-element-5678a0c .elementor-button {
	background-color: #a37c4d;
	font-family: "Belgrano", Sans-serif;
	font-weight: 500;
	fill: #fff;
	color: #fff;
}

.elementor-27 .elementor-element.elementor-element-fa51c18 .elementor-button {
	background-color: #a37c4d;
	font-family: "Belgrano", Sans-serif;
	font-weight: 500;
	fill: #fff;
	color: #fff;
}

.elementor-27 .elementor-element.elementor-element-3883e32 .elementor-button {
	background-color: #a37c4d;
	font-family: "Belgrano", Sans-serif;
	font-weight: 500;
	fill: #fff;
	color: #fff;
}

.elementor-27 .elementor-element.elementor-element-89ca809 .elementor-button {
	background-color: #a37c4d;
	font-family: "Belgrano", Sans-serif;
	font-weight: 500;
	fill: #fff;
	color: #fff;
}

.elementor-27 .elementor-element.elementor-element-9f38b25 .elementor-button {
	background-color: #a37c4d;
	font-family: "Belgrano", Sans-serif;
	font-weight: 500;
	fill: #fff;
	color: #fff;
}

.elementor-27 .elementor-element.elementor-element-676ec0e {
	--display: flex;
}

.elementor-27 .elementor-element.elementor-element-190c85c .elementor-button {
	background-color: #a37c4d;
	font-family: "Belgrano", Sans-serif;
	font-weight: 500;
	fill: #fff;
	color: #fff;
}

.elementor-27 .elementor-element.elementor-element-eb2cdd2 .elementor-button {
	background-color: #a37c4d;
	font-family: "Belgrano", Sans-serif;
	font-weight: 500;
	fill: #fff;
	color: #fff;
}

.elementor-27 .elementor-element.elementor-element-a66fa6a .elementor-button {
	background-color: #a37c4d;
	font-family: "Belgrano", Sans-serif;
	font-weight: 500;
	fill: #fff;
	color: #fff;
}

.elementor-27 .elementor-element.elementor-element-cf350b0 .elementor-button {
	background-color: #a37c4d;
	font-family: "Belgrano", Sans-serif;
	font-weight: 500;
	fill: #fff;
	color: #fff;
}

.elementor-27 .elementor-element.elementor-element-ac79e58 .elementor-button {
	background-color: #a37c4d;
	font-family: "Belgrano", Sans-serif;
	font-weight: 500;
	fill: #fff;
	color: #fff;
}

.elementor-27 .elementor-element.elementor-element-7c7ec44 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	--padding-top: 15px;
	--padding-bottom: 15px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-27 .elementor-element.elementor-element-210125d {
	--display: flex;
	--justify-content: center;
}

.elementor-27 .elementor-element.elementor-element-7686905 .elementor-wrapper {
	--video-aspect-ratio: 1.77777;
}

.elementor-27 .elementor-element.elementor-element-bcb9d7d {
	--display: flex;
}

.elementor-27 .elementor-element.elementor-element-61d392e {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	--padding-top: 50px;
	--padding-bottom: 50px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-27 .elementor-element.elementor-element-61d392e:not(.elementor-motion-effects-element-type-background), .elementor-27 .elementor-element.elementor-element-61d392e>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: #a37c4d;
}

.elementor-27 .elementor-element.elementor-element-f7218e9 {
	--display: flex;
}

.elementor-widget-toggle .elementor-toggle-title, .elementor-widget-toggle .elementor-toggle-icon {
	color: var(--e-global-color-primary);
}

.elementor-widget-toggle .elementor-toggle-icon svg {
	fill: var(--e-global-color-primary);
}

.elementor-widget-toggle .elementor-toggle-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-toggle .elementor-tab-content {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-27 .elementor-element.elementor-element-2db05b7 .elementor-toggle-item:not(:last-child) {
	margin-block-end: 10px;
}

.elementor-27 .elementor-element.elementor-element-2db05b7 .elementor-toggle-title, .elementor-27 .elementor-element.elementor-element-2db05b7 .elementor-toggle-icon {
	color: #fff;
}

.elementor-27 .elementor-element.elementor-element-2db05b7 .elementor-toggle-icon svg {
	fill: #fff;
}

.elementor-27 .elementor-element.elementor-element-2db05b7 .elementor-toggle-title {
	font-family: "Belgrano", Sans-serif;
	font-weight: 600;
}

.elementor-27 .elementor-element.elementor-element-2db05b7 .elementor-tab-content {
	color: #fff;
	font-family: "Poppins", Sans-serif;
	font-weight: 400;
}

.elementor-27 .elementor-element.elementor-element-ea7d5b7 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	--overlay-opacity: .27;
	--padding-top: 40px;
	--padding-bottom: 40px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-27 .elementor-element.elementor-element-ea7d5b7:not(.elementor-motion-effects-element-type-background), .elementor-27 .elementor-element.elementor-element-ea7d5b7>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-image: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/2021/12/wood-deck-fairfield-county-deck-builders.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	--lzl-bg-img: "https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/2021/12/wood-deck-fairfield-county-deck-builders.jpg";
}

.elementor-27 .elementor-element.elementor-element-ea7d5b7:not(.elementor-motion-effects-element-type-background).lzl:not(.lzl-ed), .elementor-27 .elementor-element.elementor-element-ea7d5b7>.elementor-motion-effects-container>.elementor-motion-effects-layer.lzl:not(.lzl-ed), .elementor-27 .elementor-element.elementor-element-ea7d5b7:not(.elementor-motion-effects-element-type-background).lzl-ing:not(.lzl-ed), .elementor-27 .elementor-element.elementor-element-ea7d5b7>.elementor-motion-effects-container>.elementor-motion-effects-layer.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABLAAAAMgCAYAAAAz4JsCAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAOoElEQVR42u3BAQ0AAADCoPdPbQ8HFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8GZ6GAAFDQnLqAAAAAElFTkSuQmCC");
}

.elementor-27 .elementor-element.elementor-element-ea7d5b7::before, .elementor-27 .elementor-element.elementor-element-ea7d5b7>.elementor-background-video-container::before, .elementor-27 .elementor-element.elementor-element-ea7d5b7>.e-con-inner>.elementor-background-video-container::before, .elementor-27 .elementor-element.elementor-element-ea7d5b7>.elementor-background-slideshow::before, .elementor-27 .elementor-element.elementor-element-ea7d5b7>.e-con-inner>.elementor-background-slideshow::before, .elementor-27 .elementor-element.elementor-element-ea7d5b7>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
	background-color: #000;
	--background-overlay: "";
}

.elementor-27 .elementor-element.elementor-element-1f99756 {
	--display: flex;
	--margin-top: 15px;
	--margin-bottom: 15px;
	--margin-left: 15px;
	--margin-right: 15px;
	--padding-top: 20px;
	--padding-bottom: 20px;
	--padding-left: 20px;
	--padding-right: 20px;
}

.elementor-27 .elementor-element.elementor-element-1f99756:not(.elementor-motion-effects-element-type-background), .elementor-27 .elementor-element.elementor-element-1f99756>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: rgba(0, 0, 0, .46);
}

.elementor-27 .elementor-element.elementor-element-b0f4488 {
	text-align: start;
}

.elementor-27 .elementor-element.elementor-element-b0f4488 .elementor-heading-title {
	font-family: "Belgrano", Sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	color: #fff;
}

.elementor-27 .elementor-element.elementor-element-a279221 {
	text-align: start;
}

.elementor-27 .elementor-element.elementor-element-a279221 .elementor-heading-title {
	font-family: "Belgrano", Sans-serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 40px;
	color: #fff;
}

.elementor-27 .elementor-element.elementor-element-0e3bac3 {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-weight: 400;
	line-height: 30px;
	color: #fff;
}

.elementor-27 .elementor-element.elementor-element-daf3704 {
	--display: flex;
	--margin-top: 15px;
	--margin-bottom: 15px;
	--margin-left: 15px;
	--margin-right: 15px;
	--padding-top: 20px;
	--padding-bottom: 20px;
	--padding-left: 20px;
	--padding-right: 20px;
}

.elementor-27 .elementor-element.elementor-element-daf3704:not(.elementor-motion-effects-element-type-background), .elementor-27 .elementor-element.elementor-element-daf3704>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: rgba(0, 0, 0, .46);
}

.elementor-27 .elementor-element.elementor-element-d32a3bb {
	text-align: start;
}

.elementor-27 .elementor-element.elementor-element-d32a3bb .elementor-heading-title {
	font-family: "Belgrano", Sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	color: #fff;
}

.elementor-27 .elementor-element.elementor-element-24ebee5>.elementor-widget-container {
	padding: 60px 0 0 0;
}

.elementor-27 .elementor-element.elementor-element-24ebee5 {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-weight: 400;
	line-height: 30px;
	color: #fff;
}

.elementor-27 .elementor-element.elementor-element-41070f6 .elementor-button {
	background-color: rgba(255, 255, 255, 0);
	font-family: "Montserrat", Sans-serif;
	fill: #fff;
	color: #fff;
	box-shadow: 0 10px 30px -9px rgba(0, 0, 0, .16);
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #fff;
	border-radius: 50px 50px 50px 50px;
	padding: 12px 30px 12px 30px;
}

.elementor-27 .elementor-element.elementor-element-41070f6 .elementor-button-content-wrapper {
	flex-direction: row;
}

.elementor-27 .elementor-element.elementor-element-41070f6 .elementor-button .elementor-button-content-wrapper {
	gap: 15px;
}

.elementor-27 .elementor-element.elementor-element-c5ae7e5 {
	--display: flex;
	--flex-direction: column;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--flex-wrap-mobile: wrap;
	--padding-top: 30px;
	--padding-bottom: 20px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-27 .elementor-element.elementor-element-f9a4c08 {
	text-align: center;
}

.elementor-27 .elementor-element.elementor-element-f9a4c08 .elementor-heading-title {
	font-family: "Belgrano", Sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	color: #a37c4d;
}

.elementor-widget-posts .elementor-button {
	background-color: var(--e-global-color-accent);
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-posts .elementor-post__meta-data {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-posts .elementor-post__excerpt p {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-posts .elementor-post__read-more {
	color: var(--e-global-color-accent);
}

.elementor-widget-posts a.elementor-post__read-more {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-posts .elementor-post__card .elementor-post__badge {
	background-color: var(--e-global-color-accent);
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-27 .elementor-element.elementor-element-3614e51 {
	--grid-row-gap: 35px;
	--grid-column-gap: 30px;
}

.elementor-27 .elementor-element.elementor-element-3614e51 .elementor-posts-container .elementor-post__thumbnail {
	padding-bottom: calc(.66 * 100%);
}

.elementor-27 .elementor-element.elementor-element-3614e51:after {
	content: "0.66";
}

.elementor-27 .elementor-element.elementor-element-3614e51 .elementor-post__thumbnail__link {
	width: 100%;
}

.elementor-27 .elementor-element.elementor-element-3614e51 .elementor-post__meta-data span+span:before {
	content: "///";
}

.elementor-27 .elementor-element.elementor-element-3614e51.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
	margin-bottom: 20px;
}

.elementor-27 .elementor-element.elementor-element-3614e51 .elementor-post__title, .elementor-27 .elementor-element.elementor-element-3614e51 .elementor-post__title a {
	color: #a37c4d;
	font-family: "Belgrano", Sans-serif;
	font-weight: 600;
}

.elementor-27 .elementor-element.elementor-element-3614e51 .elementor-post__meta-data {
	color: #a37c4d;
	font-family: "Poppins", Sans-serif;
	font-weight: 400;
}

.elementor-27 .elementor-element.elementor-element-3614e51 .elementor-post__excerpt p {
	color: #000;
	font-family: "Poppins", Sans-serif;
	font-weight: 400;
}

.elementor-27 .elementor-element.elementor-element-3614e51 .elementor-post__read-more {
	color: #a37c4d;
}

.elementor-27 .elementor-element.elementor-element-3614e51 a.elementor-post__read-more {
	font-family: "Poppins", Sans-serif;
	font-weight: 500;
}

@media (max-width:1440px) {
	.elementor-27 .elementor-element.elementor-element-3614e51>.elementor-widget-container {
		padding: 20px 20px 20px 20px;
	}
}

@media (min-width:425px) {
	.elementor-27 .elementor-element.elementor-element-a73e60d {
		--content-width: 1200px;
	}
	
	.elementor-27 .elementor-element.elementor-element-a608753 {
		--content-width: 1200px;
	}
	
	.elementor-27 .elementor-element.elementor-element-f4db0c9 {
		--content-width: 1200px;
	}
	
	.elementor-27 .elementor-element.elementor-element-369063f {
		--content-width: 1200px;
	}
	
	.elementor-27 .elementor-element.elementor-element-a413b5f {
		--content-width: 1200px;
	}
	
	.elementor-27 .elementor-element.elementor-element-7c7ec44 {
		--content-width: 1144px;
	}
	
	.elementor-27 .elementor-element.elementor-element-61d392e {
		--content-width: 1200px;
	}
	
	.elementor-27 .elementor-element.elementor-element-ea7d5b7 {
		--content-width: 1200px;
	}
}

@media (max-width:1440px) and (min-width:425px) {
	.elementor-27 .elementor-element.elementor-element-a73e60d {
		--content-width: 1200px;
	}
	
	.elementor-27 .elementor-element.elementor-element-a608753 {
		--content-width: 1200px;
	}
	
	.elementor-27 .elementor-element.elementor-element-f4db0c9 {
		--content-width: 1200px;
	}
	
	.elementor-27 .elementor-element.elementor-element-369063f {
		--content-width: 1200px;
	}
	
	.elementor-27 .elementor-element.elementor-element-a413b5f {
		--content-width: 1200px;
	}
	
	.elementor-27 .elementor-element.elementor-element-61d392e {
		--content-width: 1200px;
	}
	
	.elementor-27 .elementor-element.elementor-element-ea7d5b7 {
		--content-width: 1200px;
	}
}

@media (max-width:1024px) and (min-width:425px) {
	.elementor-27 .elementor-element.elementor-element-210125d {
		--width: 100%;
	}
	
	.elementor-27 .elementor-element.elementor-element-bcb9d7d {
		--width: 100%;
	}
}

@media (max-width:1024px) {
	.elementor-27 .elementor-element.elementor-element-c5ae7e5 {
		--padding-top: 20px;
		--padding-bottom: 20px;
		--padding-left: 20px;
		--padding-right: 20px;
	}
	
	.elementor-27 .elementor-element.elementor-element-f9a4c08 .elementor-heading-title {
		font-size: 35px;
	}
}

@media (max-width:424px) {
	.elementor-27 .elementor-element.elementor-element-a73e60d {
		--min-height: 300px;
		--margin-top: 0px;
		--margin-bottom: 0px;
		--margin-left: 0px;
		--margin-right: 0px;
		--padding-top: 0px;
		--padding-bottom: 0px;
		--padding-left: 0px;
		--padding-right: 0px;
	}
	
	.elementor-27 .elementor-element.elementor-element-b7d719f {
		--min-height: 400px;
	}
	
	.elementor-27 .elementor-element.elementor-element-8f36ad3 .elementor-heading-title {
		font-size: 25px;
	}
	
	.elementor-27 .elementor-element.elementor-element-f005ad9 .elementor-heading-title {
		font-size: 20px;
	}
	
	.elementor-27 .elementor-element.elementor-element-fb55110 .elementor-heading-title {
		font-size: 18px;
	}
	
	.elementor-27 .elementor-element.elementor-element-a94eede .elementor-heading-title {
		font-size: 15px;
	}
	
	.elementor-27 .elementor-element.elementor-element-e91933c .elementor-button {
		font-size: 10px;
	}
	
	.elementor-27 .elementor-element.elementor-element-a608753 {
		--padding-top: 10px;
		--padding-bottom: 20px;
		--padding-left: 10px;
		--padding-right: 10px;
	}
	
	.elementor-27 .elementor-element.elementor-element-5e0c692 {
		text-align: center;
	}
	
	.elementor-27 .elementor-element.elementor-element-5e0c692 img {
		width: 46%;
	}
	
	.elementor-27 .elementor-element.elementor-element-4dafa7d {
		text-align: center;
	}
	
	.elementor-27 .elementor-element.elementor-element-4dafa7d .elementor-heading-title {
		font-size: 20px;
	}
	
	.elementor-27 .elementor-element.elementor-element-0898b68 {
		font-size: 15px;
	}
	
	.elementor-27 .elementor-element.elementor-element-65d2624 {
		--padding-top: 30px;
		--padding-bottom: 30px;
		--padding-left: 30px;
		--padding-right: 30px;
	}
	
	.elementor-27 .elementor-element.elementor-element-d9fdbb6 .elementor-headline {
		font-size: 20px;
	}
	
	.elementor-27 .elementor-element.elementor-element-e54ebab>.elementor-widget-container {
		padding: 0 0 0 0;
	}
	
	.elementor-27 .elementor-element.elementor-element-6926acf>.elementor-widget-container {
		padding: 0 0 0 0;
	}
	
	.elementor-27 .elementor-element.elementor-element-cf45707 {
		text-align: center;
	}
	
	.elementor-27 .elementor-element.elementor-element-cf45707 .elementor-heading-title {
		font-size: 20px;
	}
	
	.elementor-27 .elementor-element.elementor-element-83cfc09 .elementor-divider {
		text-align: center;
	}
	
	.elementor-27 .elementor-element.elementor-element-83cfc09 .elementor-divider-separator {
		margin: 0 auto;
		margin-center: 0;
	}
	
	.elementor-27 .elementor-element.elementor-element-88af9d8 {
		font-size: 15px;
	}
	
	.elementor-27 .elementor-element.elementor-element-a584f9a {
		text-align: center;
	}
	
	.elementor-27 .elementor-element.elementor-element-a584f9a .elementor-heading-title {
		font-size: 20px;
	}
	
	.elementor-27 .elementor-element.elementor-element-5b7d860 .elementor-divider {
		text-align: center;
	}
	
	.elementor-27 .elementor-element.elementor-element-5b7d860 .elementor-divider-separator {
		margin: 0 auto;
		margin-center: 0;
	}
	
	.elementor-27 .elementor-element.elementor-element-c1ad8e7 {
		font-size: 15px;
	}
	
	.elementor-27 .elementor-element.elementor-element-369063f {
		--padding-top: 20px;
		--padding-bottom: 0px;
		--padding-left: 0px;
		--padding-right: 0px;
	}
	
	.elementor-27 .elementor-element.elementor-element-565d9a9 .elementor-heading-title {
		font-size: 20px;
	}
	
	.elementor-27 .elementor-element.elementor-element-98c5fa6 .elementor-cta__title {
		font-size: 15px;
	}
	
	.elementor-27 .elementor-element.elementor-element-98c5fa6 .elementor-cta__description {
		font-size: 15px;
	}
	
	.elementor-27 .elementor-element.elementor-element-2bc865d .elementor-cta__title {
		font-size: 15px;
	}
	
	.elementor-27 .elementor-element.elementor-element-2bc865d .elementor-cta__description {
		font-size: 15px;
	}
	
	.elementor-27 .elementor-element.elementor-element-3d9f92e .elementor-cta__title {
		font-size: 15px;
	}
	
	.elementor-27 .elementor-element.elementor-element-3d9f92e .elementor-cta__description {
		font-size: 15px;
	}
	
	.elementor-27 .elementor-element.elementor-element-a3ce6d8 .elementor-cta__title {
		font-size: 15px;
	}
	
	.elementor-27 .elementor-element.elementor-element-a3ce6d8 .elementor-cta__description {
		font-size: 15px;
	}
	
	.elementor-27 .elementor-element.elementor-element-e7a7a3d .elementor-cta__title {
		font-size: 15px;
	}
	
	.elementor-27 .elementor-element.elementor-element-e7a7a3d .elementor-cta__description {
		font-size: 15px;
	}
	
	.elementor-27 .elementor-element.elementor-element-78f1aa0 .elementor-cta__title {
		font-size: 18px;
	}
	
	.elementor-27 .elementor-element.elementor-element-78f1aa0 .elementor-cta__description {
		font-size: 15px;
	}
	
	.elementor-27 .elementor-element.elementor-element-a413b5f {
		--padding-top: 20px;
		--padding-bottom: 0px;
		--padding-left: 0px;
		--padding-right: 0px;
	}
	
	.elementor-27 .elementor-element.elementor-element-2db05b7 .elementor-toggle-title {
		font-size: 18px;
	}
	
	.elementor-27 .elementor-element.elementor-element-2db05b7 .elementor-tab-content {
		font-size: 15px;
	}
	
	.elementor-27 .elementor-element.elementor-element-b0f4488 .elementor-heading-title {
		font-size: 20px;
	}
	
	.elementor-27 .elementor-element.elementor-element-a279221 .elementor-heading-title {
		font-size: 20px;
	}
	
	.elementor-27 .elementor-element.elementor-element-0e3bac3 {
		font-size: 15px;
	}
	
	.elementor-27 .elementor-element.elementor-element-d32a3bb .elementor-heading-title {
		font-size: 20px;
	}
	
	.elementor-27 .elementor-element.elementor-element-24ebee5 {
		font-size: 15px;
	}
	
	.elementor-27 .elementor-element.elementor-element-41070f6 .elementor-button {
		font-size: 15px;
	}
	
	.elementor-27 .elementor-element.elementor-element-c5ae7e5 {
		--padding-top: 15px;
		--padding-bottom: 15px;
		--padding-left: 15px;
		--padding-right: 15px;
	}
	
	.elementor-27 .elementor-element.elementor-element-f9a4c08 .elementor-heading-title {
		font-size: 20px;
	}
	
	.elementor-27 .elementor-element.elementor-element-3614e51 .elementor-posts-container .elementor-post__thumbnail {
		padding-bottom: calc(.5 * 100%);
	}
	
	.elementor-27 .elementor-element.elementor-element-3614e51:after {
		content: "0.5";
	}
	
	.elementor-27 .elementor-element.elementor-element-3614e51 .elementor-post__thumbnail__link {
		width: 100%;
	}
}

.elementor-90 .elementor-element.elementor-element-f724b00 {
	--display: flex;
	--min-height: 0px;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	--margin-top: 0px;
	--margin-bottom: 0px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-90 .elementor-element.elementor-element-f724b00:not(.elementor-motion-effects-element-type-background), .elementor-90 .elementor-element.elementor-element-f724b00>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: #a37c4d;
}

.elementor-90 .elementor-element.elementor-element-5bb1905 {
	--display: flex;
	--min-height: 0px;
	--flex-direction: row;
	--container-widget-width: initial;
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--justify-content: center;
}

.elementor-90 .elementor-element.elementor-element-f34a650 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: initial;
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--justify-content: center;
	--margin-top: 0px;
	--margin-bottom: 0px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-90 .elementor-element.elementor-element-f34a650.e-con {
	--flex-grow: 0;
	--flex-shrink: 0;
}

.elementor-90 .elementor-element.elementor-element-e7c1a83>.elementor-widget-container {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.elementor-90 .elementor-element.elementor-element-1c0a5b1 {
	--display: flex;
	--justify-content: center;
	--margin-top: 0px;
	--margin-bottom: 0px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after {
	border-color: var(--e-global-color-text);
}

.elementor-widget-icon-list .elementor-icon-list-icon svg {
	fill: var(--e-global-color-primary);
}

.elementor-widget-icon-list .elementor-icon-list-item>.elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item>a {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-icon-list .elementor-icon-list-text {
	color: var(--e-global-color-secondary);
}

.elementor-90 .elementor-element.elementor-element-fc83b23 {
	width: var(--container-widget-width, 100%);
	max-width: 100%;
	--container-widget-width: 100%;
	--container-widget-flex-grow: 0;
	--e-icon-list-icon-size: 14px;
	--icon-vertical-offset: 0px;
}

.elementor-90 .elementor-element.elementor-element-fc83b23 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
	padding-block-end: calc(100px / 2);
}

.elementor-90 .elementor-element.elementor-element-fc83b23 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
	margin-block-start: calc(100px / 2);
}

.elementor-90 .elementor-element.elementor-element-fc83b23 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin-inline: calc(100px / 2);
}

.elementor-90 .elementor-element.elementor-element-fc83b23 .elementor-icon-list-items.elementor-inline-items {
	margin-inline: calc(-100px / 2);
}

.elementor-90 .elementor-element.elementor-element-fc83b23 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	inset-inline-end: calc(-100px / 2);
}

.elementor-90 .elementor-element.elementor-element-fc83b23 .elementor-icon-list-icon svg {
	fill: #fff;
	transition: fill .3s;
}

.elementor-90 .elementor-element.elementor-element-fc83b23 .elementor-icon-list-item>.elementor-icon-list-text, .elementor-90 .elementor-element.elementor-element-fc83b23 .elementor-icon-list-item>a {
	font-family: "Belgrano", Sans-serif;
	font-weight: 400;
}

.elementor-90 .elementor-element.elementor-element-fc83b23 .elementor-icon-list-text {
	color: #fff;
	transition: color .3s;
}

.elementor-90 .elementor-element.elementor-element-6bea896 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--justify-content: center;
	--align-items: center;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	border-style: solid;
	--border-style: solid;
	border-width: 0 0 1px 0;
	--border-top-width: 0px;
	--border-right-width: 0px;
	--border-bottom-width: 1px;
	--border-left-width: 0px;
	border-color: #d6d6d6;
	--border-color: #d6d6d6;
	--padding-top: 5px;
	--padding-bottom: 5px;
	--padding-left: 20px;
	--padding-right: 20px;
}

.elementor-90 .elementor-element.elementor-element-6bea896:not(.elementor-motion-effects-element-type-background), .elementor-90 .elementor-element.elementor-element-6bea896>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: #fff;
}

.elementor-90 .elementor-element.elementor-element-d785d82 {
	width: var(--container-widget-width, 18%);
	max-width: 18%;
	--container-widget-width: 18%;
	--container-widget-flex-grow: 0;
	text-align: center;
}

.elementor-90 .elementor-element.elementor-element-d785d82 img {
	width: 70%;
}

.elementor-90 .elementor-element.elementor-element-f4e8611 {
	--display: flex;
	--justify-content: center;
}

.elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
	color: var(--e-global-color-text);
	fill: var(--e-global-color-text);
}

.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover, .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted, .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus {
	color: var(--e-global-color-accent);
	fill: var(--e-global-color-accent);
}

.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before, .elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
	background-color: var(--e-global-color-accent);
}

.elementor-widget-nav-menu {
	--e-nav-menu-divider-color: var(--e-global-color-text);
}

.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-90 .elementor-element.elementor-element-f84fbfb .elementor-menu-toggle {
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0);
}

.elementor-90 .elementor-element.elementor-element-f84fbfb .elementor-nav-menu .elementor-item {
	font-family: "Belgrano", Sans-serif;
	font-size: 17px;
	font-weight: 400;
}

.elementor-90 .elementor-element.elementor-element-f84fbfb .elementor-nav-menu--main .elementor-item {
	color: #000;
	fill: #000;
	padding-left: 25px;
	padding-right: 25px;
}

.elementor-90 .elementor-element.elementor-element-f84fbfb .elementor-nav-menu--main .elementor-item:hover, .elementor-90 .elementor-element.elementor-element-f84fbfb .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-90 .elementor-element.elementor-element-f84fbfb .elementor-nav-menu--main .elementor-item.highlighted, .elementor-90 .elementor-element.elementor-element-f84fbfb .elementor-nav-menu--main .elementor-item:focus {
	color: #a37c4d;
	fill: #a37c4d;
}

.elementor-90 .elementor-element.elementor-element-f84fbfb .elementor-nav-menu--dropdown a, .elementor-90 .elementor-element.elementor-element-f84fbfb .elementor-menu-toggle {
	color: #000;
	fill: #000;
}

.elementor-90 .elementor-element.elementor-element-f84fbfb .elementor-nav-menu--dropdown a:hover, .elementor-90 .elementor-element.elementor-element-f84fbfb .elementor-nav-menu--dropdown a:focus, .elementor-90 .elementor-element.elementor-element-f84fbfb .elementor-nav-menu--dropdown a.elementor-item-active, .elementor-90 .elementor-element.elementor-element-f84fbfb .elementor-nav-menu--dropdown a.highlighted, .elementor-90 .elementor-element.elementor-element-f84fbfb .elementor-menu-toggle:hover, .elementor-90 .elementor-element.elementor-element-f84fbfb .elementor-menu-toggle:focus {
	color: #fff;
}

.elementor-90 .elementor-element.elementor-element-f84fbfb .elementor-nav-menu--dropdown a:hover, .elementor-90 .elementor-element.elementor-element-f84fbfb .elementor-nav-menu--dropdown a:focus, .elementor-90 .elementor-element.elementor-element-f84fbfb .elementor-nav-menu--dropdown a.elementor-item-active, .elementor-90 .elementor-element.elementor-element-f84fbfb .elementor-nav-menu--dropdown a.highlighted {
	background-color: #a37c4d;
}

.elementor-90 .elementor-element.elementor-element-f84fbfb .elementor-nav-menu--dropdown .elementor-item, .elementor-90 .elementor-element.elementor-element-f84fbfb .elementor-nav-menu--dropdown .elementor-sub-item {
	font-family: "Montserrat", Sans-serif;
	font-weight: 500;
}

.elementor-90 .elementor-element.elementor-element-f84fbfb div.elementor-menu-toggle:hover, .elementor-90 .elementor-element.elementor-element-f84fbfb div.elementor-menu-toggle:focus {
	color: #000;
}

.elementor-90 .elementor-element.elementor-element-f84fbfb div.elementor-menu-toggle:hover svg, .elementor-90 .elementor-element.elementor-element-f84fbfb div.elementor-menu-toggle:focus svg {
	fill: #000;
}

.elementor-widget-button .elementor-button {
	background-color: var(--e-global-color-accent);
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-90 .elementor-element.elementor-element-d61fd39 .elementor-button {
	background-color: rgba(255, 255, 255, 0);
	font-family: "Montserrat", Sans-serif;
	fill: #a37c4d;
	color: #a37c4d;
	box-shadow: 0 10px 30px -9px rgba(0, 0, 0, .16);
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #a37c4d;
	border-radius: 50px 50px 50px 50px;
	padding: 12px 30px 12px 30px;
}

.elementor-90 .elementor-element.elementor-element-d61fd39 {
	width: var(--container-widget-width, 13%);
	max-width: 13%;
	--container-widget-width: 13%;
	--container-widget-flex-grow: 0;
}

.elementor-90 .elementor-element.elementor-element-d61fd39.elementor-element {
	--align-self: center;
}

.elementor-90 .elementor-element.elementor-element-d61fd39 .elementor-button-content-wrapper {
	flex-direction: row;
}

.elementor-90 .elementor-element.elementor-element-d61fd39 .elementor-button .elementor-button-content-wrapper {
	gap: 15px;
}

.elementor-90 .elementor-element.elementor-element-28b438d .elementor-button {
	background-color: rgba(255, 255, 255, 0);
	font-family: "Montserrat", Sans-serif;
	fill: #a37c4d;
	color: #a37c4d;
	box-shadow: 0 10px 30px -9px rgba(0, 0, 0, .16);
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #a37c4d;
	border-radius: 50px 50px 50px 50px;
	padding: 12px 30px 12px 30px;
}

.elementor-90 .elementor-element.elementor-element-28b438d {
	width: var(--container-widget-width, 16%);
	max-width: 16%;
	--container-widget-width: 16%;
	--container-widget-flex-grow: 0;
}

.elementor-90 .elementor-element.elementor-element-28b438d.elementor-element {
	--align-self: center;
}

.elementor-90 .elementor-element.elementor-element-28b438d .elementor-button-content-wrapper {
	flex-direction: row;
}

.elementor-90 .elementor-element.elementor-element-28b438d .elementor-button .elementor-button-content-wrapper {
	gap: 15px;
}

.elementor-90 .elementor-element.elementor-element-0ea9dda {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	--margin-top: -40px;
	--margin-bottom: 0px;
	--margin-left: 0px;
	--margin-right: 0px;
}

.elementor-90 .elementor-element.elementor-element-2accc45 {
	--display: flex;
}

.elementor-90 .elementor-element.elementor-element-7cc9d8b {
	--grid-template-columns: repeat(1, auto);
	width: auto;
	max-width: auto;
	top: 316px;
	--icon-size: 30px;
	--grid-column-gap: 5px;
	--grid-row-gap: 15px;
}

.elementor-90 .elementor-element.elementor-element-7cc9d8b .elementor-widget-container {
	text-align: center;
}

body:not(.rtl) .elementor-90 .elementor-element.elementor-element-7cc9d8b {
	right: 8.4px;
}

.elementor-90 .elementor-element.elementor-element-7cc9d8b .elementor-social-icon {
	background-color: #533f26;
}

.elementor-location-header:before, .elementor-location-footer:before {
	content: "";
	display: table;
	clear: both;
}

@media (min-width:425px) {
	.elementor-90 .elementor-element.elementor-element-f724b00 {
		--content-width: 1200px;
	}
	
	.elementor-90 .elementor-element.elementor-element-f34a650 {
		--width: 33.179%;
	}
	
	.elementor-90 .elementor-element.elementor-element-f4e8611 {
		--width: 52%;
	}
}

@media (max-width:1440px) and (min-width:425px) {
	.elementor-90 .elementor-element.elementor-element-f724b00 {
		--content-width: 1200px;
	}
	
	.elementor-90 .elementor-element.elementor-element-f4e8611 {
		--width: 67%;
	}
}

@media (max-width:1024px) and (min-width:425px) {
	.elementor-90 .elementor-element.elementor-element-f4e8611 {
		--width: 18%;
	}
}

@media (max-width:1440px) {
	.elementor-90 .elementor-element.elementor-element-d785d82 {
		--container-widget-width: 15%;
		--container-widget-flex-grow: 0;
		width: var(--container-widget-width, 15%);
		max-width: 15%;
	}
	
	.elementor-90 .elementor-element.elementor-element-d785d82 img {
		width: 158px;
	}
	
	.elementor-90 .elementor-element.elementor-element-f84fbfb .elementor-nav-menu--main .elementor-item {
		padding-left: 12px;
		padding-right: 12px;
	}
	
	.elementor-90 .elementor-element.elementor-element-d61fd39 {
		--container-widget-width: 17%;
		--container-widget-flex-grow: 0;
		width: var(--container-widget-width, 17%);
		max-width: 17%;
	}
	
	.elementor-90 .elementor-element.elementor-element-d61fd39 .elementor-button {
		padding: 9px 9px 9px 9px;
	}
	
	.elementor-90 .elementor-element.elementor-element-28b438d {
		--container-widget-width: 21%;
		--container-widget-flex-grow: 0;
		width: var(--container-widget-width, 21%);
		max-width: 21%;
	}
	
	.elementor-90 .elementor-element.elementor-element-28b438d .elementor-button {
		padding: 9px 9px 9px 9px;
	}
}

@media (max-width:1024px) {
	.elementor-90 .elementor-element.elementor-element-6bea896 {
		--padding-top: 20px;
		--padding-bottom: 20px;
		--padding-left: 20px;
		--padding-right: 20px;
	}
	
	.elementor-90 .elementor-element.elementor-element-d785d82 {
		--container-widget-width: 27%;
		--container-widget-flex-grow: 0;
		width: var(--container-widget-width, 27%);
		max-width: 27%;
	}
	
	.elementor-90 .elementor-element.elementor-element-f84fbfb .elementor-nav-menu--main>.elementor-nav-menu>li>.elementor-nav-menu--dropdown, .elementor-90 .elementor-element.elementor-element-f84fbfb .elementor-nav-menu__container.elementor-nav-menu--dropdown {
		margin-top: 13px !important;
	}
	
	.elementor-90 .elementor-element.elementor-element-f84fbfb {
		--nav-menu-icon-size: 22px;
	}
	
	.elementor-90 .elementor-element.elementor-element-d61fd39 {
		--container-widget-width: 21%;
		--container-widget-flex-grow: 0;
		width: var(--container-widget-width, 21%);
		max-width: 21%;
	}
	
	.elementor-90 .elementor-element.elementor-element-28b438d {
		--container-widget-width: 16%;
		--container-widget-flex-grow: 0;
		width: var(--container-widget-width, 16%);
		max-width: 16%;
	}
}

@media (max-width:424px) {
	.elementor-90 .elementor-element.elementor-element-f724b00 {
		--padding-top: 20px;
		--padding-bottom: 0px;
		--padding-left: 0px;
		--padding-right: 0px;
	}
	
	.elementor-90 .elementor-element.elementor-element-f34a650 {
		--padding-top: 0px;
		--padding-bottom: 0px;
		--padding-left: 0px;
		--padding-right: 0px;
	}
	
	.elementor-90 .elementor-element.elementor-element-1c0a5b1 {
		--padding-top: 0px;
		--padding-bottom: 20px;
		--padding-left: 0px;
		--padding-right: 0px;
	}
	
	.elementor-90 .elementor-element.elementor-element-fc83b23 .elementor-icon-list-item>.elementor-icon-list-text, .elementor-90 .elementor-element.elementor-element-fc83b23 .elementor-icon-list-item>a {
		font-size: 15px;
	}
	
	.elementor-90 .elementor-element.elementor-element-6bea896 {
		--flex-direction: row;
		--container-widget-width: initial;
		--container-widget-height: 100%;
		--container-widget-flex-grow: 1;
		--container-widget-align-self: stretch;
		--flex-wrap-mobile: wrap;
		--margin-top: -5px;
		--margin-bottom: -5px;
		--margin-left: 0px;
		--margin-right: 0px;
		--padding-top: 5px;
		--padding-bottom: 5px;
		--padding-left: 5px;
		--padding-right: 5px;
	}
	
	.elementor-90 .elementor-element.elementor-element-d785d82 {
		--container-widget-width: 51%;
		--container-widget-flex-grow: 0;
		width: var(--container-widget-width, 51%);
		max-width: 51%;
		text-align: center;
	}
	
	.elementor-90 .elementor-element.elementor-element-d785d82 img {
		width: 75%;
		max-width: 80%;
	}
	
	.elementor-90 .elementor-element.elementor-element-f4e8611 {
		--width: 46%;
		--justify-content: center;
		--gap: 20px 20px;
		--row-gap: 20px;
		--column-gap: 20px;
	}
	
	.elementor-90 .elementor-element.elementor-element-f84fbfb .elementor-nav-menu .elementor-item {
		font-size: 15px;
	}
	
	.elementor-90 .elementor-element.elementor-element-f84fbfb .elementor-nav-menu--main .elementor-item {
		padding-left: 27px;
		padding-right: 27px;
	}
	
	.elementor-90 .elementor-element.elementor-element-f84fbfb .elementor-nav-menu--main>.elementor-nav-menu>li>.elementor-nav-menu--dropdown, .elementor-90 .elementor-element.elementor-element-f84fbfb .elementor-nav-menu__container.elementor-nav-menu--dropdown {
		margin-top: 14px !important;
	}
	
	.elementor-90 .elementor-element.elementor-element-f84fbfb {
		--nav-menu-icon-size: 35px;
	}
	
	.elementor-90 .elementor-element.elementor-element-d61fd39 .elementor-button {
		font-size: 8px;
		line-height: 1.8em;
		letter-spacing: .3px;
		padding: 0 5px 0 5px;
	}
	
	.elementor-90 .elementor-element.elementor-element-28b438d .elementor-button {
		font-size: 8px;
		line-height: 1.8em;
		letter-spacing: .3px;
		padding: 0 5px 0 5px;
	}
}

.elementor-96 .elementor-element.elementor-element-92b9eca {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--justify-content: center;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	--padding-top: 70px;
	--padding-bottom: 70px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-96 .elementor-element.elementor-element-92b9eca:not(.elementor-motion-effects-element-type-background), .elementor-96 .elementor-element.elementor-element-92b9eca>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: #a37c4d;
}

.elementor-96 .elementor-element.elementor-element-a644a63 {
	--display: flex;
	--margin-top: 0px;
	--margin-bottom: 0px;
	--margin-left: 0px;
	--margin-right: 0px;
}

.elementor-96 .elementor-element.elementor-element-e8f17bb img {
	filter: brightness(200%) contrast(200%) saturate(0%) blur(0) hue-rotate(0deg);
}

.elementor-widget-text-editor {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
	color: var(--e-global-color-text);
}

.elementor-96 .elementor-element.elementor-element-59a80c2 {
	text-align: justify;
	font-family: "Poppins", Sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
}

.elementor-96 .elementor-element.elementor-element-95d2c2b {
	--grid-template-columns: repeat(0, auto);
	--grid-column-gap: 5px;
	--grid-row-gap: 0px;
}

.elementor-96 .elementor-element.elementor-element-95d2c2b .elementor-widget-container {
	text-align: left;
}

.elementor-96 .elementor-element.elementor-element-a7d1782 {
	--display: flex;
	--justify-content: flex-start;
	--margin-top: 0px;
	--margin-bottom: 0px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 10px;
	--padding-bottom: 0px;
	--padding-left: 36px;
	--padding-right: 0px;
}

.elementor-widget-heading .elementor-heading-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
	color: var(--e-global-color-primary);
}

.elementor-96 .elementor-element.elementor-element-df64c04 {
	text-align: start;
}

.elementor-96 .elementor-element.elementor-element-df64c04 .elementor-heading-title {
	font-family: "Belgrano", Sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}

.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after {
	border-color: var(--e-global-color-text);
}

.elementor-widget-icon-list .elementor-icon-list-icon svg {
	fill: var(--e-global-color-primary);
}

.elementor-widget-icon-list .elementor-icon-list-item>.elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item>a {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-icon-list .elementor-icon-list-text {
	color: var(--e-global-color-secondary);
}

.elementor-96 .elementor-element.elementor-element-1158c0d>.elementor-widget-container {
	padding: 0 0 0 0;
}

.elementor-96 .elementor-element.elementor-element-1158c0d .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
	padding-block-end: calc(5px / 2);
}

.elementor-96 .elementor-element.elementor-element-1158c0d .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
	margin-block-start: calc(5px / 2);
}

.elementor-96 .elementor-element.elementor-element-1158c0d .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin-inline: calc(5px / 2);
}

.elementor-96 .elementor-element.elementor-element-1158c0d .elementor-icon-list-items.elementor-inline-items {
	margin-inline: calc(-5px / 2);
}

.elementor-96 .elementor-element.elementor-element-1158c0d .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	inset-inline-end: calc(-5px / 2);
}

.elementor-96 .elementor-element.elementor-element-1158c0d .elementor-icon-list-icon svg {
	transition: fill .3s;
}

.elementor-96 .elementor-element.elementor-element-1158c0d {
	--e-icon-list-icon-size: 0px;
	--icon-vertical-offset: 0px;
}

.elementor-96 .elementor-element.elementor-element-1158c0d .elementor-icon-list-icon {
	padding-inline-end: 0;
}

.elementor-96 .elementor-element.elementor-element-1158c0d .elementor-icon-list-item>.elementor-icon-list-text, .elementor-96 .elementor-element.elementor-element-1158c0d .elementor-icon-list-item>a {
	font-family: "Poppins", Sans-serif;
	font-size: 14px;
	font-weight: 300;
}

.elementor-96 .elementor-element.elementor-element-1158c0d .elementor-icon-list-text {
	color: #fff;
	transition: color .3s;
}

.elementor-96 .elementor-element.elementor-element-b49b12f {
	--display: flex;
	--justify-content: flex-start;
	--padding-top: 10px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-96 .elementor-element.elementor-element-6664298>.elementor-widget-container {
	padding: 0 20px 0 0;
}

.elementor-96 .elementor-element.elementor-element-6664298 {
	text-align: center;
}

.elementor-96 .elementor-element.elementor-element-6664298 .elementor-heading-title {
	font-family: "Belgrano", Sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}

.elementor-96 .elementor-element.elementor-element-cf5f8e3>.elementor-widget-container {
	padding: 0 0 0 0;
}

.elementor-96 .elementor-element.elementor-element-cf5f8e3 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
	padding-block-end: calc(5px / 2);
}

.elementor-96 .elementor-element.elementor-element-cf5f8e3 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
	margin-block-start: calc(5px / 2);
}

.elementor-96 .elementor-element.elementor-element-cf5f8e3 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin-inline: calc(5px / 2);
}

.elementor-96 .elementor-element.elementor-element-cf5f8e3 .elementor-icon-list-items.elementor-inline-items {
	margin-inline: calc(-5px / 2);
}

.elementor-96 .elementor-element.elementor-element-cf5f8e3 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	inset-inline-end: calc(-5px / 2);
}

.elementor-96 .elementor-element.elementor-element-cf5f8e3 .elementor-icon-list-icon svg {
	transition: fill .3s;
}

.elementor-96 .elementor-element.elementor-element-cf5f8e3 {
	--e-icon-list-icon-size: 0px;
	--icon-vertical-offset: 0px;
}

.elementor-96 .elementor-element.elementor-element-cf5f8e3 .elementor-icon-list-icon {
	padding-inline-end: 0;
}

.elementor-96 .elementor-element.elementor-element-cf5f8e3 .elementor-icon-list-item>.elementor-icon-list-text, .elementor-96 .elementor-element.elementor-element-cf5f8e3 .elementor-icon-list-item>a {
	font-family: "Poppins", Sans-serif;
	font-size: 14px;
	font-weight: 300;
}

.elementor-96 .elementor-element.elementor-element-cf5f8e3 .elementor-icon-list-text {
	color: #fff;
	transition: color .3s;
}

.elementor-96 .elementor-element.elementor-element-7517af3 {
	--display: flex;
	--justify-content: flex-start;
	--padding-top: 10px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-96 .elementor-element.elementor-element-108361c>.elementor-widget-container {
	padding: 0 40px 0 0;
}

.elementor-96 .elementor-element.elementor-element-108361c {
	text-align: center;
}

.elementor-96 .elementor-element.elementor-element-108361c .elementor-heading-title {
	font-family: "Belgrano", Sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}

.elementor-96 .elementor-element.elementor-element-53fa578 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: initial;
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-96 .elementor-element.elementor-element-e6bdf3a {
	width: var(--container-widget-width, 28%);
	max-width: 28%;
	--container-widget-width: 28%;
	--container-widget-flex-grow: 0;
	--e-icon-list-icon-size: 0px;
	--icon-vertical-offset: 0px;
}

.elementor-96 .elementor-element.elementor-element-e6bdf3a>.elementor-widget-container {
	padding: 0 0 0 0;
}

.elementor-96 .elementor-element.elementor-element-e6bdf3a.elementor-element {
	--flex-grow: 0;
	--flex-shrink: 0;
}

.elementor-96 .elementor-element.elementor-element-e6bdf3a .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
	padding-block-end: calc(5px / 2);
}

.elementor-96 .elementor-element.elementor-element-e6bdf3a .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
	margin-block-start: calc(5px / 2);
}

.elementor-96 .elementor-element.elementor-element-e6bdf3a .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin-inline: calc(5px / 2);
}

.elementor-96 .elementor-element.elementor-element-e6bdf3a .elementor-icon-list-items.elementor-inline-items {
	margin-inline: calc(-5px / 2);
}

.elementor-96 .elementor-element.elementor-element-e6bdf3a .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	inset-inline-end: calc(-5px / 2);
}

.elementor-96 .elementor-element.elementor-element-e6bdf3a .elementor-icon-list-icon svg {
	transition: fill .3s;
}

.elementor-96 .elementor-element.elementor-element-e6bdf3a .elementor-icon-list-icon {
	padding-inline-end: 0;
}

.elementor-96 .elementor-element.elementor-element-e6bdf3a .elementor-icon-list-item>.elementor-icon-list-text, .elementor-96 .elementor-element.elementor-element-e6bdf3a .elementor-icon-list-item>a {
	font-family: "Poppins", Sans-serif;
	font-size: 14px;
	font-weight: 300;
}

.elementor-96 .elementor-element.elementor-element-e6bdf3a .elementor-icon-list-text {
	color: #fff;
	transition: color .3s;
}

.elementor-96 .elementor-element.elementor-element-99cbe5b {
	width: var(--container-widget-width, 28%);
	max-width: 28%;
	--container-widget-width: 28%;
	--container-widget-flex-grow: 0;
	--e-icon-list-icon-size: 0px;
	--icon-vertical-offset: 0px;
}

.elementor-96 .elementor-element.elementor-element-99cbe5b>.elementor-widget-container {
	padding: 0 0 0 0;
}

.elementor-96 .elementor-element.elementor-element-99cbe5b.elementor-element {
	--flex-grow: 0;
	--flex-shrink: 0;
}

.elementor-96 .elementor-element.elementor-element-99cbe5b .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
	padding-block-end: calc(5px / 2);
}

.elementor-96 .elementor-element.elementor-element-99cbe5b .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
	margin-block-start: calc(5px / 2);
}

.elementor-96 .elementor-element.elementor-element-99cbe5b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin-inline: calc(5px / 2);
}

.elementor-96 .elementor-element.elementor-element-99cbe5b .elementor-icon-list-items.elementor-inline-items {
	margin-inline: calc(-5px / 2);
}

.elementor-96 .elementor-element.elementor-element-99cbe5b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	inset-inline-end: calc(-5px / 2);
}

.elementor-96 .elementor-element.elementor-element-99cbe5b .elementor-icon-list-icon svg {
	transition: fill .3s;
}

.elementor-96 .elementor-element.elementor-element-99cbe5b .elementor-icon-list-icon {
	padding-inline-end: 0;
}

.elementor-96 .elementor-element.elementor-element-99cbe5b .elementor-icon-list-item>.elementor-icon-list-text, .elementor-96 .elementor-element.elementor-element-99cbe5b .elementor-icon-list-item>a {
	font-family: "Poppins", Sans-serif;
	font-size: 14px;
	font-weight: 300;
}

.elementor-96 .elementor-element.elementor-element-99cbe5b .elementor-icon-list-text {
	color: #fff;
	transition: color .3s;
}

.elementor-96 .elementor-element.elementor-element-54286a2 {
	width: var(--container-widget-width, 31.901%);
	max-width: 31.901%;
	--container-widget-width: 31.901%;
	--container-widget-flex-grow: 0;
	--e-icon-list-icon-size: 0px;
	--icon-vertical-offset: 0px;
}

.elementor-96 .elementor-element.elementor-element-54286a2>.elementor-widget-container {
	padding: 0 0 0 0;
}

.elementor-96 .elementor-element.elementor-element-54286a2.elementor-element {
	--flex-grow: 0;
	--flex-shrink: 0;
}

.elementor-96 .elementor-element.elementor-element-54286a2 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
	padding-block-end: calc(5px / 2);
}

.elementor-96 .elementor-element.elementor-element-54286a2 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
	margin-block-start: calc(5px / 2);
}

.elementor-96 .elementor-element.elementor-element-54286a2 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin-inline: calc(5px / 2);
}

.elementor-96 .elementor-element.elementor-element-54286a2 .elementor-icon-list-items.elementor-inline-items {
	margin-inline: calc(-5px / 2);
}

.elementor-96 .elementor-element.elementor-element-54286a2 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	inset-inline-end: calc(-5px / 2);
}

.elementor-96 .elementor-element.elementor-element-54286a2 .elementor-icon-list-icon svg {
	transition: fill .3s;
}

.elementor-96 .elementor-element.elementor-element-54286a2 .elementor-icon-list-icon {
	padding-inline-end: 0;
}

.elementor-96 .elementor-element.elementor-element-54286a2 .elementor-icon-list-item>.elementor-icon-list-text, .elementor-96 .elementor-element.elementor-element-54286a2 .elementor-icon-list-item>a {
	font-family: "Poppins", Sans-serif;
	font-size: 14px;
	font-weight: 300;
}

.elementor-96 .elementor-element.elementor-element-54286a2 .elementor-icon-list-text {
	color: #fff;
	transition: color .3s;
}

.elementor-96 .elementor-element.elementor-element-f38bf7b {
	--display: flex;
	--justify-content: flex-start;
}

.elementor-96 .elementor-element.elementor-element-943d6f7 {
	text-align: start;
}

.elementor-96 .elementor-element.elementor-element-943d6f7 .elementor-heading-title {
	font-family: "Belgrano", Sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}

.elementor-96 .elementor-element.elementor-element-8b88abd .elementor-icon-list-icon svg {
	fill: #fff;
	transition: fill .3s;
}

.elementor-96 .elementor-element.elementor-element-8b88abd {
	--e-icon-list-icon-size: 14px;
	--icon-vertical-offset: 0px;
}

.elementor-96 .elementor-element.elementor-element-8b88abd .elementor-icon-list-item>.elementor-icon-list-text, .elementor-96 .elementor-element.elementor-element-8b88abd .elementor-icon-list-item>a {
	font-family: "Roboto", Sans-serif;
	font-weight: 400;
}

.elementor-96 .elementor-element.elementor-element-8b88abd .elementor-icon-list-text {
	color: #fff;
	transition: color .3s;
}

.elementor-96 .elementor-element.elementor-element-6516cca {
	text-align: start;
}

.elementor-96 .elementor-element.elementor-element-6516cca img {
	width: 50%;
}

.elementor-96 .elementor-element.elementor-element-d8db561 {
	--display: flex;
	--min-height: 50px;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
	border-style: solid;
	--border-style: solid;
	border-width: 1px 0 0 0;
	--border-top-width: 1px;
	--border-right-width: 0px;
	--border-bottom-width: 0px;
	--border-left-width: 0px;
	border-color: rgba(255, 255, 255, .19);
	--border-color: rgba(255, 255, 255, .19);
}

.elementor-96 .elementor-element.elementor-element-d8db561:not(.elementor-motion-effects-element-type-background), .elementor-96 .elementor-element.elementor-element-d8db561>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: #a37c4d;
}

.elementor-96 .elementor-element.elementor-element-ae1729e {
	--display: flex;
}

.elementor-96 .elementor-element.elementor-element-49f6247 {
	text-align: start;
}

.elementor-96 .elementor-element.elementor-element-49f6247 .elementor-heading-title {
	font-size: 12px;
	font-weight: 300;
	-webkit-text-stroke-color: #000;
	stroke: #000;
	color: #fff;
}

.elementor-96 .elementor-element.elementor-element-4d6bf15 {
	--display: flex;
}

.elementor-96 .elementor-element.elementor-element-8715db0 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
	padding-block-end: calc(23px / 2);
}

.elementor-96 .elementor-element.elementor-element-8715db0 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
	margin-block-start: calc(23px / 2);
}

.elementor-96 .elementor-element.elementor-element-8715db0 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin-inline: calc(23px / 2);
}

.elementor-96 .elementor-element.elementor-element-8715db0 .elementor-icon-list-items.elementor-inline-items {
	margin-inline: calc(-23px / 2);
}

.elementor-96 .elementor-element.elementor-element-8715db0 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	inset-inline-end: calc(-23px / 2);
}

.elementor-96 .elementor-element.elementor-element-8715db0 .elementor-icon-list-icon svg {
	transition: fill .3s;
}

.elementor-96 .elementor-element.elementor-element-8715db0 {
	--e-icon-list-icon-size: 0px;
	--icon-vertical-offset: 0px;
}

.elementor-96 .elementor-element.elementor-element-8715db0 .elementor-icon-list-icon {
	padding-inline-end: 0;
}

.elementor-96 .elementor-element.elementor-element-8715db0 .elementor-icon-list-item>.elementor-icon-list-text, .elementor-96 .elementor-element.elementor-element-8715db0 .elementor-icon-list-item>a {
	font-family: "Poppins", Sans-serif;
	font-size: 12px;
	font-weight: 300;
}

.elementor-96 .elementor-element.elementor-element-8715db0 .elementor-icon-list-text {
	color: #fff;
	transition: color .3s;
}

.elementor-96 .elementor-element.elementor-element-e9e4244 {
	--display: flex;
}

.elementor-96 .elementor-element.elementor-element-704bb1d {
	text-align: end;
	font-family: "Roboto", Sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
}

.elementor-96 .elementor-element.elementor-element-704bb1d a {
	color: #fbfbfb;
}

.elementor-96 .elementor-element.elementor-element-bbd7352 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
}

.elementor-96 .elementor-element.elementor-element-bbd7352:not(.elementor-motion-effects-element-type-background), .elementor-96 .elementor-element.elementor-element-bbd7352>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: #a37c4d;
}

.elementor-96 .elementor-element.elementor-element-4e2c9a6 {
	--display: flex;
}

.elementor-widget-button .elementor-button {
	background-color: var(--e-global-color-accent);
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-96 .elementor-element.elementor-element-469ca89 .elementor-button {
	background-color: #a37c4d;
	font-family: "Belgrano", Sans-serif;
	font-weight: 500;
	fill: #fff;
	color: #fff;
}

.elementor-96 .elementor-element.elementor-element-469ca89 .elementor-button-content-wrapper {
	flex-direction: row;
}

.elementor-location-header:before, .elementor-location-footer:before {
	content: "";
	display: table;
	clear: both;
}

@media (min-width:425px) {
	.elementor-96 .elementor-element.elementor-element-92b9eca {
		--content-width: 1400px;
	}
	
	.elementor-96 .elementor-element.elementor-element-a644a63 {
		--width: 20%;
	}
	
	.elementor-96 .elementor-element.elementor-element-a7d1782 {
		--width: 15%;
	}
	
	.elementor-96 .elementor-element.elementor-element-b49b12f {
		--width: 19%;
	}
	
	.elementor-96 .elementor-element.elementor-element-7517af3 {
		--width: 26%;
	}
	
	.elementor-96 .elementor-element.elementor-element-f38bf7b {
		--width: 19%;
	}
	
	.elementor-96 .elementor-element.elementor-element-d8db561 {
		--content-width: 1200px;
	}
	
	.elementor-96 .elementor-element.elementor-element-ae1729e {
		--width: 38.069%;
	}
	
	.elementor-96 .elementor-element.elementor-element-4d6bf15 {
		--width: 33.76%;
	}
	
	.elementor-96 .elementor-element.elementor-element-e9e4244 {
		--width: 27.808%;
	}
}

@media (max-width:1440px) and (min-width:425px) {
	.elementor-96 .elementor-element.elementor-element-92b9eca {
		--content-width: 1500px;
	}
	
	.elementor-96 .elementor-element.elementor-element-a644a63 {
		--width: 22%;
	}
	
	.elementor-96 .elementor-element.elementor-element-a7d1782 {
		--width: 15%;
	}
	
	.elementor-96 .elementor-element.elementor-element-f38bf7b {
		--width: 15%;
	}
	
	.elementor-96 .elementor-element.elementor-element-d8db561 {
		--content-width: 900px;
	}
	
	.elementor-96 .elementor-element.elementor-element-4d6bf15 {
		--width: 36%;
	}
	
	.elementor-96 .elementor-element.elementor-element-bbd7352 {
		--content-width: 900px;
	}
}

@media (max-width:1024px) and (min-width:425px) {
	.elementor-96 .elementor-element.elementor-element-a644a63 {
		--width: 100%;
	}
	
	.elementor-96 .elementor-element.elementor-element-a7d1782 {
		--width: 50%;
	}
	
	.elementor-96 .elementor-element.elementor-element-b49b12f {
		--width: 50%;
	}
	
	.elementor-96 .elementor-element.elementor-element-7517af3 {
		--width: 50%;
	}
	
	.elementor-96 .elementor-element.elementor-element-f38bf7b {
		--width: 50%;
	}
}

@media (max-width:1440px) {
	.elementor-96 .elementor-element.elementor-element-92b9eca {
		--align-items: center;
		--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	}
	
	.elementor-96 .elementor-element.elementor-element-a644a63 {
		--padding-top: 0px;
		--padding-bottom: 0px;
		--padding-left: 0px;
		--padding-right: 0px;
	}
}

@media (max-width:1024px) {
	.elementor-96 .elementor-element.elementor-element-92b9eca {
		--padding-top: 50px;
		--padding-bottom: 50px;
		--padding-left: 20px;
		--padding-right: 20px;
	}
	
	.elementor-96 .elementor-element.elementor-element-a644a63 {
		--margin-top: 0%;
		--margin-bottom: 0%;
		--margin-left: 0%;
		--margin-right: 0%;
		--padding-top: 0px;
		--padding-bottom: 50px;
		--padding-left: 0px;
		--padding-right: 0px;
	}
	
	.elementor-96 .elementor-element.elementor-element-e8f17bb>.elementor-widget-container {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	
	.elementor-96 .elementor-element.elementor-element-e8f17bb {
		text-align: center;
	}
	
	.elementor-96 .elementor-element.elementor-element-95d2c2b .elementor-widget-container {
		text-align: center;
	}
	
	.elementor-96 .elementor-element.elementor-element-a7d1782 {
		--justify-content: flex-start;
		--margin-top: 0px;
		--margin-bottom: 0px;
		--margin-left: 0px;
		--margin-right: 0px;
		--padding-top: 0px;
		--padding-bottom: 0px;
		--padding-left: 0px;
		--padding-right: 0px;
	}
	
	.elementor-96 .elementor-element.elementor-element-df64c04>.elementor-widget-container {
		padding: 10px 0 0 0;
	}
	
	.elementor-96 .elementor-element.elementor-element-df64c04 {
		text-align: center;
	}
	
	.elementor-96 .elementor-element.elementor-element-1158c0d .elementor-icon-list-item>.elementor-icon-list-text, .elementor-96 .elementor-element.elementor-element-1158c0d .elementor-icon-list-item>a {
		font-size: 13px;
	}
	
	.elementor-96 .elementor-element.elementor-element-6664298>.elementor-widget-container {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	
	.elementor-96 .elementor-element.elementor-element-6664298 {
		text-align: center;
	}
	
	.elementor-96 .elementor-element.elementor-element-cf5f8e3 .elementor-icon-list-item>.elementor-icon-list-text, .elementor-96 .elementor-element.elementor-element-cf5f8e3 .elementor-icon-list-item>a {
		font-size: 13px;
	}
	
	.elementor-96 .elementor-element.elementor-element-108361c>.elementor-widget-container {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	
	.elementor-96 .elementor-element.elementor-element-108361c {
		text-align: center;
	}
	
	.elementor-96 .elementor-element.elementor-element-e6bdf3a .elementor-icon-list-item>.elementor-icon-list-text, .elementor-96 .elementor-element.elementor-element-e6bdf3a .elementor-icon-list-item>a {
		font-size: 13px;
	}
	
	.elementor-96 .elementor-element.elementor-element-99cbe5b .elementor-icon-list-item>.elementor-icon-list-text, .elementor-96 .elementor-element.elementor-element-99cbe5b .elementor-icon-list-item>a {
		font-size: 13px;
	}
	
	.elementor-96 .elementor-element.elementor-element-54286a2 .elementor-icon-list-item>.elementor-icon-list-text, .elementor-96 .elementor-element.elementor-element-54286a2 .elementor-icon-list-item>a {
		font-size: 13px;
	}
	
	.elementor-96 .elementor-element.elementor-element-943d6f7 {
		text-align: center;
	}
	
	.elementor-96 .elementor-element.elementor-element-8b88abd {
		--e-icon-list-icon-size: 12px;
	}
	
	.elementor-96 .elementor-element.elementor-element-8b88abd .elementor-icon-list-item>.elementor-icon-list-text, .elementor-96 .elementor-element.elementor-element-8b88abd .elementor-icon-list-item>a {
		font-size: 14px;
	}
	
	.elementor-96 .elementor-element.elementor-element-d8db561 {
		--padding-top: 10px;
		--padding-bottom: 10px;
		--padding-left: 20px;
		--padding-right: 20px;
	}
	
	.elementor-96 .elementor-element.elementor-element-8715db0 .elementor-icon-list-item>.elementor-icon-list-text, .elementor-96 .elementor-element.elementor-element-8715db0 .elementor-icon-list-item>a {
		font-size: 13px;
	}
	
	.elementor-96 .elementor-element.elementor-element-469ca89 .elementor-button {
		font-size: 30px;
	}
}

@media (max-width:424px) {
	.elementor-96 .elementor-element.elementor-element-92b9eca {
		--padding-top: 35px;
		--padding-bottom: 35px;
		--padding-left: 20px;
		--padding-right: 20px;
	}
	
	.elementor-96 .elementor-element.elementor-element-a644a63 {
		--margin-top: 0px;
		--margin-bottom: 50px;
		--margin-left: 0px;
		--margin-right: 0px;
		--padding-top: 0px;
		--padding-bottom: 0px;
		--padding-left: 0px;
		--padding-right: 0px;
	}
	
	.elementor-96 .elementor-element.elementor-element-59a80c2 {
		text-align: start;
	}
	
	.elementor-96 .elementor-element.elementor-element-95d2c2b .elementor-widget-container {
		text-align: center;
	}
	
	.elementor-96 .elementor-element.elementor-element-a7d1782 {
		--width: 100%;
		--padding-top: 0px;
		--padding-bottom: 30px;
		--padding-left: 0px;
		--padding-right: 0px;
	}
	
	.elementor-96 .elementor-element.elementor-element-df64c04 {
		text-align: center;
	}
	
	.elementor-96 .elementor-element.elementor-element-1158c0d>.elementor-widget-container {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	
	.elementor-96 .elementor-element.elementor-element-1158c0d .elementor-icon-list-item>.elementor-icon-list-text, .elementor-96 .elementor-element.elementor-element-1158c0d .elementor-icon-list-item>a {
		font-size: 13px;
	}
	
	.elementor-96 .elementor-element.elementor-element-b49b12f {
		--width: 100%;
		--padding-top: 0px;
		--padding-bottom: 30px;
		--padding-left: 0px;
		--padding-right: 0px;
	}
	
	.elementor-96 .elementor-element.elementor-element-6664298 {
		text-align: center;
	}
	
	.elementor-96 .elementor-element.elementor-element-cf5f8e3 .elementor-icon-list-item>.elementor-icon-list-text, .elementor-96 .elementor-element.elementor-element-cf5f8e3 .elementor-icon-list-item>a {
		font-size: 13px;
	}
	
	.elementor-96 .elementor-element.elementor-element-7517af3 {
		--width: 100%;
		--padding-top: 0px;
		--padding-bottom: 30px;
		--padding-left: 0px;
		--padding-right: 0px;
	}
	
	.elementor-96 .elementor-element.elementor-element-108361c {
		text-align: center;
	}
	
	.elementor-96 .elementor-element.elementor-element-e6bdf3a .elementor-icon-list-item>.elementor-icon-list-text, .elementor-96 .elementor-element.elementor-element-e6bdf3a .elementor-icon-list-item>a {
		font-size: 13px;
	}
	
	.elementor-96 .elementor-element.elementor-element-99cbe5b .elementor-icon-list-item>.elementor-icon-list-text, .elementor-96 .elementor-element.elementor-element-99cbe5b .elementor-icon-list-item>a {
		font-size: 13px;
	}
	
	.elementor-96 .elementor-element.elementor-element-54286a2 {
		width: var(--container-widget-width, 87.188px);
		max-width: 87.188px;
		--container-widget-width: 87.188px;
		--container-widget-flex-grow: 0;
	}
	
	.elementor-96 .elementor-element.elementor-element-54286a2 .elementor-icon-list-item>.elementor-icon-list-text, .elementor-96 .elementor-element.elementor-element-54286a2 .elementor-icon-list-item>a {
		font-size: 13px;
	}
	
	.elementor-96 .elementor-element.elementor-element-f38bf7b {
		--width: 100%;
		--padding-top: 0px;
		--padding-bottom: 0px;
		--padding-left: 0px;
		--padding-right: 0px;
	}
	
	.elementor-96 .elementor-element.elementor-element-943d6f7 {
		text-align: center;
	}
	
	.elementor-96 .elementor-element.elementor-element-6516cca {
		text-align: center;
	}
	
	.elementor-96 .elementor-element.elementor-element-6516cca img {
		width: 46%;
	}
	
	.elementor-96 .elementor-element.elementor-element-d8db561 {
		--padding-top: 30px;
		--padding-bottom: 20px;
		--padding-left: 20px;
		--padding-right: 20px;
	}
	
	.elementor-96 .elementor-element.elementor-element-ae1729e {
		--margin-top: 0px;
		--margin-bottom: 0px;
		--margin-left: 0px;
		--margin-right: 0px;
		--padding-top: 0px;
		--padding-bottom: 0px;
		--padding-left: 0px;
		--padding-right: 0px;
	}
	
	.elementor-96 .elementor-element.elementor-element-49f6247 {
		text-align: center;
	}
	
	.elementor-96 .elementor-element.elementor-element-4d6bf15 {
		--margin-top: 0px;
		--margin-bottom: 0px;
		--margin-left: 0px;
		--margin-right: 0px;
		--padding-top: 0px;
		--padding-bottom: 0px;
		--padding-left: 0px;
		--padding-right: 0px;
	}
	
	.elementor-96 .elementor-element.elementor-element-8715db0 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
		padding-block-end: calc(16px / 2);
	}
	
	.elementor-96 .elementor-element.elementor-element-8715db0 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
		margin-block-start: calc(16px / 2);
	}
	
	.elementor-96 .elementor-element.elementor-element-8715db0 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
		margin-inline: calc(16px / 2);
	}
	
	.elementor-96 .elementor-element.elementor-element-8715db0 .elementor-icon-list-items.elementor-inline-items {
		margin-inline: calc(-16px / 2);
	}
	
	.elementor-96 .elementor-element.elementor-element-8715db0 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
		inset-inline-end: calc(-16px / 2);
	}
	
	.elementor-96 .elementor-element.elementor-element-8715db0 .elementor-icon-list-item>.elementor-icon-list-text, .elementor-96 .elementor-element.elementor-element-8715db0 .elementor-icon-list-item>a {
		font-size: 13px;
	}
	
	.elementor-96 .elementor-element.elementor-element-469ca89 .elementor-button {
		font-size: 23px;
	}
}

.cmplz-cookiebanner {
	box-sizing: border-box;
}

:root {
	--cmplz_banner_width: 526px;
	--cmplz_banner_background_color: #fff;
	--cmplz_banner_border_color: #f2f2f2;
	--cmplz_banner_border_width: 0px 0px 0px 0px;
	--cmplz_banner_border_radius: 12px 12px 12px 12px;
	--cmplz_banner_margin: 10px;
	--cmplz_categories-height: 163px;
	--cmplz_title_font_size: 15px;
	--cmplz_text_line_height: calc(var(--cmplz_text_font_size) * 1.5);
	--cmplz_text_color: #222;
	--cmplz_hyperlink_color: #1e73be;
	--cmplz_text_font_size: 12px;
	--cmplz_link_font_size: 12px;
	--cmplz_category_body_font_size: 12px;
	--cmplz_button_accept_background_color: #1e73be;
	--cmplz_button_accept_border_color: #1e73be;
	--cmplz_button_accept_text_color: #fff;
	--cmplz_button_deny_background_color: #f9f9f9;
	--cmplz_button_deny_border_color: #f2f2f2;
	--cmplz_button_deny_text_color: #222;
	--cmplz_button_settings_background_color: #f9f9f9;
	--cmplz_button_settings_border_color: #f2f2f2;
	--cmplz_button_settings_text_color: #333;
	--cmplz_button_border_radius: 6px 6px 6px 6px;
	--cmplz_button_font_size: 15px;
	--cmplz_category_header_always_active_color: green;
	--cmplz_category_header_title_font_size: 14px;
	--cmplz_category_header_active_font_size: 12px;
	--cmplz-manage-consent-height: 50px;
	--cmplz-manage-consent-offset: -35px;
	--cmplz_slider_active_color: #1e73be;
	--cmplz_slider_inactive_color: #f56e28;
	--cmplz_slider_bullet_color: #fff;
}

.cmplz-cookiebanner * {
	pointer-events: auto !important;
	user-select: auto !important;
}

#cmplz-manage-consent .cmplz-manage-consent {
	margin: unset;
	z-index: 9998;
	color: var(--cmplz_text_color);
	background-color: var(--cmplz_banner_background_color);
	border-style: solid;
	border-color: var(--cmplz_banner_border_color);
	border-width: var(--cmplz_banner_border_width);
	border-radius: var(--cmplz_banner_border_radius);
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	line-height: initial;
	position: fixed;
	bottom: var(--cmplz-manage-consent-offset);
	min-width: 100px;
	height: var(--cmplz-manage-consent-height);
	right: 40px;
	padding: 15px;
	cursor: pointer;
	animation: mc_slideOut .5s forwards;
}

#cmplz-manage-consent .cmplz-manage-consent:active {
	outline: none;
	border: none;
}

#cmplz-manage-consent .cmplz-manage-consent:hover, #cmplz-manage-consent .cmplz-manage-consent:focus {
	animation: mc_slideIn .5s forwards;
	animation-delay: 0;
}

@-webkit-keyframes mc_slideIn {
	100% {
		bottom: 0;
	}
}

@keyframes mc_slideIn {
	100% {
		bottom: 0;
	}
}

@-webkit-keyframes mc_slideOut {
	100% {
		bottom: var(--cmplz-manage-consent-offset);
	}
}

@keyframes mc_slideOut {
	100% {
		bottom: var(--cmplz-manage-consent-offset);
	}
}

@media (max-width:425px) {
	.cmplz-cookiebanner .cmplz-header .cmplz-title {
		display: none;
	}
}

.cmplz-cookiebanner {
	max-height: calc(100vh - 20px);
	overflow-y: auto;
	position: fixed;
	height: auto;
	left: 50%;
	top: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	grid-template-rows: minmax(0, 1fr);
	z-index: 99999;
	background: var(--cmplz_banner_background_color);
}

.cmplz-cookiebanner a {
	transition: initial;
}

.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn.tcf {
	display: none;
}

.cmplz-cookiebanner .cmplz-body {
	width: 100%;
	grid-column: span 3;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 55vh;
}

.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-track {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0);
	background-color: rgba(255, 255, 255, 0);
}

.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar {
	width: 5px;
	background-color: rgba(255, 255, 255, 0);
}

.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-thumb {
	background-color: var(--cmplz_button_accept_background_color);
	border-radius: 10px;
}

@media (min-width:350px) {
	.cmplz-cookiebanner .cmplz-body {
		min-width: 300px;
	}
}

@media (max-height:400px) {
	.cmplz-cookiebanner {
		height: calc(100vh - 20px);
		display: flex;
		flex-direction: column;
		overflow: hidden;
		gap: 1px;
		grid-row-gap: 1px;
		padding: 7px 12px !important;
		zoom: .6;
	}
	
	.cmplz-cookiebanner .cmplz-body {
		flex: 1;
		min-height: 0;
		overflow-y: auto;
		max-height: none;
		margin-top: 15px !important;
	}
	
	.cmplz-cookiebanner .cmplz-header, .cmplz-cookiebanner .cmplz-divider, .cmplz-cookiebanner .cmplz-links, .cmplz-cookiebanner .cmplz-buttons, .cmplz-cookiebanner .cmplz-documents {
		flex-shrink: 0;
	}
	
	.cmplz-cookiebanner .cmplz-header {
		margin-bottom: 15px !important;
		max-height: 10px;
	}
	
	.cmplz-close {
		zoom: .6 !important;
	}
	
	.cmplz-cookiebanner .cmplz-buttons {
		gap: 1px !important;
	}
	
	.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
		height: 15vh !important;
		min-height: unset !important;
		padding: 0 !important;
		white-space: nowrap !important;
		font-size: 1.1rem !important;
		line-height: 14px !important;
		zoom: .5 !important;
	}
	
	.cmplz-cookiebanner .cmplz-documents, .cmplz-cookiebanner .cmplz-information {
		zoom: .5 !important;
	}
}

@media (max-height:400px) and (max-width:768px) {
	.cmplz-cookiebanner {
		gap: 1px;
	}
}

.cmplz-cookiebanner {
	border-style: solid;
	border-color: var(--cmplz_banner_border_color);
	border-width: var(--cmplz_banner_border_width);
	border-radius: var(--cmplz_banner_border_radius);
	padding: 15px 20px;
	display: grid;
	grid-gap: 10px;
}

.cmplz-cookiebanner .cmplz-divider {
	margin-left: -20px;
	margin-right: -20px;
}

.cmplz-cookiebanner .cmplz-header {
	grid-template-columns: 100px 1fr 100px;
	align-items: center;
	display: grid;
	grid-column: span 3;
}

@media (max-width:399px) {
	.cmplz-cookiebanner .cmplz-header {
		grid-template-columns: auto 1fr auto;
	}
}

.cmplz-cookiebanner .cmplz-logo svg {
	max-height: 35px;
	width: inherit;
}

.cmplz-cookiebanner .cmplz-logo img {
	max-height: 40px;
	width: inherit;
}

.cmplz-cookiebanner .cmplz-title {
	justify-self: center;
	grid-column-start: 2;
	font-size: var(--cmplz_title_font_size);
	color: var(--cmplz_text_color);
	font-weight: 500;
}

.cmplz-cookiebanner .cmplz-close {
	line-height: 20px;
	justify-self: end;
	grid-column-start: 3;
	font-size: 20px;
	cursor: pointer;
	width: 20px;
	height: 20px;
	color: var(--cmplz_text_color);
}

.cmplz-cookiebanner .cmplz-close svg {
	width: 20px;
	height: 20px;
}

.cmplz-cookiebanner .cmplz-close:hover {
	text-decoration: none;
	line-height: initial;
	font-size: 18px;
}

.cmplz-cookiebanner .cmplz-message {
	word-wrap: break-word;
	font-size: var(--cmplz_text_font_size);
	line-height: var(--cmplz_text_line_height);
	color: var(--cmplz_text_color);
	margin-bottom: 5px;
}

.cmplz-cookiebanner .cmplz-message a {
	color: var(--cmplz_hyperlink_color);
}

.cmplz-cookiebanner .cmplz-message, .cmplz-cookiebanner .cmplz-categories, .cmplz-cookiebanner .cmplz-links, .cmplz-cookiebanner .cmplz-buttons, .cmplz-cookiebanner .cmplz-divider {
	grid-column: span 3;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category {
	background-color: rgba(239, 239, 239, .5);
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category:not(:last-child) {
	margin-bottom: 10px;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header {
	display: grid;
	grid-template-columns: 1fr auto 15px;
	grid-template-rows: minmax(0, 1fr);
	align-items: center;
	grid-gap: 10px;
	padding: 10px;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title {
	font-weight: 500;
	grid-column-start: 1;
	justify-self: start;
	font-size: var(--cmplz_category_header_title_font_size);
	color: var(--cmplz_text_color);
	margin: 0;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
	font-size: var(--cmplz_category_header_active_font_size);
	font-weight: 500;
	color: var(--cmplz_category_header_always_active_color);
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active label {
	display: none;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox {
	display: flex;
	align-items: center;
	margin: 0;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox input[data-category=cmplz_functional] {
	display: none;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	grid-column-start: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	color: inherit;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open {
	cursor: pointer;
	content: "";
	transform: rotate(0deg);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	background-size: cover;
	height: 18px;
	width: 18px;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description {
	font-size: var(--cmplz_category_body_font_size);
	color: var(--cmplz_text_color);
	margin: 0;
	max-width: 100%;
	padding: 10px;
}

@media (max-width:425px) {
	.cmplz-cookiebanner .cmplz-category .cmplz-category-header {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width:425px) {
	.cmplz-cookiebanner .cmplz-message {
		margin-right: 5px;
	}
}

.cmplz-cookiebanner .cmplz-buttons {
	display: flex;
	gap: var(--cmplz_banner_margin);
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
	min-height: 45px;
	padding: 10px;
	margin: initial;
	width: 100%;
	white-space: nowrap;
	border-radius: var(--cmplz_button_border_radius);
	cursor: pointer;
	font-size: var(--cmplz_button_font_size);
	font-weight: 500;
	text-decoration: none;
	line-height: 20px;
	text-align: center;
	flex: initial;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover {
	text-decoration: none;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
	background-color: var(--cmplz_button_accept_background_color);
	border: 1px solid var(--cmplz_button_accept_border_color);
	color: var(--cmplz_button_accept_text_color);
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny {
	background-color: var(--cmplz_button_deny_background_color);
	border: 1px solid var(--cmplz_button_deny_border_color);
	color: var(--cmplz_button_deny_text_color);
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences {
	background-color: var(--cmplz_button_settings_background_color);
	border: 1px solid var(--cmplz_button_settings_border_color);
	color: var(--cmplz_button_settings_text_color);
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences {
	background-color: var(--cmplz_button_settings_background_color);
	border: 1px solid var(--cmplz_button_settings_border_color);
	color: var(--cmplz_button_settings_text_color);
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-manage-options {
	background-color: var(--cmplz_button_settings_background_color);
	border: 1px solid var(--cmplz_button_settings_border_color);
	color: var(--cmplz_button_settings_text_color);
}

.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: initial;
}

@media (max-width:425px) {
	.cmplz-cookiebanner .cmplz-links.cmplz-information {
		display: initial;
		text-align: center;
	}
}

.cmplz-cookiebanner .cmplz-links {
	display: flex;
	gap: var(--cmplz_banner_margin);
}

.cmplz-cookiebanner .cmplz-links.cmplz-information {
	justify-content: space-between;
}

.cmplz-cookiebanner .cmplz-links.cmplz-documents {
	justify-content: center;
}

.cmplz-cookiebanner .cmplz-links .cmplz-link {
	color: var(--cmplz_hyperlink_color);
	font-size: var(--cmplz_link_font_size);
	text-decoration: underline;
	margin: 0;
}

.cmplz-cookiebanner .cmplz-links .cmplz-link.cmplz-read-more-purposes {
	display: none;
}

.cmplz-cookiebanner .cmplz-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: var(--cmplz_banner_margin);
	justify-content: center;
}

.cmplz-categories .cmplz-category .cmplz-description-statistics-anonymous {
	display: none;
}

.cmplz-categories .cmplz-category .cmplz-description-statistics {
	display: block;
}

.cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	grid-column-start: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	color: inherit;
}

.cmplz-categories .cmplz-category .cmplz-category-toggle[aria-expanded="true"] .cmplz-icon.cmplz-open {
	transform: rotate(180deg);
}

.cmplz-categories, .cmplz-tcf-categories, .cmplz-link.cmplz-manage-options, .cmplz-manage-vendors, .cmplz-manage-third-parties, .cmplz-read-more, .cmplz-deny, .cmplz-view-preferences, .cmplz-save-preferences, .cmplz-btn.cmplz-manage-options {
	display: none;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
	margin-bottom: 0;
}

.cmplz-cookiebanner {
	top: initial;
	left: initial;
	right: 10px;
	bottom: 10px;
	transform: initial;
}

@media (min-width:768px) {
	.cmplz-cookiebanner {
		min-width: var(--cmplz_banner_width);
		max-width: 100%;
		display: grid;
		grid-row-gap: 10px;
	}
}

@media (max-width:768px) {
	.cmplz-cookiebanner {
		left: initial;
		right: initial;
		bottom: 0;
		width: 100%;
	}
	
	.cmplz-cookiebanner .cmplz-buttons {
		flex-direction: column;
	}
}

@media (min-width:768px) {
	.cmplz-message, .cmplz-categories {
		width: calc(var(--cmplz_banner_width) - 42px);
	}
}

.cmplz-cookiebanner .cmplz-categories, .cmplz-cookiebanner .cmplz-save-preferences, .cmplz-cookiebanner .cmplz-link.cmplz-manage-options, .cmplz-cookiebanner .cmplz-manage-vendors, .cmplz-cookiebanner .cmplz-read-more, .cmplz-cookiebanner .cmplz-btn.cmplz-manage-options {
	display: none;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@-ms-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

.cmplz-cookiebanner .cmplz-links.cmplz-information {
	display: none;
}

.cmplz-cookiebanner .cmplz-preferences, .cmplz-manage-consent-container .cmplz-preferences {
	display: none;
}

@media (max-width:768px) {
	#cmplz-manage-consent .cmplz-manage-consent {
		display: none;
	}
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox {
	position: relative;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox {
	opacity: 0;
	margin: 0;
	margin-top: -10px;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 40px;
	height: 20px;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:focus+.cmplz-label:before {
	box-shadow: 0 0 0 2px #245fcc;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked+.cmplz-label::before {
	display: block;
	background-color: var(--cmplz_slider_active_color);
	content: "";
	padding-left: 6px;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked+.cmplz-label:after {
	left: 14px;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label {
	position: relative;
	padding-left: 30px;
	margin: 0;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before, .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after {
	box-sizing: border-box;
	position: absolute;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	transition: background-color .3s, left .3s;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before {
	display: block;
	content: "";
	color: #fff;
	box-sizing: border-box;
	font-family: "FontAwesome", sans-serif;
	padding-left: 23px;
	font-size: 12px;
	line-height: 20px;
	background-color: var(--cmplz_slider_inactive_color);
	left: 0;
	top: -7px;
	height: 15px;
	width: 28px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after {
	display: block;
	content: "";
	letter-spacing: 20px;
	background: var(--cmplz_slider_bullet_color);
	left: 4px;
	top: -5px;
	height: 11px;
	width: 11px;
}

.cmplz-cookiebanner {
	box-shadow: rgba(0, 0, 0, .19) 0 10px 20px, rgba(0, 0, 0, .23) 0 6px 6px;
}

#cmplz-manage-consent .cmplz-manage-consent {
	box-shadow: rgba(0, 0, 0, .19) 0 10px 20px, rgba(0, 0, 0, .23) 0 6px 6px;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 100;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 100;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 100;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2") format("woff2");
	unicode-range: U+1F00-1FFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 100;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2") format("woff2");
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 100;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2") format("woff2");
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 100;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2") format("woff2");
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 100;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 100;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 100;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 200;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 200;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 200;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2") format("woff2");
	unicode-range: U+1F00-1FFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 200;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2") format("woff2");
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 200;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2") format("woff2");
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 200;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2") format("woff2");
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 200;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 200;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 200;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 300;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 300;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 300;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2") format("woff2");
	unicode-range: U+1F00-1FFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 300;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2") format("woff2");
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 300;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2") format("woff2");
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 300;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2") format("woff2");
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 300;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 300;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 300;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 400;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 400;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 400;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2") format("woff2");
	unicode-range: U+1F00-1FFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 400;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2") format("woff2");
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 400;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2") format("woff2");
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 400;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2") format("woff2");
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 400;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 400;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 400;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 500;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 500;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 500;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2") format("woff2");
	unicode-range: U+1F00-1FFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 500;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2") format("woff2");
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 500;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2") format("woff2");
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 500;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2") format("woff2");
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 500;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 500;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 500;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 600;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 600;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 600;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2") format("woff2");
	unicode-range: U+1F00-1FFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 600;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2") format("woff2");
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 600;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2") format("woff2");
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 600;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2") format("woff2");
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 600;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 600;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 600;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 700;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 700;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 700;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2") format("woff2");
	unicode-range: U+1F00-1FFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 700;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2") format("woff2");
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 700;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2") format("woff2");
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 700;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2") format("woff2");
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 700;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 700;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 700;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 800;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 800;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 800;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2") format("woff2");
	unicode-range: U+1F00-1FFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 800;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2") format("woff2");
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 800;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2") format("woff2");
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 800;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2") format("woff2");
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 800;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 800;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 800;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 900;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 900;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 900;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2") format("woff2");
	unicode-range: U+1F00-1FFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 900;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2") format("woff2");
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 900;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2") format("woff2");
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 900;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2") format("woff2");
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 900;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 900;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 900;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 100;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 100;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 100;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2") format("woff2");
	unicode-range: U+1F00-1FFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 100;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2") format("woff2");
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 100;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2") format("woff2");
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 100;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2") format("woff2");
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 100;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 100;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 100;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 200;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 200;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 200;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2") format("woff2");
	unicode-range: U+1F00-1FFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 200;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2") format("woff2");
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 200;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2") format("woff2");
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 200;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2") format("woff2");
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 200;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 200;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 200;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2") format("woff2");
	unicode-range: U+1F00-1FFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2") format("woff2");
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2") format("woff2");
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2") format("woff2");
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2") format("woff2");
	unicode-range: U+1F00-1FFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2") format("woff2");
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2") format("woff2");
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2") format("woff2");
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 500;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 500;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 500;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2") format("woff2");
	unicode-range: U+1F00-1FFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 500;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2") format("woff2");
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 500;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2") format("woff2");
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 500;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2") format("woff2");
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 500;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 500;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 500;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 600;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 600;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 600;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2") format("woff2");
	unicode-range: U+1F00-1FFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 600;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2") format("woff2");
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 600;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2") format("woff2");
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 600;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2") format("woff2");
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 600;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 600;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 600;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2") format("woff2");
	unicode-range: U+1F00-1FFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2") format("woff2");
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2") format("woff2");
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2") format("woff2");
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 800;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 800;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 800;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2") format("woff2");
	unicode-range: U+1F00-1FFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 800;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2") format("woff2");
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 800;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2") format("woff2");
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 800;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2") format("woff2");
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 800;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 800;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 800;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 900;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 900;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 900;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2") format("woff2");
	unicode-range: U+1F00-1FFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 900;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2") format("woff2");
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 900;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2") format("woff2");
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 900;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2") format("woff2");
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 900;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 900;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 900;
	font-stretch: 100%;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 100;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 100;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 100;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2") format("woff2");
	unicode-range: U+1F00-1FFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 100;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2") format("woff2");
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 100;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 100;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 100;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 200;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 200;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 200;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2") format("woff2");
	unicode-range: U+1F00-1FFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 200;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2") format("woff2");
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 200;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 200;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 200;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 300;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 300;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 300;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2") format("woff2");
	unicode-range: U+1F00-1FFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 300;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2") format("woff2");
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 300;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 300;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 300;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 400;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 400;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 400;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2") format("woff2");
	unicode-range: U+1F00-1FFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 400;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2") format("woff2");
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 400;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 400;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 400;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 500;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 500;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 500;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2") format("woff2");
	unicode-range: U+1F00-1FFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 500;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2") format("woff2");
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 500;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 500;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 500;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 600;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 600;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 600;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2") format("woff2");
	unicode-range: U+1F00-1FFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 600;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2") format("woff2");
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 600;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 600;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 600;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 700;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 700;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 700;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2") format("woff2");
	unicode-range: U+1F00-1FFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 700;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2") format("woff2");
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 700;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 700;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 700;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 800;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 800;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 800;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2") format("woff2");
	unicode-range: U+1F00-1FFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 800;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2") format("woff2");
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 800;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 800;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 800;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 900;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 900;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 900;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2") format("woff2");
	unicode-range: U+1F00-1FFF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 900;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2") format("woff2");
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 900;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 900;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 900;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Belgrano";
	font-style: normal;
	font-weight: 400;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/belgrano-55xvey5tm9rwkwrjzfmcglg.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	font-style: italic;
	font-weight: 100;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxiayp8kv8jhgfvrjjlme0tmmpkzsq.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	font-style: italic;
	font-weight: 100;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxiayp8kv8jhgfvrjjlme0tcmpi.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	font-style: italic;
	font-weight: 200;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlmv1pvgdeoceg.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	font-style: italic;
	font-weight: 200;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlmv1pvf9eo.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	font-style: italic;
	font-weight: 300;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlm21lvgdeoceg.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	font-style: italic;
	font-weight: 300;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlm21lvf9eo.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	font-style: italic;
	font-weight: 400;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxigyp8kv8jhgfvrjjlufntakpy.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	font-style: italic;
	font-weight: 400;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxigyp8kv8jhgfvrjjluchta.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	font-style: italic;
	font-weight: 500;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlmg1hvgdeoceg.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	font-style: italic;
	font-weight: 500;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlmg1hvf9eo.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	font-style: italic;
	font-weight: 600;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlmr19vgdeoceg.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	font-style: italic;
	font-weight: 600;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlmr19vf9eo.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	font-style: italic;
	font-weight: 700;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlmy15vgdeoceg.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	font-style: italic;
	font-weight: 700;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlmy15vf9eo.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	font-style: italic;
	font-weight: 800;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlm111vgdeoceg.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	font-style: italic;
	font-weight: 800;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlm111vf9eo.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	font-style: italic;
	font-weight: 900;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlm81xvgdeoceg.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	font-style: italic;
	font-weight: 900;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlm81xvf9eo.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 100;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxigyp8kv8jhgfvrlptufntakpy.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 100;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxigyp8kv8jhgfvrlptuchta.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 200;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlfj_z1jlfc-k.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 200;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlfj_z1xlfq.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 300;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrldz8z1jlfc-k.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 300;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrldz8z1xlfq.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 400;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxieyp8kv8jhgfvrjjnecmne.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 400;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxieyp8kv8jhgfvrjjfecg.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 500;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlgt9z1jlfc-k.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 500;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlgt9z1xlfq.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 600;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlej6z1jlfc-k.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 600;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlej6z1xlfq.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 700;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlcz7z1jlfc-k.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 700;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlcz7z1xlfq.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 800;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrldd4z1jlfc-k.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 800;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrldd4z1xlfq.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 900;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlbt5z1jlfc-k.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 900;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlbt5z1xlfq.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 100;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 100;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 100;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 100;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 100;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 200;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 200;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 200;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 200;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 200;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 300;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 300;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 300;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 300;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 300;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 400;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 400;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 400;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 400;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 400;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 500;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 500;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 500;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 500;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 500;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 600;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 600;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 600;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 600;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 600;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 700;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 700;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 700;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 700;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 700;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 800;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 800;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 800;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 800;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 800;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 900;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 900;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 900;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 900;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 900;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 100;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 100;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 100;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 100;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 100;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 200;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 200;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 200;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 200;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 200;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 300;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 300;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 300;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 300;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 300;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 600;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 600;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 600;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 600;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 600;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 800;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 800;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 800;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 800;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 800;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 900;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2") format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 900;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 900;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 900;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 900;
	src: url("https://www.fairfieldcountydeckbuilders.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

.cmplz-hidden {
	display: none !important;
}

.topbar-review {
	background: #a37c4d;
	color: #fff;
	text-align: center;
	padding: 8px;
}

.stars {
	color: #ffc107;
	margin-right: 6px;
}

[data-elementor-type=popup] .elementor-section-wrap:not(:empty)+#elementor-add-new-section, [data-elementor-type=popup]:not(.elementor-edit-area) {
	display: none;
}

.elementor-popup-modal .dialog-close-button svg {
	fill: #1f2124;
	height: 1em;
	width: 1em;
}