
* { margin: 0; padding: 0; }
html, body { background: #FFF; text-size-adjust: none; }
body { font-family: Tahoma, Arial, sans-serif; color: #000; font-size: 18px; }
p { line-height: 27px; margin-bottom: 30px; }
ul { line-height: 27px; margin-left: 28px; margin-bottom: 30px; }
	ul ul { margin-bottom: 15px; }
hr { display: block; clear: both; height: 1px; border: none; background: #000; }

.clear { display: block; clear: both; }
.spacer { height: 100px; }




.tmpHome { display: grid; width: 100%; height: 100%; min-height: 100vh; align-items: center; grid-template-columns: 1fr; grid-row-gap: 50px; padding: 50px; box-sizing: border-box; }
	.tmpHome > div { text-align: center; }
	.tmpHome > div:nth-child(2) { font-size: 90px; font-weight: bold; color: #252525; }
