.ProductCard .ProductCard-container{display:flex;justify-content:center;align-items:center;padding:80px 0;overflow:hidden}.ProductCard .ProductCard-layout{display:flex;justify-content:center;align-items:center;width:900px}.ProductCard .ProductCard-layout.ProductCard-layout--reversed{flex-direction:row-reverse}.ProductCard .ProductCard-visual{position:relative;width:60%;height:391px;box-shadow:0 10px 50px rgba(0,0,0,.1);transition:.5s}.ProductCard .ProductCard-gradient,.ProductCard .ProductCard-gradients{position:absolute;width:100%;height:100%;left:0;top:0}.ProductCard .ProductCard-gradient{z-index:-2}.ProductCard .ProductCard-gradient--base{z-index:-1}.ProductCard .ProductCard-gradient[color=blue]{background-image:linear-gradient(45deg,#0136af,#22abfa)}.ProductCard .ProductCard-gradient[color=red]{background-image:linear-gradient(45deg,#d62926,#ee625f)}.ProductCard .ProductCard-gradient[color=green]{background-image:linear-gradient(45deg,#11998e,#1ce669)}.ProductCard .ProductCard-gradient[color=orange]{background-image:linear-gradient(45deg,#fc4a1a,#f7b733)}.ProductCard .ProductCard-gradient[color=black]{background-image:linear-gradient(45deg,#111,#666)}.ProductCard .ProductCard-image{width:100%;height:100%;opacity:0;bottom:0;right:0;transition:.5s}.ProductCard .ProductCard-image.is-visible{opacity:1}.ProductCard .ProductCard-content{display:flex;flex-direction:column;justify-content:center;width:40%;height:391px;background-color:#fff;z-index:1;padding:12px 40px;box-shadow:0 10px 50px rgba(0,0,0,.1)}.ProductCard .ProductCard-heading{padding:0 0 10px;border-bottom:1px solid #dadada}.ProductCard .ProductCard-heading div{display:flex;align-items:center}.ProductCard .ProductCard-headingText{margin-right:10px;font-size:2rem;color:#333;line-height:1.3}.ProductCard .ProductCard-description{padding:10px 0;border-bottom:1px solid #dadada}.ProductCard .ProductCard-descriptionText{color:#555;font-size:17px}.ProductCard .ProductCard-cta{display:flex;justify-content:flex-end;align-items:center}.ProductCard .ProductCard-ctaIcon{color:#333;display:flex;align-items:flex-start;animation:ProductCard-moveRight 1.3s infinite}.ProductCard .ProductCard-ctaIcon h1{font-size:2.1rem;font-weight:600;line-height:1;margin-bottom:8px}@media(max-width:1070px){.ProductCard .ProductCard-image{width:135%}}@media(max-width:1000px){.ProductCard .ProductCard-layout,.ProductCard .ProductCard-layout.ProductCard-layout--reversed{flex-direction:column;width:100%;margin:0 0 48px;box-shadow:none}.ProductCard .ProductCard-content{height:auto}.ProductCard .ProductCard-layout>div{width:100%;box-shadow:none}.ProductCard .ProductCard-image{width:100%;height:100%;transform:none;top:0;left:0;right:auto;max-width:none;max-height:none;position:absolute}.ProductCard .ProductCard-container{padding:0}.ProductCard .ProductCard-cta{padding-right:8px}.ProductCard .ProductCard-visual{height:400px}}@media(max-width:600px){.ProductCard .ProductCard-visual{height:280px}}@media(max-width:490px){.ProductCard .ProductCard-headingText{font-size:1.3rem}.ProductCard .ProductCard-descriptionText{font-size:.8rem}.ProductCard .ProductCard-ctaIcon h1{font-size:1.5rem}.ProductCard .ProductCard-content{padding:20px}}@media(max-width:400px){.ProductCard .ProductCard-container{padding:20px}}@keyframes ProductCard-moveRight{0%{margin-right:0}35%{margin-right:-4px}to{margin-right:0}}