body {
	color: #222240;
	background-color: #f7f7f7 !important;
	background-image: none;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	min-height: 100%;
	font-family: "IBM Plex Sans";
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 1.6;
}

.sp-el-row {
	max-width: 1100px;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-family: "IBM Plex Sans";
	font-weight: 600;
	font-style: normal;
}

h1 {
	font-size: 56px;
}

::placeholder {
	color: rgba(183, 183, 183, .5) !important;
}

@media (max-width: 480px) {
	body {
		font-size: 14px;
		line-height: 1.6;
	}
}