.swiper {
	/* 	display: none; */
	}
	
	.swiper:not(.swiper-initialized) {
		.swiper-wrapper {
			display: grid;
			grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr));
			gap: 1rem;

/* 			@media (min-width: 1600px) {
            grid-template-columns: repeat(4, 1fr);
			} */
	
			.swiper-slide {
				flex: 0 1 auto;
				width: 100%;
				height: auto;
				display: flex;
				align-items: center;
				justify-content: center;
				margin: 0 auto;
			}
		}
	
		.swiper-pagination,
		.swiper-button-prev,
		.swiper-button-next {
			display: none;
		}
	}
	
	.swiper.swiper-initialized {
		display: block;
		overflow: visible;
		margin: 0px 50px 66px;
	
		.swiper-wrapper {
			.swiper-slide {
				flex: 0 0 auto;
				width: auto;
				height: auto;
				display: flex;
				align-items: flex-start;
				justify-content: center;
			}
	
			.swiper-slide > * {
				user-select: none;
			}

			.relatedprof-img{
				width: 100%;
			}
	
		}
	
		.swiper-button-prev,
		.swiper-button-next {
			margin-top: 0;
		}
	
		.swiper-pagination {
			bottom: -45px;
			top: auto;


			.swiper-pagination-bullet{
				background-color: #000;
				opacity: 0.4;
			}
			.swiper-pagination-bullet-active{
				background-color: var(--l-color);
				opacity: 1;
			}

		}
	
		.swiper-button-prev {
			transform: translate(-200%, -50%);
			color: #333;
		}
	
		.swiper-button-next {
			transform: translate(200%, -50%);
			color: #333;
		}
	
		.swiper-horizontal>.swiper-scrollbar, 
		.swiper-scrollbar.swiper-scrollbar-horizontal{
		bottom: 0;
		height: 10px;
		background: rgb(0 0 0 / 0.3) ;
		}

		.swiper-scrollbar-drag{
			background: rgb(0 0 0 / 0.8);
		}
	
	}


	.sectorServicesListMod {
		.swiper.swiper-initialized {
			display: block;
			width: auto;
			overflow: visible;
			margin: 0px 50px 66px;
		}
	}
	
	
	.swiper.swiper-initialized.swiper-watch-progress{
		.swiper-wrapper {
			.swiper-slide {
				opacity: 0;
				transform: scale(0.5);
			}
	
			.swiper-slide.swiper-slide-visible {
				transform: scale(1);
				opacity: 1;
				pointer-events: all;
				transition: opacity 100ms 150ms linear, transform 300ms 150ms linear;
			}
		}
	}
	
	.white_swiper {
		.swiper.swiper-initialized {
			.swiper-button-prev {
				color: #fff;
			}
	
			.swiper-button-next {
				color: #fff;
			}
		}
	}
	




.simagelist .swiper.swiper-initialized{
	margin-inline: 0;
	overflow: hidden;
	max-height: 80vh;


	.swiper-slide{
		& a{
			width: 100%;
			height: 100%;
			& img{
				width: 100%;
				height: 100%;
				object-fit: cover;
			}
		}
	}


	.swiper-pagination {
		bottom: 30px;
		top: auto;
	}




	.swiper-button-prev {
		transform: translate(10%, -50%);
		color: var(--white);
	}

	.swiper-button-next {
		transform: translate(10%, -50%);
		color: var(--white);
	}
}





.innerContent {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: center;


	.left{ 
		flex: 0 1 160px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		max-width: 160px;

		& img {
			display: block;
			clear: both;
			max-width: 100%;
			height: auto;
			object-fit: cover;
			object-position: center;
			aspect-ratio: 1 / 1;
			border-radius: 50%;
		}
	
		& .mainBtn{
			position: relative;
			z-index: 1;
			margin-top: -25px;
						display: none;
		}
	}


	.right{
		flex: 1 1 auto;
		max-width: 300px;
		text-align: center;
		        display: flex;
        flex-direction: column;

		& .mainBtn{
			margin: 0.25rem auto 0;
            padding: 0.25rem 0.5rem;
            border-radius: 5px;

&:after {
    margin-left: 7px;
 }

		}
	}




	.imagelink {
		& figure {
			margin: 0;
			padding: 0;
			& img {
				display: block;
				clear: both;
				max-width: 100%;
				height: auto;
				object-fit: cover;
				object-position: center;
				aspect-ratio: 1 / 1;
				border-radius: 50%;
			}
		}
	}

	& h2{
		margin-bottom: 0px;
		line-height: 1;

		& a {
			text-transform: uppercase;
			color: var(--d-color);
			font-size: 1.6rem;
			line-height: 1;
			font-weight: 300;
			font-family: var(--font-condensed);


			&:hover,
			&:focus-within {
				color: var(--d-color);
				opacity: 0.8;
			}

		}
}


	 .brevedescrizioneCF{
				max-width: 100%;
				color: var(--grey-500);
				font-style: italic;
				font-size: 0.8rem;
				font-weight: 500;
				        margin-bottom: 0.3rem;
		 }


	.mod-articles-category-introtext {
		display: none;
	}

	ul.customFieldsUL,
	ul.fields-container
	{
		margin:0;
		display: block;
		padding: 0;
		list-style: none;

		 & li{
			display: block;
			clear: both;
			margin: 0;
			padding: 0;
			width: 100%;

			& p{
				display: block;
				clear: both;
				width: 100%;
				margin: 0;
				padding:0;
			}
		 }

		 & li.specializzazioni{
			margin-block: 0.5rem;

			.titlefield{
				display: none;
			}
			.descfield{
				text-transform: uppercase;
				color: var(--l-color);
				font-size: 1.2rem;
				line-height: 1;
				font-weight: 400;
				font-family: var(--font-condensed);
			}

		 }

		 & li.descrizionebrevespecialista,
		 & li.descrizione-breve-specialista
		 {
			.titlefield{
				display: none;
			}
			.descfield{
				max-width: 100%;
				color: var(--grey-500);
				font-style: italic;
				font-size: 0.8rem;
				font-weight: 500;
			}

		 }


	


		 .specializzazioneprofessionista{
			display: none;
		 }

		 .acfprofessionisticorrelati{
			display: none;
		 }


		.brevedescrizioneCF{
			margin-bottom: 0;
		}


	}


	h3{
		text-transform: uppercase;
		color: var(--l-color);
		font-size: 1.2rem;
		line-height: 1;
		font-weight: 400;
		margin: 10px 0;
	}

	p{
		margin-bottom: 0;
	}


}













.serviziBlogPage{
	
.swiper{

	display: block;
	max-width: 1800px;
        margin: 0 auto 6rem;
				padding: 0 1rem;
				

	

	.swiper-slide{
		max-width: 500px;
	}

}



	.swiper.swiper-initialized{
		.swiper-slide{
			max-width: none;
		}

		.innerContent {
			.left{ 
				flex: 0 1 160px;
				display: flex;
				flex-direction: column;
				align-items: center;
				justify-content: center;
			
				& .mainBtn{
					position: relative;
					z-index: 1;
					margin-top: -25px;
		
				}
			}

			.right{
				flex: 0 1 auto;
				max-width: 300px;
	

			}

		}

	}



} /* end Carosello SPECIALISTI BlogPage Category View */





.serviziProfessionistiPage{


	.fields-container .swiper{

		display: block;
		margin-bottom: 100px;
		
	
		.swiper-slide{
			max-width: 500px;
		}


	&.swiper-initialized{
		.swiper-slide{
			max-width: none;
		}
	}
}




	.swiper .blog-item {
		position: relative;
		border-radius: 0.5rem;
		overflow: hidden;
		padding: 0;
	
		&:after {
			pointer-events: none;
			position: absolute;
			width: 100%;
			height: 100%;
			content: "";
			top: 0;
			left: 0;
			z-index: 0;
background: linear-gradient(130deg, var(--m-color) 0%, var(--m-color) 50%, rgba(000, 000, 000, 0) 100%);
                    mix-blend-mode: multiply;
		}
	
		h3 {
			position: absolute;
			z-index: 1;
			top: 30px;
			left: 30px;
			padding: 0px 20px 0px 20px;
			font-weight: 300;
			text-transform: uppercase;
			font-size: 1.6rem;
			line-height: 1;
			height: calc(100% - 60px);
			border-left: 5px solid var(--vl-color);
			font-family: var(--font-regular);
	
			& a {
				color: #fff;
			}
		}
	
		a.mainBtn {
			position: absolute;
			bottom: 20px;
			right: 20px;
			z-index: 1;
			background: rgb(255, 255, 255);
			color: var(--l-color);
			/*         mix-blend-mode: hard-light; */
			z-index: 1;
	
			&:before {
				background-color: transparent;
			}
		}
	
		a.mainBtn:hover,
		a.mainBtn:focus-within {
			/*         mix-blend-mode: hard-light; */
			background-color: var(--l-color);
			color: #fff;
		}
	
		& ul.fields-container{
			display: none;
		}
	
		& img {
			width: 100%;
			height: 300px;
			object-fit: cover;
			object-position: center right;
		}
	}




	}











@media (max-width: 1279px) {

	.innerContent{
		flex-direction: column;
		align-items: center;
		gap: 15px;
		position: relative;
		padding-bottom: 50px;

		.left{
			flex: 1 1 auto;

				& img{
					max-width: 150px;
				}

				& figure{
				&	img{
					max-width: 150px;
				}
			}

		.mainBtn{
			position: absolute !important;
			bottom: 0 !important;
		}
	}
		.right{flex: 1 1 auto;
		text-align: center;}
	}

}