.ks-contact-page {
	--ks-contact-blue: #4898d3;
	--ks-contact-pink: #ee4a83;
	--ks-contact-orange: #f49b24;
	--ks-contact-green: #8fb33f;
	color: #2d2d2d;
	background: #fff;
	font-family: var(--font-body, "Poppins", sans-serif);
}

.ks-contact-page em {
	color: var(--ks-contact-pink);
	font-family: var(--font-display, "Playfair Display", serif);
	font-style: italic;
	font-weight: 500;
}

.ks-contact-hero {
	position: relative;
	display: grid;
	grid-template-columns: 230px 1fr 230px;
	min-height: auto;
	overflow: hidden;
	border-bottom: 1px solid rgba(0, 0, 0, 0.16);
	background: linear-gradient(180deg, #eef8ff 0%, #fff 100%);
	align-content: center;
}

.ks-contact-hero__side {
	position: relative;
	display: grid;
	place-items: center;
	border-right: 1px solid rgba(0, 0, 0, 0.14);
}

.ks-contact-hero__side::after {
	position: absolute;
	right: 0;
	left: 0;
	top: calc(50% + 207px);
	height: 1px;
	background: rgba(0, 0, 0, 0.14);
	content: "";
}

.ks-contact-hero__side--right {
	border-right: 0;
	border-left: 1px solid rgba(0, 0, 0, 0.14);
}

.ks-contact-hero__circle {
	display: grid;
	place-items: center;
	width: 355px;
	aspect-ratio: 1;
	border: 1px solid rgba(0, 0, 0, 0.13);
	border-radius: 50%;
}

.ks-contact-hero__circle--blue {
	margin-left: -172px;
	background: #edf7fb;
}

.ks-contact-hero__circle--pink {
	margin-right: -172px;
	background: #f8e4e4;
}

.ks-contact-hero__circle img {
	max-width: 260px;
	max-height: 260px;
	object-fit: contain;
}

.ks-contact-hero__content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 125px 90px 125px 125px;
}

.ks-contact-hero__content h1 {
	margin: 0;
	color: var(--ks-contact-blue);
	font-size: 200px;
	font-weight: 700;
	line-height: 210px;
	letter-spacing: 0;
	white-space: nowrap;
}

.ks-contact-hero__row {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-top: 12px;
}

.ks-contact-hero__row p {
	max-width: 463px;
	margin: 0;
	color: #111111;
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
}

.ks-contact-hero__row strong {
	color: #8fb33f;
	font-family: var(--font-display, "Playfair Display", serif);
	font-size: 60px;
	font-style: italic;
	font-weight: 500;
	line-height: 1;
	white-space: nowrap;
}

.ks-contact-hero__row strong span {
	color: #8fb33f;
}

.ks-contact-hero__row strong em {
	color: #f49b24;
	font: inherit;
}

.ks-contact-hero__scroll {
	position: absolute;
	display: grid;
	place-items: center;
	right: 74px;
	top: 50%;
	width: 160px;
	height: 160px;
	opacity: 1 !important;
	transform: translateY(-50%);
	transition: none !important;
}

.ks-contact-hero__scroll img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	animation: hero-circle-spin 16s linear infinite;
	transform-origin: center;
}

.ks-contact-hero__scroll svg {
	position: absolute;
	inset: 50% auto auto 50%;
	animation: none !important;
	transform: translate(-50%, -50%) !important;
	transition: none !important;
}

.ks-contact-details {
	padding: 86px 50px 94px;
}

.ks-contact-details__grid {
	display: grid;
	grid-template-columns: 426px 1fr;
	gap: 42px;
	align-items: start;
	max-width: 1440px;
	margin: 0 auto;
}

.ks-contact-info h2,
.ks-contact-form-card h2 {
	margin: 0;
	color: #4a4a4a;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.04;
	letter-spacing: 0;
}

.ks-contact-form-card h2 {
	font-size: 60px;
}

.ks-contact-info > p,
.ks-contact-form-card > p {
	margin: 8px 0 24px;
	color: #545454;
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
}

.ks-contact-info__cards {
	display: grid;
	gap: 20px;
}

.ks-contact-card {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
	min-height: 88px;
	padding: 18px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 16px 35px rgba(0, 0, 0, 0.07);
}

.ks-contact-card__icon {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	border-radius: 8px;
	background: #f6f3ed;
}

.ks-contact-card__icon:empty::before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #d55b62;
	box-shadow: inset 0 -9px 0 rgba(0, 0, 0, .12);
}

.ks-contact-card__icon img {
	display: block;
	width: 32px;
	height: 32px;
	max-width: 32px;
	max-height: 32px;
	object-fit: contain;
}

.ks-contact-card span {
	display: block;
	margin-bottom: 4px;
	color: #686868;
	font-size: 18px;
	font-weight: 300;
	font-family: "Poppins", sans-serif;
}

.ks-contact-card strong {
	display: block;
	color: #292929;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	transition: color 0.25s ease;
}

.ks-contact-card strong a {
	color: inherit;
	text-decoration: none;
}

.ks-contact-card--phone-number strong:hover,
.ks-contact-card--email strong:hover {
	color: #8fb33f;
}

.ks-contact-form-card {
	padding: 34px;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 20px 48px rgba(0, 0, 0, 0.09);
}

.ks-contact-form-card .gform_wrapper form {
	display: grid;
	gap: 16px;
}

.ks-contact-form-card .gform_fields {
	display: grid !important;
	gap: 16px !important;
}

.ks-contact-form-card .gfield_label,
.ks-contact-form-card .gform_heading,
.ks-contact-form-card .gform_required_legend {
	display: none !important;
}

.ks-contact-form-card input:not([type="submit"]):not([type="button"]):not([type="reset"]),
.ks-contact-form-card textarea {
	width: 100% !important;
	min-height: 64px !important;
	padding: 14px 16px !important;
	border: 1px solid rgba(0, 0, 0, 0.12) !important;
	border-radius: 10px !important;
	background: #fff;
	box-shadow: none !important;
	font: inherit !important;
	outline: 0 !important;
	color: #505050 !important;
	font-family: "Poppins", sans-serif !important;
}

.ks-contact-form-card textarea {
	min-height: 160px;
	resize: vertical;
}

.ks-contact-form-card .gform-theme--foundation .gfield textarea {
	height: 260px;
}

.ks-contact-form-card input:not([type="submit"]):not([type="button"]):not([type="reset"]):focus,
.ks-contact-form-card textarea:focus {
	border-color: var(--ks-contact-blue) !important;
	box-shadow: 0 0 0 3px rgba(72, 152, 211, .12) !important;
}

.ks-contact-form-card .gfield_error input:not([type="submit"]):not([type="button"]):not([type="reset"]),
.ks-contact-form-card .gfield_error textarea {
	border-color: #d55b62 !important;
}

.ks-contact-form-card .gfield_validation_message,
.ks-contact-form-card .ks-contact-required-message {
	margin: 8px 0 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #d55b62 !important;
	font-family: "Poppins", sans-serif !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 20px !important;
}

.ks-contact-form-card .gform_footer {
	margin: 0 !important;
	padding: 0 !important;
}

input#gform_submit_button_2 {
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	align-items: center;
	text-align: center;
	color: #fff;
	height: 63px;
	background: #448dca;
	border-radius: 3.35544e+07px;
	padding: 15px 50px 15px 30px;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3335 8H12.6668' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.6665 4L12.6665 8L8.6665 12' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat no-repeat;
	background-position: 87% 50%;
	background-size: 20px;
}

.ks-contact-map {
	height: 800px;
	overflow: hidden;
	background: #eef3f6;
}

.ks-contact-map img,
.ks-contact-map iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	object-fit: cover;
}

.ks-contact-newsletter {
	display: grid;
	align-items: center;
	min-height: 290px;
	padding: 54px 20px;
	background-position: center;
	background-size: cover;
}

.ks-contact-newsletter__inner {
	width: min(1120px, 100%);
	margin: 0 auto;
}

.ks-contact-newsletter__card {
	max-width: 420px;
	margin-left: auto;
	color: #fff;
}

.ks-contact-newsletter__card h2 {
	margin: 0;
	color: #fff;
	font-size: 42px;
	font-weight: 800;
	line-height: .98;
}

.ks-contact-newsletter__card h2 em {
	display: block;
	color: #8fb33f;
}

.ks-contact-newsletter__card p {
	max-width: 360px;
	margin: 12px 0 16px;
	color: rgba(255, 255, 255, .86);
	font-size: 14px;
	line-height: 1.5;
}

.ks-contact-newsletter .gform_wrapper form {
	display: flex;
	align-items: center;
	gap: 10px;
	max-width: 390px;
	min-height: 54px;
	padding: 6px;
	border: 1px solid rgba(255, 255, 255, .42);
	border-radius: 999px;
	background: rgba(255, 255, 255, .16);
	backdrop-filter: blur(8px);
}

.ks-contact-newsletter .gform_heading,
.ks-contact-newsletter .gfield_label,
.ks-contact-newsletter .gform_required_legend {
	display: none !important;
}

.ks-contact-newsletter .gform_body,
.ks-contact-newsletter .gform_fields,
.ks-contact-newsletter .gfield {
	flex: 1 1 auto;
	min-width: 0;
}

.ks-contact-newsletter input[type="email"] {
	width: 100% !important;
	min-height: 42px;
	padding: 0 14px !important;
	border: 0 !important;
	color: #fff !important;
	background: transparent !important;
	font: inherit !important;
	outline: 0;
}

.ks-contact-newsletter input[type="email"]::placeholder {
	color: rgba(255, 255, 255, .9);
}

.ks-contact-newsletter .gform_footer {
	flex: 0 0 auto;
	margin: 0 !important;
	padding: 0 !important;
}

.ks-contact-newsletter .gform_button {
	min-height: 42px !important;
	padding: 0 22px !important;
	border: 0 !important;
	border-radius: 999px !important;
	color: #fff !important;
	background: var(--ks-contact-blue) !important;
	cursor: pointer;
}

@media (max-width: 1600px) {
	.ks-contact-hero {
		grid-template-columns: 230px 1fr 230px;
	}

	.ks-contact-hero__content h1 {
		font-size: 180px;
	}
}

@media (max-width: 1440px) {
	.ks-contact-hero__content {
		padding: 125px 50px 125px 75px;
	}

	.ks-contact-hero__scroll {
		right: 34px;
	}
}

@media (max-width: 1366px) {
	.ks-contact-hero__content h1 {
		font-size: 158px;
		width: 85%;
	}

	.ks-contact-hero__scroll {
		right: 30px;
		width: 130px;
		top: 50%;
	}
}

@media (max-width: 1280px) {
	.ks-contact-hero__content {
		padding: 125px 35px 125px 35px;
	}
}

@media (max-width: 1200px) {
	.ks-contact-hero {
		grid-template-columns: 160px 1fr 160px;
	}

	.ks-contact-hero__content {
		padding: 40px 35px;
	}

	.ks-contact-hero__content h1 {
		font-size: 128px;
		line-height: 138px;
		width: 85%;
	}

	.ks-contact-hero__circle--blue {
		margin-left: -182px;
		background: #edf7fb;
		width: 305px;
	}

	.ks-contact-hero__circle--pink {
		margin-right: -174px;
		background: #f8e4e4;
		width: 305px;
	}
}

@media (max-width: 1199px) {
	.ks-contact-hero {
		grid-template-columns: 150px 1fr 150px;
	}

	.ks-contact-hero__content {
		padding-inline: 44px 82px;
	}

	.ks-contact-hero__scroll {
		right: 20px;
		width: 78px;
	}
}

@media (max-width: 1080px) {
	.ks-contact-hero__content h1 {
		font-size: 108px;
		line-height: 118px;
		width: 85%;
	}

	.ks-contact-hero__row {
		align-items: flex-start;
		flex-direction: column;
	}

	.ks-contact-info h2,
	.ks-contact-form-card h2 {
		font-size: 45px;
		line-height: 1.04;
	}

	.ks-contact-form-card h2 {
		font-size: 45px;
	}

	.ks-contact-card strong {
		display: block;
		color: #292929;
		font-size: 17px;
		font-weight: 500;
		line-height: 26px;
		transition: color 0.25s ease;
	}

	.ks-contact-map {
		height: 340px;
		overflow: hidden;
		background: #eef3f6;
	}
}

@media (max-width: 1024px) {
	.ks-contact-hero__content {
		padding: 40px 35px;
	}

	.ks-contact-hero__content h1 {
		font-size: 80px;
		line-height: 90px;
		width: 95%;
	}

	.ks-contact-hero__row strong {
		font-size: 40px;
	}

	.ks-contact-hero__row p {
		max-width: 100%;
	}

	.ks-contact-hero__circle--blue {
		margin-left: -107px;
		background: #edf7fb;
		width: 200px;
		height: 200px;
	}

	.ks-contact-hero__circle--pink {
		margin-right: -104px;
		background: #f8e4e4;
		width: 200px;
		height: 200px;
	}

	.ks-contact-hero__circle img {
		max-width: 150px;
		max-height: 150px;
		object-fit: contain;
	}

	.ks-contact-hero__scroll {
		display: none;
	}

	.ks-contact-info h2,
	.ks-contact-form-card h2 {
		font-size: 40px;
	}

	.ks-contact-page em {
		font-size: 40px;
	}

	.ks-contact-form-card h2 {
		font-size: 40px;
	}

	.ks-contact-details__grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 42px;
		align-items: start;
		max-width: 1440px;
		margin: 0 auto;
	}

	.ks-contact-form-card .gform-theme--foundation .gfield textarea {
		height: 127px;
	}
}

@media (max-width: 991px) {
	.ks-contact-hero {
		grid-template-columns: 1fr;
		min-height: auto;
		padding: 66px 20px;
	}

	.ks-contact-hero__side {
		display: none;
	}

	.ks-contact-hero__content {
		padding: 0;
		text-align: center;
	}

	.ks-contact-hero__content h1 {
		font-size: 76px;
		width: 100%;
		text-align: center;
	}

	.ks-contact-hero__row {
		align-items: center;
		flex-direction: column;
		text-align: center;
	}

	.ks-contact-hero__row p {
		max-width: 100%;
		text-align: center;
	}

	.ks-contact-hero__scroll {
		display: none;
	}

	.ks-contact-details {
		padding: 86px 20px 94px;
	}

	.ks-contact-details__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.ks-contact-page p,
	.ks-contact-card strong {
		font-size: 16px;
	}

	.ks-contact-details {
		padding: 48px 16px;
	}

	.ks-contact-form-card {
		padding: 24px 18px;
		border-radius: 18px;
	}

	.ks-contact-info h2,
	.ks-contact-form-card h2 {
		font-size: 30px;
	}

	.ks-contact-page em {
		font-size: 30px;
	}

	.ks-contact-card {
		grid-template-columns: 48px 1fr;
		padding: 16px;
	}

	.ks-contact-card__icon {
		width: 48px;
		height: 48px;
	}

	input#gform_submit_button_2 {
		height: 54px;
	}

	.ks-contact-map {
		height: 360px;
	}

	.ks-contact-newsletter {
		min-height: 300px;
		padding: 46px 18px;
	}

	.ks-contact-newsletter__card {
		max-width: none;
		margin: 0;
	}

	.ks-contact-newsletter__card h2 {
		font-size: 30px;
	}

	.ks-contact-newsletter .gform_wrapper form {
		max-width: none;
	}
}

@media (max-width: 575px) {
	.ks-contact-hero {
		padding: 50px 16px;
	}

	.ks-contact-hero__content h1 {
		font-size: 40px;
		line-height: 50px;
	}

	.ks-contact-hero__row strong {
		font-size: 32px;
	}

	.ks-contact-newsletter .gform_wrapper form {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 6px;
	}

	.ks-contact-newsletter .gform_button {
		padding-inline: 16px !important;
	}
}
