#idt-app-container {
	padding: 5rem 0;
}

#idt-app-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: -40px;
}

#idt-app-links a {
	margin-right: 25px;
	margin-bottom: 25px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 300px;
	flex: 0 0 300px;
	max-width: 300px;
	height: 10.5rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1rem 2rem 1rem 13.4rem;
	border-radius: 2rem;
	-webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	position: relative;
	-webkit-transition: background-color 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
	transition: background-color 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
	-o-transition: background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
	transition: background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
	transition: background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
	z-index: 1;
}

#idt-app-links a img {
	position: absolute;
	width: 9.6rem;
	height: 8.5rem;
	left: 2rem;
	top: 1rem;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transition: opacity 0.25s ease-in-out;
	-o-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
}

#idt-app-links a h3 {
	font-size: 2rem;
	line-height: 1.3;
	letter-spacing: 0.5px;
	color: #28568b;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: color 0.25s ease-in-out;
	-o-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
}

#idt-app-links a:hover {
	background-color: #00AcE5;
	-webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.1);
}

#idt-app-links a img:nth-of-type(1) { opacity: 1; }
#idt-app-links a img:nth-of-type(2) { opacity: 0; }

#idt-app-links a:hover img:nth-of-type(1) { opacity: 0; }
#idt-app-links a:hover img:nth-of-type(2) { opacity: 1; }

#idt-app-links a:hover h3 {	color: #fff; }

#idt-app .idt-app-item {
	margin-top: -7.5rem;
	padding-top: 17.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	width: 100%;
}

#idt-app .idt-app-item:nth-child(2n+2) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-flow: row-reverse wrap;
	flex-flow: row-reverse wrap;
}

#idt-app .idt-app-item .left-side {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 41%;
	flex: 1 0 41%;
	min-width: 300px;
	min-height: 0;
	margin-bottom: 5rem;
}
#idt-app .idt-app-item > img {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 41%;
	flex: 1 0 41%;
	width: 41%;
	-o-object-fit: cover;
	object-fit: cover;
	padding: 8.5rem 0;
	min-width: 300px;
	min-height: 0;
	margin-bottom: 5rem;
}

#idt-app .idt-app-item:nth-child(2n+1) > .left-side { margin-right: 18%; }
#idt-app .idt-app-item:nth-child(2n+2) > .left-side { margin-left: 18%; }

#idt-app .idt-app-item:nth-child(2n+2)::after,
#idt-app .idt-app-item::before {
	content: '';
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
/*#idt-app .idt-app-item:nth-child(2n+1)::before {
	width: 31rem;
	height: 15rem;
	top: 16.9rem;
	right: 0;
	-webkit-transform: translateX(49%);
	-ms-transform: translateX(49%);
	transform: translateX(49%);
	background-image: url('https://cdn2.hubspot.net/hubfs/6548689/INT20001-Icon-dots-04.svg');
	z-index: -1;
}
#idt-app .idt-app-item:nth-child(2n+2)::before {
	width: 13.6rem;
	height: 13.6rem;
	top: 19.5rem;
	left: 41%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-image: url('https://cdn2.hubspot.net/hubfs/6548689/INT20001-icon-boussole-01.svg');
	z-index: 1;
}*/
/*#idt-app .idt-app-item:nth-child(2n+2)::after {
	width: 35rem;
	height: 15rem;
	top: 60.2%;
	left: 0;
	-webkit-transform: translate(-31%, 50%);
	-ms-transform: translate(-31%, 50%);
	transform: translate(-31%, 50%);
	background-image: url('https://cdn2.hubspot.net/hubfs/6548689/INT20001-Icon-dots-05.svg');
	z-index: -1;
}*/

/*#idt-app .idt-app-item:nth-child(2n+1) > img {
	-webkit-filter: drop-shadow(-11rem 9rem #009fe4);
	filter: drop-shadow(-11rem 9rem #009fe4);
}*/

#idt-app .idt-app-item .left-side h2 {
	line-height: 1.33;
	letter-spacing: 1px;
	margin: 2rem 0 5rem;
}

#idt-app .idt-app-item .left-side p {
	font-size: 1.8rem;
	line-height: 1.67;
	letter-spacing: 0.5px;
	color: #28568b;
	margin-bottom: 3rem;
}

#idt-app .idt-app-item .idt-app-prtnr {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

#idt-app .idt-app-item .idt-app-prtnr h3 {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.45;
	letter-spacing: 0.6px;
	color: #28568b;
	margin-bottom: 3rem;
}

#idt-app .idt-app-item .idt-app-prtnr-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	padding: 2rem;
	margin: -2rem;
	overflow: auto;
	box-sizing: content-box;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

#idt-app .idt-app-item .idt-app-prtnr-list::-webkit-scrollbar {
	width: 0px;
}

#idt-app .idt-app-item .idt-app-prtnr-list::after {
	content: '';
	min-width: 1px;
}

#idt-app .idt-app-item .idt-app-prtnr-list div {
	min-width: 23rem;
	max-width: 23rem;
	height: 13.6rem;
	border-radius: 2rem;
	-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 1;
	margin: 0 2rem 2rem 0;
	box-sizing: border-box;
}

#idt-app .idt-app-item .idt-app-prtnr-list div.p360::before {
	content: '360°';
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 2rem;
	border-bottom-right-radius: 0;
	background-color: #00AcE5;
	color: #fff;
	z-index: 1;
	padding: 0.4rem 0.8rem 0.4rem 1.2rem;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.63;
	letter-spacing: 0.5px;
}
#idt-app .idt-app-item .idt-app-prtnr-list img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	padding: 3.5rem 3rem 3rem;
}

@media (max-width: 992px) {
	#idt-app .idt-app-item:nth-child(2n+2)::before { content: none; }
	#idt-app .idt-app-item .left-side {
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
	}
	#idt-app .idt-app-item > img {
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		padding: 0 0 2rem;
		max-width: 100%;
	}
	#idt-app .idt-app-item:nth-child(2n+1) > img {
		-webkit-filter: drop-shadow(-6rem 4rem #009fe4);
		filter: drop-shadow(-6rem 4rem #009fe4);
	}
	#idt-app .idt-app-item .left-side h2 {
		padding-right: 0;
	}
	#idt-app .idt-app-item:nth-child(2n+1) > .left-side { margin-right: 0; }
	#idt-app .idt-app-item:nth-child(2n+2) > .left-side { margin-left: 0; }
}

@media (max-width: 768px) {
	#idt-app-links {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
		max-width: 100%;
		overflow: auto;
		padding: 2rem;
		margin: -2rem;
		box-sizing: content-box;
	}
	#idt-app-links::after {
		content: '';
		min-width: 1px;
	}
	#idt-app-links a {
		-ms-flex: 0 0 200px;
		flex: 0 0 200px;
		width: 200px;
		height: auto;
		padding: 9.5rem 2rem 1rem 2rem;
		border-radius: 2rem;
	}
	#idt-app-links a img { width: calc(100% - 4rem); }
	#idt-app-links a h3 {
		text-align: center;
		top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	#idt-app .idt-app-item {
		padding-top: 12.5rem;
	}
	#idt-app .idt-app-item:nth-child(2n+1)::before { top: 6rem; }