@charset "UTF-8";
/* CSS Document */

.map {
	padding-bottom: 80px;
}

.map .column {
	padding: 100px;
	position: relative;
}

.map .column .map-underlay {
	position: absolute;
	background-color: var(--act-primary);
	background-image: var(--back-blue);
	background-size: cover;
	width: 100%;
	height: 50%;
	bottom: 0;
	border-radius: var(--big-radius);
}

.map .column iframe {
	width: 100%;
	height: 400px;
	z-index: 1;
	border-radius: var(--big-radius);
}

.widget-form .widget iframe {
	width: 100%;
	height: 100%;
	border-radius: var(--big-radius);
}


@media screen and (max-width: 1180px) and (orientation: portrait),
screen and (max-width: 1024px){ /* original breakpoint 1024px */
	
}

@media screen and (max-width: 768px) {
	.map .column {
		padding: 40px;
	}
}