@charset "utf-8";

.LandingProductInfo {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
	position: relative;
	overflow: hidden;
	padding-top:13px;
}
.lpiSlide {
	margin-bottom: 14px;
	margin-top: -115px;
	padding-top: 117px;
	background-color:#F8F8FA;
}
.lpilogo {
	padding:0 20px;
	height:45px;
} 
.lpilogo img {
    max-width: 177px;
    width: 100%;
}
.lpiHeading {
	font-family: Century Gothic;
	font-style: normal;
	font-weight: normal;
	font-size: 40px;
	line-height: 102%;
	text-align: center;
	color:#000;
	margin: 20px 0 30px;
	padding: 0 100px;
}
.lpiSlide > p {
	font-family: Century Gothic;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 102%;
	text-align: center;
	color: #000000;
	margin-bottom:65px;
	padding: 0 100px;
}
.lpiSlide.lpi-bg-graydark > * {
	color:#fff;
}
.lpi-bg-cyan{background-color:#ECF6FA;}
.lpi-bg-graylight{background-color:#E8EAE5;}
.lpi-bg-graydark{background-color:#494C57;}
.lpi-bg-gray1{background-color:#E2E2E2;}
.lpi-bg-beige{background-color:#ede2d7;}

.lpi-bg-plane .lpiCircleImage, .lpi-bg-plane .lpiCircleImage.half-circled-img {border-radius:0;}

.lpiCircleImage {
    width: 140%;
    text-align: center;
    border-radius: 49%;
    overflow: hidden;
    margin-left: -20%;
	padding: 0 20%;
	position: relative;
	max-height: 610px;
}
.lpiCircleImage img {
    width: 100%;
    z-index: 2;
    position: relative;
}
.lpiCircleImage img.blurImage {
    position: absolute;
    z-index: 0;
    filter: blur(13px);
    right: 0%;
    width: auto;
    height: 100%;
    top: 0;
    bottom: 0;
}
.lpiCircleImage .blurImage + img {
    width: auto;
    max-width: 100%;
}
.lpiCircleImage.half-circled-img {
    border-radius: 0 0px 49% 49%;
    max-height: 100%;
}
.lpi-bg-graylight .lpiCircleImage.half-circled-img::before {
    content: " ";
    background-color: #000;
    height: 110px;
    left: 0;
    right: 0;
    z-index: 221;
    position: absolute;
    background: linear-gradient(180deg, #E8EAE5 0%, rgba(232, 234, 229, 0) 100%);
}
.blurImage.blur-center {
    t: auto;
    left: 50%;
    transform: translateX(-50%);
}
.lpiSlide > .lpiHeading:first-child {
    margin-top: 55px;
	margin-bottom: 50px;
}
.lpiCardLinks a > img {
    display: inline-block;
    max-width: 99%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    text-align: left;
}
.lpiCardLinks.row {
    margin: 0 20px 100px;
}
.lpiSlide > p.lpiSmall {
    font-size: 12px;
    margin-bottom: 0;
}
.lpiCardLinks a {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    height: 346px;
    margin-bottom: 20px;
    border: 1px solid #C4C4C4;
    text-align: center;
    vertical-align: middle;
    position: relative;
}
.table-lpi > .table td {
    padding: 8px 30px;
}
.table-lpi .table tr:first-child td {
    border-top: none;
}
.table-lpi {
    padding: 0 100px 20px;
}
@media (max-width: 768px) {
    div.table-lpi {
		padding: 0 20px 20px;
	}
	.lpiHeading, .lpiSlide > p {
		padding-left:20px;
		padding-right:20px;
	}
	.table-lpi > .table td + td {
		border-top: 0;
	}
	.table-lpi > .table td {
		display: block;
	}
}
@media (max-width: 400px) { 
.lpiHeading { font-size:30px}
.lpiSlide > p {font-size:18px}
}