:root{
	--charcoal: #4D4E56;
	--warm-white: #ECEAE3;
	--stone: rgba(199,196,188);
	--heading: clamp(2.625rem, 1.5vw + 1.5rem, 3.5rem);
	--intro: clamp(1.8rem, 0.75vw + 0.75rem, 3rem);
	--medium-heading: clamp(1.25rem, 1vw + 1rem, 1.5rem);
	--body: clamp(1rem, 0.75vw + 0.75rem, 1.125rem);
	--nav: clamp(0.875rem, 0.6vw + 0.6rem, 1rem);
}

@media only screen and (max-width:820px) {
	:root {
		--intro: 24px;
		--heading: 32px;
	}
}
@media only screen and (max-width:600px) {
	:root {
		--intro: 18px;
	}
}

/*--- Padding ---*/
.paddingpage {padding: 20vh 5vw 10vw 5vw;}
.paddingall {padding: 10vh 5vw;}
.paddingtop {padding: 10vh 0 0 0;}
.paddingbottom {padding: 0 0 10vh 0;}
.paddingsides {padding: 0 5vw 0 5vw;}
.paddingsidesbottom {padding: 0 5vw 10vh 5vw;}
.paddingsidestop {padding: 10vh 5vw 0 5vw;}
.paddingtopbottom {padding: 10vh 0 10vh 0;}

@media only screen and (max-width: 900px) {
	.paddingpage {padding: 14rem 4rem 6rem 4rem;}
	.paddingall {padding: 6rem 4rem;}
	.paddingtop {padding: 6rem 0 0 0;}
	.paddingbottom {padding: 0 0 6rem 0;}
	.paddingsides {padding: 0 4rem 0 4rem;}
	.paddingsidesbottom {padding: 0 4rem 6rem 4rem;}
	.paddingsidestop {padding: 6rem 4rem 0 4rem;}
	.paddingtopbottom {padding: 6rem 0 6rem 0;}
}
@media only screen and (max-width: 600px) {
	.paddingpage {padding: 12rem 2rem 4rem 2rem;}
	.paddingall {padding: 4rem 2rem;}
	.paddingtop {padding: 4rem 0 0 0;}
	.paddingbottom {padding: 0 0 4rem 0;}
	.paddingsides {padding: 0 2rem 0 2rem;}
	.paddingsidesbottom {padding: 0 2rem 4rem 2rem;}
	.paddingsidestop {padding: 4rem 2rem 0 2rem;}
	.paddingtopbottom {padding: 4rem 0 4rem 0;}
}

/*--- Fonts ---*/

.serif  {
	font-family: "ivypresto-display", serif;
	font-weight: 300;
	font-style: normal;
}

.serif-italic {
	font-family: "ivypresto-display", serif;
	font-weight: 200;
	font-style: italic;
}

#content h1,
#content h2,
#content h3,
#content h4,
#intro.charcoal-bg h2,
#intro.charcoal-bg-borders h2,
address,
.sans-serif,
.sans-serif-light {
	font-family: "Helvetica Neue";
	font-weight: 300;
	font-style: normal;
}

#content p,
#content p a,
#gform_1 label,
#gform_1 legend,
#intro.charcoal-bg p,
#intro.charcoal-bg-borders p,
.sans-serif-regular {
	font-family: "Helvetica Neue";
	font-weight: 400;
}

address {
	font-style: normal;
	margin: 0 0 0em;
}

.sans-serif-bold {
	font-family: "Helvetica Neue";
	font-weight: 700;
}

#content h1,
.heading {
	font-size: var(--heading);
}

.intro,
#intro.charcoal-bg-borders h2,
#intro.charcoal-bg h2 {
	font-size: var(--intro);
}

#content h2,
#content h3,
#content h4,
#content h5,
.medheading { 
	font-size: var(--medium-heading);
}

#content p,
#content ul,
#content ol,
address,
.nav {
	font-size: var(--nav);
}

#content h2,
#content h3,
#content h4,
#content h5 {margin-block-end: 0em;}

#intro.charcoal-bg p,
#intro.charcoal-bg-borders p,
.body {font-size: var(--body);}

#gform_1 label,
#gform_1 legend {
	font-size: var(--nav);
	text-transform: uppercase;
	letter-spacing: 0.1vw;
}
.kicker {
	font-size: var(--body);
	text-transform: uppercase;
	letter-spacing: 0.1vw;
}

.text
{
  font-size: 5em;
}

.lineParent
{
  overflow: hidden;
  max-width: max-content;
}

.mask
{
  overflow: hidden;
}

/*--- Colors ---*/
.charcoal-bg {
	background: var(--charcoal);
}
.charcoal-bg-borders {
	background: rgba(77,78,87,0.8);
}

.white-bg,
.warmwhite-bg {
	background: var(--warm-white);
}

.warm-white,
.charcoal-bg h2,
.charcoal-bg p,
.charcoal-bg p a,
.charcoal-bg p a:visited,
.charcoal-bg p a:focus,
.charcoal-bg h1,
.charcoal-bg ul li,
.charcoal-bg ol li,
.charcoal-bg h3,
.charcoal-bg h4,
.charcoal-bg-borders h2,
.charcoal-bg-borders p,
.charcoal-bg-borders p a,
.charcoal-bg-borders p a:visited,
.charcoal-bg-borders p a:focus,
.charcoal-bg-borders h1,
.charcoal-bg-borders ul li,
.charcoal-bg-bordersol li,
.charcoal-bg-borders h3,
.charcoal-bg-borders h4 {
	color: var(--warm-white);
}

.warmwhite-bg p a,
.charcoal-bg p a {
	text-decoration: underline;
}

.gform_required_legend {display: none;}

.warmwhite-bg h2,
.warmwhite-bg h4,
.warmwhite-bg p,
.warmwhite-bg ul li,
.warmwhite-bg ol li,
.warmwhite-bg p a,
.warmwhite-bg p a:visited,
.warmwhite-bg p a:focus,
.warmwhite-bg h1,
.warmwhite-bg h3,
.charcoal {
	color: var(--charcoal);
}

/*--- Header ---*/
.site-branding {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 4;
	width: 100%;
	transition: 0.5s ease all;
}

.site-branding.default,
.site-branding.light {
	background: transparent;
	transition: 0.5s ease all;
}
.site-branding.dark {
	background: #4D4E56;
	background: -webkit-linear-gradient(0deg,rgba(77, 78, 86, 0) 0%, rgba(77, 78, 86, 1) 100%);
	background: -moz-linear-gradient(0deg,rgba(77, 78, 86, 0) 0%, rgba(77, 78, 86, 1) 100%);
	background: linear-gradient(0deg,rgba(77, 78, 86, 0) 0%, rgba(77, 78, 86, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#4D4E56",
	  endColorstr="#4D4E56",
	  GradientType=0
	);
	height: 200px;
	transition: 0.5s ease all;
}

.site-branding.sticky {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 4;
	width: 100%;
	background: #4D4E56;
	background: -webkit-linear-gradient(0deg,rgba(77, 78, 86, 0) 0%, rgba(77, 78, 86, 0.66) 43%, rgba(77, 78, 86, 1) 100%);
	background: -moz-linear-gradient(0deg,rgba(77, 78, 86, 0) 0%, rgba(77, 78, 86, 0.66) 43%, rgba(77, 78, 86, 1) 100%);
	background: linear-gradient(0deg,rgba(77, 78, 86, 0) 0%, rgba(77, 78, 86, 0.66) 43%, rgba(77, 78, 86, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#4D4E56",
	  endColorstr="#4D4E56",
	  GradientType=0
	);
	height: 200px;
	transition: 0.5s ease all;
}
.site-branding.sticky.has-scrolled {
	background: #ECEAE3;
	background: -webkit-linear-gradient(0deg,rgba(236, 234, 227, 0) 0%, rgba(236, 234, 227, 0.66) 43%, rgba(236, 234, 227, 1) 100%);
	background: -moz-linear-gradient(0deg,rgba(236, 234, 227, 0) 0%, rgba(236, 234, 227, 0.66) 43%, rgba(236, 234, 227, 1) 100%);
	background: linear-gradient(0deg,rgba(236, 234, 227, 0) 0%, rgba(236, 234, 227, 0.66) 43%, rgba(236, 234, 227, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#ECEAE3",
	  endColorstr="#ECEAE3",
	  GradientType=0
	);
	transition: 0.5s ease all;
}

.site-branding.dark .inquireBtn,
.site-branding .inquireBtn,
.site-branding.sticky .inquireBtn {
	position: absolute;
	top: 1rem;
	z-index: 4;
	right: 2rem;
	padding: 0.5rem 2rem;
	color: var(--warm-white);
	border: 1px solid var(--warm-white);
	font-size: var(--nav);
	text-transform: uppercase;
	text-decoration: none;
	transition: 0.3s ease all;
	letter-spacing: 0.1vw !important;
	font-family: "Helvetica Neue";
	font-weight: 400;
}

.site-branding.light .inquireBtn,
.site-branding.sticky.has-scrolled .inquireBtn {
	position: absolute;
	top: 1rem;
	z-index: 4;
	right: 2rem;
	padding: 0.5rem 2rem;
	color: var(--charcoal);
	border: 1px solid var(--charcoal);
	font-size: var(--nav);
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.1vw !important;
}

.site-branding.sticky .inquireBtn:hover,
.site-branding.dark .inquireBtn:hover,
.site-branding.default .inquireBtn:hover {
	background: var(--warm-white);
	color: var(--charcoal);
	border: 1px solid var(--warm-white);
}
.site-branding.sticky.has-scrolled .inquireBtn:hover {
	background: var(--charcoal);
	color: var(--warm-white);
	border: 1px solid var(--charcoal);
}

.site-branding .site-logo,
.site-branding.sticky .site-logo {
	position: absolute;
	max-width: 300px;
	height: auto;
	width: 100%;
	top: 1rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 4;
}

.page-id-11 .site-branding,
.home .site-branding .site-logo {display: none;}
.site-branding.sticky .site-logo {display: block;}

.site-branding .site-logo a  {
	text-decoration: none;
	width: 100%;
	height: auto;
}
.site-branding .site-logo a img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

#preloader {
	position: fixed;
	height: 100vh;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	display: block;
}
@media only screen and (max-width: 1000px) {
.site-branding.dark .inquireBtn,
.site-branding .inquireBtn,
.site-branding.sticky .inquireBtn,
.site-branding.sticky.has-scrolled .inquireBtn {
	top: 0px;
	left: 0px;
	right: 0px;
	background: var(--charcoal);
	color: var(--warm-white);
	width: 100%;
	margin: auto;
	display: bloc;
	text-align: center;
	border: 0px;
}
.site-branding .site-logo,
.site-branding.sticky .site-logo {
	top: 2.3rem;
	max-width: 200px;
}
.site-branding.sticky {
	height: 180px;
}
}
/*--- Hero ---*/
#fillWidthMediaOverlay,
#hero {
	display: block;
	width: 100%;
	margin: auto;
	position: relative;
	overflow: hidden;
}

#hero.video {
	height: 100vh;
	background-color: rgba(77, 78, 86, 1.0);
}

#fillWidthMediaOverlay.backgroundImage,
#hero.backgroundImage {
	background-size: cover !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	height: 100vh;
}

#hero .heroLogo,
#preloader .preLoaderLogo,
#hero.backgroundImage .heroLogo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	margin: auto;
	width: 150%;
	max-width: 40%;
}

#hero .homeOverlay {
	display: none;
}

.home #hero .homeOverlay {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3rem;
	width: 100%;
	color: var(--warm-white);
	bottom: 6rem;
	left: 0px;
	right: 0px;
	z-index: 3;
}
.home #hero .homeOverlay span {
	position: relative;
} 

.home #hero .homeOverlay span.second:after {
	content: "";
	position: absolute;
	top: 0px;
	display: block;
	bottom: 0px;
	background: var(--warm-white);
	right: -1.5rem;
	width: 1px;
	height: 100%;
}
.home #hero .homeOverlay span.second:before {
	content: "";
	position: absolute;
	top: 0px;
	display: block;
	bottom: 0px;
	background: var(--warm-white);
	left: -1.5rem;
	width: 1px;
	height: 100%;
}

#hero.video .radialGradient {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
}

#preloader .preLoaderLogo {z-index: 9; opacity: 0;}

#hero .heroLogo,
#hero.backgroundImage .heroLogo {z-index: 3;}

#hero video {
	position: absolute;
	display: block;
	right: 0px;
	bottom: 0px;
	object-fit: cover;
	width: 100%;
	height: 100%;
	z-index: 1;
}

@media only screen and (max-width: 820px){
	.home #hero .homeOverlay {flex-wrap: wrap; bottom: 0px; gap: 0 3rem;}
	
	.home #hero .homeOverlay span.first {
		width: 100%; 
		margin: auto;
		text-align: center;
		display: block;
	}
	
	.home #hero .homeOverlay span.second:before {
		width: 0px;
	}
	
	#preloader .preLoaderLogo,
	#hero.backgroundImage .heroLogo {
		width: 100%;
		max-width: 80%;
	}
	
	#hero.video {
		height: auto;
	}
	
	#hero video {
		position: relative;
		display: block;
		object-fit: cover;
		width: 100%;
		height: auto;
		z-index: 1;
	}
}

/*--- Full Media + Overlay ---*/
#fillWidthMediaOverlay.full {
	height: 100vh;
}
#fillWidthMediaOverlay .textOverlay {
	position: absolute;
	z-index: 2;
	display: block;
}

#fillWidthMediaOverlay .textOverlay.centercenter {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 4rem;
	width: 100%;
	max-width: 60%;
	height: max-content;
	height: -webkit-max-content;
}
#fillWidthMediaOverlay .textOverlay.centercenter h2,
#fillWidthMediaOverlay .textOverlay.centercenter h3,
#fillWidthMediaOverlay .textOverlay.centercenter p,
#fillWidthMediaOverlay .textOverlay.centercenter .primaryCta {
	text-align: center;
}

#fillWidthMediaOverlay .textOverlay.centercenter h3 {
	margin-block-end: 0em;
}
#fillWidthMediaOverlay .textOverlay .textOverlayInner {
	z-index: 3;
	display: block;
	position: relative;
	width: 100%;
}
#fillWidthMediaOverlay .textOverlay .goldBorder {
	z-index: 2;
	position: absolute;
	top: 2rem;
	left: 2rem;
	right: 2rem;
	bottom: 2rem;
	width: calc(100% - 4rem);
	border-width: 2px;
	border-style: solid;
	border-image: linear-gradient(to right, #856340, #FAE4A3) 1;
	border-radius: 0;
	height: calc(100% - 4rem);
}
#fillWidthMediaOverlay .textOverlay .goldBorder:after {
	content: "";
	z-index: 2;
	position: absolute;
	top: -0.5rem;
	left: 0.3rem;
	right: 0.3rem;
	bottom: -0.3rem;
	width: calc(100% - 0.6rem);
	border-width: 2px;
	border-style: solid;
	border-image: linear-gradient(to right, #856340, #FAE4A3) 1;
	border-radius: 0;
	height: calc(100% + 1rem);
}

#fillWidthMediaOverlay .logo {
	width: 100%;
	max-width: 40%;
	min-width: 300px;
	display: block;
	margin: auto;
	text-align: center;
}

#fillWidthMediaOverlay .textOverlay .primaryCta {
	text-decoration: none;
	text-transform: uppercase;
	font-size: var(--nav);
	font-family: "Helvetica Neue";
	font-weight: 400;
	letter-spacing: 0.1vw !important;
	transition: 0.3s ease all;
	width: fit-content;
	width: -webkit-fit-content;
	padding: 0.5rem 1rem;
}

#fillWidthMediaOverlay .textOverlay.charcoal-bg-borders .primaryCta,
#fillWidthMediaOverlay .textOverlay.charcoal-bg .primaryCta {
	background: transparent;
	border: 1px solid var(--warm-white);
	color: var(--warm-white);
	display: block;
	margin: auto;
}

#fillWidthMediaOverlay .textOverlay.charcoal-bg-borders .primaryCta {
	margin: 4rem auto auto auto;
}
@media only screen and (max-width: 820px) {
	#fillWidthMediaOverlay .textOverlay,
	#fillWidthMediaOverlay .textOverlay.centercenter {
		max-width: calc(100% - 8rem);
	}
	#fillWidthMediaOverlay .logo {
		width: 100%;
		max-width: 300px;
		min-width: unset;
		display: block;
		margin: auto;
		text-align: center;
	}
	#fillWidthMediaOverlay.full,
	#fillWidthMediaOverlay.half {
		height: auto;
		padding: 10rem 0;
	}
	#fillWidthMediaOverlay .textOverlay.centercenter {
		position: relative;
		z-index: 2;
		display: block;
		margin: auto;
		text-align: center;
		transform: unset;
		top: unset;
		left: unset;
		right: unset;
	}
}
@media only screen and (max-width: 600px) {
	#fillWidthMediaOverlay .textOverlay,
	#fillWidthMediaOverlay .textOverlay.centercenter {
		max-width: calc(100% - 4rem);
	}
	#fillWidthMediaOverlay .logo {
		padding: 0 0 2rem 0;
	}
	#fillWidthMediaOverlay .textOverlay.charcoal-bg-borders .primaryCta,
	#fillWidthMediaOverlay .textOverlay.charcoal-bg .primaryCta {
		margin: 4rem auto auto auto;
	}
}

/*--- Intro ---*/
#intro {
	display: block;
	width: 100%;
	margin: auto;
}

#intro .kicker {
	padding: 6rem 0 0 0;	
}

#intro .contentInner {
	display: block;
	width: 100%;
	margin: auto;
}
#intro .contentInner.sixty {max-width: 60%;}
#intro .contentInner.seventy {max-width: 70%;}
#intro .contentInner.eighty {max-width: 85%;}
#intro .contentInner.full {max-width: 100%;}

@media only screen and (max-width: 820px){
	#intro .contentInner.sixty,
	#intro .contentInner.seventy,
	#intro .contentInner.eighty {
		max-width: 100%;
	}
}
/*--- Form ---*/
#form {
	display: block;
	width: 100%;
	margin: auto;
}
#form .formContainer {
	width: 100%;
	margin: auto;
	display: block;
	position: relative;
}

#form .formContainer:after {
	content: "";
	position: absolute;
	top: -10px;
	left: 10px;
	right: 10px;
	z-index: 0;
	bottom: -10px;
	width: calc(100% - 20px);
	height: calc(100% + 20px);
	border-width: 2px;
	border-style: solid;
	border-image: linear-gradient(to right, #856340, #FAE4A3) 1;
	border-radius: 0;
}

#form .formContainer .textContainer {
	width: 100%;
	margin: auto; 
	display: block;
	text-align: center; 
	max-width: 60%;
}

#form .formContainer:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	border-width: 2px;
	border-style: solid;
	border-image: linear-gradient(to right, #856340, #FAE4A3) 1;
	border-radius: 0;
}

.formContainerInner {
	width: 100%;
	height: 100%;
	padding: 4rem;
	display: block;
	position: relative;
	z-index: 2;
}

#form h2 {
	margin-block-start: 0em;
	margin-block-end: 0em;
}
#form p {
	margin-block-end: 1rem;
}

.gfield_required.gfield_required_asterisk,
.gfield_required.gfield_required_asterisk {
	font-size: var(--body);
	color: #b78d5d !important;
}

#gform_1 select,
#gform_1 input {
	background: transparent !important;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-radius: 0px;
	border-bottom: 1px solid var(--charcoal);
	color: var(--charcoal);
	font-size: var(--body);
	font-family: "Helvetica Neue";
	font-weight: 400;
	opacity: 1;
}
#gform_1 select {
	opacity: 0.6;
}
#gform_1 textarea {
	background: transparent !important;
	border: 1px solid var(--charcoal);
	color: var(--charcoal);
	font-size: var(--body);
	font-family: "Helvetica Neue";
	font-weight: 400;
	border-radius: 0px;
}
#gform_1 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--charcoal);
  font-size: var(--body);
  opacity: 0.6;
  font-family: "Helvetica Neue";
  font-weight: 400;
}
#gform_1 ::-moz-placeholder { /* Firefox 19+ */
  color: var(--charcoal);
  opacity: 0.6;
  font-size: var(--body);
  font-family: "Helvetica Neue";
  font-weight: 400;
}
#gform_1 :-ms-input-placeholder { /* IE 10+ */
  color: var(--charcoal);
  font-size: var(--body);
  opacity: 0.6;
  font-family: "Helvetica Neue";
  font-weight: 400;
}
#gform_1 :-moz-placeholder { /* Firefox 18- */
  color: var(--charcoal);
  font-size: var(--body);
  opacity: 0.6;
  font-family: "Helvetica Neue";
  font-weight: 400;
}

#gform_1 #gform_submit_button_1 {
	border: 1px solid var(--charcoal) !important;
	background: var(--charcoal) !important;
	opacity: 1 !important;
	color: var(--warm-white) !important;
	text-transform: uppercase !important;
	font-size: var(--nav) !important;
	letter-spacing: 0.1vw !important;
	padding: 1rem 2rem 1rem 2rem !important;
	font-family: "Helvetica Neue";
	font-weight: 400;
}

.site-info {
	width: 100%;
	display: block;
	padding: 2rem;
	margin: auto;
}
.topFooter {
	border-bottom: 1px solid rgba(236,234,227,0.3);
	padding: 0 0 1rem 0;
}
.topFooter .column.flexRow,
.topFooter #primary-menu {
	display: flex;
	align-items: center;
	gap: 1rem;
}
.topFooter #primary-menu li a,
.topFooter #primary-menu li a:visited,
.topFooter #primary-menu li a:focus {
	color: var(--warm-white);
	text-transform: uppercase !important;
	font-size: var(--nav) !important;
	letter-spacing: 0.1vw !important;
	font-family: "Helvetica Neue";
	font-weight: 400;
	text-decoration: none;
	letter-spacing: 0.1vw;
	transition: 0.3s ease all;
}
.topFooter #primary-menu li a:hover {
	opacity: 0.7;
}
.topFooter .column.flexRow {justify-content: flex-start;}
.topFooter .primary-menu {justify-content: flex-end;}

.topFooter,
.bottomFooter {
	display: flex;
	width: 100%;
	gap: 0 6rem;
	justify-content:space-between;
}

.bottomFooter .column {
	width: calc(60% - 3rem);
}
.bottomFooter .column.flexColumn {
	width: calc(40% - 3rem);
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
}
.bottomFooter .column.flexColumn .eqhousing {
	display: flex;
	align-items: center;
	gap: 1rem;
}
@media only screen and (max-width: 900px) {
	.bottomFooter,
	.topFooter {
		flex-direction: column;
	}
	.topFooter {padding: 0 0 2rem 0;}
	.bottomFooter {padding: 2rem 0 0rem 0;}
	
	.bottomFooter .column ,
	.bottomFooter .column.flexColumn {
		width: 100%;
	}
	.bottomFooter .column.flexColumn {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.main-navigation ul {
		flex-wrap: wrap;
		gap: 2rem;
	}
	.main-navigation ul li {
		width: calc(50% - 1rem);
	}
}
@media only screen and (max-width: 820px) {
	#form .formContainer .textContainer {
	max-width: 100%;
	}
}
@media only screen and (max-width: 600px) {
	#form.paddingall {
		padding: 4rem 1rem;
	}
	.formContainerInner {
		padding: 2rem 2rem;
	}
}
@media only screen and (max-width: 410px) {
	.main-navigation ul {
		flex-wrap: wrap;
		gap: 1rem;
	}
	.main-navigation ul li {
		width: 100%;
	}
}