.tps_landingFooter {
	padding-bottom: 20px;
	margin-top: 20px;
}

.tps_landingFooter h4 {
	font-size: 14px;
}

.tps_landingFooter .title {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-bottom: 2px solid #62564a;
	padding-bottom: 0.5rem;
	display: flex;
	align-items: center;
}

.tps_landingFooter .title h3 {
	font-size: 0.9rem;
	color: #62564a
}

.tps_landingFooter .title .icon {
	width: 2rem;
	height: 2rem;
	margin-right: 1rem
}

.tps_landingFooter .title .icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: #62564a
}

.tps_landingFooter .description {
	padding: 0 2rem
}

.tps_landingFooter .description p,
.tps_landingFooter .description ul,
.tps_landingFooter .description ol {
	font-size: 0.7rem;
	color: #545050
}

.tps_landingFooter .description a {
	color: #62564a
}

.tps_landingFooter_accordion {
	padding: 0 2rem
}

.tps_landingFooter_accordion h2 {
	width: 100%;
	cursor: pointer;
	position: relative;
	font-size: 12.6px;
	color: #545050;
	margin: 20px 0;
	border-bottom: none;
	padding: 0;
	text-align: left;
}


.tps_landingFooter_accordion > p,
.tps_landingFooter_accordion > ul,
.tps_landingFooter_accordion > h1,
.tps_landingFooter_accordion > h3,
.tps_landingFooter_accordion > h4,
.tps_landingFooter_accordion > h4,
.tps_landingFooter_accordion > h5,
.tps_landingFooter_accordion > h6 {
	max-height: 0;
	height: 100%;
	overflow: hidden;
	margin: 0;
	transition: 0.2s;
	font-size: 0.7rem;
}


.tps_landingFooter_accordionActiveContent {
	max-height: 500px !important;
	margin: 10px 0 !important;
}

.tps_landingFooter_accordionActiveContent {
	font-size: 0.7rem;
	color: #545050;
}

.tps_landingFooter_accordionPlus {
	position: absolute;
	width: 16px;
	height: 16px;
	z-index: 2;
	cursor: pointer;
	right: 0;
	top: 6px;
}

.tps_landingFooter_accordionPlus::before, .tps_landingFooter_accordionPlus::after {
	content: "";
	position: absolute;
	height: 2px;
	width: 12px;
	background: rgb(0, 0, 0);
	transition: transform 150ms ease 0s;
}

.tps_landingFooter_accordionPlus::before {
	transform: none;
}

.tps_landingFooter_accordionPlus::after {
	transform-origin: center center;
	transform: rotate(90deg);
}

.tps_landingFooter_accordionActive .tps_landingFooter_accordionPlus::after {
	transform: none;
}

.tps_landingFooter_extraContent {
	transition: 0.3s;
	max-height: 0;
	height: 100%;
	overflow: hidden;
}

.tps_landingFooter_extraContentActive {
	max-height: 900px;
}

.tps_landingFooter_ShowExtraContent {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 16px;
	text-decoration: underline;
	cursor: pointer;
}

.tps_landingFooter_ShowExtraContent:hover {
	text-decoration: none;
}
