/* CTA */

.cta .wrapper{
	padding: 80px 100px;
}
.cta .wrapper.curved{
	padding: 40px 80px;
	border-radius: 200px;
}
.cta .wrapper.curved-xl{
	padding: 80px 145px;
}
.cta.has-image .col-xs-12:first-child{
	padding-right: 0;
}
.cta.has-image .col-xs-12:last-child{
	padding-left: 0;
}
.cta .wrapper.curved .links-group{
	margin-top: 12px;
}
.cta .wrapper.curved .content{
	margin-top: 10px;
}
.cta.has-image .wrapper{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.cta.has-image .row{
	display: flex;
	align-items: center;
}
.cta.has-image .image-wrapper{
	height: auto!important;
	margin-bottom: 0!important;
}

@media screen and (max-width: 1480px){
	.cta .wrapper.curved-xl{
		padding: 60px 110px 50px;
	}
	.cta.has-image .links-group{
		margin-top: 0!important;
	}
}

@media screen and (max-width: 991px){
	.cta.has-image .col-xs-12:last-child{
		padding-left: 20px;
		margin-top: 20px;
	}
	.cta .wrapper.curved-xl{
		padding: 40px 80px;
	}
	.cta:not(.has-image) h2:last-child, .cta:not(.has-image) h3:last-child{
		margin-bottom: 0;
	}
	.cta .links-group{
		margin-top: 0!important;
	}
	.cta .wrapper.curved{
		padding: 40px 60px 30px;
	}
	.cta.has-image .row{
		display: block;
	}
	.cta.has-image .col-sm-5, .cta.has-image .col-sm-7{
		width: 100%!important;
		margin-top: 0!important;
	}
	.cta.has-image .image-wrapper{
		padding-right: 20px!important;
		text-align: center;
	}
	.cta.has-image .image-wrapper img{
		max-width: 50%;
	}
}

@media screen and (max-width: 768px){
	.cta.has-image .image-wrapper{
		text-align: center;
		padding-left: 20px;
		padding-right: 20px!important;
		margin-bottom: 0!important;
	}
	.cta.has-image .wp-image{
		max-width: 50%;
	}
	.cta.has-image .col-xs-12:last-child{
		margin-top: 0;
		padding-right: 20px;
		margin-bottom: 0;
	}
	.cta .wrapper.curved-xl{
		padding: 60px 40px 40px;
	}
	.cta .wrapper.curved{
		padding: 40px 40px 30px;
		border-radius: 80px;
	}
}