.page-id-647 .entry-content {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

.page-id-647 .entry-content .wp-block-contact-form-7-contact-form-selector {
	background: rgba(185, 231, 254, 0.22);
	border: 2px solid var(--relatix-marine);
	padding: 1rem 1rem 0.8rem;
}

.page-id-647 .entry-content .wpcf7-form label {
	color: var(--relatix-ink);
}

.page-id-647 .entry-content .wpcf7-form p {
	margin-bottom: 0.85rem;
}

.page-id-647 .entry-content .wpcf7-form label {
	font-weight: 600;
	font-size: 0.95rem;
}

.page-id-647 .entry-content .wpcf7-form-control-wrap {
	display: block;
	margin-top: 0.35rem;
}

.page-id-647 .entry-content .wpcf7 input[type="text"],
.page-id-647 .entry-content .wpcf7 input[type="email"],
.page-id-647 .entry-content .wpcf7 textarea {
	width: 100%;
	border: 2px solid var(--relatix-marine);
	background: var(--relatix-glow);
	color: var(--relatix-ink);
	padding: 0.62rem 0.72rem;
}

.page-id-647 .entry-content .wpcf7 textarea {
	min-height: 9.5rem;
	resize: vertical;
}

.page-id-647 .entry-content .wpcf7 input[type="text"]:focus,
.page-id-647 .entry-content .wpcf7 input[type="email"]:focus,
.page-id-647 .entry-content .wpcf7 textarea:focus {
	outline: 0;
	border-color: var(--relatix-ink);
	box-shadow: 0 0 0 3px rgba(185, 231, 254, 0.45);
}

.page-id-647 .entry-content .wpcf7 .wpcf7-submit {
	position: relative;
	border: 0 !important;
	outline: 0 !important;
	color: var(--relatix-glow) !important;
	padding: 0.72rem 1.4rem;
	font-weight: 600;
	background:
		radial-gradient(120% 60% at 50% 8%, rgba(239, 228, 208, 0.22) 0%, rgba(239, 228, 208, 0) 34%),
		linear-gradient(180deg, rgba(2, 82, 161, 0.84) 0%, rgba(0, 27, 68, 0.90) 62%, rgba(0, 27, 68, 0.94) 100%) !important;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.22),
		inset 0 -10px 14px rgba(0, 27, 68, 0.18),
		0 6px 10px rgba(0, 27, 68, 0.20);
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
	transition: box-shadow 220ms ease, transform 180ms ease;
}

.page-id-647 .entry-content .wpcf7 .wpcf7-submit::after {
	content: "";
	position: absolute;
	left: 12%;
	right: 12%;
	bottom: -24%;
	height: 48%;
	border-radius: 999px;
	pointer-events: none;
	opacity: 0.30;
	filter: blur(20px);
	background: radial-gradient(circle at 50% 42%, rgba(239, 228, 208, 0) 0%, rgba(239, 228, 208, 0.52) 28%, rgba(185, 231, 254, 0.24) 60%, rgba(185, 231, 254, 0) 84%);
	transition: opacity 240ms ease, transform 260ms ease, filter 260ms ease;
}

.page-id-647 .entry-content .wpcf7 .wpcf7-submit:hover,
.page-id-647 .entry-content .wpcf7 .wpcf7-submit:focus-visible {
	transform: translateY(-1px);
	box-shadow:
		inset 0 1px 0 rgba(255, 239, 211, 0.76),
		inset 0 -14px 20px rgba(2, 82, 161, 0.18),
		0 6px 10px rgba(0, 27, 68, 0.20),
		0 0 34px rgba(239, 228, 208, 0.34),
		0 0 70px rgba(185, 231, 254, 0.26),
		0 0 28px rgba(239, 228, 208, 0.58),
		0 0 66px rgba(185, 231, 254, 0.42) !important;
}

.page-id-647 .entry-content .wpcf7 .wpcf7-submit:hover::after,
.page-id-647 .entry-content .wpcf7 .wpcf7-submit:focus-visible::after {
	opacity: 1;
	transform: scaleX(1.44);
	filter: blur(40px);
}

.page-id-647 .entry-content .wpcf7 form .wpcf7-response-output {
	margin: 0.9rem 0 0;
	padding: 0.55rem 0.7rem;
	border: 2px solid var(--relatix-marine);
	color: var(--relatix-ink);
	background: rgba(185, 231, 254, 0.22);
}
