.cta-image-content-text {
	background: linear-gradient(90.72deg, #ac0218 0.36%, #c5242a 99.14%);
	padding: 60px 44px;
	margin: 0 -22px;
	text-align: center;
	position: relative;
	color: #fff;
}

.cta-image-content-pattern {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cta-image-content-text p {
	color: #fff;
	position: relative;
	z-index: 1;
}

.cta-image-content-text__btn {
	position: relative;
	z-index: 1;
}

.cta-image-content-text__btn .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	padding: 11px 18px;
	margin: 0 auto;
}

.cta-image-content-text__btn .btn:first-child {
	color: #b81321;
}

.cta-image-content-text__btn .btn:first-child:before {
	background: linear-gradient(90.72deg, #fafafa 0.36%, #dddddd 99.14%);
}

.cta-image-content-text h2 {
	margin-bottom: 25px;
	text-transform: capitalize;
	color: #fff;
	position: relative;
	z-index: 1;
}

.cta-image-content-text__btn .btn i {
	margin-right: 6px;
	font-size: 22px;
	position: relative;
	top: 2px;
}

.cta-image-content-text__btn .btn + .btn {
	margin-top: 12px;
}

.cta-image-content-text__btn .btn + .btn:before {
	background: linear-gradient(90deg, #1d2388 0%, #223cbd 100%);
}

.cta-image-content-text .btn-primary {
	background: linear-gradient(90.72deg, #fafafa 0.36%, #dddddd 99.14%);
	color: #b81321;
}

.cta-image-content-text .btn-primary:before {
	background: linear-gradient(90.72deg, #fafafa 0.36%, #dddddd 99.14%);
}

.cta-image-content-text__btn .btn.btn-tertiary:before {
	background: none;
}

.cta-image-content-text p .btn + .btn {
	margin-top: 10px;
	margin-left: 0;
}

.cta-image-content-text a.btn-tertiary {
	color: #fff;
}

.cta-image-content-text a.btn-tertiary::before {
	border: 2px solid #fff;
	color: #fff;
}

.cta-image-content--homepage {
	margin-top: 67px;
}

.cta-image-content-text__btn .btn::after {
	display: none !important;
}

.cta-image-content--inner .cta-image-content-text {
	padding-left: 22px;
	padding-right: 22px;
}

.cta-image-content-image {
	width: 100%;
	height: 140px;
	position: relative;
}

.cta-image-content-image::after {
	content: "";
	position: absolute;
	right: -1px;
	bottom: -1px;
	background-color: #fff;
	width: 55px;
	height: 55px;
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.cta-image-content-text a:not(.btn) {
	color: #ffffff;
	background: linear-gradient(
		to bottom,
		rgba(255, 195, 29, 1) 0%,
		rgba(255, 195, 29, 1) 100%
	);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 3px 3px;
	transition: background-size 0s;
}

.cta-image-content-text a:not(.btn):hover {
	background: linear-gradient(
		to bottom,
		rgba(255, 195, 29, 1) 0%,
		rgba(255, 195, 29, 1) 100%
	);
	background-repeat: repeat-x;
	background-size: 2px 3px;
	background-position: 0 100%;
	color: #ffc31d;
	transition: background-size 0.3s;
}

@media (min-width: 768px) {
	.cta-image-content-text p {
		font-size: 16px;
		margin-bottom: 35px;
	}

	.cta-image-content-text {
		padding: 70px 40px 70px 25px;
		width: calc(100% - 56px);
		text-align: left;
		margin: 0;
		z-index: 1;
	}

	.cta-image-content--inner .cta-image-content-text {
		padding-left: 25px;
		padding-right: 40px;
	}

	.cta-image-content-text__btn {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding-left: 10px;
	}

	.cta-image-content-text__btn .btn {
		margin: 0;
	}

	.cta-image-content-text__btn .btn + .btn {
		margin-top: 0;
		margin-left: 25px;
		width: fit-content;
	}

	.cta-image-content-text h2 {
		max-width: 470px;
	}

	.cta-image-content-wrapper {
		position: relative;
		padding-bottom: 200px;
		max-width: 664px;
		margin: 0 auto;
	}

	.cta-image-content-image {
		position: absolute;
		width: 487px;
		height: 250px;
		right: 0;
		bottom: 0;
	}

	.cta-image-content-text:after {
		content: "";
		position: absolute;
		right: -1px;
		top: -1px;
		background-color: #fff;
		width: 120px;
		height: 120px;
		clip-path: polygon(100% 0, 0 0, 100% 100%);
	}

	.cta-image-content-image:after {
		content: "";
		position: absolute;
		right: -1px;
		bottom: -1px;
		background-color: #fff;
		width: 78px;
		height: 78px;
		clip-path: polygon(100% 0, 0 100%, 100% 100%);
	}

	.cta-image-content-text__btn .btn i {
		top: 0px;
	}

	.cta-image-content--homepage {
		margin: 75px 0 70px;
	}

	.cta-image-content-text__btn .btn {
		width: fit-content;
	}
}

@media (min-width: 1200px) {
	.cta-image-content-wrapper {
		padding-bottom: 0;
		max-width: unset;
		padding-right: 49%;
	}

	.cta-image-content-text {
		padding: 110px 40px 110px 40px;
		width: 102%;
		text-align: left;
		margin: 0;
		clip-path: polygon(84% 0, 100% 18%, 100% 100%, 0 100%, 0 0);
	}

	.cta-image-content--inner .cta-image-content-text {
		padding-left: 40px;
		padding-right: 40px;
	}

	.cta-image-content-image {
		position: absolute;
		width: calc(50% + 86px);
		height: calc(100% - 108px);
		bottom: unset;
		top: 40px;
	}

	.cta-image-content-text h2 {
		max-width: 500px;
	}

	.cta-image-content-text:after {
		display: none;
	}

	.cta-image-content-image:after {
		width: 118px;
		height: 118px;
	}

	.cta-image-content-text__btn .btn:hover:before {
		background: linear-gradient(-90deg, #fafafa 0.36%, #dddddd 99.14%);
	}

	.cta-image-content-text__btn .btn + .btn:hover {
		background: none;
	}

	.cta-image-content-text__btn .btn + .btn:hover:before {
		background: linear-gradient(-90deg, #1d2388 0%, #223cbd 100%);
	}

	.cta-image-content-text__btn .btn + .btn:hover {
		color: #fff;
	}

	.cta-image-content--homepage {
		margin: 81px 0 100px;
	}

	.cta-image-content-text__btn .btn {
		width: fit-content;
	}
}

@media (min-width: 1600px) {
	.cta-image-content-text h2 {
		max-width: 580px;
	}

	.cta-image-content-wrapper {
		padding-right: 51%;
	}

	.cta-image-content-text p {
		font-size: 18px;
		max-width: 480px;
	}

	.cta-image-content-text {
		padding: 112px 40px 100px 40px;
		clip-path: polygon(80% 0, 100% 26%, 100% 100%, 0 100%, 0 0);
	}

	.cta-image-content-text__btn .btn + .btn {
		width: auto;
	}

	.cta-image-content-text__btn .btn i {
		font-size: 28px;
	}

	.cta-image-content-text__btn .btn {
		padding: 11px 21px;
	}

	.cta-image-content-image {
		width: calc(51% + 101px);
		height: calc(100% - 90px);
		top: 45px;
	}

	.cta-image-content-image:after {
		width: 140px;
		height: 140px;
	}

	.cta-image-content--homepage {
		margin: 83px 0 125px;
	}
}
.cta-image-content-text .cta-image-content-text__btn > .btn-link {
	color: #fff;
}
div.cta-image-content-text .cta-image-content-text__btn > .btn-link:hover {
	color: #ffc31d;
	background: none;
}
.cta-image-content-text .cta-image-content-text__btn > .btn-link::before {
	background: linear-gradient(#ffc31d 0%, #ffc31d 100%);
}
.cta-image-content-text .cta-image-content-text__btn > .btn-link:hover:before {
	background: linear-gradient(#ffc31d 0%, #ffc31d 100%);
}
.cta-image-content-text .cta-image-content-text__btn > .btn-tertiary:hover {
	color: #ffc31d;
}
.cta-image-content-text
	.cta-image-content-text__btn
	> .btn-tertiary:hover:before {
	background: none;
	border: 2px solid #ffc31d;
}
