h3 {
	color: var(--primaryColor);
	font-family: 'Aganè';
	font-size: 53px;
	font-weight: bold;
	line-height: 55px;
}

.left-top-triangle {
	position: absolute;
	left: 0;
  top: 0;
	width: 0;
	height: 0;
	border-top: 190px solid var(--primaryColor);
	border-right: 190px solid transparent;
}

.right-bottom-triangle {
	position: absolute;
	right: 0;
  bottom: 0;
	width: 0;
	height: 0;
	border-bottom: 190px solid var(--primaryColor);
	border-left: 190px solid transparent;
}

.form-group {
	margin-bottom: 8px;
}

.form-group label {
	color: #4E4E4E;
	font-family: 'Aganè';
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 3px;
}

.form-control {
	border: 1px solid #979797;
	border-radius: 2px;
	padding: 13px 15px 12px 15px;
	font-family: 'Aganè';
	font-size: 16px;
	font-weight: 300;
	line-height: 19px;
}

input.form-control {
	height: 44px;
}

textarea.form-control {
	height: 109px;
	resize: none;
}

.btn-pill-yellow {
	height: 31px;
	width: 220px;
	background-color: var(--primaryColor);
	border-radius: 15.5px;
	margin: 0;
	color: #FFFFFF;
	font-family: 'Aganè';
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
	text-align: center;
}

.btn-pill-yellow:hover {
	background-color: var(--primaryDarkColor);
}

.map {
	width: 100%;
	height: 370px;
	border: 0;
	background-color: #F2F2F2;
}

p.label {
	color: #000000;
	font-family: 'Aganè';
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 8px;
}

h6.information {
	color: var(--primaryColor);
	font-family: 'Aganè';
	font-size: 19.8px;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
  overflow: hidden;
}

h3.integrate {
	color: #252525;
	font-family: 'Aganè';
	font-size: 30px;
	font-weight: bold;
	line-height: 37px;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 10px;
}

p.integrate {
	color: #252525;
	font-family: 'Aganè';
	font-size: 17px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 65px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #B9B9B9;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #B9B9B9;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #B9B9B9;
}