.banner-cta-module{
	background: #27568B;
	color: #fff;
}

.banner-cta-module .banner-cta--container{
	position: relative;
}

.banner-cta-module .banner-cta--container .banner-cta--inner{
	max-width: 100vw;
	padding: 0 13.2rem;
	margin: 0 auto;
	display: flex;
}

.banner-cta-module .banner-cta--part-text{
	width: 50%;
	padding: 8rem 8rem 8rem 0;
}
@media (max-width: 767px) {
	.banner-cta-module .banner-cta--part-text
}

.banner-cta-module img.banner-image{
	position: absolute;
	right: 0;
	top: 0;
	min-height: 100%;
	max-height: 100%;
	width: 50%;
	object-fit: cover;
}

.banner-cta-module .banner-cta--part-text h2{
	font-size: 3.6rem;
	font-style: normal;
	font-weight: 700;
	color: #fff;
	text-transform: unset;
}

.banner-cta-module .banner-cta--part-text p{
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	color: #C9DFF8;
}


.banner-cta-module .banner-cta--part-text ul li{
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	color: rgba(37, 46, 90, 0.70);
	padding-left: 2.8rem;
	position: relative;
}

.banner-cta-module .banner-cta--part-text ul{
	margin-top: 1.6rem;
}

.banner-cta-module .banner-cta--part-text ul li:before{
	content: "";
	position: absolute;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='20' viewBox='0 0 16 20' fill='none'%3E%3Cpath d='M1 11.7895L6.65217 16L14 6' stroke='%2300ACE5' stroke-width='3'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	width: 13px;
	height: 20px;
	left: 0;
	top: 2px;
}

.banner-cta-module .banner-cta--part-text ul li:not(:last-child){
	margin-bottom: 1.6rem;
}

.banner-cta-module .banner-cta--container .banner-cta--part-text {
	position: relative;
}

.banner-cta-module .banner-cta--container .banner-cta--part-text::after{
	content: "";
	position: absolute;
	right: -163px;
	top: 0;
	min-height: 100%;
	max-height: 100%;
	width: 18rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='129' height='600' viewBox='0 0 129 600' fill='none'%3E%3Cpath d='M129 300L0.5 0V600L129 300Z' fill='%2328568B'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	z-index: 1;
}

.banner-cta-module .banner-cta--container .banner-cta--part-text::after {
	content: none;
}
.banner-cta--part-text--triangle {
	position: absolute;
	top: 0;
	left: 100%;
	width: 8.5rem;
	height: 100%;
	transform: translateX(-1px);
	z-index: 1;
}

@media (max-width: 992px){
	.banner-cta-module .banner-cta--container .banner-cta--part-text::after,
	.banner-cta--part-text--triangle {
		display: none;
	}
}

@media (max-width: 767px){
	.banner-cta-module .banner-cta--container .banner-cta--inner{
		padding: 0 2rem;
	}
	.banner-cta-module .banner-cta--container .banner-cta--part-text {
		padding-right: 0;
	}
	.banner-cta-module img.banner-image{
		position: relative;
		width: 100%;
		max-height: 30rem;
		min-height: 30rem;
	}
}




