* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
      font-family: 'PingFangSC-Regular', 'helvetica neue', tahoma, 'PingFang SC', 'microsoft yahei', arial, 'hiragino sans gb', sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
}

.wrapper {
	width: 100%;
	padding: 15px;
}

div {
	overflow: hidden;
	font-size: 16px;
	line-height: 32px;
	color: #1f2329;
	padding-bottom: 20px;
}

.bold {
	font-size: 16px;
	line-height: 35px;
	font-weight: bold;
}

.underline {
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
	text-decoration: underline;
	word-break: break-all;
}

a {
	color: #245bdb;
	text-decoration: none;
}

.headline {
	font-size: 18px;
	line-height: 18px;
	padding: 20px 0px 10px 0px;
      font-weight: bold;
}

p {
	text-indent: 2em;
      padding-top: 10px;
}

.no-indent {
	text-indent: 0rem;;
}

.indent-1 {
	text-indent: 1rem;
}

.indent-2 {
	text-indent: 2rem;;
}

.indent-3 {
	text-indent: 3rem;;
}