.txt-rotate-keywords, .backgroundcliptext .ld-gradient-heading .txt-rotate-keywords .keyword, .backgroundcliptext .ld-gradient-heading .split-unit, .backgroundcliptext .ld-gradient-heading .split-inner {
	background: inherit;
}
.backgroundcliptext .ld-gradient-heading .split-inner {
	line-height: 1.5em;
	margin-top: -0.75em;
	margin-bottom: -0.75em;
}
.ld-fh-underline {
	display: inline-block;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.txt-rotate-keywords {
	display: inline-block;
	position: relative;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1200px;
	perspective: 1200px;
	white-space: nowrap;
}
.txt-rotate-keywords .keyword {
	display: inline-block;
	position: absolute;
	left: 0;
	top: auto;
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.txt-rotate-keywords .keyword:first-child {
	position: relative;
	top: auto;
	left: auto;
	opacity: 1;
}
.text-slide-activated .txt-rotate-keywords .keyword {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.text-slide-activated .txt-rotate-keywords .keyword.active {
	position: relative;
	opacity: 1;
}
