.csection-cells .cell {
	max-width: var(--bindwrap-width);
	padding: 0 2em;
}
@media screen and (min-width: 1280px) {
	.csection-cells .cell {
		padding: 0;
	}
}

/**/
#relationLinkSections,
.links {
	display: none;
}

/* Company */
#profile dl > * {
	letter-spacing: 0.1em;
	font-weight: 500;
}
	#profile dt {
        display: inline-flex;
		color: var(--cl-dt);
		font-size: 11px;
        align-items: center;
	}
	#profile dd {
		font-size: 12px;
	}
/**/
#csec169519608270 {
    margin-bottom: 7.5em;
}
.csection-cells [data-type="gmap"] {
	padding: 0 4.5em;
	height: 36em;
	margin-bottom: 18em;
}
#profile dt {
	color: var(--cl-dl);
}
@media screen and (min-width: 641px) {
	#profile dl {
		display: flex;
	}
        #profile dl > * {
            padding: 2.8em 0;
        }
	#profile dt {
		 width: 20%;
	}
	.csection-cells [data-type="gmap"] {
		padding: 0 4.5em;
	}
}
@media screen and (max-width: 640px) {
	#content .csection-cells .cell[data-type="hgroup"] {
		margin-bottom: 3em;
	}
	#csec169519608441 {
		margin-bottom: 10.75em;
	}
	#csection #csec169536480383 {
		margin-bottom: 6.5em;
	}
	#csec169519608270 {
		margin-bottom: 6.75em;
	}
    #profile dl {
        margin-bottom: 2em;
    }
		#profile dl > * {
			padding: 0;
		}
		#profile dt {
			margin-bottom: 0.5em;
		}
		#profile dd {
			line-height: 2.4;
		}
	.csection-cells [data-type="gmap"] {
		height: 12.5em;
		padding: 0;
		margin-bottom: 10.7em;
	}
}
@media screen and (max-width: 320px) {
	#profile dt {
			font-size: 4.1vw;
		}
		#profile dd {
			font-size: 3.8vw;
		}
}