@import url("https://fonts.cdnfonts.com/css/avenir-lt-std");
@import url("https://fonts.googleapis.com/css2?family=Saira+Condensed&display=swap");
@font-face {
	font-family: "Avenir LT Std";
	src: url("../fonts/Avenir LT Std 45 Book.otf");
}
@font-face {
	font-family: "Dense";
	src: url("../fonts/Dense-Regular.otf");
}
.page-contact {
	padding-top: 2rem;
}
.page-contact section.contact-form .container-l {
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	flex-wrap: wrap;
	height: min-content;
}
.page-contact section.contact-form .container-l .info-card {
	max-height: 600px;
	overflow: hidden;
	height: max-content;
	flex: 1;
	min-width: 18.75rem;
	background: center/cover no-repeat var(--bg);
	position: relative;
	width: 100%;
	border-radius: 10px;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
	aspect-ratio: 2/3;
	overflow: hidden;
}
.page-contact section.contact-form .container-l .info-card .overlay {
	padding: 1rem 2rem 3rem 2rem;
	color: #fff;
	position: absolute;
	bottom: 0;
	isolation: isolate;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	text-align: center;
	padding-top: 2.1875rem;
	width: 100%;
}
.page-contact section.contact-form .container-l .info-card .overlay .icon {
	width: 3.75rem;
	height: 3.75rem;
	border-radius: 50%;
	position: absolute;
	line-height: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0da2a6;
	background-color: #fff;
	top: 0%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}
.page-contact section.contact-form .container-l .info-card .overlay h3 {
	font-size: 3.125rem;
}
.page-contact section.contact-form .container-l .info-card .overlay a {
	color: #fff;
	text-decoration: none;
}
.page-contact section.contact-form .container-l .info-card .overlay a:hover {
	color: #0da2a6;
}
.page-contact section.contact-form .container-l .info-card .overlay-bg {
	position: absolute;
	overflow: hidden;
	color: #fff;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	isolation: isolate;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	text-align: center;
}
.page-contact section.contact-form .container-l .info-card .overlay-bg:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scale(1.2);
	filter: blur(10px);
	background: linear-gradient(
			180deg,
			rgba(0, 0, 0, 0.9) 0%,
			rgba(0, 0, 0, 0) 130.63%
		),
		var(--bg);
	background-position: bottom;
	background-size: cover;
	z-index: -1;
}
.page-contact section.contact-form .container-l .contact-form-card {
	box-shadow: 0px 7px 21px 7px rgba(0, 0, 0, 0.04);
	border-radius: 10px;
	flex: 2;
}
.page-contact section.contact-form .container-l .contact-form-card h2 {
	font-size: 3.125rem;
	padding: 1.875rem 0 0 1.875rem;
	margin-bottom: 0;
	text-align: left;
}
.page-contact section.contact-form .container-l .contact-form-card form {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2rem 1rem;
	padding: 1.875rem;
}
.page-contact section.contact-form .container-l .contact-form-card form .block {
	grid-column: 1/-1;
}
.page-contact section.map {
	background-color: #0da2a6;
	position: relative;
}
.page-contact section.map h2 {
	color: #fff;
	font-size: 6.25rem;
}
.page-contact section.map::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 200px;
	height: 20%;
	transform: translateY(2%);
	background-color: #fff;
	bottom: 0;
}
.page-contact section.map .map-embed-wrapper {
	border-radius: 10px;
	min-height: 50vh;
	overflow: hidden;
	position: relative;
}
.page-contact section.map .map-embed-wrapper iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

#wpcf7-f19-o1,
#wpcf7-f1741-o1 {
	max-width: 100%;
	margin: 0;
}
#wpcf7-f19-o1 form,
#wpcf7-f1741-o1 form {
	display: flex;
	flex-direction: column;
}
#wpcf7-f19-o1 .g-input-wrapper,
#wpcf7-f19-o1 .wpcf7-form-control-wrap,
#wpcf7-f1741-o1 .wpcf7-form-control-wrap,
#wpcf7-f1741-o1 .g-input-wrapper {
	border: none;
}
#wpcf7-f19-o1 .g-input-wrapper p,
#wpcf7-f19-o1 .wpcf7-form-control-wrap p,
#wpcf7-f1741-o1 .g-input-wrapper p,
#wpcf7-f1741-o1 .wpcf7-form-control-wrap p {
	margin: 0;
	padding: 0;
}
#wpcf7-f19-o1 .wpcf7-form-control-wrap .form-control:focus,
#wpcf7-f19-o1 .wpcf7-form-control-wrap .wpcf7-validation-errors,
#wpcf7-f19-o1 .wpcf7-form-control-wrap input[type="color"],
#wpcf7-f19-o1 .wpcf7-form-control-wrap input[type="date"],
#wpcf7-f19-o1 .wpcf7-form-control-wrap input[type="datetime-local"],
#wpcf7-f19-o1 .wpcf7-form-control-wrap input[type="datetime"],
#wpcf7-f19-o1 .wpcf7-form-control-wrap input[type="email"],
#wpcf7-f19-o1 .wpcf7-form-control-wrap input[type="file"],
#wpcf7-f19-o1 .wpcf7-form-control-wrap input[type="month"],
#wpcf7-f19-o1 .wpcf7-form-control-wrap input[type="number"],
#wpcf7-f19-o1 .wpcf7-form-control-wrap input[type="range"],
#wpcf7-f19-o1 .wpcf7-form-control-wrap input[type="search"],
#wpcf7-f19-o1 .wpcf7-form-control-wrap input[type="submit"],
#wpcf7-f19-o1 .wpcf7-form-control-wrap input[type="tel"],
#wpcf7-f19-o1 .wpcf7-form-control-wrap input[type="text"],
#wpcf7-f19-o1 .wpcf7-form-control-wrap input[type="time"],
#wpcf7-f19-o1 .wpcf7-form-control-wrap input[type="url"],
#wpcf7-f19-o1 .wpcf7-form-control-wrap input[type="week"],
#wpcf7-f19-o1 .wpcf7-form-control-wrap select,
#wpcf7-f19-o1 .wpcf7-form-control-wrap textarea,
.form-control,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 input[type="color"],
.wpcf7 input[type="date"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="email"],
.wpcf7 input[type="file"],
.wpcf7 input[type="month"],
.wpcf7 input[type="number"],
.wpcf7 input[type="range"],
.wpcf7 input[type="search"],
.wpcf7 input[type="submit"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="time"],
.wpcf7 input[type="url"],
.wpcf7 input[type="week"],
.wpcf7 select,
.wpcf7 textarea {
	border: 1px solid #d2d2d2;
}
#wpcf7-f19-o1 .wpcf7-form-control-wrap .form-control:focus:focus,
#wpcf7-f19-o1 .wpcf7-form-control-wrap .wpcf7-validation-errors:focus,
#wpcf7-f19-o1 .wpcf7-form-control-wrap input[type="color"]:focus,
#wpcf7-f19-o1 .wpcf7-form-control-wrap input[type="date"]:focus,
#wpcf7-f19-o1 .wpcf7-form-control-wrap input[type="datetime-local"]:focus,
#wpcf7-f19-o1 .wpcf7-form-control-wrap input[type="datetime"]:focus,
#wpcf7-f19-o1 .wpcf7-form-control-wrap input[type="email"]:focus,
#wpcf7-f19-o1 .wpcf7-form-control-wrap input[type="file"]:focus,
#wpcf7-f19-o1 .wpcf7-form-control-wrap input[type="month"]:focus,
#wpcf7-f19-o1 .wpcf7-form-control-wrap input[type="number"]:focus,
#wpcf7-f19-o1 .wpcf7-form-control-wrap input[type="range"]:focus,
#wpcf7-f19-o1 .wpcf7-form-control-wrap input[type="search"]:focus,
#wpcf7-f19-o1 .wpcf7-form-control-wrap input[type="submit"]:focus,
#wpcf7-f19-o1 .wpcf7-form-control-wrap input[type="tel"]:focus,
#wpcf7-f19-o1 .wpcf7-form-control-wrap input[type="text"]:focus,
#wpcf7-f19-o1 .wpcf7-form-control-wrap input[type="time"]:focus,
#wpcf7-f19-o1 .wpcf7-form-control-wrap input[type="url"]:focus,
#wpcf7-f19-o1 .wpcf7-form-control-wrap input[type="week"]:focus,
#wpcf7-f19-o1 .wpcf7-form-control-wrap select:focus,
#wpcf7-f19-o1 .wpcf7-form-control-wrap textarea:focus,
.form-control:focus,
#wpcf7-f1741-o1 .wpcf7-validation-errors:focus,
#wpcf7-f1741-o1 input[type="color"]:focus,
#wpcf7-f1741-o1 input[type="date"]:focus,
#wpcf7-f1741-o1 input[type="datetime-local"]:focus,
#wpcf7-f1741-o1 input[type="datetime"]:focus,
#wpcf7-f1741-o1 input[type="email"]:focus,
#wpcf7-f1741-o1 input[type="file"]:focus,
#wpcf7-f1741-o1 input[type="month"]:focus,
#wpcf7-f1741-o1 input[type="number"]:focus,
#wpcf7-f1741-o1 input[type="range"]:focus,
#wpcf7-f1741-o1 input[type="search"]:focus,
#wpcf7-f1741-o1 input[type="submit"]:focus,
#wpcf7-f1741-o1 input[type="tel"]:focus,
#wpcf7-f1741-o1 input[type="text"]:focus,
#wpcf7-f1741-o1 input[type="time"]:focus,
#wpcf7-f1741-o1 input[type="url"]:focus,
#wpcf7-f1741-o1 input[type="week"]:focus,
#wpcf7-f1741-o1 select:focus,
#wpcf7-f1741-o1 textarea:focus {
	box-shadow: none;
	box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}
#wpcf7-f19-o1 input[type="submit"],
.wpcf7 input[type="submit"] {
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	border-radius: 30px;
	transition: 0.3s;
	padding: 20px 0;
	background-color: black;
	font-weight: normal !important;
	line-height: 1rem;
	color: #fff;
}
#wpcf7-f19-o1 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:hover {
	color: #0da2a6;
}
#wpcf7-f19-o1 input[type="submit"]:active,
#wpcf7-f19-o1 input[type="submit"]:focus,
#wpcf7-f19-o1 input[type="submit"]:focus-within,
#wpcf7-f19-o1 input[type="submit"]:focus-within,
.btn-outline-primary,
.wpcf7 input[type="submit"],
.wpcf7 input[type="submit"]:active,
.wpcf7 input[type="submit"]:focus,
.wpcf7 input[type="submit"]:focus-within,
.wpcf7 input[type="submit"]:focus-within {
	outline: none;
	border: none;
	box-shadow: none;
}
#wpcf7-f19-o1 input[type="submit"]:active,
#wpcf7-f1741-o1 input[type="submit"]:active {
	background-color: #e6e6e6;
}
#wpcf7-f19-o1 input[type="submit"]:hover,
#wpcf7-f1741-o1 input[type="submit"]:hover {
	background-color: black;
}

/*# sourceMappingURL=contact.css.map */

.contact-form-card .wpcf7 .wpcf7-response-output {
	margin: 1rem 0rem 1rem 1rem;
}
.contact-form-card .wpcf7 form {
	gap: 0 !important;
}
.contact-form-card .wpcf7 p {
	position: relative;
}
.contact-form-card .wpcf7 p > .wpcf7-spinner {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.g-input-group p {
	margin-bottom: 5px !important;
}
.g-input-group .g-input-wrapper {
	margin-bottom: 5px !important;
}
.wpcf7 .wpcf7-not-valid-tip,
.g-input-group .g-input-wrapper .wpcf7-not-valid-tip {
	padding-left: 0;
}
.g-input-group .g-input-wrapper input,
.g-input-group .g-input-wrapper textarea {
	max-height: 135px;
}
.wpcf7-checkbox span {
	margin-left: 0;
	font-size: 15px;
}
#wpcf7-f1741-o1 .wpcf7-textarea {
	border: 1px solid #d2d2d2 !important;
}
