/* 2 COLUMN */

section.x2column{
	padding:0;
	margin: -10px 0 60px;
	width: 100%;
	position:relative;
	z-index:10;
}

section.x2column p.subtitle{
	color: #fff;
	font-size: 1.5em;
}
section.x2column h2{
	position:relative;
	margin-bottom: 10px;
	color: var(--white-color);
}

section.x2column h3, section.x2column h4 {
	color: var(--white-color);
}

section.x2column .wrapper {
	display: flex;
	clip-path: polygon(0 60px,60px 30px, calc(100% - 60px) 30px, 100% 0, 100% calc(100% - 60px),calc(100% - 60px) calc(100% - 30px), 60px calc(100% - 30px), 0 100%);
}

section.x2column .col{
	
	position: relative;
}

section.x2column .col .image{
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size:cover;
	background-position:center center;
	flex: 0 0 50%;
	
}


section.x2column .col .image img{
	width:100%;
	height:100%;
	object-fit:cover;

}

section.x2column .col .info{
	max-width: 660px;
	padding: 90px 0;
}

.info .st0 {
	fill: #f2f2f2;
}

@media screen and (min-width:1300px){

	section.x2column .wrapper{
		display:flex;
		min-height:60vh;
	}
}

section.x2column ul{
	list-style:none;
}

section.x2column li {
	margin: 10px 0;
	line-height: 1.3em;
	font-weight: 500;
	font-size:1.175em;
	padding-left:28px;
	position:relative;
}

section.x2column li:before{
	content:'\f00c';
	position:absolute;
	top:0;
	left:0;
	font-family:'Font Awesome 5 Pro';
}

section.x2column .wrapper .col.content{
	display:flex;
	align-items: center;
	flex:0 0 50%;
	poisition:relative;
	filter:drop-shadow(0 2px 4px rgba(0,0,0,0.3));
	padding:0 4em 0 0;
}

section.x2column .wrapper.reverse .col.content{
	padding:0 0 0 4em;
}

section.x2column .wrapper .col.content:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:150px;
	height:100%;
	transform:translateX(-100%);
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

section.x2column .wrapper.reverse .col.content:after{
	left:initial;
	right:0;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	transform:translateX(100%);
	
}

section.x2column.bluegradient .wrapper .col.content:after,
section.x2column.bluegradient .wrapper .col.content
{
	background:var(--blue-gradient-vertical);
}

section.x2column.blue .wrapper .col.content:after,
section.x2column.blue .wrapper .col.content{
	background:var(--main-color);
}

section.x2column.darkblue .wrapper .col.content:after,
section.x2column.darkblue .wrapper .col.content{
	background:var(--main-color);
}

section.x2column .wrapper.reverse{
	flex-direction:row-reverse;
}

section.x2column .wrapper.reverse .col.content{
	justify-content:flex-end;
}

section.x2column .wrapper .col.image {
	flex: 0 0 50%;
}

section.x2column .col.image:after {
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(46, 70, 108, 0.25) url(dot.png);
	opacity: 0.75;
}

section.x2column .wrapper .col .info{
	padding: 90px 0;
	width: 100%;
	color:#fff;
}

section.x2column .wrapper.reverse .col .image{
	left:auto;
	right:0;
}

section.x2column .icon {
	width: 50px;
	height: 50px;
}

section.x2column .icon svg{
	fill:#fff;
}
@media screen and (max-width:960px){
	section.x2column .wrapper .col.content{
		padding:0 2em 0 0;
	}
	
	section.x2column .wrapper.reverse .col.content{
		padding:0 0 0 2em;
	}
	
}

@media screen and (max-width:900px){
	section.x2column{
		padding:0;
	}
	section.x2column .wrapper, section.x2column .wrapper.reverse{
		flex-direction:column;
	}
	section.x2column .wrapper .col.content{
		padding:5%;
	}
	section.x2column .wrapper .col.image{
		padding-bottom:56%;
	}
	section.x2column .wrapper .col .info{
		padding:30px 5% 60px 0;
		
	}
	section.x2column .wrapper.reverse .col.content{
		justify-content: flex-start;
	}
	section.x2column .wrapper.reverse .col.content:after,
	section.x2column .wrapper .col.content:after
	{
		transform: translateY(-100%);
		top: 0;
		left: 0;
		width: 100%;
		height: 30px;
	}
	section.x2column .wrapper.reverse .col.content:after,
	section.x2column .wrapper .col.content:after{
		clip-path:polygon(calc(100% - 60px) 100%, 100% 0, 100% 100%);
	}
	
}
@media screen and (max-width:480px){
	section.x2column .wrapper .col.image{
		padding-bottom:100%;
	}
}