.flex_layout.contact_hero {
	border-radius: 16px 16px 30px 30px;
	background: var(--Grey-stone, #1C1C1C);
	color:#fff;
}

#pk_flex_content .flex_layout.contact_hero .flex_layout_wrapper{
	padding-top:240px;
}

.flex_layout.contact_hero h1{
	color:#fff;
	font-weight:350;
}

.flex_layout.contact_hero label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
	color: var(--Grey-stone, #1C1C1C);
	font-size: 16px;
	font-style: normal;
	font-weight: 450;
	line-height: 1.4;
	margin-top:12px;
}

.flex_layout.contact_hero .gform-button{
	margin-top:12px;
}

.flex_layout.contact_hero a{
	color:#fff;
}

.flex_layout.contact_hero .breadcrumbs{
	margin-bottom:24px;
}

#pk_flex_content .flex_layout.contact_hero .flex_layout_wrapper .tekst-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	row-gap: 20px;
	column-gap:60px;
	max-width: fit-content;
	margin-top: 50px;
}

#pk_flex_content .flex_layout.contact_hero .flex_layout_wrapper .item {
	width: 100%;
	display: block;
}

#pk_flex_content .flex_layout.contact_hero .flex_layout_wrapper .contact-hero-container {
	display: flex;
	gap:80px;
}
#pk_flex_content .flex_layout.contact_hero .flex_layout_wrapper .plan-route{
	margin-top: -1rem;
}

#pk_flex_content .flex_layout.contact_hero .flex_layout_wrapper .contact-hero-container > div {
	flex: 1;
}

#pk_flex_content .flex_layout.contact_hero .flex_layout_wrapper .contact-hero-container .contact-hero-container-right {
	flex: 1.25;
	border-radius: 16px;
	background: #FFF;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
	color: var(--Grey-stone, #1C1C1C);
	padding: 60px 40px;
}

#pk_flex_content .flex_layout.contact_hero .flex_layout_wrapper .gform_heading h2 {
	color: var(--Grey-stone, #1C1C1C);
}


#pk_flex_content .flex_layout.contact_hero .flex_layout_wrapper .contact-hero-container input:not(.gform-button),
#pk_flex_content .flex_layout.contact_hero .flex_layout_wrapper .contact-hero-container input:not(.gform-button):focus,
#pk_flex_content .flex_layout.contact_hero .flex_layout_wrapper .contact-hero-container input:not(.gform-button):active{
	background:transparent !important;
	border-color:var(--Grey-stone, #1C1C1C) !important;
}

#pk_flex_content .flex_layout.contact_hero .flex_layout_wrapper .contact-hero-container p.gform_required_legend{
	display: block;
	margin-bottom:50px;
}


/************************/
/* MEDIA QUERIES DESKTOP*/
/************************/
@media screen and (min-width: 993px){
	
}

/************************/
/* MEDIA QUERIES TABLET */
/************************/
@media screen and (max-width: 992px) {
	#pk_flex_content .flex_layout.contact_hero .flex_layout_wrapper .contact-hero-container {
		display: flex;
		flex-direction: column;
		gap:30px;
}
	#pk_flex_content .flex_layout.contact_hero .flex_layout_wrapper .contact-hero-container > div {
		flex: 1 !important;
}

	#pk_flex_content .flex_layout.contact_hero .flex_layout_wrapper .tekst-container {
		row-gap: 20px;
		column-gap:20px;
	}

	#pk_flex_content .flex_layout.contact_hero .flex_layout_wrapper .contact-hero-container .contact-hero-container-right {
		padding: 40px 20px;
}
}

/************************/
/* MEDIA QUERIES MOBILE */
/************************/
@media screen and (max-width: 767px) {
	
}