
.child-pages-links-wrapper{
	margin: 16px 37px;
	border-top:1px solid #0033a1;
}
.child-pages-links-wrapper ul{
	margin:0;
	padding:0 1% 0;
}
.child-pages-links-wrapper ul li{
	list-style:square;
	color:#ddd;
}
.child-pages-links-wrapper li a{
	font-size:15px;
}



/* Slider */
.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent; }

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0; }
	.slick-list:focus {
		outline: none; }
	.slick-list.dragging {
		cursor: pointer;
		cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0); }

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto; }
	.slick-track:before, .slick-track:after {
		content: "";
		display: table; }
	.slick-track:after {
		clear: both; }
	.slick-loading .slick-track {
		visibility: hidden; }

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none; }
	[dir="rtl"] .slick-slide {
		float: right; }
	.slick-slide img {
		display: block; }
	.slick-slide.slick-loading img {
		display: none; }
	.slick-slide.dragging img {
		pointer-events: none; }
	.slick-initialized .slick-slide {
		display: block; }
	.slick-loading .slick-slide {
		visibility: hidden; }
	.slick-vertical .slick-slide {
		display: block;
		height: auto;
		border: 1px solid transparent; }

.slick-arrow.slick-hidden {
	display: none; }

/* Slider */
.slick-loading .slick-list {
	background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
	font-family: "slick";
	src: url("./fonts/slick.eot");
	src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal; 
	font-display: swap;
}

/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none; }
	.slick-prev:hover, .slick-prev:focus,
	.slick-next:hover,
	.slick-next:focus {
		outline: none;
		background: transparent;
		color: transparent; }
		.slick-prev:hover:before, .slick-prev:focus:before,
		.slick-next:hover:before,
		.slick-next:focus:before {
			opacity: 1; }
	.slick-prev.slick-disabled:before,
	.slick-next.slick-disabled:before {
		opacity: 0.25; }
	.slick-prev:before,
	.slick-next:before {
		font-family: "slick";
		font-size: 20px;
		line-height: 1;
		color: white;
		opacity: 0.75;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale; }

.slick-prev {
	left: -25px; }
	[dir="rtl"] .slick-prev {
		left: auto;
		right: -25px; }
	.slick-prev:before {
		content: "←"; }
		[dir="rtl"] .slick-prev:before {
			content: "→"; }

.slick-next {
	right: -25px; }
	[dir="rtl"] .slick-next {
		left: -25px;
		right: auto; }
	.slick-next:before {
		content: "→"; }
		[dir="rtl"] .slick-next:before {
			content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px; }

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%; }
	.slick-dots li {
		position: relative;
		display: inline-block;
		height: 20px;
		width: 20px;
		margin: 0 5px;
		padding: 0;
		cursor: pointer; }
		.slick-dots li button {
			border: 0;
			background: transparent;
			display: block;
			height: 20px;
			width: 20px;
			outline: none;
			line-height: 0px;
			font-size: 0px;
			color: transparent;
			padding: 5px;
			cursor: pointer; }
			.slick-dots li button:hover, .slick-dots li button:focus {
				outline: none; }
				.slick-dots li button:hover:before, .slick-dots li button:focus:before {
					opacity: 1; }
			.slick-dots li button:before {
				position: absolute;
				top: 0;
				left: 0;
				content: "•";
				width: 20px;
				height: 20px;
				font-family: "slick";
				font-size: 6px;
				line-height: 20px;
				text-align: center;
				color: black;
				opacity: 0.25;
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale; }
		.slick-dots li.slick-active button:before {
			color: black;
			opacity: 0.75; }

/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
.modal-container-cerca .modal {
	padding: 0 !important; }

.modal-container-cerca .modal-dialog {
	height: auto; }
	.modal-container-cerca .modal-dialog .modal-content {
		height: auto; }

.modal-container-cerca .modal-header {
	border: none; }

.modal-container-cerca .modal-body {
	padding: 0 139px !important; }
	@media (max-width: 992px) {
		.modal-container-cerca .modal-body {
			margin-top: 80px;
			padding: 0 40px !important; } }
	@media (max-width: 768px) {
		.modal-container-cerca .modal-body {
			padding: 0 30px !important; } }
	.modal-container-cerca .modal-body .block-search {
		margin: 0 auto;
		max-width: 649px;
		border-bottom: solid 2px #979797; }
		@media (max-width: 992px) {
			.modal-container-cerca .modal-body .block-search {
				max-width: 330px; } }
		.modal-container-cerca .modal-body .block-search input {
			padding-bottom: 7px;
			font-size: 40px;
			font-weight: normal;
			font-stretch: normal;
			font-style: normal;
			line-height: normal;
			letter-spacing: normal;
			color: #000000;
			margin: 0;
			width: 100%;
			border: 0; }
			.modal-container-cerca .modal-body .block-search input::-webkit-input-placeholder {
				color: #666666; }
			.modal-container-cerca .modal-body .block-search input::-moz-placeholder {
				color: #666666; }
			.modal-container-cerca .modal-body .block-search input:-ms-input-placeholder {
				color: #666666; }
			.modal-container-cerca .modal-body .block-search input::-ms-input-placeholder {
				color: #666666; }
			.modal-container-cerca .modal-body .block-search input::placeholder {
				color: #666666; }
			.modal-container-cerca .modal-body .block-search input:hover, .modal-container-cerca .modal-body .block-search input:focus {
				outline: none;
				-webkit-box-shadow: none;
				box-shadow: none; }
			@media (max-width: 992px) {
				.modal-container-cerca .modal-body .block-search input {
					font-size: 28px;
					padding-bottom: 11px;
					padding-left: 0; } }
			@media (max-width: 768px) {
				.modal-container-cerca .modal-body .block-search input {
					font-size: 24px;
					padding-bottom: 9px; } }
		.modal-container-cerca .modal-body .block-search .icon-serch {
			background: url(../images/search.svg) no-repeat;
			background-size: contain;
			display: block;
			margin: 0px 0px 0 -25px;
			height: 25px;
			width: 25px; }
		.modal-container-cerca .modal-body .block-search .ico-input-reset {
			/*background: url(../images/ico-input-reset.svg) no-repeat;*/
			background:unset!important;
			background-size: contain;
			margin: 0px 0px 0 -25px;
			height: 25px;
			width: 25px;
			display: none;
		}

	.modal-container-cerca .modal-body .modal-risultati {
		margin-top: 68px; }
		@media (max-width: 768px) {
			.modal-container-cerca .modal-body .modal-risultati {
				margin-top: 51px; } }
		@media (max-width: 768px) {
			.modal-container-cerca .modal-body .modal-risultati .row:first-child .col-12 {
				width: 100%;
				overflow-x: scroll;
				overflow-y: hidden;
				height: 60px; } }
		.modal-container-cerca .modal-body .modal-risultati .row:first-child .col-12 ul {
			padding: 0; }
			@media (max-width: 768px) {
				.modal-container-cerca .modal-body .modal-risultati .row:first-child .col-12 ul {
					margin: 0;
					display: block;
					width: -webkit-max-content;
					width: -moz-max-content;
					width: max-content; } }
			.modal-container-cerca .modal-body .modal-risultati .row:first-child .col-12 ul li {
				display: inline-block; }
				.modal-container-cerca .modal-body .modal-risultati .row:first-child .col-12 ul li a {
					font-size: 18px;
					font-weight: 900;
					font-stretch: normal;
					font-style: normal;
					line-height: 0.67;
					letter-spacing: normal;
					color: #949494;
					margin-right: 40px; }
					@media (max-width: 768px) {
						.modal-container-cerca .modal-body .modal-risultati .row:first-child .col-12 ul li a {
							font-size: 16px; } }
					.modal-container-cerca .modal-body .modal-risultati .row:first-child .col-12 ul li a .t {
						padding-right: 7px; }
					.modal-container-cerca .modal-body .modal-risultati .row:first-child .col-12 ul li a .n {
						font-size: 12px;
						font-weight: normal;
						font-stretch: normal;
						font-style: normal;
						line-height: 1;
						letter-spacing: normal;
						color: #666660; }
					.modal-container-cerca .modal-body .modal-risultati .row:first-child .col-12 ul li a.active {
						color: #3073f4;
						border-bottom: solid 3px #3073f4;
						padding-bottom: 12px;
						margin-right: 40px; }
						.modal-container-cerca .modal-body .modal-risultati .row:first-child .col-12 ul li a.active .n {
							color: #3073f4; }
		.modal-container-cerca .modal-body .modal-risultati #modulo-box-servizi,
		.modal-container-cerca .modal-body .modal-risultati #modulo-box-news,
		.modal-container-cerca .modal-body .modal-risultati #modulo-box-faq {
			margin-top: 67px; }
			@media (max-width: 992px) {
				.modal-container-cerca .modal-body .modal-risultati #modulo-box-servizi,
				.modal-container-cerca .modal-body .modal-risultati #modulo-box-news,
				.modal-container-cerca .modal-body .modal-risultati #modulo-box-faq {
					margin-top: 80px; } }
			@media (max-width: 768px) {
				.modal-container-cerca .modal-body .modal-risultati #modulo-box-servizi,
				.modal-container-cerca .modal-body .modal-risultati #modulo-box-news,
				.modal-container-cerca .modal-body .modal-risultati #modulo-box-faq {
					margin-top: 60px; } }
			.modal-container-cerca .modal-body .modal-risultati #modulo-box-servizi h3,
			.modal-container-cerca .modal-body .modal-risultati #modulo-box-news h3,
			.modal-container-cerca .modal-body .modal-risultati #modulo-box-faq h3 {
				font-size: 36px;
				font-weight: bold;
				font-stretch: normal;
				font-style: normal;
				line-height: normal;
				letter-spacing: normal;
				color: #000000;
				margin-bottom: 18px; }
				@media (max-width: 992px) {
					.modal-container-cerca .modal-body .modal-risultati #modulo-box-servizi h3,
					.modal-container-cerca .modal-body .modal-risultati #modulo-box-news h3,
					.modal-container-cerca .modal-body .modal-risultati #modulo-box-faq h3 {
						font-size: 32px;
						line-height: 0.94; } }
			.modal-container-cerca .modal-body .modal-risultati #modulo-box-servizi a.link-arrow.blue,
			.modal-container-cerca .modal-body .modal-risultati #modulo-box-news a.link-arrow.blue,
			.modal-container-cerca .modal-body .modal-risultati #modulo-box-faq a.link-arrow.blue {
				margin-bottom: 43px; }
				@media (max-width: 992px) {
					.modal-container-cerca .modal-body .modal-risultati #modulo-box-servizi a.link-arrow.blue,
					.modal-container-cerca .modal-body .modal-risultati #modulo-box-news a.link-arrow.blue,
					.modal-container-cerca .modal-body .modal-risultati #modulo-box-faq a.link-arrow.blue {
						margin-bottom: 30px; } }
		.modal-container-cerca .modal-body .modal-risultati #modulo-box-faq .accordion .card {
			border: none;
			margin-bottom: 25px;
			max-width: 100%;
			border: solid 1px #979797; }
			.modal-container-cerca .modal-body .modal-risultati #modulo-box-faq .accordion .card .card-header {
				padding: 14px 0px 12px 35px;
				border-bottom: 0px;
				/*border: solid 1px #979797;*/ }
				@media (max-width: 768px) {
					.modal-container-cerca .modal-body .modal-risultati #modulo-box-faq .accordion .card .card-header {
						padding: 14px 0px 12px 14px; } }
				.modal-container-cerca .modal-body .modal-risultati #modulo-box-faq .accordion .card .card-header .col {
					max-width: 100%;
					padding-right: 40px; }
				.modal-container-cerca .modal-body .modal-risultati #modulo-box-faq .accordion .card .card-header h5 {
					font-size: 16px;
					font-weight: 700;
					line-height: 1.38;
					color: #000000; }
				.modal-container-cerca .modal-body .modal-risultati #modulo-box-faq .accordion .card .card-header > div[data-toggle="collapse"] .ico-arrow {
					-webkit-transform: rotate(180deg);
					transform: rotate(180deg);
					-webkit-transition: 0.1s;
					transition: 0.1s; }
				.modal-container-cerca .modal-body .modal-risultati #modulo-box-faq .accordion .card .card-header > div[data-toggle="collapse"].collapsed .ico-arrow {
					-webkit-transform: rotate(0deg);
					transform: rotate(0deg);
					-webkit-transition: 0.1s;
					transition: 0.1s; }
			.modal-container-cerca .modal-body .modal-risultati #modulo-box-faq .accordion .card .card-body {
				padding: 1.25rem 0;
				font-size: 14px;
				line-height: 1.5;
				color: #646464;
				padding: 40px 30px;
				border-top: solid 1px #979797; }
				.modal-container-cerca .modal-body .modal-risultati #modulo-box-faq .accordion .card .card-body h5 {
					margin-top: 29px;
					margin-bottom: 20px;
					font-weight: 700;
					color: #000000;
					font-size: 14px; }
				.modal-container-cerca .modal-body .modal-risultati #modulo-box-faq .accordion .card .card-body .file-actions {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-align: center;
					-ms-flex-align: center;
					align-items: center; }
					.modal-container-cerca .modal-body .modal-risultati #modulo-box-faq .accordion .card .card-body .file-actions .file-link {
						display: -webkit-box;
						display: -ms-flexbox;
						display: flex;
						-webkit-box-align: center;
						-ms-flex-align: center;
						align-items: center; }
						.modal-container-cerca .modal-body .modal-risultati #modulo-box-faq .accordion .card .card-body .file-actions .file-link:hover {
							cursor: pointer; }
						.modal-container-cerca .modal-body .modal-risultati #modulo-box-faq .accordion .card .card-body .file-actions .file-link .ico {
							display: inline-block;
							background: url(../images/ico-download-file.svg) no-repeat 0px center;
							background-size: contain;
							height: 18px;
							width: 15px;
							margin-right: 5px;
							display: -webkit-box;
							display: -ms-flexbox;
							display: flex; }
						.modal-container-cerca .modal-body .modal-risultati #modulo-box-faq .accordion .card .card-body .file-actions .file-link .t {
							font-size: 12px;
							font-weight: 500;
							color: #003A79; }
					.modal-container-cerca .modal-body .modal-risultati #modulo-box-faq .accordion .card .card-body .file-actions .sep {
						height: 17px;
						width: 2px;
						background-color: #838383;
						opacity: 0.47;
						margin: 0 12px; }
				.modal-container-cerca .modal-body .modal-risultati #modulo-box-faq .accordion .card .card-body .acc-link {
					text-decoration: none;
					font-size: 12px;
					font-weight: 500;
					color: #004691;
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-align: center;
					-ms-flex-align: center;
					align-items: center; }
					.modal-container-cerca .modal-body .modal-risultati #modulo-box-faq .accordion .card .card-body .acc-link .ico {
						display: inline-block;
						background: url(../images/ico-arrow-right-blue.svg) no-repeat 0px center;
						background-size: cover;
						height: 10px;
						width: 7px;
						margin-left: 5px; }
		@media (max-width: 768px) {
			.modal-container-cerca .modal-body .modal-risultati #modulo-box-news .news-card .card-body .text-block p {
				max-height: 100%;
				font-weight: 400;
				line-height: 1.57;
				font-size: 14px; }
			.modal-container-cerca .modal-body .modal-risultati #modulo-box-news .card-body:last-child .type.inforete {
				display: inline-block !important; } }
		.modal-container-cerca .modal-body .modal-risultati #modulo-box-servizi [class*="col-"] {
			padding-right: 11px;
			padding-left: 11px; }
			@media (max-width: 992px) {
				.modal-container-cerca .modal-body .modal-risultati #modulo-box-servizi [class*="col-"] {
					padding-right: 13px;
					padding-left: 13px; } }
			@media (max-width: 767px) {
				.modal-container-cerca .modal-body .modal-risultati #modulo-box-servizi [class*="col-"] {
					padding-right: 5px;
					padding-left: 5px; } }
		.modal-container-cerca .modal-body .modal-risultati #modulo-box-servizi .news-card {
			min-height: 180px; }
			@media (max-width: 1024px) {
				.modal-container-cerca .modal-body .modal-risultati #modulo-box-servizi .news-card {
					min-height: 200px; } }
			@media (max-width: 992px) {
				.modal-container-cerca .modal-body .modal-risultati #modulo-box-servizi .news-card .card-body {
					padding: 30px 30px 17px 15px !important; } }
			@media (max-width: 767px) {
				.modal-container-cerca .modal-body .modal-risultati #modulo-box-servizi .news-card .card-body {
					padding: 30px 21px 17px 15px !important; } }
			.modal-container-cerca .modal-body .modal-risultati #modulo-box-servizi .news-card .title-block .type.lightGreen,
			.modal-container-cerca .modal-body .modal-risultati #modulo-box-servizi .news-card .title-block .type.lightBlue {
				word-break: break-word;
				line-height: 0.91; }
				@media (max-width: 992px) {
					.modal-container-cerca .modal-body .modal-risultati #modulo-box-servizi .news-card .title-block .type.lightGreen,
					.modal-container-cerca .modal-body .modal-risultati #modulo-box-servizi .news-card .title-block .type.lightBlue {
						line-height: 1.27 !important; } }
				@media (max-width: 767px) {
					.modal-container-cerca .modal-body .modal-risultati #modulo-box-servizi .news-card .title-block .type.lightGreen,
					.modal-container-cerca .modal-body .modal-risultati #modulo-box-servizi .news-card .title-block .type.lightBlue {
						font-size: 11px;
						padding: 4px 8px 4px 8px;
						margin-bottom: 20px; } }
			.modal-container-cerca .modal-body .modal-risultati #modulo-box-servizi .news-card .title-block .title {
				font-size: 20px !important;
				font-weight: bold !important;
				font-stretch: normal !important;
				font-style: normal !important;
				line-height: 1.2 !important;
				letter-spacing: normal !important;
				color: #1f1f1f !important;
				max-height: 100% !important;
				max-height: 72px !important;
				overflow-y: hidden;
				text-overflow: ellipsis; }
				@media (max-width: 992px) {
					.modal-container-cerca .modal-body .modal-risultati #modulo-box-servizi .news-card .title-block .title {
						line-height: 1.33; } }
				@media (max-width: 767px) {
					.modal-container-cerca .modal-body .modal-risultati #modulo-box-servizi .news-card .title-block .title {
						font-size: 16px;
						line-height: 1.5; } }

.nav-scroll {
	overflow-x: auto; }

ul.navlinksmulti {
	margin: 0;
	padding: 0;
	display: none;
	height: 64px; }
	ul.navlinksmulti > li {
		list-style: none;
		float: left;
		margin: 0;
		padding: 0; }
		ul.navlinksmulti > li ul.drop {
			margin: 0;
			padding: 0;
			width: 225px;
			position: absolute;
			display: none;
			left: 0px;
			min-height: 403px;
			min-width: 100vw;
			background: #0033a1; }
			ul.navlinksmulti > li ul.drop ul {
				margin: 0;
				padding: 0;
				width: 225px;
				position: absolute;
				display: none;
				left: 225px;
				top: 0; }
			ul.navlinksmulti > li ul.drop li {
				width: 225px;
				background: inherit;
				margin: 0;
				padding: 0;
				list-style: none;
				position: relative; }
				ul.navlinksmulti > li ul.drop li a {
					width: 225px;
					font-size: 16px;
					font-weight: 500;
					text-align: center;
					color: #fff; }
		ul.navlinksmulti > li .drop {
			margin: 0;
			padding: 60px 60px;
			width: 225px;
			position: absolute;
			display: none;
			left: 0px;
			min-height: 403px;
			min-width: 100vw;
			background: #0033a1; }
			ul.navlinksmulti > li .drop .content {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				-ms-flex-direction: row;
				flex-direction: row; }
			ul.navlinksmulti > li .drop .submenu-desc {
				color: #fff;
				width: 33%; }
				ul.navlinksmulti > li .drop .submenu-desc .sub-text {
					font-size: 14px;
					margin-bottom: 40px;
					max-width: 335px;
					line-height: 1.71; }
				ul.navlinksmulti > li .drop .submenu-desc .sub-title h3 {
					font-size: 24px;
					font-weight: 700; }
				ul.navlinksmulti > li .drop .submenu-desc .banner-card {
					width: 335px;
					border: 1px solid rgba(255, 255, 255, 0.58); }
					ul.navlinksmulti > li .drop .submenu-desc .banner-card img {
						width: 100%; }
					ul.navlinksmulti > li .drop .submenu-desc .banner-card .banner-content {
						padding: 24px 28px; }
						ul.navlinksmulti > li .drop .submenu-desc .banner-card .banner-content h3 {
							font-size: 19px;
							font-weight: 700;
							margin: 14px 0;
							line-height: 1.25; }
						ul.navlinksmulti > li .drop .submenu-desc .banner-card .banner-content span.promo {
							background-color: #0065f4;
							text-transform: uppercase;
							padding: 5px 11px;
							font-size: 10px;
							font-weight: 700; }
						ul.navlinksmulti > li .drop .submenu-desc .banner-card .banner-content sub {
							text-transform: uppercase;
							font-size: 10px;
							margin-top: 12px; }
			ul.navlinksmulti > li .drop ul.submenu-link, ul.navlinksmulti > li .drop ul.submenu-drop-panel {
				width: 40%; }
				ul.navlinksmulti > li .drop ul.submenu-link li, ul.navlinksmulti > li .drop ul.submenu-drop-panel li {
					width: 100%;
					list-style: none;
					margin: 0;
					padding: 0; }
					ul.navlinksmulti > li .drop ul.submenu-link li a.submenu-item, ul.navlinksmulti > li .drop ul.submenu-drop-panel li a.submenu-item {
						color: #fff;
						padding: 12px;
						font-size: 16px; }
						ul.navlinksmulti > li .drop ul.submenu-link li a.submenu-item span.ico, ul.navlinksmulti > li .drop ul.submenu-drop-panel li a.submenu-item span.ico {
							-webkit-transform: rotate(0);
							transform: rotate(0); }
					ul.navlinksmulti > li .drop ul.submenu-link li a:hover, ul.navlinksmulti > li .drop ul.submenu-link li a.active, ul.navlinksmulti > li .drop ul.submenu-drop-panel li a:hover, ul.navlinksmulti > li .drop ul.submenu-drop-panel li a.active {
						color: #dbf11e; }
						ul.navlinksmulti > li .drop ul.submenu-link li a:hover span.ico, ul.navlinksmulti > li .drop ul.submenu-link li a.active span.ico, ul.navlinksmulti > li .drop ul.submenu-drop-panel li a:hover span.ico, ul.navlinksmulti > li .drop ul.submenu-drop-panel li a.active span.ico {
							background: url(../images/link-arrow-fluo.svg) center/cover no-repeat; }
					ul.navlinksmulti > li .drop ul.submenu-link li a + ul.subdrop, ul.navlinksmulti > li .drop ul.submenu-drop-panel li a + ul.subdrop {
						display: none; }
				ul.navlinksmulti > li .drop ul.submenu-link .submenu-more, ul.navlinksmulti > li .drop ul.submenu-drop-panel .submenu-more {
					margin-top: 60px; }
					ul.navlinksmulti > li .drop ul.submenu-link .submenu-more p, ul.navlinksmulti > li .drop ul.submenu-drop-panel .submenu-more p {
						color: #fff;
						padding: 0 12px;
						font-size: 16px;
						margin: 0; }
			ul.navlinksmulti > li .drop ul.submenu-drop-panel {
				width: 33%; }
		ul.navlinksmulti > li.active.drop {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row; }
		ul.navlinksmulti > li.active > a {
			border-bottom: 3px solid #dbf11e; }
			ul.navlinksmulti > li.active > a .t {
				color: #dbf11e; }
			ul.navlinksmulti > li.active > a .ico {
				background: url(../images/link-arrow-fluo.svg) no-repeat;
				background-size: cover;
				-webkit-transform: rotate(270deg);
				transform: rotate(270deg); }
	ul.navlinksmulti a {
		text-decoration: none;
		color: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 22px 15px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
		line-height: 1; }
		ul.navlinksmulti a span.t {
			text-align: left; }
		ul.navlinksmulti a .ico {
			margin-left: 8px;
			height: 13px;
			width: 7px;
			background: url(../images/link-arrow.svg) no-repeat;
			background-size: cover;
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
			display: inline-block; }
			ul.navlinksmulti a .ico.blue {
				background: url("../images/link-arrow-blue.svg") no-repeat; }
	ul.navlinksmulti .video-btn {
		position: relative;
		max-width: 80%; }
		ul.navlinksmulti .video-btn img {
			max-width: 100%; }
		ul.navlinksmulti .video-btn span.icon-play {
			position: absolute;
			width: 33px;
			height: 33px;
			background: url("../images/ico-play-inline.svg") no-repeat center;
			top: calc(50% - 16px);
			left: calc(50% - 16px); }

.header {
	position: fixed;
	width: 100%;
	z-index: 999; }
	.header .language-choice {
		display: none;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		float: right; }
		.header .language-choice .item {
			font-size: 24px;
			color: #0033a1;
			font-weight: 400; }
			.header .language-choice .item.active {
				font-weight: 700;
				color: #0065f4; }
			.header .language-choice .item:hover {
				color: #0050c1;
				text-decoration: none; }
			.header .language-choice .item:active {
				color: #0164f2;
				text-decoration: none; }
			.header .language-choice .item:past {
				color: #0050c1;
				text-decoration: none; }
		.header .language-choice .sep {
			height: 18px;
			width: 1px;
			background-color: #0065f4;
			display: inline-block;
			margin: 0px 13px; }
	.header.results .bottom-navbar {
		display: none; }
	.header.signup .progress-steps.signup {
		display: block; }
	.header.signup .progress-steps.signupComplete {
		display: none; }
	.header.signup .progress-steps.uploadComplete {
		display: none; }
	.header.signupComplete .progress-steps.signup {
		display: none; }
	.header.signupComplete .progress-steps.signupComplete {
		display: block; }
		.header.signupComplete .progress-steps.signupComplete ul li.step:first-child {
			display: none; }
	.header.signupComplete .progress-steps.uploadComplete {
		display: none; }
	.header.uploadComplete .progress-steps.signup {
		display: none; }
	.header.uploadComplete .progress-steps.signupComplete {
		display: none; }
	.header.uploadComplete .progress-steps.uploadComplete {
		display: block; }
		.header.uploadComplete .progress-steps.uploadComplete ul li.step:first-child {
			display: none; }
	.header .container {
		padding: 0 30px; }
	.header .top-navbar {
		height: 36px;
		background-color: #fff; }
		.header .top-navbar .container-full {
			padding: 0 15px; }
		.header .top-navbar .row {
			height: 36px;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			margin: 0; }
		.header .top-navbar .navpp {
			margin: 0; }
		.header .top-navbar a {
			display: -webkit-box !important;
			display: -ms-flexbox !important;
			display: flex !important;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center; }
			.header .top-navbar a:hover {
				cursor: pointer; }
			.header .top-navbar a .ico {
				display: block;
				padding: 11px 22px 11px 39px;
				margin: 0; }
				.header .top-navbar a .ico.public {
					background: url(../images/ico-public.svg) 15px 15px no-repeat rgba(0, 0, 0, 0);
					padding: 22px; }
				.header .top-navbar a .ico.private {
					background: url(../images/ico-private.svg) 15px 15px no-repeat rgba(0, 0, 0, 0);
					padding: 22px; }
				.header .top-navbar a .ico.profile {
					background: url(../images/ico-profile.svg) 15px 15px no-repeat rgba(0, 0, 0, 0);
					padding: 22px; }
			.header .top-navbar a .text {
				margin: 0;
				padding: 12px 11px;
				font-size: 12px;
				white-space: nowrap;
				color: #0033a1;
				line-height: 12px;
				font-weight: 500;
				max-width: 130px;
				text-overflow: ellipsis;
				/* white-space: pre-line; */
				overflow: hidden;
				text-overflow: ellipsis;
				white-space: nowrap;
				text-transform: uppercase; }
				.header .top-navbar a .text .reg {
					font-weight: 400;
					margin-left: 15px; }
		.header .top-navbar .nav li.active {
			background: url("../images/ico-area-arrow.svg") no-repeat;
			background-size: 16px;
			background-position: bottom center; }
			.header .top-navbar .nav li.active a span.id {
				background: #0065f4;
				height: 30px;
				width: 30px;
				display: inline-block;
				border: solid 1.5px #0065f4;
				color: white;
				font-weight: 700;
				font-size: 14px;
				padding: 1px 9px;
				margin-right: 23px; }
			.header .top-navbar .nav li.active a .text {
				letter-spacing: 0.5px;
				color: #0065f4;
				font-weight: 700; }
			.header .top-navbar .nav li.active a:hover .text {
				color: #0050c1;
				text-decoration: none; }
			.header .top-navbar .nav li.active a:active .text {
				color: #0164f2;
				text-decoration: none; }
			.header .top-navbar .nav li.active a:past .text {
				color: #0050c1;
				text-decoration: none; }
	.header .profile-nav {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: #03d0d3;
		height: 100%;
		padding: 0px 17px;
		margin-right: 15px;
		display: flex;
		position: relative; }
		.header .profile-nav:hover {
			cursor: pointer; }
		.header .profile-nav .ico {
			display: block;
			width: 17px;
			height: 20px;
			margin: 0; }
			.header .profile-nav .ico.profile {
				background: url(../images/ico-profile.svg) no-repeat rgba(0, 0, 0, 0); }
		.header .profile-nav .text {
			display: none;
			max-width: 130px;
			text-overflow: ellipsis;
			/* white-space: pre-line; */
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap; }
			.header .profile-nav .text .reg {
				font-size: 16px;
				font-weight: 500;
				color: #000000;
				margin-left: 15px; }
		.header .profile-nav .popoverMenu {
			display: none;
			padding: 20px;
			text-align: left;
			background: #ffffff;
			border: 1px solid #929292;
			position: fixed;
			top: 0px;
			right: 0px; }
			.header .profile-nav .popoverMenu .language-choice {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
				-webkit-box-pack: start;
				-ms-flex-pack: start;
				justify-content: flex-start;
				margin-right: 0px;
				margin-top: 25px;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center; }
			.header .profile-nav .popoverMenu .content {
				width: 239px;
				overflow: hidden;
				padding: 60px 20px 30px 20px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				-ms-flex-line-pack: center;
				align-content: center;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center; }
			.header .profile-nav .popoverMenu.active {
				display: block; }
			.header .profile-nav .popoverMenu h2 {
				font-size: 24px;
				font-weight: 500;
				margin-bottom: 18px;
				color: #000000; }
			.header .profile-nav .popoverMenu h4 {
				font-size: 16px;
				color: #666666;
				font-weight: 400; }
			.header .profile-nav .popoverMenu .actions-nav {
				margin-top: 20%;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				-webkit-box-align: left;
				-ms-flex-align: left;
				align-items: left; }
				.header .profile-nav .popoverMenu .actions-nav a {
					font-weight: 500;
					font-size: 18px;
					line-height: 20px;
					color: #0065f4;
					margin-bottom: 38px; }
					.header .profile-nav .popoverMenu .actions-nav a:last-child {
						margin-bottom: 0px; }
			.header .profile-nav .popoverMenu .ico-close {
				display: block;
				position: absolute;
				height: 32px;
				width: 32px;
				top: 20px;
				right: 20px; }
			.header .profile-nav .popoverMenu .ico-logout {
				height: 14px;
				width: 17px;
				margin-left: 8px; }
	.header .main-navbar {
		/*height: 50px;*/
		background-color: #0033a1; }
		.header .main-navbar .container-full {
			padding: 0 15px; }
			.header .main-navbar .container-full > .row {
				margin-right: 0px;
				margin-left: 0px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: nowrap;
				flex-wrap: nowrap; }
		.header .main-navbar .row {
			height: auto; }
		.header .main-navbar .text-logo {
			font-size: 20px;
			font-weight: 700;
			color: #ffffff;
			 }
		.header .main-navbar .navlinks {
			display: none;
			list-style: none;
			margin: 0;
			padding: 0; }
			.header .main-navbar .navlinks li {
				display: inline-block;
				margin: 0 20px; }
				.header .main-navbar .navlinks li a {
					color: #ffffff;
					line-height: 1; }
					.header .main-navbar .navlinks li a:hover {
						text-decoration: underline; }
		.header .main-navbar .logo-tim {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center; }
			.header .main-navbar .logo-tim span.ico {
				background: url("../images/logo-tim.svg") no-repeat;
				width: 20px;
                height: 17px;
				background-size: contain;
				display: inline-block;
				margin-right: 5px; }
			.header .main-navbar .logo-tim span.t {
				font-weight: 900;
				font-size: 21.1px;
				display: inline-block;
				color: #ffffff; }
			.header .main-navbar .logo-tim:hover {
				text-decoration: none; }
		.header .main-navbar .head-actions {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center; }
			.header .main-navbar .head-actions a {
				display: inline-block; }
				.header .main-navbar .head-actions a:hover {
					color: #FFFFFF; }
			.header .main-navbar .head-actions .search {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				color: #fff; }
				.header .main-navbar .head-actions .search span.ico.search {
					background: url("../images/ico-nav-search.svg") no-repeat;
					background-size: contain;
					display: block;
					margin: 0 16px;
					margin-right: 2px;
					height: 20px;
					width: 20px; }
					.header .main-navbar .head-actions .search span.ico.search:hover {
						cursor: pointer; }
			.header .main-navbar .head-actions .main-nav {
				padding: 15px 0;
				cursor: pointer; }
				.header .main-navbar .head-actions .main-nav span.ico.hamb-menu {
					background: url("../images/ico-hamb.svg") no-repeat;
					background-size: contain;
					display: block;
					margin: 0 16px;
					width: 25px;
					height: 20px; }
				.header .main-navbar .head-actions .main-nav span.ico.close-menu {
					background: url("../images/ico-nav-close.svg") no-repeat;
					background-size: contain;
					display: none;
					margin: 0 10px;
					width: 25px;
					height: 25px; }
				.header .main-navbar .head-actions .main-nav.aside-open {
					padding: 12px 0; }
	.header .bottom-navbar {
		height: 57px;
		border-bottom: 1px solid #b8b8b8;
		background-color: #ffffff;
		overflow-x: auto;
		overflow-y: hidden; }
		.header .bottom-navbar .container-full {
			padding: 0 15px; }
			.header .bottom-navbar .container-full .row {
				margin: 0; }
		.header .bottom-navbar .progress-steps {
			height: 57px; }
			.header .bottom-navbar .progress-steps ul {
				list-style: none;
				margin: 0;
				padding: 0;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				-ms-flex-direction: row;
				flex-direction: row;
				-ms-flex-wrap: nowrap;
				flex-wrap: nowrap;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				-ms-flex-line-pack: center;
				align-content: center;
				overflow: auto;
				white-space: nowrap; }
				.header .bottom-navbar .progress-steps ul li.step {
					padding: 13px 26px 13px 0;
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-align: center;
					-ms-flex-align: center;
					align-items: center;
					text-decoration: none; }
					.header .bottom-navbar .progress-steps ul li.step span.icoChecked {
						background: transparent;
						height: 30px;
						width: 30px;
						display: inline-block;
						background: url("../images/ico-check-new.svg");
						background-size: cover;
						margin-right: 23px;
						display: none; }
					.header .bottom-navbar .progress-steps ul li.step span.id {
						background: #999999;
						height: 30px;
						width: 30px;
						line-height: 26px;
						border: solid 1.5px #999999;
						display: inline-block;
						color: #fff;
						padding: 2px 10px !important;
						margin-right: 23px;
						font-size: 14px;
						margin-right: 23px; }
						.header .bottom-navbar .progress-steps ul li.step span.id:hover {
							text-decoration: none; }
					.header .bottom-navbar .progress-steps ul li.step .text {
						letter-spacing: 0.5px;
						color: #979797;
						font-weight: 500;
						font-size: 14px; }
					.header .bottom-navbar .progress-steps ul li.step:hover {
						text-decoration: none; }
					.header .bottom-navbar .progress-steps ul li.step.active span.id {
						background: #0065f4;
						height: 30px;
						width: 30px;
						display: inline-block;
						border: solid 1.5px #0065f4;
						color: white;
						font-weight: 700;
						font-size: 14px;
						padding: 1px 9px;
						margin-right: 23px; }
					.header .bottom-navbar .progress-steps ul li.step.active .text {
						letter-spacing: 0.5px;
						color: #0065f4;
						font-weight: 700; }
					.header .bottom-navbar .progress-steps ul li.step.checked span.id {
						display: none; }
					.header .bottom-navbar .progress-steps ul li.step.checked .text {
						letter-spacing: 0.5px;
						color: #1f1f1f;
						font-weight: 500; }
					.header .bottom-navbar .progress-steps ul li.step.checked .icoChecked {
						display: block; }

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 375px) {
	.header .top-navbar a .text {
		max-width: 180px; }
	.header .profile-nav .text {
		max-width: 180px; } }

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.header .top-navbar a .text {
		max-width: none; }
	.header .profile-nav .text {
		max-width: none; } }

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
	.header.signupComplete .progress-steps.signup {
		display: none; }
	.header.signupComplete .progress-steps.signupComplete {
		display: block; }
		.header.signupComplete .progress-steps.signupComplete ul li.step:first-child {
			display: block; }
	.header.signupComplete .progress-steps.uploadComplete {
		display: none; }
	.header.uploadComplete .progress-steps.signup {
		display: none; }
	.header.uploadComplete .progress-steps.signupComplete {
		display: none; }
	.header.uploadComplete .progress-steps.uploadComplete {
		display: block; }
		.header.uploadComplete .progress-steps.uploadComplete ul li.step:first-child {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex; }
	.header .top-navbar .row {
		height: 36px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between; }
	.header .top-navbar a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; }
		.header .top-navbar a .text {
			padding: 12px 20px; }
	.header .top-navbar .nav li a .text {
		display: block;
		font-size: 12px;
		text-transform: uppercase;
		color: #0033a1; }
	.header .top-navbar .nav li.active .text {
		color: #0065f4; }
	.header .profile-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 25px;
		margin-right: 24px; }
		.header .profile-nav .text {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex; }
		.header .profile-nav .popoverMenu {
			display: none;
			-webkit-box-shadow: none;
			box-shadow: none;
			height: 255px;
			width: 279px;
			overflow: hidden;
			background: url("../images/menu-popover-new.svg");
			background-size: contain;
			position: absolute;
			border: none;
			top: 60px;
			left: -63px;
			text-align: center; }
			.header .profile-nav .popoverMenu .language-choice {
				display: none; }
			.header .profile-nav .popoverMenu.active {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex; }
			.header .profile-nav .popoverMenu .content {
				padding: 20px; }
			.header .profile-nav .popoverMenu h2 {
				font-size: 18px;
				font-weight: 500;
				max-height: 52px;
				display: inline-block;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;
				color: #000000; }
			.header .profile-nav .popoverMenu h4.account-mail {
				font-size: 16px;
				color: #727272;
				font-weight: 400; }
			.header .profile-nav .popoverMenu .actions-nav {
				margin-top: 8%;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center; }
				.header .profile-nav .popoverMenu .actions-nav a {
					font-size: 16px;
					margin-bottom: 10px;
					font-weight: 500; }
			.header .profile-nav .popoverMenu .ico-close {
				display: none; }
	.header .main-navbar .container-full {
		padding: 0 40px; }
	.header .main-navbar .text-logo {
		font-size: 18px; }
	.header .main-navbar .navlinks {
		display: none; }
	.header .bottom-navbar {
		height: 90px; }
		.header .bottom-navbar .container-full {
			padding: 0 15px; }
		.header .bottom-navbar .progress-steps {
			height: 90px; }
			.header .bottom-navbar .progress-steps ul li.step {
				padding: 30px 25px 30px 0px; }
				.header .bottom-navbar .progress-steps ul li.step a .text {
					font-size: 16px; } }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	ul.navlinksmulti {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex; }
	.header.public .top-navbar {
		display: block; }
		.header.public .top-navbar .language-choice {
			margin-right: 0px; }
	.header .language-choice {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; }
		.header .language-choice .item {
			font-size: 16px; }
		.header .language-choice .sep {
			height: 12px;
			width: 1px;
			margin: 0px 7px; }
	.header .top-navbar .navpp {
		margin: 0 auto; }
	.header .main-navbar {
		height: 64px; }
		.header .main-navbar .container-full {
			padding: 0 30px; }
		.header .main-navbar .row {
			height: 64px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: nowrap;
			flex-wrap: nowrap; }
			.header .main-navbar .row .d-flex {
				height: 100%; }
			.header .main-navbar .row span.separator {
				display: inline-block;
				width: 0px;
				height: 32px;
				margin: auto 20px auto 10px;
				border-right: 1px solid #014bc8;
				vertical-align: middle; }
		.header .main-navbar .text-logo {
			font-size: 18px; }
		.header .main-navbar .logo-tim span.ico {
			background: url("../images/logo-tim.svg") no-repeat;
			width: 28px;
            height: 23px;
			margin-right: 7px; }
		.header .main-navbar .logo-tim span.t {
			font-weight: 900;
			font-size: 29px;
			line-height: 31px; }
		.header .main-navbar .head-actions .search {
			margin-right: 31px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center; }
			.header .main-navbar .head-actions .search:hover {
				cursor: pointer; }
		.header .main-navbar .navlinks {
			display: block; }
			.header .main-navbar .navlinks li {
				display: inline-block; }
	.header .bottom-navbar .container-full {
		padding: 0 100px; } }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	ul.navlinksmulti a {
		padding: 22px 15px;
		font-size: 0.8em; }
	.header .main-navbar .row .d-flex:first-child {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1; }
	.header .main-navbar .navlinks {
		display: block; }
		.header .main-navbar .navlinks li {
			display: inline-block;
			margin: 0 20px; } }

/* Extra large devices (large desktops, 1440px and up) */
@media (min-width: 1440px) {
	ul.navlinksmulti a {
		font-size: 1em; } }

.mobile-nav {
	position: fixed;
	width: 100vw;
	right: -100vw;
	-webkit-transition: right 0.9s ease 0s;
	transition: right 0.9s ease 0s;
	height: 100%;
	overflow-y: scroll;
	z-index: 1000;
	background-color: #0033a1;
	-webkit-transition: right 0.3s;
	transition: right 0.3s; }
	aside.aside-open {
		right: 0; }
	.mobile-nav .aside-head, .mobile-nav .sub-menu-head {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 60px 25px 47px;
		color: #dbf11e;
		font-size: 24px; }
		.mobile-nav .aside-head span.ico, .mobile-nav .sub-menu-head span.ico {
			display: inline-block;
			height: 25px;
			width: 12px;
			margin-right: 13px;
			background: url(../images/link-arrow-fluo.svg) center/cover no-repeat;
			-webkit-transform: rotate(180deg);
			transform: rotate(180deg); }
		.mobile-nav .aside-head .title, .mobile-nav .sub-menu-head .title {
			font-size: 24px;
			font-weight: 900; }
	.mobile-nav ul {
		padding: 0;
		margin: 0; }
		.mobile-nav ul li {
			list-style-type: none; }
	.mobile-nav ul.item-list li.item {
		position: relative;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		cursor: pointer; }
		.mobile-nav ul.item-list li.item a.item-name, .mobile-nav ul.item-list li.item span.item-name {
			display: block;
			font-size: 15px;
			line-height: 1;
			padding: 24px 30px;
			color: #ffffff;
			text-decoration: none; }
		.mobile-nav ul.item-list li.item img {
			position: absolute;
			top: 21px;
			right: 26px;
			width: 10px;
			height: 20px;
			-webkit-transition: -webkit-transform 0.3s ease;
			transition: -webkit-transform 0.3s ease;
			transition: transform 0.3s ease;
			transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
		.mobile-nav ul.item-list li.item ul.subitem-list li.subitem {
			position: relative;
			border-bottom: 1px solid rgba(255, 255, 255, 0.3);
			cursor: pointer; }
			.mobile-nav ul.item-list li.item ul.subitem-list li.subitem a.subitem-name, .mobile-nav ul.item-list li.item ul.subitem-list li.subitem span.subitem-name {
				display: block;
				font-size: 15px;
				line-height: 1;
				padding: 24px 30px;
				color: #ffffff;
				text-decoration: none; }
		.mobile-nav ul.item-list li.item .sub-menu {
			position: fixed;
			width: 100vw;
			right: -100vw;
			-webkit-transition: right 0.9s ease 0s;
			transition: right 0.9s ease 0s;
			height: 100%;
			overflow-y: scroll;
			z-index: 100;
			background-color: #0033a1;
			-webkit-transition: right 0.3s;
			transition: right 0.3s;
			top: 0;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column; }
			.mobile-nav ul.item-list li.item .sub-menu.open {
				background-color: #0033a1;
				right: 0; }
			.mobile-nav ul.item-list li.item .sub-menu .subitem-list {
				display: block; }
			.mobile-nav ul.item-list li.item .sub-menu p {
				color: white;
				font-size: 14px;
				line-height: 1.7;
				margin: 0 26px 40px; }

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.mobile-nav .aside-head, .mobile-nav .sub-menu-head {
		padding: 68px 50px 68px;
		color: #dbf11e;
		font-size: 30px; }
		.mobile-nav .aside-head span.ico, .mobile-nav .sub-menu-head span.ico {
			display: inline-block;
			height: 25px;
			width: 12px;
			margin-right: 14px; }
		.mobile-nav .aside-head .title, .mobile-nav .sub-menu-head .title {
			font-size: 30px;
			font-weight: 900; }
	.mobile-nav ul {
		padding: 0;
		margin: 0; }
		.mobile-nav ul li {
			list-style-type: none; }
	.mobile-nav ul.item-list li.item {
		position: relative;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		cursor: pointer; }
		.mobile-nav ul.item-list li.item a.item-name, .mobile-nav ul.item-list li.item span.item-name {
			display: block;
			font-size: 20px;
			line-height: 24px;
			padding: 35px 50px;
			color: #ffffff;
			text-decoration: none; }
		.mobile-nav ul.item-list li.item img {
			position: absolute;
			top: 36px;
			right: 45px;
			width: 10px;
			height: 20px;
			-webkit-transition: -webkit-transform 0.3s ease;
			transition: -webkit-transform 0.3s ease;
			transition: transform 0.3s ease;
			transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
		.mobile-nav ul.item-list li.item ul.subitem-list li.subitem {
			cursor: pointer; }
			.mobile-nav ul.item-list li.item ul.subitem-list li.subitem a.subitem-name, .mobile-nav ul.item-list li.item ul.subitem-list li.subitem span.subitem-name {
				display: block;
				font-size: 20px;
				line-height: 24px;
				padding: 35px 50px; }
		.mobile-nav ul.item-list li.item .sub-menu p {
			color: white;
			font-size: 18px;
			line-height: 1.9;
			margin: 0 45px 67px;
			max-width: 60%; } }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.mobile-nav {
		display: none; } }

/* Extra large devices (large desktops, 1200px and up) */
/*
    Extra small devices (portrait phones, less than 576px) 
    No media query since this is the default in Bootstrap because it is "mobile first"
    */
.ico.public {
	background: url(../images/ico-public.svg) 15px 13px no-repeat rgba(0, 0, 0, 0);
	padding-left: 30px;
	margin-right: 25px; }

.ico.private {
	background: url(../images/ico-private.svg) 15px 13px no-repeat rgba(0, 0, 0, 0);
	padding-left: 30px;
	margin-right: 25px; }

.ico.profile {
	background: url(../images/ico-profile.svg) 15px 13px no-repeat rgba(0, 0, 0, 0);
	margin-right: 25px; }

.sticky-cta {
	position: sticky;
	bottom: 0px;
	width: 100%;
	height: 0px;
	display: none; }
	.sticky-cta .chatbotarea {
		border: none;
		width: 600px;
		height: 450px;
		display: inline-block;
		-webkit-box-shadow: 0px 0px 49px -11px rgba(0, 0, 0, 0.75);
		box-shadow: 0px 0px 49px -11px rgba(0, 0, 0, 0.75); }
	.sticky-cta .chatbotparagraph {
		display: none;
		text-align: center;
		border: none;
		position: absolute;
		right: 50px;
		top: -500px;
		z-index: 9999;
		background-color: #FFF; }
	.sticky-cta #chatbotchat {
		height: 450px;
		z-index: 3; }
	.sticky-cta #chatclose {
		display: block;
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 999;
		width: 32px;
		height: 32px;
		cursor: pointer; }
		.sticky-cta #chatclose img {
			width: 100%;
			height: 100%; }
	.sticky-cta .chat-cta {
		background: url("../images/ico-chat-new.svg") no-repeat;
		background-size: contain;
		height: 50px;
		width: 50px;
		display: block;
		position: absolute;
		right: 50px;
		top: -100px;
		cursor: pointer; }
		.sticky-cta .chat-cta span.t {
			position: absolute;
			color: #ffffff;
			font-size: 18px;
			font-weight: 900;
			top: 12px;
			right: 18px; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.sticky-cta {
		position: fixed;
		bottom: 25px;
		z-index: 9999; } }

.footer .main-navbar {
	padding: 30px 0;
	background-color: #0033a1; }
	.footer .main-navbar .container-full {
		padding: 0 30px; }
	.footer .main-navbar .grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between; }
		.footer .main-navbar .grid .grid-left {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center; }
		.footer .main-navbar .grid .nav-wrapper {
			display: none; }
	.footer .main-navbar .second-row {
		width: 100%;
		margin-top: 20px; }
		.footer .main-navbar .second-row .nav-wrapper {
			margin-left: 0px; }
			.footer .main-navbar .second-row .nav-wrapper .nav-links {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				-ms-flex-direction: row;
				flex-direction: row;
				-ms-flex-line-pack: center;
				align-content: center;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				-webkit-box-pack: justify;
				-ms-flex-pack: justify;
				justify-content: space-between; }
	.footer .main-navbar .text-logo {
		font-size: 20px;
		line-height: 32px;
		font-weight: 700;
		color: #FFFFFF;
		text-align: left;
		/* Following lines where added for IE */ }
	.footer .main-navbar .nav-wrapper {
		/* Following lines where added for IE */
		margin-left: 40px; }
		.footer .main-navbar .nav-wrapper ul.navlinks {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			padding: 0;
			margin: 0; }
			.footer .main-navbar .nav-wrapper ul.navlinks li {
				list-style-type: none;
				margin-right: 10px; }
				.footer .main-navbar .nav-wrapper ul.navlinks li a {
					color: #ffffff;
					font-weight: 400;
					font-size: 15px; }
					.footer .main-navbar .nav-wrapper ul.navlinks li a:hover {
						text-decoration: underline; }
	.footer .main-navbar a.logo-tim {
		text-align: right; }
		.footer .main-navbar a.logo-tim span.ico {
			display: inline-block;
			background: url("../images/logo-tim.svg") no-repeat;
			background-size: contain;
			width: 21px;
            height: 20px;
			margin-right: 5px;
			vertical-align: bottom; }
		.footer .main-navbar a.logo-tim span.t {
			display: inline-block;
			font-size: 21px;
			line-height: 23px;
			font-weight: 900;
			color: #FFFFFF;
			vertical-align: bottom; }
		.footer .main-navbar a.logo-tim:hover {
			text-decoration: none; }

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
	.sticky-cta {
		display: block; } }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.footer .main-navbar .text-logo {
		font-size: 26px;
		line-height: 40px; }
	.footer .main-navbar .nav-wrapper ul.navlinks li {
		width: auto;
		margin: 0 !important; }
	.footer .main-navbar a.logo-tim {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; }
		.footer .main-navbar a.logo-tim span.ico {
			width: 24px;
            height: 20px;
			margin-right: 5px; }
		.footer .main-navbar a.logo-tim span.t {
			font-size: 24px;
			font-weight: 900;
			line-height: 1; } }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.footer .main-navbar .second-row {
		display: none; }
	.footer .main-navbar .grid .nav-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex; }
	.footer .main-navbar .nav-wrapper ul.navlinks li {
		padding: 0 24px; } }

/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
.page-header-info {
	padding: 0 30px; }
	.page-header-info img {
		width: 47px;
		height: 55px;
		margin: 0 auto; }
	.page-header-info .ico-signup {
		margin-bottom: 43px;
		width: 56px;
		height: 57px; }
	.page-header-info h1, .page-header-info h2 {
		text-align: center; }
	.page-header-info .blue {
		color: #0065f4; }
	.page-header-info h1 {
		font-size: 28px;
		line-height: 32px;
		font-weight: 700;
		letter-spacing: 0.6px; }
	.page-header-info h2 {
		font-size: 16px;
		line-height: 20px;
		font-weight: normal;
		color: #929292;
		margin-top: 20px;
		letter-spacing: 0.1px; }

.ico-warning {
	width: 25px;
	height: 16px;
	right: 0px;
	z-index: 0;
	background: url(../images/ico-warning.svg) no-repeat;
	background-size: contain;
	display: inline-block;
	margin-right: 10px;
	min-width: 25px; }

.ico-info_ {
	position: absolute;
	top: 13px;
	display: block;
	width: 20px;
	height: 20px;
	right: 25px;
	padding: 2px;
	z-index: 0;
	background: url(../images/ico-input-info.svg) no-repeat;
	background-size: cover; }

.uploading-err-message {
	font-size: 12px;
	font-weight: 400;
	color: #eb0028;
	margin-bottom: 38px;
	padding: 0 30px;
	line-height: 1.33;
	background-color: rgba(235, 0, 40, 0.06);
	width: 100%;
	margin-left: 0;
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 34px; }
	.uploading-err-message.active {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex; }

.signup-sec01 {
	padding-top: 150px; }
	.signup-sec01 .form-wrapper.form-reg-fields {
		padding: 80px 0 20px; }
	.signup-sec01 .required-data {
		font-size: 14px;
		color: #636363;
		margin-bottom: 50px; }
	.signup-sec01 form.reg h6.tit {
		margin-bottom: 30px; }
	.signup-sec01 form.reg label, .signup-sec01 form.reg input {
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
		-ms-touch-action: manipulation;
		touch-action: manipulation; }
	.signup-sec01 form.reg label {
		position: absolute;
		color: #000000;
		top: -9px;
		left: 36px;
		padding: 0 5px;
		font-size: 12px; }
	.signup-sec01 form.reg label, .signup-sec01 form.reg input {
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
		-ms-touch-action: manipulation;
		touch-action: manipulation; }
	.signup-sec01 form.reg input {
		font-size: 1.5em;
		border: 0;
		border: 1px solid #ccc;
		font-family: inherit;
		-webkit-appearance: none;
		border-radius: 0;
		padding: 0;
		cursor: text;
		height: 45px;
		padding: 13px 25px;
		border: solid 1px #979797;
		font-size: 15px;
		font-weight: 500;
		color: #000000; }
		.signup-sec01 form.reg input:focus {
			outline: 0;
			border-bottom: 1px solid #666; }
		.signup-sec01 form.reg input:-moz-placeholder-shown + label {
			cursor: text;
			max-width: 66.66%;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			transform-origin: left bottom;
			-moz-transition: all 0.2s ease;
			transition: all 0.2s ease;
			top: 11px;
			left: 36px;
			padding: 0 5px;
			font-size: 15px;
			visibility: hidden;
			opacity: 0; }
		.signup-sec01 form.reg input:-ms-input-placeholder + label {
			cursor: text;
			max-width: 66.66%;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			transform-origin: left bottom;
			-ms-transition: all 0.2s ease;
			transition: all 0.2s ease;
			top: 11px;
			left: 36px;
			padding: 0 5px;
			font-size: 15px;
			visibility: hidden;
			opacity: 0; }
		.signup-sec01 form.reg input:placeholder-shown + label {
			cursor: text;
			max-width: 66.66%;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			-webkit-transform-origin: left bottom;
			transform-origin: left bottom;
			-webkit-transition: all 0.2s ease;
			transition: all 0.2s ease;
			top: 11px;
			left: 36px;
			padding: 0 5px;
			font-size: 15px;
			visibility: hidden;
			opacity: 0; }
		.signup-sec01 form.reg input:not(:-moz-placeholder-shown) + label, .signup-sec01 form.reg input:focus:not(:-moz-placeholder-shown) + label {
			transform: translate(0, 0) scale(1);
			cursor: pointer;
			visibility: visible;
			z-index: 1;
			opacity: 1;
			-moz-transition: opacity 0.2s linear;
			transition: opacity 0.2s linear; }
		.signup-sec01 form.reg input:not(:-ms-input-placeholder) + label, .signup-sec01 form.reg input:focus:not(:-ms-input-placeholder) + label {
			transform: translate(0, 0) scale(1);
			cursor: pointer;
			visibility: visible;
			z-index: 1;
			opacity: 1;
			-ms-transition: opacity 0.2s linear;
			transition: opacity 0.2s linear; }
		.signup-sec01 form.reg input:not(:placeholder-shown) + label,
		.signup-sec01 form.reg input:focus:not(:placeholder-shown) + label {
			-webkit-transform: translate(0, 0) scale(1);
			transform: translate(0, 0) scale(1);
			cursor: pointer;
			visibility: visible;
			z-index: 1;
			opacity: 1;
			-webkit-transition: opacity 0.2s linear;
			transition: opacity 0.2s linear; }
	.signup-sec01 form.reg.onwhite label {
		background: #fff; }
	.signup-sec01 form.reg.onwhite input {
		background: #fff; }
	.signup-sec01 form.reg.ongray label {
		background: #f9f9f9; }
	.signup-sec01 form.reg.ongray input {
		background: #f9f9f9; }
	.signup-sec01 form.reg .field {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		margin-bottom: 60px; }
		.signup-sec01 form.reg .field.locked input {
			color: #979797;
			background: url("../images/ico-lock-new.svg") no-repeat;
			background-size: 15px;
			background-position: 96% center; }
		.signup-sec01 form.reg .field.locked label {
			color: #979797; }
	.signup-sec01 .prev-filled-info {
		margin-top: 60px; }
		.signup-sec01 .prev-filled-info .filled-data {
			margin-bottom: 30px;
			padding: 0 15px; }
			.signup-sec01 .prev-filled-info .filled-data .title {
				font-size: 16px;
				line-height: 0.88;
				color: #636363;
				margin-bottom: 26px;
				font-weight: 400; }
			.signup-sec01 .prev-filled-info .filled-data .content {
				font-size: 18px;
				line-height: 1;
				color: #1f1f1f;
				font-weight: 700; }
	.signup-sec01 > .signup-err-message {
		font-size: 12px;
		font-weight: 400;
		color: #eb0028;
		margin-bottom: 38px;
		padding: 0 30px;
		line-height: 1.33;
		background-color: rgba(235, 0, 40, 0.06);
		width: 100%;
		margin-left: 0;
		padding: 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 34px; }
		.signup-sec01 > .signup-err-message.active {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex; }
	.signup-sec01 .container .row.justify-content-center .signup-err-message {
		display: none; }

.main-page-actions {
	padding: 104px 0px 90px; }

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
	.uploading-err-message {
		font-size: 16px;
		line-height: 1.5;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #eb0028;
	}.page-header-info .ico-signup {
		margin-top: 84px;
		margin-bottom: 27px; }
	.page-header-info h1 {
		font-size: 35px;
		line-height: 48px;
		font-weight: 700;
		letter-spacing: 0.6px; }
	.page-header-info h2 {
		font-size: 18px;
		line-height: 20px;
		font-weight: normal;
		color: #929292;
		margin-top: 15px;
		letter-spacing: 0.1px; }
	.signup-sec01 {
		padding-top: 242px; }
		.signup-sec01 .required-data {
			margin-top: -40px; }
		.signup-sec01 .prev-filled-info {
			margin-top: 105px; }
			.signup-sec01 .prev-filled-info .filled-data {
				margin-bottom: 60px; }
		.signup-sec01 .container .row.justify-content-center .signup-err-message {
			display: none; } }

.signup-page .main-page-actions {
	background-color: #F7F7F7; }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.page-header-info h1 {
		font-size: 40px;
		line-height: 48px; }
	.page-header-info h2 {
		font-size: 20px;
		line-height: 37px; }
	.signup-sec01 {
		padding-top: 242px; }
		.signup-sec01 .prev-filled-info {
			margin-top: 60px; }
		.signup-sec01 .container .row.justify-content-center .signup-err-message {
			padding: 35px 50px;
			border: 1px solid #EA0026;
			margin-top: 60px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex; }
			.signup-sec01 .container .row.justify-content-center .signup-err-message span.ico-warning {
				height: 25px !important;
				margin-right: 26px; }
			.signup-sec01 .container .row.justify-content-center .signup-err-message p.alert {
				color: #EB0028;
				padding: 0; }
			.signup-sec01 .container .row.justify-content-center .signup-err-message span {
				font-size: 14px; }
		.signup-sec01 .uploading-err-message {
			display: none; } }

/* Extra large devices (large desktops, 1200px and up) */
/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
.upload-sec01 {
	padding-top: 242px; }
	.upload-sec01 .btn.btn-blue-tim {
		margin: 0 15px; }
	.upload-sec01 .uploading-err-message {
		display: none; }
	.upload-sec01 .uploading-message-mob {
		font-size: 16px;
		font-weight: 400;
		color: #000000;
		margin: 34px 30px 38px;
		line-height: 1.33;
		border: 1px solid #0065f4;
		padding: 30px 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; }
		.upload-sec01 .uploading-message-mob.active {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex; }
		.upload-sec01 .uploading-message-mob span.ico-clock {
			display: inline-block;
			width: 73px;
			height: 25px !important;
			margin-right: 26px;
			background: url(../images/ico-clock.svg) center/cover no-repeat; }
	.upload-sec01 .container .row.justify-content-center .uploading-wip-message {
		display: none; }

.upload-file-wrapper {
	background-color: #f9f9f9;
	padding: 60px 30px 60px 30px;
	margin-top: 40px;
	min-height: 94px; }
	.upload-file-wrapper .form-group {
		margin: 0 !important; }
	.upload-file-wrapper ul.upload-file-list {
		padding: 0;
		border: solid 1px #979797;
		background-color: #ffffff;
		width: 100%;
		margin: 0 auto; }
		.upload-file-wrapper ul.upload-file-list:hover {
			cursor: pointer; }
		.upload-file-wrapper ul.upload-file-list.uploadProcess01 {
			display: block; }
		.upload-file-wrapper ul.upload-file-list.uploadProcess02, .upload-file-wrapper ul.upload-file-list.uploadProcess03, .upload-file-wrapper ul.upload-file-list.uploadProcess04 {
			display: none; }
		.upload-file-wrapper ul.upload-file-list li.item {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			padding: 15px;
			border-bottom: solid 1px #979797;
			padding: 0px; }
			.upload-file-wrapper ul.upload-file-list li.item:last-child {
				border: none; }
			.upload-file-wrapper ul.upload-file-list li.item .type {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column; }
				.upload-file-wrapper ul.upload-file-list li.item .type .title {
					font-size: 16px;
					font-weight: 400;
					line-height: 16px;
					color: #777777; }
					.upload-file-wrapper ul.upload-file-list li.item .type .title.active {
						color: #000000;
						font-weight: 700; }
				.upload-file-wrapper ul.upload-file-list li.item .type .filename {
					font-size: 10px;
					display: block;
					color: #000000;
					font-weight: 400;
					margin-top: 8px; }
			.upload-file-wrapper ul.upload-file-list li.item .file-upload {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				-ms-flex-direction: row;
				flex-direction: row;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				width: 100%;
				margin: 0; }
				.upload-file-wrapper ul.upload-file-list li.item .file-upload .type {
					border-bottom: 0px;
					padding: 23px 15px;
					text-align: center;
					position: relative;
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-pack: start;
					-ms-flex-pack: start;
					justify-content: flex-start;
					-webkit-box-align: center;
					-ms-flex-align: center;
					align-items: center;
					width: 100%;
					display: flex;
					-webkit-box-align: start;
					-ms-flex-align: start;
					align-items: flex-start; }
					.upload-file-wrapper ul.upload-file-list li.item .file-upload .type .ico-info {
						position: relative;
						bottom: inherit;
						margin-left: 10px; }
					.upload-file-wrapper ul.upload-file-list li.item .file-upload .type .title {
						font-size: 16px;
						line-height: 16px;
						display: -webkit-box;
						display: -ms-flexbox;
						display: flex;
						-webkit-box-align: center;
						-ms-flex-align: center;
						align-items: center; }
						.upload-file-wrapper ul.upload-file-list li.item .file-upload .type .title.active {
							color: #000000;
							font-weight: 700; }
							.upload-file-wrapper ul.upload-file-list li.item .file-upload .type .title.active a {
								display: none; }
					.upload-file-wrapper ul.upload-file-list li.item .file-upload .type .filename {
						font-size: 10px; }
					.upload-file-wrapper ul.upload-file-list li.item .file-upload .type.onCol {
						-webkit-box-orient: vertical;
						-webkit-box-direction: normal;
						-ms-flex-direction: column;
						flex-direction: column;
						-webkit-box-pack: start;
						-ms-flex-pack: start;
						justify-content: flex-start; }
						.upload-file-wrapper ul.upload-file-list li.item .file-upload .type.onCol .title.active .ico-info {
							display: none; }
				.upload-file-wrapper ul.upload-file-list li.item .file-upload .content {
					padding: 6px 15px 6px 0px;
					min-width: -webkit-fit-content;
					min-width: -moz-fit-content;
					min-width: fit-content; }
					.upload-file-wrapper ul.upload-file-list li.item .file-upload .content .btn {
						min-width: auto; }
					.upload-file-wrapper ul.upload-file-list li.item .file-upload .content.step01 {
						display: block; }
					.upload-file-wrapper ul.upload-file-list li.item .file-upload .content.step02 {
						display: none;
						padding: 18px 0; }
					.upload-file-wrapper ul.upload-file-list li.item .file-upload .content.step03 {
						display: none; }
				.upload-file-wrapper ul.upload-file-list li.item .file-upload .custom-control-label {
					font-size: 14px;
					font-weight: 300; }
				.upload-file-wrapper ul.upload-file-list li.item .file-upload .btn-tertiary {
					margin: auto;
					display: block;
					font-size: 16px;
					text-decoration: none;
					text-align: right;
					min-width: auto !important;
					-webkit-box-align: center;
					-ms-flex-align: center;
					align-items: center;
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex; }
					.upload-file-wrapper ul.upload-file-list li.item .file-upload .btn-tertiary .js-fileName {
						max-width: 200px;
						white-space: nowrap;
						overflow: hidden;
						text-overflow: ellipsis;
						display: inline-block;
						padding-right: 0px;
						font-size: 14px;
						font-weight: 500;
						text-align: right;
						color: #0065f4; }
				.upload-file-wrapper ul.upload-file-list li.item .file-upload .input-file {
					width: 0.1px;
					height: 0.1px;
					opacity: 0;
					overflow: hidden;
					position: absolute;
					z-index: -1; }
					.upload-file-wrapper ul.upload-file-list li.item .file-upload .input-file + .js-labelFile {
						overflow: hidden;
						text-overflow: ellipsis;
						white-space: nowrap;
						padding: 0 10px;
						cursor: pointer; }
						.upload-file-wrapper ul.upload-file-list li.item .file-upload .input-file + .js-labelFile .icon {
							content: none;
							height: 25px;
							width: 25px;
							background: url("../images/ico-add.svg") no-repeat;
							background-size: cover;
							display: inline-block;
							margin-left: 14px; }
			.upload-file-wrapper ul.upload-file-list li.item .progressSection {
				position: relative;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column; }
				.upload-file-wrapper ul.upload-file-list li.item .progressSection .top-sec {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-orient: horizontal;
					-webkit-box-direction: normal;
					-ms-flex-direction: row;
					flex-direction: row;
					-webkit-box-align: center;
					-ms-flex-align: center;
					align-items: center; }
				.upload-file-wrapper ul.upload-file-list li.item .progressSection .perc {
					font-size: 14px;
					font-weight: 500;
					color: #0065f4;
					margin-right: 13px; }
				.upload-file-wrapper ul.upload-file-list li.item .progressSection .remt {
					font-weight: 500;
					color: #beb9b4;
					font-size: 12px;
					text-align: right; }
				.upload-file-wrapper ul.upload-file-list li.item .progressSection .progress {
					height: 4px;
					border-radius: 0px;
					background-color: #beb9b4;
					width: 70px; }
					.upload-file-wrapper ul.upload-file-list li.item .progressSection .progress .progress-bar {
						height: 4px;
						border-radius: 0px;
						background-color: #0065f4; }
			.upload-file-wrapper ul.upload-file-list li.item .validationInProgress {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				-webkit-box-align: end;
				-ms-flex-align: end;
				align-items: flex-end; }
				.upload-file-wrapper ul.upload-file-list li.item .validationInProgress .upload-confirm, .upload-file-wrapper ul.upload-file-list li.item .validationInProgress .validation, .upload-file-wrapper ul.upload-file-list li.item .validationInProgress .validation-confirm {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-orient: horizontal;
					-webkit-box-direction: normal;
					-ms-flex-direction: row;
					flex-direction: row;
					margin-left: 0px;
					-webkit-box-align: center;
					-ms-flex-align: center;
					align-items: center; }
				.upload-file-wrapper ul.upload-file-list li.item .validationInProgress .text {
					font-size: 12px;
					font-weight: 500;
					color: #000000;
					margin-right: 10px; }
				.upload-file-wrapper ul.upload-file-list li.item .validationInProgress .validation, .upload-file-wrapper ul.upload-file-list li.item .validationInProgress .validation-confirm {
					margin-top: 19px; }
				.upload-file-wrapper ul.upload-file-list li.item .validationInProgress .ico {
					height: 25px;
					width: 25px;
					background-size: cover; }
					.upload-file-wrapper ul.upload-file-list li.item .validationInProgress .ico.greenCheck {
						background: url("../images/ico-greencheck.svg") no-repeat; }
					.upload-file-wrapper ul.upload-file-list li.item .validationInProgress .ico.clock {
						background: url("../images/ico-clock.svg") no-repeat; }
			.upload-file-wrapper ul.upload-file-list li.item .fileLoaded {
				font-size: 12px; }
		.upload-file-wrapper ul.upload-file-list.uploadProcessSr {
			margin: 0; }
			.upload-file-wrapper ul.upload-file-list.uploadProcessSr li.item .file-upload {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				width: 100%;
				-webkit-box-pack: justify;
				-ms-flex-pack: justify;
				justify-content: space-between;
				-ms-flex-line-pack: center;
				align-content: center;
				text-decoration: none;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center; }
				.upload-file-wrapper ul.upload-file-list.uploadProcessSr li.item .file-upload .type {
					width: 100%;
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-pack: center;
					-ms-flex-pack: center;
					justify-content: center;
					border-bottom: solid 1px #929292; }
					.upload-file-wrapper ul.upload-file-list.uploadProcessSr li.item .file-upload .type .title {
						font-size: 16px;
						line-height: 16px;
						display: -webkit-box;
						display: -ms-flexbox;
						display: flex;
						-webkit-box-align: center;
						-ms-flex-align: center;
						align-items: center; }
						.upload-file-wrapper ul.upload-file-list.uploadProcessSr li.item .file-upload .type .title.active {
							font-weight: 700; }
					.upload-file-wrapper ul.upload-file-list.uploadProcessSr li.item .file-upload .type .filename {
						font-size: 10px; }
				.upload-file-wrapper ul.upload-file-list.uploadProcessSr li.item .file-upload .custom-control-label {
					font-size: 14px;
					font-weight: 300; }
				.upload-file-wrapper ul.upload-file-list.uploadProcessSr li.item .file-upload .btn-tertiary {
					margin: auto;
					display: block;
					font-size: 16px;
					text-decoration: none;
					text-align: right;
					min-width: auto !important;
					-webkit-box-align: center;
					-ms-flex-align: center;
					align-items: center;
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex; }
					.upload-file-wrapper ul.upload-file-list.uploadProcessSr li.item .file-upload .btn-tertiary .js-fileName {
						max-width: 200px;
						white-space: nowrap;
						overflow: hidden;
						text-overflow: ellipsis;
						display: inline-block;
						padding-right: 0px;
						font-size: 14px;
						font-weight: 500;
						text-align: right;
						color: #0065f4; }
				.upload-file-wrapper ul.upload-file-list.uploadProcessSr li.item .file-upload .input-file {
					width: 0.1px;
					height: 0.1px;
					opacity: 0;
					overflow: hidden;
					position: absolute;
					z-index: -1; }
					.upload-file-wrapper ul.upload-file-list.uploadProcessSr li.item .file-upload .input-file + .js-labelFile {
						overflow: hidden;
						text-overflow: ellipsis;
						white-space: nowrap;
						padding: 0 10px;
						cursor: pointer; }
						.upload-file-wrapper ul.upload-file-list.uploadProcessSr li.item .file-upload .input-file + .js-labelFile .icon {
							content: none;
							height: 25px;
							width: 25px;
							background: url("../images/ico-add.svg") no-repeat;
							background-size: cover;
							display: inline-block;
							margin-left: 14px; }
			.upload-file-wrapper ul.upload-file-list.uploadProcessSr li.item .progressSection {
				position: relative;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column; }
				.upload-file-wrapper ul.upload-file-list.uploadProcessSr li.item .progressSection .top-sec {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-orient: horizontal;
					-webkit-box-direction: normal;
					-ms-flex-direction: row;
					flex-direction: row;
					-webkit-box-align: center;
					-ms-flex-align: center;
					align-items: center; }
				.upload-file-wrapper ul.upload-file-list.uploadProcessSr li.item .progressSection .perc {
					font-size: 14px;
					font-weight: 500;
					color: #0065f4;
					margin-right: 13px; }
				.upload-file-wrapper ul.upload-file-list.uploadProcessSr li.item .progressSection .remt {
					font-weight: 500;
					color: #beb9b4;
					font-size: 12px;
					text-align: right; }
				.upload-file-wrapper ul.upload-file-list.uploadProcessSr li.item .progressSection .progress {
					height: 4px;
					border-radius: 0px;
					background-color: #beb9b4;
					width: 134px; }
					.upload-file-wrapper ul.upload-file-list.uploadProcessSr li.item .progressSection .progress .progress-bar {
						height: 4px;
						border-radius: 0px;
						background-color: #0065f4; }
			.upload-file-wrapper ul.upload-file-list.uploadProcessSr li.item .validationInProgress {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				-webkit-box-align: end;
				-ms-flex-align: end;
				align-items: flex-end; }
				.upload-file-wrapper ul.upload-file-list.uploadProcessSr li.item .validationInProgress .upload-confirm, .upload-file-wrapper ul.upload-file-list.uploadProcessSr li.item .validationInProgress .validation, .upload-file-wrapper ul.upload-file-list.uploadProcessSr li.item .validationInProgress .validation-confirm {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-orient: horizontal;
					-webkit-box-direction: normal;
					-ms-flex-direction: row;
					flex-direction: row;
					margin-left: 0px;
					-webkit-box-align: center;
					-ms-flex-align: center;
					align-items: center; }
				.upload-file-wrapper ul.upload-file-list.uploadProcessSr li.item .validationInProgress .text {
					font-size: 12px;
					color: #000000;
					margin-right: 10px; }
				.upload-file-wrapper ul.upload-file-list.uploadProcessSr li.item .validationInProgress .validation, .upload-file-wrapper ul.upload-file-list.uploadProcessSr li.item .validationInProgress .validation-confirm {
					margin-top: 19px; }
				.upload-file-wrapper ul.upload-file-list.uploadProcessSr li.item .validationInProgress .ico {
					height: 25px;
					width: 25px;
					background-size: cover; }
					.upload-file-wrapper ul.upload-file-list.uploadProcessSr li.item .validationInProgress .ico.greenCheck {
						background: url("../images/ico-greencheck.svg") no-repeat; }
					.upload-file-wrapper ul.upload-file-list.uploadProcessSr li.item .validationInProgress .ico.clock {
						background: url("../images/ico-clock.svg") no-repeat; }
	.upload-file-wrapper.newsr {
		padding: 0;
		background: none;
		margin-top: 0px; }
		.upload-file-wrapper.newsr .form-group {
			margin: 0; }
		.upload-file-wrapper.newsr .titsr {
			font-size: 16px;
			color: #000000;
			margin-bottom: 30px;
			text-align: left; }

.result-page {
	padding-top: 242px; }
	.result-page .main-page-actions .row {
		margin: 0; }

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
	.upload-sec01 {
		padding-top: 242px; }
		.upload-sec01 .uploading-err-message {
			display: none; }
		.upload-sec01 .container .row.justify-content-center .uploading-wip-message {
			padding: 30px;
			min-height: 94px;
			margin-bottom: 20px;
			margin-top: 60px;
			border: 1px solid #0065f4;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex; }
			.upload-sec01 .container .row.justify-content-center .uploading-wip-message span.ico-clock {
				display: inline-block;
				width: 25px;
				height: 19px;
				margin-right: 26px;
				background: url(../images/ico-clock.svg) center/cover no-repeat; }
			.upload-sec01 .container .row.justify-content-center .uploading-wip-message p {
				margin-bottom: 0; }
		.upload-sec01 .uploading-message-mob {
			display: none; }
	.upload-file-wrapper ul.upload-file-list {
		width: 627px; }
		.upload-file-wrapper ul.upload-file-list:hover {
			cursor: pointer; }
		.upload-file-wrapper ul.upload-file-list li.item {
			padding: 16px 40px; }
			.upload-file-wrapper ul.upload-file-list li.item .file-upload .type {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: start;
				-ms-flex-pack: start;
				justify-content: flex-start;
				border-bottom: none; }
				.upload-file-wrapper ul.upload-file-list li.item .file-upload .type .title {
					font-size: 18px;
					font-weight: 400;
					line-height: 24px;
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-align: center;
					-ms-flex-align: center;
					align-items: center; }
					.upload-file-wrapper ul.upload-file-list li.item .file-upload .type .title.active {
						color: #000000;
						font-weight: 700; }
						.upload-file-wrapper ul.upload-file-list li.item .file-upload .type .title.active a {
							display: none; }
				.upload-file-wrapper ul.upload-file-list li.item .file-upload .type .filename {
					font-size: 12px;
					font-weight: 400; }
				.upload-file-wrapper ul.upload-file-list li.item .file-upload .type .ico-info {
					margin-left: 10px; }
			.upload-file-wrapper ul.upload-file-list li.item .file-upload .content.step01 {
				display: block; }
			.upload-file-wrapper ul.upload-file-list li.item .file-upload .content.step02 {
				display: none;
				padding: 18px 35px; }
			.upload-file-wrapper ul.upload-file-list li.item .file-upload .content.step03 {
				display: none; }
			.upload-file-wrapper ul.upload-file-list li.item .file-upload .btn-tertiary .js-fileName {
				padding-right: 10px;
				font-size: 16px; }
			.upload-file-wrapper ul.upload-file-list li.item .file-upload .input-file + .js-labelFile .icon {
				margin-left: 0px; }
			.upload-file-wrapper ul.upload-file-list li.item .progressSection .progress {
				width: 134px; }
			.upload-file-wrapper ul.upload-file-list li.item .validationInProgress {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				-ms-flex-direction: row;
				flex-direction: row; }
				.upload-file-wrapper ul.upload-file-list li.item .validationInProgress .upload-confirm, .upload-file-wrapper ul.upload-file-list li.item .validationInProgress .validation, .upload-file-wrapper ul.upload-file-list li.item .validationInProgress .validation-confirm {
					margin-left: 20px; }
				.upload-file-wrapper ul.upload-file-list li.item .validationInProgress .validation, .upload-file-wrapper ul.upload-file-list li.item .validationInProgress .validation-confirm {
					margin-top: 0px; }
		.upload-file-wrapper ul.upload-file-list.uploadProcessSr {
			margin: 0; }
			.upload-file-wrapper ul.upload-file-list.uploadProcessSr li.item {
				padding: 10px 40px;
				min-height: 105px; }
				.upload-file-wrapper ul.upload-file-list.uploadProcessSr li.item .file-upload {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-orient: horizontal;
					-webkit-box-direction: normal;
					-ms-flex-direction: row;
					flex-direction: row;
					width: 100%;
					-webkit-box-pack: justify;
					-ms-flex-pack: justify;
					justify-content: space-between;
					-ms-flex-line-pack: start;
					align-content: flex-start;
					text-decoration: none; }
					.upload-file-wrapper ul.upload-file-list.uploadProcessSr li.item .file-upload .type {
						width: 100%;
						padding: 0;
						border-bottom: 0px;
						display: -webkit-box;
						display: -ms-flexbox;
						display: flex;
						-webkit-box-pack: start;
						-ms-flex-pack: start;
						justify-content: flex-start; }
						.upload-file-wrapper ul.upload-file-list.uploadProcessSr li.item .file-upload .type .title {
							font-size: 16px;
							line-height: 16px;
							display: -webkit-box;
							display: -ms-flexbox;
							display: flex;
							-webkit-box-align: start;
							-ms-flex-align: start;
							align-items: flex-start;
							-webkit-box-align: center;
							-ms-flex-align: center;
							align-items: center; }
							.upload-file-wrapper ul.upload-file-list.uploadProcessSr li.item .file-upload .type .title.active {
								color: #000000;
								font-weight: 700; }
						.upload-file-wrapper ul.upload-file-list.uploadProcessSr li.item .file-upload .type .filename {
							font-size: 10px; }
					.upload-file-wrapper ul.upload-file-list.uploadProcessSr li.item .file-upload .content {
						padding: 0; }
					.upload-file-wrapper ul.upload-file-list.uploadProcessSr li.item .file-upload .btn-tertiary .js-fileName {
						font-size: 16px; }
	.upload-file-wrapper.newsr .form-group {
		margin: 0; } }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.upload-sec01 .uploading-wip-message {
		padding: 30px;
		min-height: 94px;
		margin-bottom: 20px;
		margin-top: 60px;
		border: 1px solid #0065f4;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex; }
		.upload-sec01 .uploading-wip-message span.ico-clock {
			display: inline-block;
			width: 25px;
			height: 25px !important;
			margin-right: 26px;
			background: url(../images/ico-clock.svg) center/cover no-repeat; }
		.upload-sec01 .uploading-wip-message p {
			margin-bottom: 0; }
	.upload-sec01 .uploading-message-mob {
		display: none; } }

/* Extra large devices (large desktops, 1200px and up) */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.upload-file-wrapper ul.upload-file-list li.item .file-upload .content.validationInProgress {
		min-width: 290px; } }

/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
.passwordChangeModal .modal-content {
	min-height: 100vh;
	overflow: scroll;
	height: auto; }
	.passwordChangeModal .modal-content .modal-body .infoPassBox {
		text-align: center;
		padding: 19px 0px; }
		.passwordChangeModal .modal-content .modal-body .infoPassBox img {
			width: 50px;
			height: 50px;
			margin: 0 auto; }
		.passwordChangeModal .modal-content .modal-body .infoPassBox h1 {
			margin-top: 32px;
			letter-spacing: 0.1px;
			text-align: center; }
		.passwordChangeModal .modal-content .modal-body .infoPassBox p {
			font-size: 16px;
			color: #666666;
			font-weight: 400;
			margin-top: 21px;
			text-align: center; }
		.passwordChangeModal .modal-content .modal-body .infoPassBox ul {
			list-style: none;
			margin-top: 49px;
			padding: 0px;
			text-align: left; }
			.passwordChangeModal .modal-content .modal-body .infoPassBox ul li {
				margin-bottom: 18px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center; }
				.passwordChangeModal .modal-content .modal-body .infoPassBox ul li .t {
					font-size: 16px;
					color: #666666;
					font-family: "TimSans-Regular", Arial, Helvetica, sans-serif;
					font-weight: 400; }
				.passwordChangeModal .modal-content .modal-body .infoPassBox ul li span.ico {
					background-size: contain;
					width: 20px;
					height: 20px;
					display: block;
					margin-right: 23px;
					min-width: 20px; }
					.passwordChangeModal .modal-content .modal-body .infoPassBox ul li span.ico.notCheckedPass {
						background: url("../images/ico-unchecked-pass-list.svg") no-repeat; }
					.passwordChangeModal .modal-content .modal-body .infoPassBox ul li span.ico.checkedPass {
						background: url("../images/ico-greencheck.svg") no-repeat; }
					.passwordChangeModal .modal-content .modal-body .infoPassBox ul li span.ico.errorPass {
						background: url("../images/ico-red-x-error.svg") no-repeat; }
	.passwordChangeModal .modal-content .modal-body .infoPassChangeForm {
		margin: 0px;
		border: 1px solid #979797;
		padding: 60px 15px;
		margin-bottom: 60px;
		text-align: center; }
		.passwordChangeModal .modal-content .modal-body .infoPassChangeForm .btn {
			display: block;
			width: 100%;
			min-width: auto; }
		.passwordChangeModal .modal-content .modal-body .infoPassChangeForm .form-group {
			margin-bottom: 78px; }
	@media (max-width: 767px) {
		.passwordChangeModal .modal-content .modal-body {
			padding: 0 !important; }
			.passwordChangeModal .modal-content .modal-body .container {
				padding: 20px; }
				.passwordChangeModal .modal-content .modal-body .container form.infoPassChangeForm {
					padding: 57px 30px; } }
	@media (min-width: 768px) and (max-width: 992px) {
		.passwordChangeModal .modal-content .modal-body {
			max-width: 480px;
			margin: 0 auto;
			padding: 0 !important; }
			.passwordChangeModal .modal-content .modal-body .container {
				padding: 0; }
				.passwordChangeModal .modal-content .modal-body .container form.infoPassChangeForm {
					padding: 70px 60px; } }

.floatlabel {
	position: relative; }
	.floatlabel .was-validated .form-control:valid, .floatlabel .form-control.is-valid,
	.floatlabel .was-validated .form-control:invalid, .floatlabel .form-control.is-invalid {
		background-image: none;
		background-color: #fff; }
	.floatlabel .invalid-feedback {
		margin-top: 7px;
		position: absolute; }
		.floatlabel .invalid-feedback .content {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center; }
			.floatlabel .invalid-feedback .content .ico {
				background: url("../images/ico-red-x-error.svg") no-repeat;
				background-size: contain;
				height: 15px;
				width: 15px;
				margin-right: 5px; }
	.floatlabel .eye {
		position: absolute;
		display: none;
		height: 38px;
		width: 21px;
		right: 6px;
		top: 13.5px;
		height: 35px;
		width: 35px; }
		.floatlabel .eye:focus {
			border: none;
			outline: none; }
		.floatlabel .eye span.ico {
			background-size: contain;
			height: 35px;
			width: 35px;
			display: block; }
		.floatlabel .eye.close {
			display: block; }
			.floatlabel .eye.close span.ico {
				background: url("../images/ico-closed-eye.svg") no-repeat; }
		.floatlabel .eye.open {
			display: block; }
			.floatlabel .eye.open span.ico {
				background: url("../images/ico-opened-eye.svg") no-repeat; }

.floatlabel input {
	-webkit-appearance: none;
	color: #000;
	padding: 20px 27px 19px 27px;
	font-weight: 700;
	border: none;
	border: 1px solid #979797; }
	.floatlabel input:focus {
		color: #1F1F1F;
		background-color: #fff;
		border: none;
		outline: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border: 1px solid #979797; }

.floatlabel label.label {
	position: absolute;
	top: 20px;
	left: 27px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	color: #000;
	font-size: 16px;
	cursor: text;
	letter-spacing: 0.5px; }

.floatlabel label.label.floatlabel-shift {
	/*top: -43px;
  left:0px;
  padding:0 4px;
  font-size:16px;
  color:#636363;
  padding-left: 0px;*/
	top: -11.5px;
	left: 23px;
	background: #fff;
	padding: 0 4px;
	font-size: 14px;
	color: #636363; }

.floatlabel label.label.floatlabel-active {
	color: #000; }

.floatlabel input.form-control {
	height: calc(2em + 1.5rem + 2px); }

#modal_wait {
	min-width: 100%;
	margin: 0; }

#modal_wait .modal-content {
	min-height: 100vh;
	background-color: #fff265; }

#modal_wait .modal-dialog {
	min-width: 100%;
	margin: 0; }

.pass-change-result-page {
	padding-top: 242px; }
	.pass-change-result-page .main-page-actions .row {
		margin: 0; }
	.pass-change-result-page .pass-change-modal {
		margin-top: -120px; }
		.pass-change-result-page .pass-change-modal h1, .pass-change-result-page .pass-change-modal h2 {
			margin-bottom: 50px; }
		.pass-change-result-page .pass-change-modal .main-page-actions {
			padding: 15px; }

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.passwordChangeModal .modal-content .modal-body .infoPassBox {
		text-align: left; }
		.passwordChangeModal .modal-content .modal-body .infoPassBox h1 {
			text-align: left; }
		.passwordChangeModal .modal-content .modal-body .infoPassBox p {
			text-align: left; }
	.passwordChangeModal .modal-content .modal-body .infoPassChangeForm {
		margin: 18px;
		padding: 88px 50px 50px 50px; } }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.infoPassChangeForm {
		margin: 18px 30px;
		border: 1px solid #ccc;
		padding: 88px 60px 50px 60px; } }

.contact {
	font-weight: 700; }
	.contact .hero-banner.client-hero {
		z-index: 0; }
		.contact .hero-banner.client-hero .swiper-container {
			height: 419px;
			background-color: #0033a1; }
			@media (max-width: 767px) {
				.contact .hero-banner.client-hero .swiper-container {
					height: 582px; } }
			@media (max-width: 992px) {
				.contact .hero-banner.client-hero .swiper-container .container.hero-body {
					max-width: 960px; } }
			@media (max-width: 767px) {
				.contact .hero-banner.client-hero .swiper-container .container.hero-body {
					max-width: 100%; } }
			@media (max-width: 767px) {
				.contact .hero-banner.client-hero .swiper-container .container-full.site .container {
					padding-bottom: 190px; } }
			.contact .hero-banner.client-hero .swiper-container .hero-bread {
				position: absolute;
				top: 116px;
				left: 37px;
				padding-top: 0;
				padding-left: 0px; }
				@media (max-width: 992px) {
					.contact .hero-banner.client-hero .swiper-container .hero-bread {
						top: 143px;
						left: 50px; } }
				@media (max-width: 767px) {
					.contact .hero-banner.client-hero .swiper-container .hero-bread {
						top: 128px;
						left: 30px; } }
				.contact .hero-banner.client-hero .swiper-container .hero-bread a, .contact .hero-banner.client-hero .swiper-container .hero-bread span.item {
					font-size: 14px;
					font-weight: 500;
					font-stretch: normal;
					font-style: normal;
					line-height: normal;
					letter-spacing: normal;
					color: #ffffff; }
					.contact .hero-banner.client-hero .swiper-container .hero-bread a:hover, .contact .hero-banner.client-hero .swiper-container .hero-bread span.item:hover {
						color: #dbf11e; }
			.contact .hero-banner.client-hero .swiper-container .row {
				position: relative;
				top: 184px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				height: -webkit-max-content;
				height: -moz-max-content;
				height: max-content; }
				.contact .hero-banner.client-hero .swiper-container .row div[class^="col-"] {
					display: block; }
					.contact .hero-banner.client-hero .swiper-container .row div[class^="col-"].d-flex {
						-webkit-box-align: center;
						-ms-flex-align: center;
						align-items: center; }
					.contact .hero-banner.client-hero .swiper-container .row div[class^="col-"] .title {
						font-size: 50px;
						font-weight: bold;
						font-stretch: normal;
						font-style: normal;
						line-height: normal;
						letter-spacing: normal;
						text-align: center;
						color: #ffffff;
						margin-bottom: 40px; }
						@media (max-width: 992px) {
							.contact .hero-banner.client-hero .swiper-container .row div[class^="col-"] .title {
								font-size: 35px;
								font-weight: bold;
								font-stretch: normal;
								font-style: normal;
								line-height: 1.03;
								letter-spacing: normal;
								text-align: center; } }
						@media (max-width: 767px) {
							.contact .hero-banner.client-hero .swiper-container .row div[class^="col-"] .title {
								font-size: 30px;
								font-weight: bold;
								font-stretch: normal;
								font-style: normal;
								line-height: 1.1;
								letter-spacing: normal;
								margin-left: 15px !important;
								text-align: left; } }
				.contact .hero-banner.client-hero .swiper-container .row p {
					font-size: 20px;
					font-weight: 500;
					font-stretch: normal;
					font-style: normal;
					line-height: normal;
					letter-spacing: normal;
					color: #ffffff; }
					@media (max-width: 992px) {
						.contact .hero-banner.client-hero .swiper-container .row p {
							font-size: 18px;
							font-weight: 500;
							font-stretch: normal;
							font-style: normal;
							line-height: 1;
							letter-spacing: normal;
							text-align: center; } }
					@media (max-width: 767px) {
						.contact .hero-banner.client-hero .swiper-container .row p {
							margin-left: 15px;
							font-size: 16px;
							text-align: left; } }
				.contact .hero-banner.client-hero .swiper-container .row p a {
					font-size: 16px !important;
					font-weight: 500;
					font-stretch: normal;
					font-style: normal;
					line-height: normal;
					letter-spacing: normal;
					color: #ffffff; }
				.contact .hero-banner.client-hero .swiper-container .row .ico {
					display: inline-block;
					margin: 0 5px;
					height: 11px;
					width: 7px;
					background: url(../images/link-arrow.svg) no-repeat;
					background-size: cover; }
				.contact .hero-banner.client-hero .swiper-container .row .show-all {
					color: #ffffff; }
					.contact .hero-banner.client-hero .swiper-container .row .show-all:hover {
						cursor: pointer; }
					.contact .hero-banner.client-hero .swiper-container .row .show-all .ico {
						display: inline-block;
						margin-left: 10px; }
			.contact .hero-banner.client-hero .swiper-container .text-md-right p {
				text-align: right; }
				@media (max-width: 767px) {
					.contact .hero-banner.client-hero .swiper-container .text-md-right p {
						text-align: left; } }
	.contact .container-invia-email {
		margin: 136px auto 162px auto; }
		@media (max-width: 767px) {
			.contact .container-invia-email {
				margin: 50px 0px; } }
		@media (max-width: 767px) {
			.contact .container-invia-email {
				margin: 40px 0px; } }
		.contact .container-invia-email h3 {
			font-size: 30px;
			font-weight: bold;
			font-stretch: normal;
			font-style: normal;
			line-height: 1.33;
			letter-spacing: normal;
			color: #1f1f1f;
			margin-bottom: 30px; }
		.contact .container-invia-email p {
			font-size: 14px;
			font-weight: normal;
			font-stretch: normal;
			font-style: normal;
			line-height: 1.64;
			letter-spacing: normal;
			color: #666666; }
		.contact .container-invia-email p:first-child {
			margin-bottom: 30px; }
		@media (max-width: 767px) {
			.contact .container-invia-email .row .col-md-6:first-child {
				margin-bottom: 40px; } }
	.contact .became-client-steps {
		padding: 151px 0 69px;
		text-align: left;
		display: block; }
		@media (max-width: 992px) {
			.contact .became-client-steps {
				padding: 51px 40px 0px; } }
		@media (max-width: 992px) {
			.contact .became-client-steps {
				padding: 51px 0px 0px; } }
		.contact .became-client-steps .step-heading {
			margin: 0; }
			.contact .became-client-steps .step-heading h3 {
				font-size: 24px;
				font-weight: bold;
				color: #0033a1;
				margin: 0 0 20px; }
			.contact .became-client-steps .step-heading h2 {
				font-weight: bold;
				font-size: 36px;
				line-height: 1.31;
				margin: 0; }
				@media (max-width: 992px) {
					.contact .became-client-steps .step-heading h2 {
						font-size: 30px;
						line-height: 1.6; } }
				@media (max-width: 767px) {
					.contact .became-client-steps .step-heading h2 {
						line-height: 1.3; } }
			.contact .became-client-steps .step-heading h2, .contact .became-client-steps .step-heading h3 {
				text-align: left; }
	.contact .container.container-domande {
		margin-top: -60px;
		max-width: 960px;
		z-index: 1; }
		@media (max-width: 767px) {
			.contact .container.container-domande {
				padding: 0 45px !important;
				margin-top: -198px; } }
		.contact .container.container-domande .row .box-domande {
			padding: 34px 29px 30px;
			background-color: #0164f2; }
			.contact .container.container-domande .row .box-domande p {
				max-width: 80%;
				display: inline-block; }
				@media (max-width: 992px) {
					.contact .container.container-domande .row .box-domande p {
						max-width: 65%; } }
				.contact .container.container-domande .row .box-domande p span.t {
					font-size: 16px;
					font-weight: bold;
					font-stretch: normal;
					font-style: normal;
					line-height: normal;
					letter-spacing: normal;
					color: #ffffff;
					opacity: 1; }
					@media (max-width: 992px) {
						.contact .container.container-domande .row .box-domande p span.t {
							font-size: 14px;
							font-weight: bold;
							font-stretch: normal;
							font-style: normal;
							line-height: 1.57;
							letter-spacing: normal; } }
			.contact .container.container-domande .row .box-domande span.ico {
				display: inline-block;
				margin: 0 5px;
				height: 21px;
				width: 11px;
				margin-top: 7px;
				background: url(../images/link-arrow.svg) no-repeat;
				background-size: cover;
				float: right; }
		.contact .container.container-domande .row .box-domande:first-child {
			padding: 34px 35px 30px 30px;
			border-right: solid 1px rgba(255, 255, 255, 0.5); }
			@media (max-width: 767px) {
				.contact .container.container-domande .row .box-domande:first-child {
					border-right: 0;
					border-bottom: solid 1px rgba(255, 255, 255, 0.5); } }
		.contact .container.container-domande .row .box-domande:nth-child(2) {
			border-right: solid 1px rgba(255, 255, 255, 0.5); }
			@media (max-width: 767px) {
				.contact .container.container-domande .row .box-domande:nth-child(2) {
					border-right: 0;
					border-bottom: solid 1px rgba(255, 255, 255, 0.5); } }

/* Small devices */
.contact-sec01 {
	background-color: #F7F7F7;
	display: block; }
	.contact-sec01 .form-wrapper.form-reg-fields {
		padding: 68px 0 0 0px; }
	.contact-sec01 form.reg h6.tit {
		margin-bottom: 30px;
		font-weight: bold; }
	.contact-sec01 form.reg label, .contact-sec01 form.reg input {
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
		-ms-touch-action: manipulation;
		touch-action: manipulation; }
	.contact-sec01 form.reg label {
		position: absolute;
		color: #000000;
		top: -9px;
		left: 36px;
		padding: 0 5px;
		font-size: 12px; }
	.contact-sec01 form.reg input {
		height: 45px;
		padding: 13px 25px;
		font-size: 15px; }
	.contact-sec01 form.reg textarea {
		background-color: #F7F7F7;
		padding: 22px 25px;
		font-size: 16px; }
	.contact-sec01 form.reg input, .contact-sec01 form.reg textarea {
		font-family: 'TimSans-Regular';
		-webkit-appearance: none;
		border-radius: 0;
		cursor: text;
		border: solid 1px #979797;
		font-weight: 500;
		color: #000000; }
		.contact-sec01 form.reg input:focus, .contact-sec01 form.reg textarea:focus {
			outline: 0;
			border-bottom: 1px solid #666; }
		.contact-sec01 form.reg input:not(textarea):-moz-placeholder-shown + label, .contact-sec01 form.reg textarea:not(textarea):-moz-placeholder-shown + label {
			cursor: text;
			max-width: 66.66%;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			transform-origin: left bottom;
			-moz-transition: all 0.2s ease;
			transition: all 0.2s ease;
			top: 11px;
			left: 36px;
			padding: 0 5px;
			font-size: 15px;
			visibility: hidden;
			opacity: 0; }
		.contact-sec01 form.reg input:not(textarea):-ms-input-placeholder + label, .contact-sec01 form.reg textarea:not(textarea):-ms-input-placeholder + label {
			cursor: text;
			max-width: 66.66%;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			transform-origin: left bottom;
			-ms-transition: all 0.2s ease;
			transition: all 0.2s ease;
			top: 11px;
			left: 36px;
			padding: 0 5px;
			font-size: 15px;
			visibility: hidden;
			opacity: 0; }
		.contact-sec01 form.reg input:not(textarea):placeholder-shown + label, .contact-sec01 form.reg textarea:not(textarea):placeholder-shown + label {
			cursor: text;
			max-width: 66.66%;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			-webkit-transform-origin: left bottom;
			transform-origin: left bottom;
			-webkit-transition: all 0.2s ease;
			transition: all 0.2s ease;
			top: 11px;
			left: 36px;
			padding: 0 5px;
			font-size: 15px;
			visibility: hidden;
			opacity: 0; }
		.contact-sec01 form.reg input:not(textarea):not(:-moz-placeholder-shown) + label, .contact-sec01 form.reg input:not(textarea):focus:not(:-moz-placeholder-shown) + label, .contact-sec01 form.reg textarea:not(textarea):not(:-moz-placeholder-shown) + label, .contact-sec01 form.reg textarea:not(textarea):focus:not(:-moz-placeholder-shown) + label {
			transform: translate(0, 0) scale(1);
			cursor: pointer;
			visibility: visible;
			z-index: 1;
			opacity: 1;
			-moz-transition: opacity 0.2s linear;
			transition: opacity 0.2s linear; }
		.contact-sec01 form.reg input:not(textarea):not(:-ms-input-placeholder) + label, .contact-sec01 form.reg input:not(textarea):focus:not(:-ms-input-placeholder) + label, .contact-sec01 form.reg textarea:not(textarea):not(:-ms-input-placeholder) + label, .contact-sec01 form.reg textarea:not(textarea):focus:not(:-ms-input-placeholder) + label {
			transform: translate(0, 0) scale(1);
			cursor: pointer;
			visibility: visible;
			z-index: 1;
			opacity: 1;
			-ms-transition: opacity 0.2s linear;
			transition: opacity 0.2s linear; }
		.contact-sec01 form.reg input:not(textarea):not(:placeholder-shown) + label,
		.contact-sec01 form.reg input:not(textarea):focus:not(:placeholder-shown) + label, .contact-sec01 form.reg textarea:not(textarea):not(:placeholder-shown) + label,
		.contact-sec01 form.reg textarea:not(textarea):focus:not(:placeholder-shown) + label {
			-webkit-transform: translate(0, 0) scale(1);
			transform: translate(0, 0) scale(1);
			cursor: pointer;
			visibility: visible;
			z-index: 1;
			opacity: 1;
			-webkit-transition: opacity 0.2s linear;
			transition: opacity 0.2s linear; }
	.contact-sec01 form.reg.ongray label, .contact-sec01 form.reg.ongray input, .contact-sec01 form.reg.ongray textarea {
		background: #f9f9f9;
		font-family: 'TimSans', Arial, Helvetica, sans-serif; }
	@media (max-width: 767px) {
		.contact-sec01 form.reg.ongray .container {
			max-width: 100%; } }
	.contact-sec01 form.reg .field {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		margin-bottom: 60px; }

.form-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; }
	.form-container .form-login {
		background-color: #fff;
		width: 80%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-top: 150px;
		padding-bottom: 70px; }
		.form-container .form-login .reset-pass {
			cursor: pointer;
			color: #0164f2; }
	.form-container .form-reset {
		display: none;
		width: 80%;
		text-align: center;
		padding-top: 150px;
		padding-bottom: 70px; }
		.form-container .form-reset .captcha {
			height: 97px;
			background: #979797;
			margin-bottom: 33px; }
		.form-container .form-reset .input-group + .input-group {
			margin-bottom: 32px; }
	.form-container .form-logo {
		width: 100%;
		text-align: center;
		margin-bottom: 22px; }
		.form-container .form-logo img {
			width: 50px;
			height: 50px; }
	.form-container .form-title {
		font-size: 28px;
		text-align: center;
		margin-bottom: 55px; }
	.form-container .form-user, .form-container .form-pwd, .form-container .form-email {
		border: 1px solid #979797;
		padding: 14px 28px;
		font-size: 17px;
		color: #000; }
		.form-container .form-user + label.animate-label, .form-container .form-pwd + label.animate-label, .form-container .form-email + label.animate-label {
			-webkit-transform: scale(0.9) translateY(-100%);
			transform: scale(0.9) translateY(-100%);
			-webkit-transition: -webkit-transform 0.2s linear;
			transition: -webkit-transform 0.2s linear;
			transition: transform 0.2s linear;
			transition: transform 0.2s linear, -webkit-transform 0.2s linear; }
	.form-container .form-submit {
		width: 100%;
		background: #0164f2;
		opacity: 0.5;
		color: #fff;
		padding: 16px 0;
		font-size: 18px;
		border: none;
		text-align: center;
		margin-bottom: 33px; }
		.form-container .form-submit.active {
			opacity: 1; }
	.form-container .input-group {
		position: relative;
		display: inline-block;
		margin-bottom: 33px; }
		.form-container .input-group label {
			position: absolute;
			pointer-events: none;
			margin: 14px 28px;
			left: 0;
			padding: 0 4px;
			font-size: 17px;
			color: #000;
			background-color: #fff; }
		.form-container .input-group input {
			width: 100%;
			outline: none; }
		.form-container .input-group + .input-group {
			margin-bottom: 69px; }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.form-container .form-login {
		width: 50%; }
		.form-container .form-login .reset-pass {
			-ms-flex-item-align: center;
			align-self: center; }
	.form-container .form-reset {
		width: 50%; }
		.form-container .form-reset .captcha {
			margin: 0 auto 40px;
			max-width: 360px; }
	.form-container .form-title {
		font-size: 40px;
		text-align: center;
		margin-bottom: 60px; }
	.form-container .form-submit {
		max-width: 360px; }
	.form-container .input-group {
		max-width: 360px; }
		.form-container .input-group + .input-group {
			margin-bottom: 46px; } }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.form-container .form-login {
		width: 30%;
		max-width: 360px; }
		.form-container .form-login .reset-pass {
			cursor: pointer;
			-ms-flex-item-align: start;
			align-self: flex-start; }
	.form-container .form-reset {
		width: 30%;
		max-width: 360px; }
	.form-container .form-title {
		font-size: 34px; } }

/* 
        Extra small devices (portrait phones, less than 576px) 
        No media query since this is the default in Bootstrap because it is "mobile first"
    */
.main.news-page-all {
	padding-top: 86px; }

.news-page-all h1.page-name {
	font-size: 30px;
	font-weight: 700;
	color: #000000;
	margin-top: 50px;
	margin-bottom: 15px; }

.news-page-all .hero-body h1.title {
	line-height: 36px; }

#nav-search-results h1.search {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.47;
	color: #000000;
	margin-top: 54px; }
	#nav-search-results h1.search .keyword {
		font-weight: 400;
		color: #666666;
		display: block; }

#nav-search-results h4.results {
	font-size: 16px;
	color: #666666;
	margin-top: 20px; }

.hero-banner.news-hero {
	height: 325px;
	background-image: url("../images/bg-hero-news-all.jpg"); }

.news-navbar .nav-search-results-tab {
	display: none !important; }

.news-navbar span.ico.search {
	background: url("../images/ico-search-news.svg") no-repeat center;
	width: 20px;
	height: 20px;
	background-size: contain;
	display: inline-block;
	margin-right: 20px; }

.news-navbar span.ico.search.big {
	background: url("../images/ico-search-news-big.svg") no-repeat center;
	width: 27px;
	height: 23px;
	background-size: contain;
	display: inline-block;
	margin-right: 0px; }

.news-navbar .nav-tabs {
	border: none;
	display: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: auto;
	position: absolute;
	z-index: 90;
	background: white;
	width: 100%;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	-webkit-box-shadow: 0 17px 27px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 17px 27px 0 rgba(0, 0, 0, 0.06); }
	.news-navbar .nav-tabs .nav-link {
		min-height: 65px;
		line-height: 65px;
		width: 100%;
		border: none;
		border-bottom: 1px solid #f2f2f2;
		font-weight: 400;
		font-size: 16px;
		padding: 0 30px;
		color: #727272;
		-webkit-transition: color 0.1s ease;
		transition: color 0.1s ease; }
		.news-navbar .nav-tabs .nav-link span.ico.arrowDown {
			background: url("../images/ico-arrow-select-down.svg") no-repeat center;
			height: 7px;
			width: 12px;
			background-size: contain;
			margin-left: 10px;
			display: inline-block; }
		.news-navbar .nav-tabs .nav-link.last {
			display: none; }
		.news-navbar .nav-tabs .nav-link .submenu {
			display: none;
			background: white; }
			.news-navbar .nav-tabs .nav-link .submenu.active {
				display: block; }
			.news-navbar .nav-tabs .nav-link .submenu ul {
				list-style: none;
				padding: 0;
				margin: 0; }
				.news-navbar .nav-tabs .nav-link .submenu ul li {
					height: auto;
					line-height: 1; }
					.news-navbar .nav-tabs .nav-link .submenu ul li a {
						font-size: 14px !important;
						color: #727272;
						height: auto;
						line-height: 1;
						border-bottom: none;
						padding: 10px 0px;
						font-weight: 400;
						display: inline-block;
						text-decoration: none; }
						.news-navbar .nav-tabs .nav-link .submenu ul li a:hover {
							color: #000000;
							cursor: pointer; }
		.news-navbar .nav-tabs .nav-link.active .submenu {
			display: block;
			background-color: transparent; }
		.news-navbar .nav-tabs .nav-link.active.last .submenu {
			display: none; }
		.news-navbar .nav-tabs .nav-link.active {
			color: #727272;
			background-color: #d8d8d81c;
			padding-bottom: 20px; }
			.news-navbar .nav-tabs .nav-link.active span.ico.arrowDown {
				-webkit-transform: rotate(180deg);
				transform: rotate(180deg);
				background: url("../images/ico-more-results.svg") no-repeat center; }
		.news-navbar .nav-tabs .nav-link .container {
			padding: 0 !important;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center; }
	.news-navbar .nav-tabs .searchSec {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: none;
		text-decoration: none; }
		.news-navbar .nav-tabs .searchSec input.tn {
			font-weight: 400;
			font-size: 15px;
			color: #666666;
			border: none;
			outline: none;
			margin-left: 30px;
			display: none; }
			.news-navbar .nav-tabs .searchSec input.tn::-webkit-input-placeholder {
				color: #666666;
				opacity: 1; }
			.news-navbar .nav-tabs .searchSec input.tn::-moz-placeholder {
				color: #666666;
				opacity: 1; }
			.news-navbar .nav-tabs .searchSec input.tn:-ms-input-placeholder {
				color: #666666;
				opacity: 1; }
			.news-navbar .nav-tabs .searchSec input.tn::-ms-input-placeholder {
				color: #666666;
				opacity: 1; }
			.news-navbar .nav-tabs .searchSec input.tn::placeholder {
				color: #666666;
				opacity: 1; }
			.news-navbar .nav-tabs .searchSec input.tn:focus {
				outline: none; }
	.news-navbar .nav-tabs .searchForm {
		display: none;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: absolute;
		top: 15px;
		left: 15px;
		padding: 0px;
		margin: 0px; }
		.news-navbar .nav-tabs .searchForm.show {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex; }
		.news-navbar .nav-tabs .searchForm button {
			padding: 0px 8px 0px 0px;
			margin: 0;
			outline: none;
			background: white;
			border: none;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex; }
		.news-navbar .nav-tabs .searchForm input {
			font-weight: 400;
			font-size: 15px;
			color: #666666;
			border: none;
			outline: none;
			margin-left: 10px; }
			.news-navbar .nav-tabs .searchForm input::-webkit-input-placeholder {
				color: #666666;
				opacity: 1; }
			.news-navbar .nav-tabs .searchForm input::-moz-placeholder {
				color: #666666;
				opacity: 1; }
			.news-navbar .nav-tabs .searchForm input:-ms-input-placeholder {
				color: #666666;
				opacity: 1; }
			.news-navbar .nav-tabs .searchForm input::-ms-input-placeholder {
				color: #666666;
				opacity: 1; }
			.news-navbar .nav-tabs .searchForm input::placeholder {
				color: #666666;
				opacity: 1; }
			.news-navbar .nav-tabs .searchForm input:focus {
				outline: none; }
	.news-navbar .nav-tabs .ico.close-searchbox {
		display: none;
		background: url("../images/ico-big-panel-close.svg") no-repeat center;
		height: 20px;
		width: 20px;
		background-size: contain;
		cursor: pointer;
		position: absolute;
		top: 18px;
		right: 15px; }

.news-navbar .nav-mobile {
	display: block;
	height: 65px;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 30px; }
	.news-navbar .nav-mobile .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 65px;
		padding: 0 !important;
		position: relative; }
	.news-navbar .nav-mobile a {
		font-weight: 700;
		font-size: 15px;
		color: #b8b8b8;
		display: inline-block;
		color: #000000;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		cursor: pointer;
		height: 65px; }
		.news-navbar .nav-mobile a span {
			display: inline-block; }
		.news-navbar .nav-mobile a span.page {
			height: 65px;
			line-height: 65px;
			border-bottom: solid 2px #000000;
			overflow: hidden; }
		.news-navbar .nav-mobile a span.ico.arrowDown {
			background: url("../images/ico-more-results.svg") no-repeat center;
			height: 7px;
			width: 12px;
			background-size: contain;
			margin-left: 10px; }
	.news-navbar .nav-mobile .searchNews {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; }
		.news-navbar .nav-mobile .searchNews span.ico.search {
			margin-right: 12px; }
		.news-navbar .nav-mobile .searchNews input {
			font-weight: 500;
			font-size: 15px;
			max-width: 50px;
			line-height: 0.8;
			color: #878787;
			border: none;
			outline: none; }
			.news-navbar .nav-mobile .searchNews input.mobile {
				display: block; }
			.news-navbar .nav-mobile .searchNews input.tablet {
				display: none; }
			.news-navbar .nav-mobile .searchNews input::-webkit-input-placeholder {
				color: #878787;
				opacity: 1; }
			.news-navbar .nav-mobile .searchNews input::-moz-placeholder {
				color: #878787;
				opacity: 1; }
			.news-navbar .nav-mobile .searchNews input:-ms-input-placeholder {
				color: #878787;
				opacity: 1; }
			.news-navbar .nav-mobile .searchNews input::-ms-input-placeholder {
				color: #878787;
				opacity: 1; }
			.news-navbar .nav-mobile .searchNews input::placeholder {
				color: #878787;
				opacity: 1; }
			.news-navbar .nav-mobile .searchNews input:focus {
				outline: none; }
	.news-navbar .nav-mobile .searchForm {
		display: none;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: absolute;
		top: 20px;
		left: 0px;
		padding: 0px;
		margin: 0px; }
		.news-navbar .nav-mobile .searchForm.show {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex; }
		.news-navbar .nav-mobile .searchForm button {
			padding: 0px 8px 0px 0px;
			margin: 0;
			outline: none;
			background: white;
			border: none;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex; }
		.news-navbar .nav-mobile .searchForm input {
			font-weight: 400;
			font-size: 15px;
			color: #666666;
			border: none;
			outline: none;
			margin-left: 10px; }
			.news-navbar .nav-mobile .searchForm input::-webkit-input-placeholder {
				color: #666666;
				opacity: 1; }
			.news-navbar .nav-mobile .searchForm input::-moz-placeholder {
				color: #666666;
				opacity: 1; }
			.news-navbar .nav-mobile .searchForm input:-ms-input-placeholder {
				color: #666666;
				opacity: 1; }
			.news-navbar .nav-mobile .searchForm input::-ms-input-placeholder {
				color: #666666;
				opacity: 1; }
			.news-navbar .nav-mobile .searchForm input::placeholder {
				color: #666666;
				opacity: 1; }
			.news-navbar .nav-mobile .searchForm input:focus {
				outline: none; }
	.news-navbar .nav-mobile span.ico.close-panel {
		display: none;
		background: url("../images/ico-big-panel-close.svg") no-repeat center;
		height: 20px;
		width: 20px;
		background-size: contain;
		cursor: pointer; }
	.news-navbar .nav-mobile span.ico.close-search {
		display: none;
		background: url("../images/ico-big-panel-close.svg") no-repeat center;
		height: 20px;
		width: 20px;
		background-size: contain;
		cursor: pointer;
		position: absolute;
		top: 20px;
		right: 0px; }

.spacer-content {
	height: 500px; }

.news-filter-wrapper .filter-panel-wrapper {
	display: none;
	position: relative; }

.news-filter-wrapper [hidden] {
	display: none;
	visibility: hidden; }

.news-filter-wrapper .acnav {
	width: 100%; }
	.news-filter-wrapper .acnav__list {
		padding: 0;
		margin: 0;
		list-style: none; }
	.news-filter-wrapper .acnav__list--level1 {
		border: 1px solid #ffffff; }
	.news-filter-wrapper .acnav__link, .news-filter-wrapper .acnav__link--level2, .news-filter-wrapper .acnav__label {
		position: relative;
		font-weight: 400;
		display: block;
		font-size: 16px;
		padding: 20px 30px;
		cursor: pointer;
		color: #ffffff;
		background: #0033a1;
		-webkit-box-shadow: inset 0 -1px #003dc0;
		box-shadow: inset 0 -1px #003dc0;
		-webkit-transition: color .25s ease-in, background-color .25s ease-in;
		transition: color .25s ease-in, background-color .25s ease-in; }
		.news-filter-wrapper .acnav__link:focus, .news-filter-wrapper .acnav__link:hover, .news-filter-wrapper .acnav__link--level2:focus, .news-filter-wrapper .acnav__link--level2:hover, .news-filter-wrapper .acnav__label:focus, .news-filter-wrapper .acnav__label:hover {
			color: #e6e6e6;
			background: #002e92; }
	.news-filter-wrapper .acnav .has-children > .acnav__label::after {
		z-index: 100000;
		content: '';
		display: inline-block;
		height: 10px;
		width: 20px;
		background-image: url("../images/ico-arrow-filters-down.svg");
		background-repeat: no-repeat;
		margin-right: .25em;
		position: absolute;
		right: 30px;
		top: 43%; }
	.news-filter-wrapper .acnav .has-children.is-open > .acnav__label {
		font-weight: 700; }
	.news-filter-wrapper .acnav .has-children.is-open > .acnav__label::after {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg); }
	.news-filter-wrapper .acnav .last-level-menu {
		border: none;
		background-color: #003c7d;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		position: fixed;
		top: 0px;
		z-index: 1;
		height: 100%;
		width: 100%; }
		.news-filter-wrapper .acnav .last-level-menu .title {
			padding: 30px;
			font-size: 20px;
			width: 100%;
			font-weight: 700;
			color: #ffffff;
			background-color: #0033a1; }
		.news-filter-wrapper .acnav .last-level-menu .back-nav {
			width: 100%;
			position: relative;
			background-color: #0033a1;
			padding: 30px 30px 20px 30px; }
			.news-filter-wrapper .acnav .last-level-menu .back-nav .backBtn {
				padding-left: 0px; }
	.news-filter-wrapper .acnav .menu-right {
		right: -280px; }
		.news-filter-wrapper .acnav .menu-right.right-open {
			right: 0; }
	.news-filter-wrapper .acnav .push {
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease; }
	.news-filter-wrapper .acnav .push-right {
		right: -280px;
		display: none; }
		.news-filter-wrapper .acnav .push-right.pushright-open {
			right: 0;
			display: block; 
			z-index: 9999999999;}
	.news-filter-wrapper .acnav .push-toright {
		left: -280px; }
	.news-filter-wrapper .acnav__link--level2, .news-filter-wrapper .acnav__label--level2 {
		font-size: 15px;
		padding-left: 3em;
		background: #002e92; }
		.news-filter-wrapper .acnav__link--level2 .text, .news-filter-wrapper .acnav__label--level2 .text {
			color: white; }
		.news-filter-wrapper .acnav__link--level2:focus, .news-filter-wrapper .acnav__link--level2:hover, .news-filter-wrapper .acnav__label--level2:focus, .news-filter-wrapper .acnav__label--level2:hover {
			background: #002982; }
	.news-filter-wrapper .acnav__list--level2, .news-filter-wrapper .acnav__list--level3, .news-filter-wrapper .acnav__list--level4 {
		display: none; }
		.is-open > .news-filter-wrapper .acnav__list--level2, .is-open > .news-filter-wrapper .acnav__list--level3, .is-open > .news-filter-wrapper .acnav__list--level4 {
			display: block;
			font-weight: 700; }

.news-filter-wrapper .filter-form {
	padding: 30px;
	overflow: scroll;
	height: calc(100vh - 300px); }
	.news-filter-wrapper .filter-form input[type=checkbox], .news-filter-wrapper .filter-form input[type=radio] {
		display: none; }
	.news-filter-wrapper .filter-form .form-check {
		padding-left: 0px; }
	.news-filter-wrapper .filter-form input[type=checkbox] + label, .news-filter-wrapper .filter-form input[type=radio] + label {
		position: relative;
		background: url("../images/ico-radio-off.svg") no-repeat;
		padding: 20px 35px;
		color: #fff;
		font-size: 16px;
		background-position: 0px 24px; }
	.news-filter-wrapper .filter-form input[type=checkbox]:checked + label, .news-filter-wrapper .filter-form input[type=radio]:checked + label {
		background: url("../images/ico-radio-on.svg") no-repeat;
		background-position: 0px 24px; }

.news-filter-wrapper .or-content-panel {
	background-color: #0033a1;
	padding-bottom: 109px;
	position: relative; }
	.news-filter-wrapper .or-content-panel .filter-form {
		height: 190px; }

.news-filter-wrapper .actions {
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	-webkit-box-shadow: 0 2px 27px 0 rgba(0, 0, 0, 0.34);
	box-shadow: 0 2px 27px 0 rgba(0, 0, 0, 0.34);
	background-color: #0033a1;
	padding: 30px;
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
	z-index: 999; }
	.news-filter-wrapper .actions.mobile {
		display: block; }
	.news-filter-wrapper .actions.desktop {
		display: none; }
	.news-filter-wrapper .actions .btn.btn-white-big {
		width: 100%;
		margin: 0;
		background-color: #ffffff;
		font-weight: 500;
		font-size: 16px;
		color: #0164f2;
		padding: 12px;
		margin: 0;
		line-height: inherit;
		min-width: auto;
		height: auto;
		text-transform: uppercase; }
		.news-filter-wrapper .actions .btn.btn-white-big.empty {
			display: none; }

.news-filter-wrapper .news-filter-results .news-filter-success {
	display: none; }
	.news-filter-wrapper .news-filter-results .news-filter-success .applied-filters span.t {
		font-size: 14px;
		color: #646464;
		letter-spacing: 0.06px;
		display: block;
		margin-bottom: 16px; }
	.news-filter-wrapper .news-filter-results .news-filter-success .applied-filters ul.tags {
		padding: 0;
		margin: 0; }
		.news-filter-wrapper .news-filter-results .news-filter-success .applied-filters ul.tags li.tag {
			display: inline-block;
			margin-right: 9px;
			margin-bottom: 9px; }
			.news-filter-wrapper .news-filter-results .news-filter-success .applied-filters ul.tags li.tag a {
				padding: 6px 11px 6px 11px;
				background-color: #0033a1;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				-ms-flex-pack: justify;
				justify-content: space-between;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center; }
				.news-filter-wrapper .news-filter-results .news-filter-success .applied-filters ul.tags li.tag a span.filter {
					font-size: 13px;
					color: #ffffff;
					display: inline-block; }
				.news-filter-wrapper .news-filter-results .news-filter-success .applied-filters ul.tags li.tag a .ico.closeTag {
					display: block;
					background: url(../images/ico-tag-close.svg) center no-repeat;
					background-size: cover;
					height: 14px;
					width: 14px;
					margin-left: 9px; }

.news-filter-wrapper .news-filter-results .news-filter-error {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; }
	.news-filter-wrapper .news-filter-results .news-filter-error .ico-alert-no-results {
		height: 25px;
		width: 25px;
		background: url(../images/ico-alert-no-results.svg) center no-repeat;
		background-size: contain;
		margin-bottom: 21px;
		display: block;
		margin: 0 auto 21px auto; }
	.news-filter-wrapper .news-filter-results .news-filter-error h2 {
		font-size: 26px;
		line-height: 1.42;
		max-width: 100%;
		text-align: center;
		margin: 0 auto; }

.news-filter-wrapper form.news-filter-form {
	position: relative;
	padding: 20px 0px 10px 0px; }
	.news-filter-wrapper form.news-filter-form .filters .dropdown {
		display: inline-block;
		margin: 0 8px 10px 0; }
		.news-filter-wrapper form.news-filter-form .filters .dropdown:last-child {
			margin: 0 0 10px 0; }
		.news-filter-wrapper form.news-filter-form .filters .dropdown a.btn-filter {
			position: relative;
			padding: 0 25px 0 15px;
			min-width: 95px;
			height: 44px;
			border: 1px solid #979797;
			background-color: #FFFFFF;
			font-size: 12px;
			font-weight: 500;
			line-height: 44px;
			color: #878787;
			text-align: left;
			background: url("../images/ico-arrow-select-down.svg") no-repeat right 8px center/10px auto #FFFFFF;
			cursor: pointer;
			-webkit-transition: background-color 0.3s ease, border 0.3s ease;
			transition: background-color 0.3s ease, border 0.3s ease; }
			.news-filter-wrapper form.news-filter-form .filters .dropdown a.btn-filter:hover {
				background-color: #F5F5F5; }
			.news-filter-wrapper form.news-filter-form .filters .dropdown a.btn-filter.active {
				color: #0033a1;
				border: 1px solid #0033a1;
				background-image: url("../images/ico-arrow-select-up-blue.svg"); }
			.news-filter-wrapper form.news-filter-form .filters .dropdown a.btn-filter:focus {
				-webkit-box-shadow: none;
				box-shadow: none; }
	.news-filter-wrapper form.news-filter-form .toggle-view-style {
		position: absolute;
		top: 20px;
		right: 0;
		display: none; }
		.news-filter-wrapper form.news-filter-form .toggle-view-style .view-style {
			position: relative;
			display: inline-block;
			width: 38px;
			height: 35px;
			border-width: 1px;
			border-style: solid;
			background-repeat: no-repeat;
			background-size: 16px 16px;
			background-position: center center;
			cursor: pointer; }
			.news-filter-wrapper form.news-filter-form .toggle-view-style .view-style:last-child {
				margin-left: -8px; }
			.news-filter-wrapper form.news-filter-form .toggle-view-style .view-style.tiles-style {
				background-image: url("../images/view-style-tiles-white.svg");
				background-color: #0033a1;
				border-color: #0033a1;
				z-index: 1; }
			.news-filter-wrapper form.news-filter-form .toggle-view-style .view-style.rows-style {
				background-image: url("../images/view-style-rows-blue.svg");
				background-color: #FFFFFF;
				border-color: #979797;
				z-index: 0; }
		.news-filter-wrapper form.news-filter-form .toggle-view-style.rows-style .view-style.tiles-style {
			background-image: url("../images/view-style-tiles-blue.svg");
			background-color: #FFFFFF;
			border-color: #E3E3E3;
			z-index: 0; }
		.news-filter-wrapper form.news-filter-form .toggle-view-style.rows-style .view-style.rows-style {
			background-image: url("../images/view-style-rows-white.svg");
			background-color: #0033a1;
			border-color: #0033a1;
			z-index: 1; }

.card-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; }

.news-card {
	width: 100%;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px #979797 inset, -1px -1px #979797 inset;
	box-shadow: 1px 1px #979797 inset, -1px -1px #979797 inset;
	margin-bottom: 30px; }
	.news-card a:hover {
		text-decoration: none !important; }
	.news-card.tile-card.onecol {
		width: 100%; }
	.news-card .card-image {
		height: 140px; }
		.news-card .card-image img {
			width: 100%;
			height: 100%;
			-o-object-fit: cover;
			object-fit: cover;
			-o-object-position: center 0;
			object-position: center 0; }
		.news-card .card-image .title-block:hover {
			cursor: pointer;
			text-decoration: none !important; }
			.news-card .card-image .title-block:hover .title {
				color: #0164f2 !important; }
	.news-card .card-body {
		padding: 24px 25px 30px; }
		.news-card .card-body.row-head {
			display: none; }
		.news-card .card-body .type {
			display: inline-block;
			font-size: 11px;
			line-height: 1.25;
			font-weight: 700;
			color: #fff;
			text-transform: uppercase;
			padding: 5px 8px;
			margin-bottom: 15px; }
			.news-card .card-body .type.offerte, .news-card .card-body .type.offerteRif {
				background: #0033a1; }
			.news-card .card-body .type.promo, .news-card .card-body .type.listini, .news-card .card-body .type.newsServizi {
				background: #02d0d2; }
			.news-card .card-body .type.eventi {
				background: #ff4972; }
			.news-card .card-body .type.inforete {
				background: #fc3fb2; }
			.news-card .card-body .type.novita {
				background: #F19E25; }
			.news-card .card-body .type.lightGreen {
				background: #DBF11E;
				color: #000; }
			.news-card .card-body .type.lightBlue {
				background: #bdd7ff;
				color: #000; }
			.news-card .card-body .type.darkerCyan {
				background: #02d2d2;
				color: #fff !important; }
		.news-card .card-body .date-block .date {
			font-size: 10px;
			line-height: 1.4;
			font-weight: 700;
			text-transform: uppercase;
			margin-bottom: 10px; }
		.news-card .card-body .date-block .type {
			display: none; }
		.news-card .card-body .title-block {
			display: inline-block;
			color: #000000; }
			.news-card .card-body .title-block .title {
				font-size: 20px;
				font-weight: 700;
				line-height: 26px;
				max-height: 52px;
				margin-bottom: 16px;
				overflow: hidden;
				color: #000000; }
			.news-card .card-body .title-block:hover {
				cursor: pointer; }
				.news-card .card-body .title-block:hover .title {
					color: #0164f2 !important; }
		.news-card .card-body .text-block {
			margin-top: 20px; }
			.news-card .card-body .text-block p {
				font-size: 12px;
				line-height: 20px;
				color: #646464;
				max-height: 60px;
				overflow: hidden;
				margin: 0; }
	.news-card .card-image + .card-body {
		padding-top: 20px; }
	.news-card.heading-card .card-body .title-block .title {
		font-size: 21px; }
	.news-card.featured-card {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; }
		.news-card.featured-card .card-image .type {
			display: none; }
		.news-card.featured-card .card-image .title-block {
			display: none; }
		.news-card.featured-card .type {
			display: inline-block;
			font-size: 11px;
			line-height: 1;
			font-weight: 700;
			color: #000;
			text-transform: uppercase;
			padding: 5px 8px;
			margin-bottom: 22px; }
			.news-card.featured-card .type.offerte, .news-card.featured-card .type.offerteRif {
				background: #0033a1; }
			.news-card.featured-card .type.promo, .news-card.featured-card .type.listini, .news-card.featured-card .type.newsServizi {
				background: #02d0d2; }
			.news-card.featured-card .type.eventi {
				background: #ff4972; }
			.news-card.featured-card .type.inforete {
				color: #fff;
				background: #fc3fb2; }
	.news-card.ghost-card {
		height: 0; }

.news-page-main-content {
	margin-top: 10px; }

.paginator-wrapper {
	padding-top: 50px;
	padding-bottom: 50px; }

.paginator {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; }
	.paginator ul {
		list-style: none;
		margin: 0;
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex; }
		.paginator ul li {
			margin: 0 12px; }
			.paginator ul li a {
				opacity: 0.3;
				color: #1f1f1f;
				font-size: 16px;
				font-weight: 500; }
				.paginator ul li a.active {
					opacity: 1; }
				.paginator ul li a.prev {
					display: none; }
				.paginator ul li a:hover {
					background-color: rgba(255, 255, 255, 0.2); }
				.paginator ul li a:past {
					background-color: rgba(255, 255, 255, 0.4); }
			.paginator ul li:first-child {
				margin: 0; }
			.paginator ul li img {
				height: 12px;
				width: 16px; }
	.paginator .results {
		position: relative;
		margin-top: 40px; }
		.paginator .results a {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			padding-left: 0px; }
			.paginator .results a .tn {
				margin-right: 16px;
				color: #b8b8b8;
				font-size: 15px;
				font-weight: 500; }
			.paginator .results a img {
				height: 22px;
				width: 12px; }

.period-choice-wrapper {
	background: #0033a1; }
	.period-choice-wrapper .panel-choice {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 20px 0 35px 0; }
		.period-choice-wrapper .panel-choice a {
			padding: 7px 34px;
			font-weight: 500;
			margin: 0 20px;
			color: #ffffff;
			opacity: 0.4;
			border-bottom: 4px solid #0033a1; }
			.period-choice-wrapper .panel-choice a.active {
				opacity: 1;
				border-bottom: 4px solid #00ffff;
				color: #ffffff; }
			.period-choice-wrapper .panel-choice a:hover {
				color: #ffffff; }
	.period-choice-wrapper .year-swiper-wrapper .head {
		height: 32px;
		position: relative; }
		.period-choice-wrapper .year-swiper-wrapper .head h3 {
			font-size: 22px;
			color: #ffffff;
			font-weight: 700;
			text-align: center; }
		.period-choice-wrapper .year-swiper-wrapper .head .swiper-arrow {
			position: absolute;
			top: 0;
			left: 40px;
			height: 23px;
			width: calc(100% - 80px);
			z-index: 10;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between; }
			.period-choice-wrapper .year-swiper-wrapper .head .swiper-arrow span.ico-arrow {
				height: 23px;
				width: 23px;
				color: #fff;
				display: block;
				border: 1px solid #fff;
				outline: none; }
				.period-choice-wrapper .year-swiper-wrapper .head .swiper-arrow span.ico-arrow.arrow-next {
					background: url(../images/next.svg) center no-repeat;
					background-size: 50%; }
				.period-choice-wrapper .year-swiper-wrapper .head .swiper-arrow span.ico-arrow.arrow-prev {
					background: url(../images/prev.svg) center no-repeat;
					background-size: 50%; }
	.period-choice-wrapper .year-swiper-wrapper .year-swiper .year-choice-content {
		padding-bottom: 109px; }
		.period-choice-wrapper .year-swiper-wrapper .year-swiper .year-choice-content ul {
			list-style: none;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			padding: 30px 13px;
			margin: 0; }
			.period-choice-wrapper .year-swiper-wrapper .year-swiper .year-choice-content ul li {
				width: 25%;
				text-align: center;
				margin: 10px 0; }
				.period-choice-wrapper .year-swiper-wrapper .year-swiper .year-choice-content ul li .item {
					width: 80%;
					margin: 10%;
					color: #ffffff;
					display: block;
					padding: 7px 0; }
				.period-choice-wrapper .year-swiper-wrapper .year-swiper .year-choice-content ul li.active {
					font-weight: bold; }
				.period-choice-wrapper .year-swiper-wrapper .year-swiper .year-choice-content ul li:hover .item {
					background: rgba(255, 255, 255, 0.45); }
	.period-choice-wrapper .year-swiper-wrapper .year-swiper .swiper-button-prev {
		display: none; }
	.period-choice-wrapper .year-swiper-wrapper .year-swiper .swiper-button-next {
		display: none; }
	.period-choice-wrapper .month-choice-wrapper {
		display: none;
		padding-bottom: 109px; }
		.period-choice-wrapper .month-choice-wrapper .head {
			height: 32px;
			position: relative; }
			.period-choice-wrapper .month-choice-wrapper .head h3 {
				font-size: 22px;
				color: #ffffff;
				font-weight: 700;
				text-align: center; }
		.period-choice-wrapper .month-choice-wrapper .content ul {
			list-style: none;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			padding: 30px 13px;
			margin: 0; }
			.period-choice-wrapper .month-choice-wrapper .content ul li {
				width: 25%;
				text-align: center;
				margin: 10px 0; }
				.period-choice-wrapper .month-choice-wrapper .content ul li .item {
					width: 80%;
					margin: 10%;
					color: #ffffff;
					display: block;
					padding: 7px 0; }
				.period-choice-wrapper .month-choice-wrapper .content ul li.active {
					font-weight: bold; }
				.period-choice-wrapper .month-choice-wrapper .content ul li:hover .item {
					background: rgba(255, 255, 255, 0.45); }
	.period-choice-wrapper.year-only .panel-choice {
		display: none; }
	.period-choice-wrapper.year-only .period-container {
		max-width: 450px;
		margin: 0 auto; }
		.period-choice-wrapper.year-only .period-container .year-swiper-wrapper {
			width: 100%;
			padding-top: 40px;
			border-right: 0px;
			margin: 0 auto; }

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
	.news-page-all h1.page-name {
		font-size: 36px;
		margin: 45px 0 15px 0; }
	.news-page-all .hero-body h1.title {
		line-height: 50px; }
	#nav-search-results h1.search {
		font-size: 36px;
		font-weight: 700;
		line-height: 1.47;
		color: #000000;
		margin-top: 86px; }
		#nav-search-results h1.search .keyword {
			font-weight: 400;
			color: #666666;
			display: inline-block; }
	#nav-search-results h4.results {
		font-size: 18px;
		color: #666666;
		margin-top: 17px; }
	.news-navbar .nav-tabs .nav-link {
		padding: 0 60px; }
	.news-navbar .nav-mobile {
		padding: 0 60px; }
	.news-navbar .nav-mobile .searchNews input {
		max-width: 130px; }
		.news-navbar .nav-mobile .searchNews input.mobile {
			display: none; }
		.news-navbar .nav-mobile .searchNews input.tablet {
			display: block; }
	.news-filter-wrapper form.news-filter-form {
		padding: 30px 85px 30px 0; }
		.news-filter-wrapper form.news-filter-form .toggle-view-style {
			display: block;
			top: 30px; }
	.news-card {
		margin-bottom: 20px; }
		.news-card .card-image {
			height: 152px; }
		.news-card .card-body {
			padding: 29px 30px 17px 30px; }
			.news-card .card-body .date-block .date {
				font-size: 10px;
				margin-bottom: 0px; }
			.news-card .card-body .title-block .title {
				font-size: 24px;
				line-height: 30px;
				max-height: 60px; }
				.news-card .card-body .title-block .title:hover {
					color: #0164f2; }
			.news-card .card-body .text-block {
				margin-top: 25px; }
				.news-card .card-body .text-block p {
					font-size: 14px; }
		.news-card .card-image + .card-body {
			padding-top: 20px;
			padding-bottom: 25px; }
		.news-card.heading-card {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex; }
			.news-card.heading-card .card-image {
				width: calc(50% - 15px);
				height: auto; }
			.news-card.heading-card .card-body {
				width: calc(50% + 15px);
				padding: 45px 40px 35px; }
				.news-card.heading-card .card-body .title-block .title {
					font-size: 24px;
					line-height: 30px; }
				.news-card.heading-card .card-body .text-block {
					display: block; }
		.news-card.tile-card {
			width: calc(50% - 15px); }
			.news-card.tile-card.onecol {
				width: 100%; }
		.news-card.rows-style {
			width: 100% !important;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row; }
			.news-card.rows-style .card-image {
				display: none; }
			.news-card.rows-style .card-body {
				display: table;
				padding: 30px 25px;
				width: 75%; }
				.news-card.rows-style .card-body .date-block {
					display: table-cell;
					width: 120px;
					vertical-align: middle; }
					.news-card.rows-style .card-body .date-block .date {
						font-size: 12px;
						margin-bottom: 5px; }
					.news-card.rows-style .card-body .date-block .type {
						display: inline-block; }
				.news-card.rows-style .card-body .title-block .title {
					font-size: 20px;
					line-height: 26px;
					max-height: none;
					margin: 0; }
				.news-card.rows-style .card-body .title-block .type {
					display: none; }
				.news-card.rows-style .card-body .type, .news-card.rows-style .card-body .text-block, .news-card.rows-style .card-body .date-block {
					display: none; }
			.news-card.rows-style .card-body.row-head {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				width: 25%; }
				.news-card.rows-style .card-body.row-head .type, .news-card.rows-style .card-body.row-head .date-block {
					display: block;
					width: -webkit-fit-content;
					width: -moz-fit-content;
					width: fit-content; }
				.news-card.rows-style .card-body.row-head .title-block {
					padding-left: 0px; }
		.news-card.featured-card {
			width: 100%;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			height: 325px; }
			.news-card.featured-card .card-image {
				height: 100%;
				min-width: 47.5%; }
				.news-card.featured-card .card-image .type {
					display: none; }
				.news-card.featured-card .card-image .title-block {
					display: none; }
	.paginator-wrapper {
		padding: 20px 0 80px;
		margin: 0 auto; }
		.paginator-wrapper .paginator {
			position: relative;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			width: 100%; }
			.paginator-wrapper .paginator .results {
				position: absolute;
				right: 30px;
				margin-top: 0px;
				top: 0px; } }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.main.news-page-all {
		padding-top: 100px; }
		.main.news-page-all.result-page {
			padding-top: 168px; }
		.main.news-page-all .hero-body h1.title {
			font-size: 50px;
			line-height: 56px; }
	.news-page-main-content {
		margin-top: 30px; }
	.paginator-wrapper {
		padding: 20px 0 60px;
		max-width: 850px; }
	.hero-banner.news-hero {
		height: 325px; }
		.hero-banner.news-hero .title {
			font-size: 50px;
			font-weight: 700; }
	.news-filter-wrapper .filter-panel-wrapper {
		background-color: #0033a1;
		position: relative;
		padding-bottom: 0px; }
		.news-filter-wrapper .filter-panel-wrapper .acnav {
			height: 470px;
			padding: 0 30px;
			max-width: 1140px;
			position: relative;
			margin: 0 auto; }
			.news-filter-wrapper .filter-panel-wrapper .acnav__list--level1 {
				width: 170px;
				height: 100%;
				border: none;
				border-right: 1px solid rgba(255, 255, 255, 0.35); }
				.news-filter-wrapper .filter-panel-wrapper .acnav__list--level1 li {
					border: none; }
					.news-filter-wrapper .filter-panel-wrapper .acnav__list--level1 li .acnav__label {
						color: rgba(255, 255, 255, 0.6);
						font-size: 15px;
						border: none;
						-webkit-box-shadow: none;
						box-shadow: none;
						padding: 17px 22px 17px 0px; }
						.news-filter-wrapper .filter-panel-wrapper .acnav__list--level1 li .acnav__label:focus, .news-filter-wrapper .filter-panel-wrapper .acnav__list--level1 li .acnav__label:hover {
							background: #0033a1; }
						.news-filter-wrapper .filter-panel-wrapper .acnav__list--level1 li .acnav__label::after {
							display: none; }
					.news-filter-wrapper .filter-panel-wrapper .acnav__list--level1 li.is-open .acnav__label {
						color: white;
						font-weight: 700; }
			.news-filter-wrapper .filter-panel-wrapper .acnav__list--level2 {
				position: absolute;
				top: 0px;
				left: 200px;
				width: 241px;
				height: 100%;
				border-right: 1px solid rgba(255, 255, 255, 0.35); }
				.news-filter-wrapper .filter-panel-wrapper .acnav__list--level2 li {
					border: none; }
					.news-filter-wrapper .filter-panel-wrapper .acnav__list--level2 li a {
						color: rgba(255, 255, 255, 0.6);
						font-size: 15px;
						border: none;
						background: #0033a1;
						-webkit-box-shadow: none;
						box-shadow: none;
						padding: 17px 22px 17px 30px; }
						.news-filter-wrapper .filter-panel-wrapper .acnav__list--level2 li a:focus, .news-filter-wrapper .filter-panel-wrapper .acnav__list--level2 li a:hover {
							background: #0033a1; }
						.news-filter-wrapper .filter-panel-wrapper .acnav__list--level2 li a::after {
							display: none; }
						.news-filter-wrapper .filter-panel-wrapper .acnav__list--level2 li a.showRightPush {
							text-decoration: none; }
							.news-filter-wrapper .filter-panel-wrapper .acnav__list--level2 li a.showRightPush.active {
								color: white;
								font-weight: 700; }
					.news-filter-wrapper .filter-panel-wrapper .acnav__list--level2 li.is-open .acnav__label {
						color: white;
						font-weight: 700; }
			.news-filter-wrapper .filter-panel-wrapper .acnav__list .last-level-menu {
				width: 50vw;
				position: absolute;
				top: 0px;
				width: 30%;
				right: initial;
				left: 283px;
				width: 50vw;
				background-color: #0033a1; }
				.news-filter-wrapper .filter-panel-wrapper .acnav__list .last-level-menu .back-nav {
					display: none; }
				.news-filter-wrapper .filter-panel-wrapper .acnav__list .last-level-menu .title {
					display: none; }
				.news-filter-wrapper .filter-panel-wrapper .acnav__list .last-level-menu.pushright-open {
					display: block; }
		.news-filter-wrapper .filter-panel-wrapper .filter-form {
			padding: 0;
			margin-top: 10px;
			overflow: hidden;
			height: auto;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-box-pack: left;
			-ms-flex-pack: left;
			justify-content: left;
			-webkit-box-align: start;
			-ms-flex-align: start;
			align-items: flex-start; }
			.news-filter-wrapper .filter-panel-wrapper .filter-form .form-check .form-check-label {
				padding: 12px 35px;
				color: #fff;
				font-size: 15px;
				background-position: 0px 14px; }
			.news-filter-wrapper .filter-panel-wrapper .filter-form .form-group {
				max-width: 50%;
				width: 50%; }
		.news-filter-wrapper .filter-panel-wrapper .actions {
			position: relative;
			height: 70px;
			/* text-align: center; */
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			bottom: 0px;
			width: 100%;
			left: 0px;
			background-color: #0033a1;
			z-index: 2;
			border-top: solid 1px rgba(255, 255, 255, 0.35);
			-webkit-box-shadow: none;
			box-shadow: none;
			-webkit-backdrop-filter: none;
			backdrop-filter: none; }
			.news-filter-wrapper .filter-panel-wrapper .actions .btn.btn-white-big {
				width: 100%;
				margin: 0;
				background-color: #ffffff;
				font-weight: 500;
				font-size: 15px;
				color: #0164f2;
				max-width: 120px;
				text-transform: uppercase;
				padding: 6px;
				margin: 0;
				min-width: auto;
				height: auto;
				margin-right: 17px; }
				.news-filter-wrapper .filter-panel-wrapper .actions .btn.btn-white-big.empty {
					display: block;
					background-color: transparent;
					border: 1px solid #ffffff;
					color: #ffffff; }
			.news-filter-wrapper .filter-panel-wrapper .actions.mobile {
				display: none; }
			.news-filter-wrapper .filter-panel-wrapper .actions.desktop {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex; }
	.news-filter-wrapper form.news-filter-form .filters .dropdown a.btn-filter {
		min-width: 130px;
		height: 40px;
		font-size: 14px;
		line-height: 40px;
		padding: 0 40px 0 20px;
		text-align: center;
		background-size: 14px auto; }
	.news-filter-wrapper form.news-filter-form .toggle-view-style .view-style {
		width: 37px;
		height: 37px;
		background-size: 17px 17px; }
	.news-filter-wrapper .news-filter-results .news-filter-success .applied-filters {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; }
		.news-filter-wrapper .news-filter-results .news-filter-success .applied-filters span.t {
			display: inline-block;
			margin-right: 10px; }
	.news-filter-wrapper .news-filter-results .news-filter-error h2 {
		max-width: 368px; }
	.news-filter-wrapper .or-content-panel {
		padding-bottom: 0px; }
		.news-filter-wrapper .or-content-panel .filter-form {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify !important;
			-ms-flex-pack: justify !important;
			justify-content: space-between !important;
			max-width: 884px;
			margin: 0 auto;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			margin-top: 0; }
			.news-filter-wrapper .or-content-panel .filter-form .form-group {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				-ms-flex-direction: row;
				flex-direction: row;
				margin-bottom: 0; }
			.news-filter-wrapper .or-content-panel .filter-form .actions {
				width: auto;
				margin: 0;
				padding: 0; }
	.news-card {
		margin-bottom: 25px; }
		.news-card.heading-card .card-image {
			width: calc(100% / 3 - 15px); }
		.news-card.heading-card .card-body {
			width: calc(100% / 3 + 15px);
			padding: 45px 45px 35px; }
			.news-card.heading-card .card-body .date-block .date {
				font-size: 12px;
				margin-bottom: 20px; }
		.news-card.featured-card {
			width: 100%;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row; }
			.news-card.featured-card .card-image {
				height: 100%;
				position: relative;
				min-width: 66%; }
				.news-card.featured-card .card-image .type {
					display: block;
					position: absolute;
					top: 43px;
					left: 33px; }
				.news-card.featured-card .card-image .title-block {
					display: block;
					position: absolute;
					top: 84px;
					left: 33px;
					max-width: 65%; }
					.news-card.featured-card .card-image .title-block .title {
						color: #ffffff;
						font-size: 24px;
						line-height: 1.25;
						font-weight: 700; }
			.news-card.featured-card .card-body {
				padding: 43px 38px;
				overflow-y: scroll; }
				.news-card.featured-card .card-body .type, .news-card.featured-card .card-body .title-block {
					display: none; }
				.news-card.featured-card .card-body .text-block p {
					max-height: none; }
				.news-card.featured-card .card-body .date-block .date {
					font-size: 12px;
					margin-bottom: 20px; }
		.news-card.tile-card {
			width: calc(100% / 3 - 15px); }
			.news-card.tile-card.onecol {
				width: 100%; }
			.news-card.tile-card.twocol {
				width: calc(100% / 2 - 15px); }
			.news-card.tile-card .date-block .date {
				font-size: 12px;
				display: inline-block; }
		.news-card.rows-style {
			width: 100% !important; }
			.news-card.rows-style .card-body .title-block .title {
				font-size: 24px;
				line-height: 30px; }
	.paginator-wrapper .paginator ul li {
		margin: 0 20px; }
	.period-choice-wrapper {
		background: #0033a1; }
		.period-choice-wrapper .period-container {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			max-width: 884px;
			margin: 0 auto;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			border-right: 1px solid rgba(255, 255, 255, 0.35);
			border-left: 1px solid rgba(255, 255, 255, 0.35); }
		.period-choice-wrapper .panel-choice {
			display: none; }
		.period-choice-wrapper .year-swiper-wrapper {
			width: 50%;
			padding-top: 40px;
			border-right: 1px solid rgba(255, 255, 255, 0.35); }
			.period-choice-wrapper .year-swiper-wrapper .head {
				height: 32px;
				position: relative; }
				.period-choice-wrapper .year-swiper-wrapper .head h3 {
					font-size: 22px;
					color: #ffffff;
					font-weight: 700;
					text-align: center; }
				.period-choice-wrapper .year-swiper-wrapper .head .swiper-arrow {
					position: absolute;
					top: 0;
					left: 40px;
					height: 23px;
					width: calc(100% - 80px);
					z-index: 10;
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-orient: horizontal;
					-webkit-box-direction: normal;
					-ms-flex-direction: row;
					flex-direction: row;
					-webkit-box-pack: justify;
					-ms-flex-pack: justify;
					justify-content: space-between; }
					.period-choice-wrapper .year-swiper-wrapper .head .swiper-arrow span.ico-arrow {
						height: 23px;
						width: 23px;
						color: #fff;
						display: block;
						border: 1px solid #fff;
						outline: none; }
						.period-choice-wrapper .year-swiper-wrapper .head .swiper-arrow span.ico-arrow.arrow-next {
							background: url(../images/next.svg) center no-repeat;
							background-size: 50%; }
						.period-choice-wrapper .year-swiper-wrapper .head .swiper-arrow span.ico-arrow.arrow-prev {
							background: url(../images/prev.svg) center no-repeat;
							background-size: 50%; }
			.period-choice-wrapper .year-swiper-wrapper .year-swiper .year-choice-content {
				padding-bottom: 0px; }
				.period-choice-wrapper .year-swiper-wrapper .year-swiper .year-choice-content ul {
					list-style: none;
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-ms-flex-wrap: wrap;
					flex-wrap: wrap;
					padding: 30px 13px;
					margin: 0; }
					.period-choice-wrapper .year-swiper-wrapper .year-swiper .year-choice-content ul li {
						width: 25%;
						text-align: center;
						margin: 10px 0; }
						.period-choice-wrapper .year-swiper-wrapper .year-swiper .year-choice-content ul li .item {
							width: 80%;
							margin: 10%;
							color: #ffffff;
							display: block;
							padding: 7px 0; }
						.period-choice-wrapper .year-swiper-wrapper .year-swiper .year-choice-content ul li.active {
							font-weight: bold; }
						.period-choice-wrapper .year-swiper-wrapper .year-swiper .year-choice-content ul li:hover .item {
							background: rgba(255, 255, 255, 0.45); }
			.period-choice-wrapper .year-swiper-wrapper .year-swiper .swiper-button-prev {
				display: none; }
			.period-choice-wrapper .year-swiper-wrapper .year-swiper .swiper-button-next {
				display: none; }
		.period-choice-wrapper .month-choice-wrapper {
			display: block;
			padding-top: 38px;
			width: 100%;
			padding-bottom: 0px; }
			.period-choice-wrapper .month-choice-wrapper .head {
				height: 32px;
				position: relative; }
				.period-choice-wrapper .month-choice-wrapper .head h3 {
					font-size: 22px;
					color: #ffffff;
					font-weight: 700;
					text-align: center; }
			.period-choice-wrapper .month-choice-wrapper .content ul {
				list-style: none;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
				padding: 30px 13px;
				margin: 0; }
				.period-choice-wrapper .month-choice-wrapper .content ul li {
					width: 25%;
					text-align: center;
					margin: 10px 0; }
					.period-choice-wrapper .month-choice-wrapper .content ul li .item {
						width: 80%;
						margin: 10%;
						color: #ffffff;
						display: block;
						padding: 7px 0; }
					.period-choice-wrapper .month-choice-wrapper .content ul li.active {
						font-weight: bold; }
					.period-choice-wrapper .month-choice-wrapper .content ul li:hover .item {
						background: rgba(255, 255, 255, 0.45); } }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.news-navbar {
		height: 60px;
		border-bottom: solid 1px #e6e6e6; }
		.news-navbar .nav-tabs {
			border: none;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			position: relative;
			/* display: flex; */
			/* flex-direction: row; */
			width: auto;
			height: 60px;
			-webkit-box-shadow: none;
			box-shadow: none;
			-ms-flex-wrap: unset;
			flex-wrap: unset;
			max-width: 960px;
			margin: 0 auto;
			padding: 0 30px;
			border-bottom: 1px solid #f2f2f2; }
			.news-navbar .nav-tabs .nav-link {
				display: inline-block;
				font-weight: 400;
				font-size: 15px;
				color: #b8b8b8;
				padding: 0;
				height: 60px;
				line-height: 60px;
				margin-right: 1rem;
				width: auto;
				min-height: auto; }
				.news-navbar .nav-tabs .nav-link span.ico.arrowDown {
					background: url("../images/ico-arrow-select-down.svg") no-repeat center;
					height: 7px;
					width: 12px;
					background-size: contain;
					margin-left: 10px;
					display: inline-block; }
				.news-navbar .nav-tabs .nav-link .container {
					padding: 0 !important;
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-orient: horizontal;
					-webkit-box-direction: normal;
					-ms-flex-direction: row;
					flex-direction: row;
					-webkit-box-align: center;
					-ms-flex-align: center;
					align-items: center; }
				.news-navbar .nav-tabs .nav-link.last {
					display: block; }
				.news-navbar .nav-tabs .nav-link .submenu {
					display: none;
					background-color: white !important;
					border: 1px solid #979797;
					position: absolute;
					top: 70px;
					width: -webkit-fit-content;
					width: -moz-fit-content;
					width: fit-content;
					padding: 16px 13px; }
					.news-navbar .nav-tabs .nav-link .submenu.active {
						display: block; }
					.news-navbar .nav-tabs .nav-link .submenu ul {
						list-style: none;
						padding: 0;
						margin: 0; }
						.news-navbar .nav-tabs .nav-link .submenu ul li {
							height: auto;
							line-height: 1; }
							.news-navbar .nav-tabs .nav-link .submenu ul li a {
								font-size: 12px;
								color: #878787;
								height: auto;
								line-height: 1;
								border-bottom: none;
								padding: 10px 0px;
								font-weight: 400;
								display: inline-block;
								text-decoration: none; }
								.news-navbar .nav-tabs .nav-link .submenu ul li a:hover {
									color: #000000;
									cursor: pointer; }
				.news-navbar .nav-tabs .nav-link.active .submenu {
					display: block; }
				.news-navbar .nav-tabs .nav-link.active.last .submenu {
					display: none; }
				.news-navbar .nav-tabs .nav-link.active {
					display: inline-block;
					color: #000000;
					font-weight: 700;
					border: none;
					border-bottom: 2px solid #000000;
					background-color: #ffffff; }
			.news-navbar .nav-tabs .searchSec {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				text-decoration: none; }
				.news-navbar .nav-tabs .searchSec input.tn {
					font-size: 22px;
					color: #666666; }
			.news-navbar .nav-tabs .searchForm input {
				font-size: 22px;
				margin-left: 22px; }
		.news-navbar .nav-mobile {
			display: none; }
			.news-navbar .nav-mobile .searchForm input {
				font-size: 22px;
				margin-left: 22px; }
	.news-filter-wrapper .filter-panel-wrapper .acnav__list .last-level-menu .filter-form .actions {
		bottom: 48px;
		left: 120%;
		position: absolute;
		width: 120px;
		padding: 0; }
	.news-navbar .nav-tabs {
		max-width: 1140px; } }

.became-client {
	padding-top: 86px; }

.hero-banner.client-hero .swiper-container {
	height: 340px; }

.hero-banner.client-hero .title {
	font-weight: 700;
	font-size: 30px;
	line-height: 1.2; }

.became-client-steps {
	padding: 40px 0 60px; }
	.became-client-steps .step-heading {
		margin-bottom: 20px; }
		.became-client-steps .step-heading h3 {
			font-size: 16px;
			font-weight: 500;
			color: #0033a1;
			margin: 0 0 20px; }
		.became-client-steps .step-heading h2 {
			font-size: 26px;
			font-weight: 700;
			line-height: 1.31;
			margin: 0; }
	.became-client-steps .step-wrapper {
		margin-bottom: 50px; }
		.became-client-steps .step-wrapper .step-progression {
			margin-bottom: 50px; }
			.became-client-steps .step-wrapper .step-progression ul {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				-ms-flex-pack: justify;
				justify-content: space-between;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				padding: 0;
				margin: 0; }
				.became-client-steps .step-wrapper .step-progression ul li {
					list-style-type: none;
					cursor: pointer; }
					.became-client-steps .step-wrapper .step-progression ul li .step-number {
						width: 36px;
						height: 36px;
						font-size: 16px;
						font-weight: 500;
						line-height: 36px;
						color: #ffffff;
						background-color: #999990;
						text-align: center; }
					.became-client-steps .step-wrapper .step-progression ul li .step-number-description {
						display: none;
						font-size: 16px;
						font-weight: 400;
						line-height: 1.67;
						color: #999990; }
					.became-client-steps .step-wrapper .step-progression ul li.active {
						opacity: 1; }
						.became-client-steps .step-wrapper .step-progression ul li.active .step-number {
							width: 50px;
							height: 50px;
							line-height: 50px;
							color: #FFFFFF;
							font-size: 24px;
							font-weight: 500;
							background-color: #0033a1; }
						.became-client-steps .step-wrapper .step-progression ul li.active .step-number-description {
							color: #0033a1;
							font-size: 26px;
							font-weight: 700; }
		.became-client-steps .step-wrapper .step-description {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column; }
			.became-client-steps .step-wrapper .step-description .step {
				position: relative;
				display: none !important;
				text-align: center;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				-webkit-transition: opacity 0.3s ease;
				transition: opacity 0.3s ease; }
				.became-client-steps .step-wrapper .step-description .step.active {
					opacity: 1;
					z-index: 1;
					display: block !important; }
				.became-client-steps .step-wrapper .step-description .step img {
					height: 50px;
					margin-bottom: 25px; }
				.became-client-steps .step-wrapper .step-description .step h3 {
					font-size: 24px;
					font-weight: 700;
					line-height: 1.25;
					margin-bottom: 15px; }
				.became-client-steps .step-wrapper .step-description .step p {
					font-size: 14px;
					line-height: 1.64;
					color: #999990;
					margin-bottom: 40px;
					-webkit-box-flex: 1;
					-ms-flex: 1;
					flex: 1; }
				.became-client-steps .step-wrapper .step-description .step button.btn.dark-color {
					max-width: none;
					width: 95% !important;
					/* padding: 0 10px; */
					min-width: -webkit-fit-content;
					min-width: -moz-fit-content;
					min-width: fit-content; }

.oao-banner {
	background-color: #F7F7F7;
	padding: 40px 0 60px; }
	.oao-banner h2 {
		font-size: 26px;
		font-weight: 700;
		line-height: 1.5;
		margin: 0 0 30px; }
	.oao-banner a.discover-more {
		display: inline-block;
		line-height: 15px;
		font-weight: 500;
		color: #0164f2; }
		.oao-banner a.discover-more:after {
			display: inline-block;
			width: 15px;
			height: 15px;
			background: url("../images/ico-external-link.svg") no-repeat 0 0/15px 15px transparent;
			margin: 0 0 0 8px;
			vertical-align: bottom;
			content: ''; }
	.oao-banner p {
		font-size: 14px;
		line-height: 1.64;
		color: #6F6F6F;
		margin-bottom: 30px; }
		.oao-banner p:last-child {
			margin: 0; }
		.oao-banner p a {
			font-weight: 700; }

.form-wrapper.new-client-form {
	padding: 50px 0; }
	.form-wrapper.new-client-form .input-group {
		border: 1px solid #FFFFFF;
		padding: 22px 24px;
		margin-bottom: 57px;
		height: 62px; }
		.form-wrapper.new-client-form .input-group.is-invalid {
			border: 1px solid #dc3545; }
		.form-wrapper.new-client-form .input-group label {
			position: absolute;
			-webkit-transition: all 0.2s;
			transition: all 0.2s;
			-ms-touch-action: manipulation;
			touch-action: manipulation;
			left: 19px;
			top: 30%;
			background: #0033a1;
			color: #fff !important;
			padding: 0 5px; }
		.form-wrapper.new-client-form .input-group .form-control + label.animate-label {
			-webkit-transform-origin: 0 0;
			transform-origin: 0 0;
			-webkit-transform: scale(0.9) translateY(-50%);
			transform: scale(0.9) translateY(-50%);
			-webkit-transition: -webkit-transform 0.2s linear;
			transition: -webkit-transform 0.2s linear;
			transition: transform 0.2s linear;
			transition: transform 0.2s linear, -webkit-transform 0.2s linear;
			top: 0; }
		.form-wrapper.new-client-form .input-group input.form-control {
			background-color: transparent;
			border: none;
			color: #ffffff;
			padding: 0;
			height: 16px; }
			.form-wrapper.new-client-form .input-group input.form-control:focus {
				z-index: auto;
				outline: none;
				-webkit-box-shadow: none;
				box-shadow: none; }
			.form-wrapper.new-client-form .input-group input.form-control.is-invalid {
				background-image: none; }
		.form-wrapper.new-client-form .input-group .invalid-feedback.gen-field-error {
			margin-top: 35px;
			position: absolute;
			max-width: 100%;
			left: 5px; }
			.form-wrapper.new-client-form .input-group .invalid-feedback.gen-field-error .content {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center; }
				.form-wrapper.new-client-form .input-group .invalid-feedback.gen-field-error .content .ico {
					background: url("../images/ico-red-x-error.svg") no-repeat;
					background-size: contain;
					height: 15px;
					width: 15px;
					margin-right: 5px; }
	.form-wrapper.new-client-form .captcha {
		width: 100%;
		height: 97px;
		background: #979797;
		margin-bottom: 33px; }
	.form-wrapper.new-client-form .privacy {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; }
		.form-wrapper.new-client-form .privacy label {
			margin-bottom: 28px; }
	.form-wrapper.new-client-form .form-buttons .btn {
		width: 100%;
		min-width: 280px !important; }
	.form-wrapper.new-client-form .modal-client {
		width: 100%;
		height: 100%;
		display: none;
		position: absolute;
		z-index: 10;
		top: 0; }
		.form-wrapper.new-client-form .modal-client .modal-became-client {
			background: rgba(0, 0, 0, 0.5);
			height: 100%;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center; }
			.form-wrapper.new-client-form .modal-client .modal-became-client .modal-card {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				width: 90%;
				padding: 60px 31px;
				background: #fff;
				color: #000000; }
			.form-wrapper.new-client-form .modal-client .modal-became-client .modal-ico {
				padding-bottom: 40px;
				width: 40px; }
			.form-wrapper.new-client-form .modal-client .modal-became-client .modal-title {
				font-size: 30px;
				text-align: center;
				padding-bottom: 26px; }
			.form-wrapper.new-client-form .modal-client .modal-became-client .modal-text {
				text-align: center;
				padding-bottom: 48px;
				margin: 0; }
			.form-wrapper.new-client-form .modal-client .modal-became-client .modal-button {
				width: 100%; }

/* Small devices */
@media (max-width: 575px) {
	.became-client-steps .step-wrapper .step-description .step button {
		width: 100%; } }

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.hero-banner.client-hero .swiper-container {
		height: 580px; } }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.hero-banner.client-hero .title {
		font-weight: 700;
		font-size: 40px;
		line-height: 1.25; }
	.became-client-steps {
		padding: 80px 0 100px; }
		.became-client-steps .step-heading {
			max-width: 700px;
			margin: 0 auto 80px; }
			.became-client-steps .step-heading h3 {
				font-size: 24px;
				text-align: center; }
			.became-client-steps .step-heading h2 {
				font-size: 40px;
				text-align: center; }
		.became-client-steps .step-wrapper {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			margin-bottom: 94px; }
			.became-client-steps .step-wrapper .step-progression {
				-webkit-box-ordinal-group: 3;
				-ms-flex-order: 2;
				order: 2;
				width: auto;
				margin: 0;
				padding-left: 50px; }
				.became-client-steps .step-wrapper .step-progression ul {
					display: block;
					-webkit-box-pack: normal;
					-ms-flex-pack: normal;
					justify-content: normal; }
					.became-client-steps .step-wrapper .step-progression ul li {
						margin-bottom: 30px; }
						.became-client-steps .step-wrapper .step-progression ul li:last-child {
							margin-bottom: 0; }
						.became-client-steps .step-wrapper .step-progression ul li .step-number {
							width: 36px;
							height: 36px;
							font-size: 16px;
							line-height: 36px;
							margin: 7px;
							margin-right: 40px; }
						.became-client-steps .step-wrapper .step-progression ul li.active .step-number {
							width: 50px;
							height: 50px;
							font-size: 24px;
							line-height: 50px;
							margin: 0px 40px 0px 0px; }
			.became-client-steps .step-wrapper .step-description {
				-webkit-box-ordinal-group: 2;
				-ms-flex-order: 1;
				order: 1;
				width: 100%; }
				.became-client-steps .step-wrapper .step-description .step {
					text-align: left;
					-webkit-box-align: start;
					-ms-flex-align: start;
					align-items: flex-start; }
					.became-client-steps .step-wrapper .step-description .step h3 {
						font-size: 36px; }
					.became-client-steps .step-wrapper .step-description .step p {
						font-size: 16px;
						line-height: 1.25;
						max-width: 400px; }
	.form-wrapper.new-client-form {
		padding: 40px 0 60px; }
		.form-wrapper.new-client-form .captcha {
			height: 84px;
			background: #979797;
			margin-bottom: 33px; } }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.became-client {
		padding-top: 100px; }
	.hero-banner.client-hero .swiper-container {
		height: 700px; }
	.hero-banner.client-hero .title {
		font-weight: 400;
		line-height: 1.25;
		font-size: 50px; }
	.hero-banner.client-hero .swiper-arrow {
		position: absolute;
		top: 55%;
		height: 90px;
		width: 46px;
		z-index: 10;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; }
		.hero-banner.client-hero .swiper-arrow span.ico-arrow {
			color: #fff;
			-webkit-box-flex: 1;
			-ms-flex: 1;
			flex: 1;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			border: 1px solid #fff;
			outline: none; }
			.hero-banner.client-hero .swiper-arrow span.ico-arrow.arrow-next {
				background: url(../images/next.svg) center no-repeat; }
			.hero-banner.client-hero .swiper-arrow span.ico-arrow.arrow-prev {
				background: url(../images/prev.svg) center no-repeat; }
			.hero-banner.client-hero .swiper-arrow span.ico-arrow:hover {
				background-color: rgba(255, 255, 255, 0.2); }
			.hero-banner.client-hero .swiper-arrow span.ico-arrow:active {
				background-color: rgba(255, 255, 255, 0.4); }
	.became-client-steps {
		padding: 80px 0 140px; }
		.became-client-steps .step-wrapper {
			margin-bottom: 118px; }
			.became-client-steps .step-wrapper .step-progression {
				padding-left: 0px;
				width: 700px;
				overflow-x: hidden; }
				.became-client-steps .step-wrapper .step-progression ul li {
					white-space: nowrap;
					margin-bottom: 35px; }
					.became-client-steps .step-wrapper .step-progression ul li .step-number {
						display: inline-block;
						margin-right: 48px; }
					.became-client-steps .step-wrapper .step-progression ul li .step-number-description {
						display: inline-block; }
					.became-client-steps .step-wrapper .step-progression ul li:hover .step-number {
						background-color: #0050c1;
						font-weight: 500;
						width: 50px;
						height: 50px;
						font-size: 24px;
						line-height: 50px;
						margin: 0 40px 0 0; }
					.became-client-steps .step-wrapper .step-progression ul li:hover .step-number-description {
						color: #0050c1;
						font-size: 26px;
						font-weight: 700; }
			.became-client-steps .step-wrapper .step-description .step h3 {
				font-size: 40px; }
			.became-client-steps .step-wrapper .step-description .step button.btn.dark-color {
				max-width: 180px; }
	.oao-banner {
		padding: 100px 0; }
		.oao-banner h2 {
			font-size: 30px;
			margin: 0 0 16px; }
	.form-wrapper.new-client-form {
		padding: 100px 0; }
		.form-wrapper.new-client-form .captcha {
			height: 84px;
			background: #979797;
			margin-bottom: 33px; }
		.form-wrapper.new-client-form .modal-client .modal-became-client .modal-card {
			max-width: 602px; }
		.form-wrapper.new-client-form .modal-client .modal-became-client .modal-button {
			max-width: 180px; }
		.form-wrapper.new-client-form .input-group {
			height: 47px;
			padding: 15px 24px; }
			.form-wrapper.new-client-form .input-group label {
				top: 25%; } }

a.link-arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer; }
	a.link-arrow.button {
		padding: 18px 24px;
		max-width: 100%;
		-webkit-box-shadow: 2px 2px #fff inset, -2px -2px #fff inset;
		box-shadow: 2px 2px #fff inset, -2px -2px #fff inset; 
		display:inline-block;
	}
		a.link-arrow.button .t {
			text-transform: uppercase; }
	a.link-arrow .t {
		font-size: 16px;
		font-weight: 500;
		line-height: 0.94;
		color: #ffffff; }
	a.link-arrow .ico {
		margin-left: 27px;
		height: 13px;
		width: 7px;
		background: url("../images/link-arrow.svg") no-repeat;
		background-size: cover; 
		display:inline-block;
	}
	a.link-arrow.link-slide:hover .t, a.link-arrow.link-slide:active .t {
		color: #dbf11e; }
	a.link-arrow.link-slide:hover .ico, a.link-arrow.link-slide:active .ico {
		background: url(../images/link-arrow-fluo.svg) no-repeat; }
	a.link-arrow.blue {
		margin-bottom: 50px; }
		a.link-arrow.blue .t {
			color: #0164f2; }
		a.link-arrow.blue .ico {
			background: url("../images/arrow-blue.svg") no-repeat; }
		a.link-arrow.blue:hover .t, a.link-arrow.blue:active .t {
			color: #0050c1; }
		a.link-arrow.blue:hover .ico, a.link-arrow.blue:active .ico {
			background: url("../images/arrow-dark-blue.svg") no-repeat; }

.slick-services-carousel .slick-list .slick-track .slick-slide {
	-webkit-transform: scale(0.85);
	transform: scale(0.85);
	margin-top: 8px; }
	.slick-services-carousel .slick-list .slick-track .slick-slide .img-slick-wrap {
		width: 100%;
		height: 300px;
		overflow: hidden; 
	}
		.slick-services-carousel .slick-list .slick-track .slick-slide .img-slick-wrap img {
			width: 100%;
			height: 100%;
			margin: 0 auto;
			-webkit-transition: all linear 0.2s;
			transition: all linear 0.2s; 
			object-fit: cover;
			object-position: center;
			background-color: #fff;
		}
	.slick-services-carousel .slick-list .slick-track .slick-slide .info {
		color: #ffffff;
		width: 100%;
		margin: 0 auto;
		display: none; }
		.slick-services-carousel .slick-list .slick-track .slick-slide .info .title {
			font-size: 21px;
			font-weight: 700;
			line-height: 1.43;
			margin-top: 28px;
			margin-bottom: 14px; }
		.slick-services-carousel .slick-list .slick-track .slick-slide .info .text {
			font-size: 16px;
			line-height: 1.44;
			font-weight: normal; }
		.slick-services-carousel .slick-list .slick-track .slick-slide .info .link-arrow {
			margin-bottom: 60px; }
	.slick-services-carousel .slick-list .slick-track .slick-slide.slick-current.slick-active {
		-webkit-transform: scale(1);
		transform: scale(1);
		margin-top: 10px;
		margin-bottom: 60px;
		-webkit-box-shadow: 2px 0 #fff inset, -2px -2px #fff inset;
		box-shadow: 2px 0 #fff inset, -2px -2px #fff inset;
		-webkit-transition: all linear 0.4s;
		transition: all linear 0.4s; }
		.slick-services-carousel .slick-list .slick-track .slick-slide.slick-current.slick-active .info {
			display: block;
			padding: 0 24px; }
			.slick-services-carousel .slick-list .slick-track .slick-slide.slick-current.slick-active .info .text {
				margin-bottom: 60px; }
			.slick-services-carousel .slick-list .slick-track .slick-slide.slick-current.slick-active .info a.link-arrow.button {
				margin-bottom: 32px; }
	.slick-services-carousel .slick-list .slick-track .slick-slide:hover .img-slick-wrap img {
		-webkit-transform: scale(1.25);
		transform: scale(1.25); }

		/*
.hero-banner.home-hero {
	padding-top: 86px; }
	.hero-banner.home-hero .swiper-arrow {
		display: none; }
	.hero-banner.home-hero .swiper-button-prev {
		height: 542px; }
		.hero-banner.home-hero .swiper .swiper-wrapper .swiper-slide .overflow {
			background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 0, 36, 0)), to(#001235));
			background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, #001235 100%); }
		.hero-banner.home-hero .swiper .hero-bullet {
			text-align: left; }
			.hero-banner.home-hero .swiper .hero-bullet .pagination-wrapper .swiper-pagination-bullet {
				width: auto;
				height: auto;
				border-radius: 0;
				background-color: transparent;
				padding: 0px 30px 0;
				margin: -29px 7px 0 0;
				border-top: 3px solid rgba(255, 255, 255, 0.2); }
	.hero-banner.home-hero .container.hero-body {
		padding-top: 86px; }
		.hero-banner.home-hero .container.hero-body h1.title {
			font-size: 40px;
			font-weight: 700;
			line-height: 1.08;
			color: #ffffff;
			max-width: none;
			margin-bottom: 45px; }
		.hero-banner.home-hero .container.hero-body h3.brand {
			font-size: 24px;
			font-weight: 700;
			line-height: 1.22;
			color: #ffffff;
			margin-bottom: 35px; }
		.hero-banner.home-hero .container.hero-body .row div[class^="col-"] {
			padding: 0 0 100px !important; }
			*/

.sub-hero-area {
	background: #001235;
	background: -webkit-gradient(linear, left top, left bottom, from(#001235), to(#0033a1));
	background: linear-gradient(180deg, #001235 0%, #0033a1 100%); }
	.sub-hero-area .first-section {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse; }
	.sub-hero-area .build-future-box {
		width: 100%;
		margin-bottom: 143px; }
		.sub-hero-area .build-future-box .bf-title {
			font-size: 30px;
			line-height: 1.13;
			color: #ffffff;
			margin-bottom: 20px;
			font-weight: 300; }
			.sub-hero-area .build-future-box .bf-title span.bold {
				font-weight: 700; }
		.sub-hero-area .build-future-box .bf-content {
			font-size: 16px;
			line-height: 1.5;
			color: #ffffff; }
		.sub-hero-area .build-future-box a.link-arrow {
			margin-top: 35px; }

/*Alessandro*/

.sub-hero-area .slogan-box {
	width: 100%;
	margin-bottom: 143px; }
	.sub-hero-area .slogan-box .sb-title {
		font-size: 30px;
		line-height: 1.13;
		color: #ffffff;
		margin-bottom: 20px;
		font-weight: 300; }
		.sub-hero-area .slogan-box .sb-title span.bold {
			font-weight: 700; }
	.sub-hero-area .slogan-box .sb-content {
		line-height: 1.5;
		color: #ffffff; 
		padding-left: 30px;
		font-size: 22px;
		padding-top: 50px;
	}
	.sub-hero-area .slogan-box a.link-arrow {
		margin-top: 35px; }

/**/

.radial-widget-wrapper-ie {
	padding: 60px 0 60px 0px; }
	.radial-widget-wrapper-ie .radial-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: distribute;
		justify-content: space-around; }
		.radial-widget-wrapper-ie .radial-list svg {
			stroke-linecap: square;
			-webkit-filter: drop-shadow(0px 0px 4px #6ad4ff);
			filter: drop-shadow(-3px -2px 4px #6ad4ff); }

@-webkit-keyframes progress {
	0% {
		stroke-dasharray: 0 100; } }

@keyframes progress {
	0% {
		stroke-dasharray: 0 100; } }
		.radial-widget-wrapper-ie .radial-list .single-chart-wrapper {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column; }
			.radial-widget-wrapper-ie .radial-list .single-chart-wrapper .single-chart {
				position: relative;
				background: url("../images/radial-ring-bg.svg") no-repeat;
				background-size: contain;
				margin: 0 auto;
				width: 120px;
				height: 120px; }
				.radial-widget-wrapper-ie .radial-list .single-chart-wrapper .single-chart.small {
					-webkit-transform: scale(0.7);
					transform: scale(0.7); }
				.radial-widget-wrapper-ie .radial-list .single-chart-wrapper .single-chart .circular-chart {
					width: 120px;
					height: 120px;
					padding: 12px; }
					.radial-widget-wrapper-ie .radial-list .single-chart-wrapper .single-chart .circular-chart .circle {
						fill: none;
						stroke-width: 1.2;
						stroke-linecap: square;
						-webkit-animation: progress 2s ease-out forwards;
						animation: progress 2s ease-out forwards;
						stroke: #02d0d2; }
				.radial-widget-wrapper-ie .radial-list .single-chart-wrapper .single-chart .progressbar-text {
					position: absolute;
					top: 27%;
					left: 27%; }
					.radial-widget-wrapper-ie .radial-list .single-chart-wrapper .single-chart .progressbar-text span {
						color: #ffffff !important; }
						.radial-widget-wrapper-ie .radial-list .single-chart-wrapper .single-chart .progressbar-text span.n {
							font-size: 35px; }
						.radial-widget-wrapper-ie .radial-list .single-chart-wrapper .single-chart .progressbar-text span.p {
							font-size: 21px; }
			.radial-widget-wrapper-ie .radial-list .single-chart-wrapper .info {
				color: #ffffff;
				text-align: center;
				margin-top: 10px; }
				.radial-widget-wrapper-ie .radial-list .single-chart-wrapper .info .cat {
					font-size: 10px;
					line-height: 1.45; }
				.radial-widget-wrapper-ie .radial-list .single-chart-wrapper .info .type {
					font-size: 14px;
					font-weight: 500;
					line-height: 1.03; }
	.radial-widget-wrapper-ie .radial-info {
		margin-top: 30px;
		text-align: center;
		font-size: 10px;
		line-height: 2.4;
		color: #ffffff; }

.featured-home-news {
	width: 100%;
	padding: 60px 0 50px; }
	.featured-home-news .link-arrow {
		margin: 28px 0px; }
	.featured-home-news .featured-title {
		font-weight: 700; }
	.featured-home-news .featured-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; }
	.featured-home-news .main-column {
		width: 100%; }
		.featured-home-news .main-column .news-card.heading-card {
			width: 100%; }
		.featured-home-news .main-column .news-card.tile-card {
			width: 100%; }
	.featured-home-news .side-column {
		width: 100%;
		display: none; }
		.featured-home-news .side-column .news-card.heading-card {
			width: 100%; }
		.featured-home-news .side-column .news-card.tile-card {
			width: 100%; }

.appuntamento-digitale .container.hero-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: none;
	min-width: none; }

.appuntamento-digitale .content {
	text-align: center;
	padding: 86px 21px 60px;
	border: 1px solid #979797; }
	.appuntamento-digitale .content .section {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex; }
	.appuntamento-digitale .content h4 {
		font-size: 18px;
		line-height: 1.67;
		margin-bottom: 11px;
		color: #ffffff;
		font-weight: 400; }
		.appuntamento-digitale .content h4.contrast {
			color: #000000; }
	.appuntamento-digitale .content h2.title {
		font-size: 35px;
		font-weight: 700;
		color: #ffffff;
		margin-bottom: 31px; }
		.appuntamento-digitale .content h2.title.contrast {
			color: #000000; }
	.appuntamento-digitale .content .cont {
		font-size: 18px;
		line-height: 1.67;
		color: #ffffff;
		margin: 0 auto 40px auto;
		padding: 0 20px; }
		.appuntamento-digitale .content .cont.contrast {
			color: #000000; }
		.appuntamento-digitale .content .cont span {
			display: inline-block;
			font-size: 25px; }

.appuntamento-digitale .swiper-container .swiper-slide {
	width: 85%; }
	.appuntamento-digitale .swiper-container .swiper-slide .container {
		padding: 30px; }
	.appuntamento-digitale .swiper-container .swiper-slide .section {
		width: 100%; }
	.appuntamento-digitale .swiper-container .swiper-slide .slide-1 .content {
		background-color: #0065f4; }
		.appuntamento-digitale .swiper-container .swiper-slide .slide-1 .content:hover {
			background-color: #0050c1; }
	.appuntamento-digitale .swiper-container .swiper-slide .slide-2 .content {
		background-color: white;
		color: #000000; }
		.appuntamento-digitale .swiper-container .swiper-slide .slide-2 .content:hover {
			background-color: #cce0fc; }
	.appuntamento-digitale .swiper-container .swiper-slide .slide-3 .content {
		background: url("../images/derek-thom.jpg") center/cover no-repeat; }
		.appuntamento-digitale .swiper-container .swiper-slide .slide-3 .content:hover {
			-webkit-box-shadow: inset 0 0 0 1000px rgba(0, 51, 161, 0.8);
			box-shadow: inset 0 0 0 1000px rgba(0, 51, 161, 0.8); }
	.appuntamento-digitale .swiper-container .swiper-slide .slide-4 .content {
		background-color: #0033a1; }
		.appuntamento-digitale .swiper-container .swiper-slide .slide-4 .content:hover {
			background-color: #001136; }
	.appuntamento-digitale .swiper-container .swiper-slide .slide-5 .content {
		background: url("../images/slide-bg-01.jpg") center/cover no-repeat; }
		.appuntamento-digitale .swiper-container .swiper-slide .slide-5 .content:hover {
			-webkit-box-shadow: inset 0 0 0 1000px rgba(0, 51, 161, 0.8);
			box-shadow: inset 0 0 0 1000px rgba(0, 51, 161, 0.8); }
	.appuntamento-digitale .swiper-container .swiper-slide .slide-6 .content {
		background: url("../images/slide-bg-02.jpg") center/cover no-repeat; }
		.appuntamento-digitale .swiper-container .swiper-slide .slide-6 .content:hover {
			-webkit-box-shadow: inset 0 0 0 1000px rgba(0, 51, 161, 0.8);
			box-shadow: inset 0 0 0 1000px rgba(0, 51, 161, 0.8); }
	.appuntamento-digitale .swiper-container .swiper-slide .slide-7 .content {
		background: url("../images/slide-bg-03.jpg") center/cover no-repeat; }
		.appuntamento-digitale .swiper-container .swiper-slide .slide-7 .content:hover {
			-webkit-box-shadow: inset 0 0 0 1000px rgba(0, 51, 161, 0.8);
			box-shadow: inset 0 0 0 1000px rgba(0, 51, 161, 0.8); }

.appuntamento-digitale.mobile-only {
	display: block; }

.appuntamento-digitale.desktop-only {
	display: none; }

.succ-stories {
	padding-top: 77px; }
	.succ-stories .head-title {
		min-height: 250px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around; }
		.succ-stories .head-title h3.cat {
			font-weight: 700;
			text-align: center;
			color: #000000;
			text-transform: lowercase;
			font-size: 4.5em;
			position: absolute;
			opacity: 0.05; }
		.succ-stories .head-title h2.title {
			font-size: 35px;
			font-weight: 700;
			line-height: 1.26;
			text-align: center;
			color: #000000;
			margin-bottom: 45px;
			padding: 0 30px; }
	.succ-stories .succ-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; }
		.succ-stories .succ-content .succ-img {
			height: 174px; }
			.succ-stories .succ-content .succ-img img {
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				object-fit: cover;
				-o-object-position: center 0;
				object-position: center 0; }
		.succ-stories .succ-content .succ-info {
			padding: 20px 27px 30px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column; }
			.succ-stories .succ-content .succ-info .year,
			.succ-stories .succ-content .succ-info .year-desktop {
				font-size: 24px;
				font-weight: 500;
				line-height: 0.67;
				color: #0065f4;
				margin-top: 7px; }
			.succ-stories .succ-content .succ-info .year-desktop {
				display: none; }
			.succ-stories .succ-content .succ-info .text-succ .tit {
				font-size: 21px;
				font-weight: 800;
				line-height: 1.43;
				color: #000000;
				margin-bottom: 14px; }
			.succ-stories .succ-content .succ-info .text-succ .type {
				font-size: 12px;
				font-weight: 500;
				color: #000000;
				text-transform: uppercase;
				margin-bottom: 20px; }

.our-services-wrapper {
	overflow-x: hidden; }
	.our-services-wrapper .title {
		font-size: 30px;
		font-weight: 700;
		color: #ffffff;
		margin-bottom: 30px; }

/* Small devices */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.slick-services-carousel .slick-list .slick-track .slick-slide {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
		margin-top: 8px; }
		.slick-services-carousel .slick-list .slick-track .slick-slide .img-slick-wrap img {
			width: 100%;
			height: 100%;
			margin: 0 auto;
			-webkit-transition: all linear 0.2s;
			transition: all linear 0.2s; 
			object-fit: cover;
			object-position: center;
			background-color: #fff;
		}
		.slick-services-carousel .slick-list .slick-track .slick-slide .info {
			color: #ffffff;
			width: 100%;
			display: none;
			padding: 0 32px; }
			.slick-services-carousel .slick-list .slick-track .slick-slide .info .title {
				font-size: 21px;
				font-weight: 700;
				line-height: 1.43;
				margin-top: 28px;
				margin-bottom: 14px; }
			.slick-services-carousel .slick-list .slick-track .slick-slide .info .text {
				font-size: 16px;
				line-height: 1.44;
				font-weight: normal; }
			.slick-services-carousel .slick-list .slick-track .slick-slide .info .link-arrow {
				margin-bottom: 60px; }
		.slick-services-carousel .slick-list .slick-track .slick-slide.slick-current.slick-active {
			-webkit-transform: scale(1);
			transform: scale(1);
			margin-top: 10px;
			-webkit-transition: all linear 0.4s;
			transition: all linear 0.4s; }
			.slick-services-carousel .slick-list .slick-track .slick-slide.slick-current.slick-active .info {
				display: flex;flex-direction: column; }
	.hero-banner.home-hero {
		padding-top: 0; }
		.hero-banner.home-hero .swiper-arrow {
			display: none; }
		.hero-banner.home-hero .swiper-container {
			height: 830px; }
			.hero-banner.home-hero .swiper-container .hero-bullet {
				text-align: left; }
				.hero-banner.home-hero .swiper-container .hero-bullet .pagination-wrapper .swiper-pagination-bullet {
					padding: 0px 45px 0; }
		.hero-banner.home-hero .container.hero-body h1.title {
			font-size: 50px;
			font-weight: 700;
			line-height: 1.2;
			color: #ffffff;
			margin-bottom: 71px; }
		.hero-banner.home-hero .container.hero-body h3.brand {
			font-size: 30px;
			font-weight: 900;
			line-height: 0.98;
			color: #ffffff;
			max-width: none;
			margin-bottom: 63px; }
		.hero-banner.home-hero .container.hero-body .row div[class^="col-"] {
			padding: 0 0 170px !important; }
	.sub-hero-area .build-future-box {
		margin-bottom: 173px; }
		.sub-hero-area .build-future-box .bf-title {
			font-size: 38px;
			line-height: 1.16;
			color: #ffffff;
			margin-bottom: 20px; }
			.sub-hero-area .build-future-box .bf-title span.bold {
				font-weight: 700; }
		.sub-hero-area .build-future-box .bf-content {
			font-size: 16px;
			line-height: 1.5;
			color: #ffffff; }
		.sub-hero-area .build-future-box a.link-arrow {
			margin-top: 35px; }
	.radial-widget-wrapper-ie .radial-list .single-chart-wrapper .single-chart {
		position: relative;
		width: 221px;
		height: 221px; }
		.radial-widget-wrapper-ie .radial-list .single-chart-wrapper .single-chart.small {
			-webkit-transform: scale(0.7);
			transform: scale(0.7); }
		.radial-widget-wrapper-ie .radial-list .single-chart-wrapper .single-chart .circular-chart {
			width: 221px;
			height: 221px;
			padding: 23px; }
		.radial-widget-wrapper-ie .radial-list .single-chart-wrapper .single-chart .progressbar-text span {
			color: #ffffff !important; }
			.radial-widget-wrapper-ie .radial-list .single-chart-wrapper .single-chart .progressbar-text span.n {
				font-size: 65px; }
			.radial-widget-wrapper-ie .radial-list .single-chart-wrapper .single-chart .progressbar-text span.p {
				font-size: 39px; }
	.radial-widget-wrapper-ie .radial-list .single-chart-wrapper .info {
		color: #ffffff;
		text-align: center;
		margin-top: 0px; }
		.radial-widget-wrapper-ie .radial-list .single-chart-wrapper .info .cat {
			font-size: 15.6px;
			line-height: 1.72; }
		.radial-widget-wrapper-ie .radial-list .single-chart-wrapper .info .type {
			font-size: 26.9px;
			font-weight: 500;
			line-height: 1; }
	.radial-widget-wrapper-ie .radial-info {
		margin-top: 67px;
		font-size: 10px;
		line-height: 2.4; }
	.featured-home-news {
		padding: 80px 0 50px; }
		.featured-home-news .main-column .promo-cards {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between; }
			.featured-home-news .main-column .promo-cards .news-card {
				width: 48%; }
		.featured-home-news .side-column {
			display: none; }
	.appuntamento-digitale .container.hero-body {
		margin-left: 24px; }
	.appuntamento-digitale .content {
		width: 100%;
		padding: 145px 0px; }
		.appuntamento-digitale .content h2.title {
			margin-bottom: 39px;
			padding: 0 100px; }
		.appuntamento-digitale .content .cont {
			padding: 0 20px;
			font-size: 18px;
			line-height: 1.67;
			color: #ffffff;
			margin: 0 auto 60px auto;
			max-width: 580px; }
	.appuntamento-digitale.mobile-only {
		display: block; }
	.appuntamento-digitale.desktop-only {
		display: none; }
	.succ-stories {
		padding-top: 106px; }
		.succ-stories .head-title {
			min-height: 250px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: distribute;
			justify-content: space-around; }
			.succ-stories .head-title h3.cat {
				font-size: 5em;
				margin-bottom: 21px;
				padding: 0 30px; }
			.succ-stories .head-title h2.title {
				font-size: 36px;
				line-height: 1.31;
				padding: 0 105px; }
		.succ-stories .succ-content {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column; }
			.succ-stories .succ-content .succ-img {
				height: 174px; }
				.succ-stories .succ-content .succ-img img {
					width: 100%;
					height: 100%;
					-o-object-fit: cover;
					object-fit: cover;
					-o-object-position: center 0;
					object-position: center 0; }
			.succ-stories .succ-content .succ-info {
				padding: 40px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: reverse;
				-ms-flex-direction: row-reverse;
				flex-direction: row-reverse;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				-webkit-box-pack: justify;
				-ms-flex-pack: justify;
				justify-content: space-between; }
				.succ-stories .succ-content .succ-info .year {
					font-size: 30px;
					line-height: 0.53;
					margin-top: 11px; }
				.succ-stories .succ-content .succ-info .text-succ {
					width: 80%; }
					.succ-stories .succ-content .succ-info .text-succ .tit {
						font-size: 30px;
						line-height: 1.2;
						color: #000000;
						margin-bottom: 0; }
					.succ-stories .succ-content .succ-info .text-succ .type {
						font-size: 12px;
						line-height: 1;
						color: #000000;
						margin-bottom: 28px; }
	.our-services-wrapper .title {
		font-size: 38px;
		font-weight: 700;
		color: #ffffff;
		margin-bottom: 70px; } }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.slick-services-carousel {
		padding: 0 30px;
		max-width: 1140px;
		position: relative;
		margin: 0 auto; }
		.slick-services-carousel .slick-list .slick-track {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex; }
			.slick-services-carousel .slick-list .slick-track .slick-slide {
				margin: 0 15px;
				min-height: 545px;
				-webkit-box-shadow: 2px 2px #708ab8 inset, -2px -2px #708ab8 inset;
				box-shadow: 2px 2px #708ab8 inset, -2px -2px #708ab8 inset;
				-webkit-transform: scale(1);
				transform: scale(1);
				margin-top: 0px; }
				.slick-services-carousel .slick-list .slick-track .slick-slide .img-slick-wrap img {
					width: 100%;
					height: 100%;
					margin: 0 auto;
					-webkit-transition: all linear 0.2s;
					transition: all linear 0.2s; 
					object-fit: cover;
					object-position: center;
					background-color: #fff;
				}
				.slick-services-carousel .slick-list .slick-track .slick-slide .info {
					color: #ffffff;
					width: 100%;
					padding: 0 32px;
					margin: 0;
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-orient: vertical;
					-webkit-box-direction: normal;
					-ms-flex-direction: column;
					flex-direction: column;
					-webkit-box-pack: justify;
					-ms-flex-pack: justify;
					justify-content: space-between;
					min-height: 330px;
					padding-bottom: 32px; }
					.slick-services-carousel .slick-list .slick-track .slick-slide .info .title {
						font-size: 29px;
						font-weight: 700;
						line-height: 1.43;
						margin-top: 28px;
						margin-bottom: 14px; }
					.slick-services-carousel .slick-list .slick-track .slick-slide .info .text {
						font-size: 16px;
						line-height: 1.44;
						font-weight: normal; }
					.slick-services-carousel .slick-list .slick-track .slick-slide .info a.link-arrow {
						margin-bottom: 0; }
						.slick-services-carousel .slick-list .slick-track .slick-slide .info a.link-arrow:disabled {
							opacity: 0.4;
							text-decoration: none; }
						.slick-services-carousel .slick-list .slick-track .slick-slide .info a.link-arrow:hover {
							background-color: rgba(255, 255, 255, 0.2);
							text-decoration: none; }
						.slick-services-carousel .slick-list .slick-track .slick-slide .info a.link-arrow:active {
							background-color: rgba(255, 255, 255, 0.4);
							text-decoration: none; }
				.slick-services-carousel .slick-list .slick-track .slick-slide.slick-current.slick-active {
					-webkit-transform: scale(1);
					transform: scale(1);
					margin-top: 0px;
					-webkit-transition: all linear 0.4s;
					transition: all linear 0.4s; }
					.slick-services-carousel .slick-list .slick-track .slick-slide.slick-current.slick-active .info {
						display: flex;flex-direction: column; }
	.hero-banner.home-hero .swiper-arrow {
		position: absolute;
		/*top: 55%;*/
		height: 100%;
		width: auto;
		z-index: 10;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; 
		justify-content: center;
		align-content: center;
		justify-items: center;
		align-items: center;
	}
		.hero-banner.home-hero .swiper-arrow span.ico-arrow {
			color: #fff;
			/*-webkit-box-flex: 1;
			-ms-flex: 1;
			flex: 1;*/
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			border: 1px solid #fff;
			cursor: pointer;
			outline: none; 
			margin:5px;
			width:40px;
			height:40px;
		}
			.hero-banner.home-hero .swiper-arrow span.ico-arrow.arrow-next {
				background: url(../images/next.svg) center no-repeat; }
			.hero-banner.home-hero .swiper-arrow span.ico-arrow.arrow-prev {
				background: url(../images/prev.svg) center no-repeat; }
			.hero-banner.home-hero .swiper-arrow span.ico-arrow:hover {
				background-color: rgba(255, 255, 255, 0.2); }
			.hero-banner.home-hero .swiper-arrow span.ico-arrow:active {
				background-color: rgba(255, 255, 255, 0.4); }
	.hero-banner.home-hero .swiper-container {
		height: 900px; }
		.hero-banner.home-hero .swiper-container .hero-bullet {
			bottom: 143px;
			text-align: left; }
		.hero-banner.home-hero .swiper-container .swiper-wrapper .swiper-slide .overflow {
			background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 0, 36, 0)), to(#091736));
			background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, #091736 100%); }
	.hero-banner.home-hero .container.hero-body h1.title {
		font-size: 60px;
		font-weight: 700;
		line-height: 1.17;
		margin-bottom: 32px; }
	.hero-banner.home-hero .container.hero-body h3.brand {
		font-size: 30px;
		font-weight: 900;
		line-height: 0.98;
		margin-bottom: 24px; }
	.hero-banner.home-hero .container.hero-body .row div[class^="col-"] {
		padding: 0 0 290px !important; }
	.sub-hero-area {
		height: auto;
		padding-bottom: 80px;
		background: #001235;
		background: -webkit-gradient(linear, left top, left bottom, from(#001235), to(#0033a1));
		background: linear-gradient(180deg, #001235 0%, #0033a1 100%); }
		.sub-hero-area .first-section {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between; }
		.sub-hero-area .build-future-box {
			width: 50%;
			margin-bottom: 0px; }
	.featured-home-news .featured-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row; }
	.featured-home-news .main-column {
		width: 67%;
		margin-right: 3%; }
		.featured-home-news .main-column .promo-cards {
			display: none; }
		.featured-home-news .main-column .news-card.hiddenOnDesktop {
			display: none; }
		.featured-home-news .main-column .news-card.heading-card {
			width: 100%;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column; }
			.featured-home-news .main-column .news-card.heading-card .card-image {
				width: 100%;
				height: 320px; }
			.featured-home-news .main-column .news-card.heading-card .card-body {
				width: 100%;
				padding: 25px 34px 25px; }
		.featured-home-news .main-column .news-card.tile-card {
			width: 100%; }
	.featured-home-news .side-column {
		width: 30%;
		display: block; }
		.featured-home-news .side-column .news-card {
			margin-bottom: 36px; }
			.featured-home-news .side-column .news-card.heading-card {
				width: 100%; }
			.featured-home-news .side-column .news-card.tile-card {
				width: 100%; }
	.appuntamento-digitale {
		padding-left: 60px;
		position: relative;
		min-width: 560px; }
		.appuntamento-digitale .container.hero-body {
			margin-left: 0;
			padding: 0 62px !important; }
		.appuntamento-digitale .swiper-container .swiper-slide {
			width: 90%; }
			.appuntamento-digitale .swiper-container .swiper-slide .container {
				padding: 0 !important; }
			.appuntamento-digitale .swiper-container .swiper-slide .third {
				width: 33.33%;
				margin-right: 20px; }
				.appuntamento-digitale .swiper-container .swiper-slide .third:last-child {
					margin-right: 0px; }
				.appuntamento-digitale .swiper-container .swiper-slide .third .content {
					-webkit-box-align: start;
					-ms-flex-align: start;
					align-items: flex-start;
					text-align: left; }
					.appuntamento-digitale .swiper-container .swiper-slide .third .content .title, .appuntamento-digitale .swiper-container .swiper-slide .third .content .cont {
						padding: 0 20px;
						margin-left: 0px; }
					.appuntamento-digitale .swiper-container .swiper-slide .third .content .btn-info {
						margin-left: 20px; }
			.appuntamento-digitale .swiper-container .swiper-slide .half {
				width: 66.66%; }
				.appuntamento-digitale .swiper-container .swiper-slide .half .content {
					-webkit-box-align: start;
					-ms-flex-align: start;
					align-items: flex-start;
					text-align: left; }
					.appuntamento-digitale .swiper-container .swiper-slide .half .content .title, .appuntamento-digitale .swiper-container .swiper-slide .half .content .cont {
						padding: 0 20px;
						margin-left: 0px; }
					.appuntamento-digitale .swiper-container .swiper-slide .half .content .btn-info {
						margin-left: 20px; }
		.appuntamento-digitale .swiper-arrow {
			position: absolute;
			top: calc(50% - 50px);
			left: 0;
			height: 90px;
			width: 46px;
			z-index: 10;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			cursor: pointer; }
			.appuntamento-digitale .swiper-arrow span.ico-arrow {
				color: #000;
				-webkit-box-flex: 1;
				-ms-flex: 1;
				flex: 1;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
				border: 1px solid #000;
				outline: none; }
				.appuntamento-digitale .swiper-arrow span.ico-arrow.arrow-next {
					background: url(../images/next-black.svg) center no-repeat; }
				.appuntamento-digitale .swiper-arrow span.ico-arrow.arrow-prev {
					background: url(../images/prev-black.svg) center no-repeat; }
				.appuntamento-digitale .swiper-arrow span.ico-arrow:hover {
					background-color: rgba(255, 255, 255, 0.2); }
				.appuntamento-digitale .swiper-arrow span.ico-arrow:past {
					background-color: rgba(255, 255, 255, 0.4); }
		.appuntamento-digitale .content {
			padding: 0;
			height: 600px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center; }
			.appuntamento-digitale .content h2.title {
				margin-bottom: 22px; }
			.appuntamento-digitale .content .cont {
				padding: 0 20px;
				margin: 0 auto 48px auto; }
		.appuntamento-digitale.mobile-only {
			display: none; }
		.appuntamento-digitale.desktop-only {
			display: block; }
	.succ-stories {
		padding-top: 106px;
		padding-bottom: 64px; }
		.succ-stories .head-title {
			min-height: 200px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: distribute;
			justify-content: space-around; }
			.succ-stories .head-title h3.cat {
				font-size: 6.5em;
				text-align: center;
				position: absolute;
				opacity: 0.05; }
			.succ-stories .head-title h2.title {
				font-size: 36px;
				line-height: 1.18;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				padding: 0 15%;
				padding-bottom: 25px; }
		.succ-stories .succ-wrapper {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row; }
			.succ-stories .succ-wrapper .succ-content {
				width: 33.33%; }
		.succ-stories .succ-content {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column; }
			.succ-stories .succ-content .succ-img {
				height: 240px; }
				.succ-stories .succ-content .succ-img img {
					width: 100%;
					height: 100%;
					-o-object-fit: cover;
					object-fit: cover;
					-o-object-position: center 0;
					object-position: center 0; }
			.succ-stories .succ-content .succ-info {
				padding: 40px 64px 64px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				-webkit-box-align: baseline;
				-ms-flex-align: baseline;
				align-items: baseline; }
				.succ-stories .succ-content .succ-info .year-desktop {
					font-size: 24px;
					font-weight: 500;
					line-height: 0.67;
					margin-top: 7px;
					display: block; }
				.succ-stories .succ-content .succ-info .year {
					display: none; }
				.succ-stories .succ-content .succ-info .text-succ {
					width: 100%; }
					.succ-stories .succ-content .succ-info .text-succ .tit {
						margin-bottom: 15px;
						font-size: 29px !important;
						font-weight: bold;
						font-stretch: normal;
						font-style: normal;
						line-height: 1.31;
						letter-spacing: -0.2px;
						color: #000; }
						.succ-stories .succ-content .succ-info .text-succ .tit:hover {
							text-decoration: none;
							color: #0164f2 !important; }
					.succ-stories .succ-content .succ-info .text-succ .type {
						font-size: 12px;
						line-height: 1.33;
						margin-bottom: 28px;
						text-transform: uppercase; }
	.our-services-wrapper .title {
		font-size: 45px;
		font-weight: 700;
		color: #ffffff;
		margin-bottom: 50px; } }

/* Large devices (desktops, 1200px and up) */
@media (min-width: 1200px) {
	.succ-stories {
		padding-top: 106px;
		padding-bottom: 0; }
		.succ-stories .head-title {
			min-height: 220px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: distribute;
			justify-content: space-around; }
			.succ-stories .head-title h3.cat {
				font-size: 8.5em;
				text-align: center;
				position: absolute;
				opacity: 0.05;
				font-size: 160px;
				font-weight: bold;
				line-height: 0.95; }
			.succ-stories .head-title h2.title {
				font-size: 36px;
				line-height: 1.28;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				padding: 0 25%;
				padding-bottom: 0; }
		.succ-stories .succ-wrapper {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center; }
			.succ-stories .succ-wrapper .succ-content {
				width: 33.33%;
				border-right: 1px solid rgba(0, 0, 0, 0.3); } }

.navbar {
	padding: 15px 10px;
	background: #fff;
	border: none;
	border-radius: 0;
	margin-bottom: 40px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); }

.navbar-btn {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none !important;
	border: none; }

.line {
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #ddd;
	margin: 40px 0; }

.gen-accordion h5.mb-0 {
	max-width: 85%; }

/* ---------------------------------------------------
  SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch; }

#sidebar {
	min-width: 340px;
	max-width: 340px;
	min-width: 23%;
	max-width: 23%;
	background: #f7f7f7;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.31;
	color: #2f2a2b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: none; }

#sidebar.active {
	margin-left: 23%; }

#sidebar .tab-content {
	width: 80%; }

#sidebar ul li.active > a,
a[aria-expanded="true"] {
	color: #2f2a2b;
	background: transparent; }

a[data-toggle="collapse"] {
	position: relative; }

.dropdown-toggle::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%); }

ul.CTAs {
	padding: 20px; }

ul.CTAs a {
	text-align: center;
	font-size: 0.9em !important;
	display: block;
	border-radius: 5px;
	margin-bottom: 5px; }

a.download {
	background: #fff;
	color: #7386d5; }

a.article,
a.article:hover {
	background: transparent;
	color: #fff !important; }

/* ---------------------------------------------------
  CONTENT STYLE
----------------------------------------------------- */
#content {
	width: 100%;
	padding: 20px;
	min-height: 100vh;
	-webkit-transition: all 0.3s;
	transition: all 0.3s; }

#content {
	padding: 0px;
	margin: 30px; }

/* ---------------------------------------------------
  MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
	#sidebar {
		margin-left: -250px; }
	#sidebar.active {
		margin-left: 0; }
	#sidebarCollapse span {
		display: none; } }

/* ---------------------------------------------------
  FAQ
----------------------------------------------------- */
.faq-page .wrapper {
	padding-top: 43px; }
	.faq-page .wrapper #sidebar {
		width: 23%;
		background-color: #f7f7f7; }

.inner-page-header {
	margin-top: 67px; }
	.inner-page-header .hero-bread {
		margin-bottom: 20px; }
		.inner-page-header .hero-bread span.item, .inner-page-header .hero-bread a {
			color: #000; }
			.inner-page-header .hero-bread span.item.active, .inner-page-header .hero-bread a.active {
				font-weight: 700; }
		.inner-page-header .hero-bread .separator {
			border: 1px solid #000; }
	.inner-page-header h2.page-title {
		font-size: 30px;
		font-weight: 700;
		line-height: 1.1;
		color: #000000; }
	.inner-page-header .search-faq {
		margin-bottom: 51px;
		max-width: 100%;
		margin-top: 60px; }
		.inner-page-header .search-faq input {
			border: none;
			border-bottom: solid 1.2px #979797; }
		.inner-page-header .search-faq span.ico.icon-serch {
			background: url(../images/search.svg) no-repeat;
			background-size: contain;
			display: block;
			margin: 0px 0px 0 0;
			height: 25px;
			width: 25px; }
	.inner-page-header .search-bar {
		margin-bottom: 50px;
		max-width: 100%;
		margin-top: 38px; }
		.inner-page-header .search-bar .fas.fa-search {
			background: url(../images/ico-search.svg) no-repeat;
			background-size: contain;
			display: block;
			margin: 0 10px;
			height: 20px;
			width: 20px;
			position: absolute;
			left: 20px; }
		.inner-page-header .search-bar input {
			height: 45px;
			border-radius: 28px;
			background-color: #efefef;
			font-size: 16px;
			color: #646464;
			padding: 0 50px;
			margin-left: 0px; }
	.inner-page-header .tablist .nav-tabs {
		border-bottom: none; }
	.inner-page-header .tablist .page-content {
		min-height: 200px; }
		.inner-page-header .tablist .page-content .page-name {
			display: none; }
			.inner-page-header .tablist .page-content .page-name.active {
				display: block; }
	.inner-page-header .tablist .news-navbar {
		margin: 0px -8%;
		margin-bottom: 38px; }
		.inner-page-header .tablist .news-navbar .nav-mobile {
			border-top: 1px solid #e6e6e6;
			border-bottom: 1px solid #e6e6e6; }
		.inner-page-header .tablist .news-navbar .nav {
			width: 111%; }
	.inner-page-header .tablist .nav.nav-pills {
		margin-bottom: 36px !important; }
		.inner-page-header .tablist .nav.nav-pills .nav-item {
			width: 50%; }
			.inner-page-header .tablist .nav.nav-pills .nav-item:first-child .nav-link {
				border-right: 0px; }
			.inner-page-header .tablist .nav.nav-pills .nav-item:last-child .nav-link {
				border-left: 0px; }
			.inner-page-header .tablist .nav.nav-pills .nav-item .nav-link {
				width: auto;
				height: 40px;
				border-radius: 2px;
				border: solid 1px #979797;
				font-size: 14px !important;
				text-align: center;
				color: #b3b3b3; }
				.inner-page-header .tablist .nav.nav-pills .nav-item .nav-link.active {
					-webkit-box-shadow: 0 5px 30px 0 rgba(1, 13, 38, 0.05), 0 5px 10px 0 rgba(1, 13, 38, 0.04);
					box-shadow: 0 5px 30px 0 rgba(1, 13, 38, 0.05), 0 5px 10px 0 rgba(1, 13, 38, 0.04);
					background-color: #0164f2;
					color: #fff; }
	.inner-page-header .tablist .tab-content .acc-title {
		margin-bottom: 30px;
		font-size: 30px;
		font-weight: 700;
		color: #000000; }
	.inner-page-header .tablist .tab-content .accordion .card {
		border: none;
		margin-bottom: 25px;
		max-width: 850px;
		border: solid 1px #979797; }
		.inner-page-header .tablist .tab-content .accordion .card .card-header {
			padding: 14px 0px 12px 38px;
			border-bottom: 0px;
			/*border: solid 1px #979797;*/ }
			.inner-page-header .tablist .tab-content .accordion .card .card-header h5 {
				font-size: 16px;
				font-weight: 700;
				line-height: 1.38;
				color: #000000; }
			.inner-page-header .tablist .tab-content .accordion .card .card-header > div[data-toggle="collapse"] .ico-arrow {
				-webkit-transform: rotate(180deg);
				transform: rotate(180deg);
				-webkit-transition: 0.1s;
				transition: 0.1s; }
			.inner-page-header .tablist .tab-content .accordion .card .card-header > div[data-toggle="collapse"].collapsed .ico-arrow {
				-webkit-transform: rotate(0deg);
				transform: rotate(0deg);
				-webkit-transition: 0.1s;
				transition: 0.1s; }
		.inner-page-header .tablist .tab-content .accordion .card .card-body {
			padding: 1.25rem 0;
			padding: 40px 30px;
			border-top: solid 1px #979797; }
			.inner-page-header .tablist .tab-content .accordion .card .card-body p, .inner-page-header .tablist .tab-content .accordion .card .card-body span {
				font-size: 15px;
				font-weight: normal;
				line-height: 1.4;
				letter-spacing: normal;
				color: #000000; }
			.inner-page-header .tablist .tab-content .accordion .card .card-body h5 {
				margin-bottom: 21px;
				font-size: 12px;
				font-weight: 500;
				line-height: 1.75;
				color: #000000; }
			.inner-page-header .tablist .tab-content .accordion .card .card-body .file-actions {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center; }
				.inner-page-header .tablist .tab-content .accordion .card .card-body .file-actions .file-link {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-align: center;
					-ms-flex-align: center;
					align-items: center;
					margin-top: 14px; }
					.inner-page-header .tablist .tab-content .accordion .card .card-body .file-actions .file-link .ico {
						display: inline-block;
						background: url(../images/ico-down-pdf.svg) no-repeat 0px center;
						background-size: contain;
						height: 18px;
						width: 15px;
						margin-right: 5px;
						display: -webkit-box;
						display: -ms-flexbox;
						display: flex; }
					.inner-page-header .tablist .tab-content .accordion .card .card-body .file-actions .file-link .t {
						font-size: 14px;
						font-weight: 500;
						color: #0065f4; }
					.inner-page-header .tablist .tab-content .accordion .card .card-body .file-actions .file-link:hover {
						cursor: pointer; }
				.inner-page-header .tablist .tab-content .accordion .card .card-body .file-actions .sep {
					height: 17px;
					width: 2px;
					background-color: #838383;
					opacity: 0.47;
					margin: 0 12px; }
			.inner-page-header .tablist .tab-content .accordion .card .card-body .acc-link {
				text-decoration: none;
				font-size: 12px;
				font-weight: 500;
				color: #004691;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center; }
				.inner-page-header .tablist .tab-content .accordion .card .card-body .acc-link .ico {
					display: inline-block;
					background: url(../images/ico-arrow-right-blue.svg) no-repeat 0px center;
					background-size: cover;
					height: 10px;
					width: 7px;
					margin-left: 5px; }

.contact-us-foot {
	height: auto;
	padding: 40px 0 50px;
	background-color: #0065f4; }
	.contact-us-foot .container {
		width: 100%;
		max-width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-direction: column;
		flex-direction: column; }
		.contact-us-foot .container .content {
			width: 100%; }
	.contact-us-foot h2 {
		font-size: 30px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.33;
		letter-spacing: normal;
		color: #ffffff;
		margin-bottom: 20px; }
	.contact-us-foot h3 {
		font-size: 20px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.45;
		letter-spacing: normal;
		text-align: left;
		margin-bottom: 29px;
		color: #fff; }
	.contact-us-foot .actions {
		width: 100%; }
		.contact-us-foot .actions a.btn {
			width: 100%;
			min-width: auto;
			height: 50px;
			border-radius: 2px;
			background-color: #ffffff;
			color: #0033a1;
			margin-top: 39px;
			text-transform: uppercase; }

.faq-navbar .news-navbar .nav-mobile {
	height: 55px; }
	.faq-navbar .news-navbar .nav-mobile .container {
		height: 55px; }
		.faq-navbar .news-navbar .nav-mobile .container .dropdown {
			width: 100%; }
			.faq-navbar .news-navbar .nav-mobile .container .dropdown a {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				-ms-flex-pack: justify;
				justify-content: space-between; }
	.faq-navbar .news-navbar .nav-mobile .dropdown .page-item {
		font-size: 16px; }

/*Styles*/
.nav-faq {
	width: 100%;
	background-color: white;
	overflow-x: hidden; }
	.nav-faq .multi-level .item {
		position: relative; }
		.nav-faq .multi-level .item > a {
			width: 100%;
			display: block;
			z-index: 3;
			position: relative;
			font-size: 16px;
			font-weight: 500;
			color: #727272;
			border-bottom: 1px solid #f2f2f2;
			height: 55px;
			line-height: 55px;
			padding: 0 30px;
			margin: 0; }
			.nav-faq .multi-level .item > a:hover {
				cursor: pointer; }
		.nav-faq .multi-level .item ul {
			display: none; }
		.nav-faq .multi-level .item input[type="checkbox"] {
			display: none; }
		.nav-faq .multi-level .item input + .arrow {
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
			-webkit-transition: 0.1s;
			transition: 0.1s; }
		.nav-faq .multi-level .item input:checked + .arrow + label {
			background-color: #f9f9f9;
			border-bottom: 0px; }
		.nav-faq .multi-level .item input:checked + .arrow {
			-webkit-transform: rotate(-180deg);
			transform: rotate(-180deg);
			-webkit-transition: 0.1s;
			transition: 0.1s;
			z-index: 10; }
		.nav-faq .multi-level .item input:checked ~ ul,
		.nav-faq .multi-level .item .item input:checked ~ label {
			display: block;
			background-color: #f9f9f9;
			border-bottom: none; }
		.nav-faq .multi-level .item label {
			width: 100%;
			display: block;
			z-index: 3;
			position: relative;
			font-size: 16px;
			font-weight: 500;
			color: #727272;
			border-bottom: 1px solid #f2f2f2;
			height: 55px;
			line-height: 55px;
			padding: 0 30px;
			margin: 0; }
			.nav-faq .multi-level .item label:last-child {
				border-bottom: none; }
			.nav-faq .multi-level .item label:hover {
				cursor: pointer; }
		.nav-faq .multi-level .item ul {
			list-style: none;
			text-decoration: none; }
			.nav-faq .multi-level .item ul li {
				margin: 0;
				list-style: none;
				text-decoration: none; }
				.nav-faq .multi-level .item ul li a {
					font-size: 14px !important;
					color: #646464;
					font-weight: normal;
					height: 50px;
					line-height: 50px; }
					.nav-faq .multi-level .item ul li a:hover {
						color: #000000;
						text-decoration: none; }
				.nav-faq .multi-level .item ul li .sub-item label {
					background: none;
					font-size: 14px !important;
					color: #727272;
					padding: 0px;
					border-bottom: none;
					height: 50px;
					line-height: 50px;
					font-weight: normal; }
				.nav-faq .multi-level .item ul li .sub-item ul {
					padding: 0;
					margin: 0; }
					.nav-faq .multi-level .item ul li .sub-item ul li a {
						font-size: 14px !important;
						color: #646464;
						padding-left: 23px !important;
						font-weight: normal; }
						.nav-faq .multi-level .item ul li .sub-item ul li a:hover {
							color: #000000; }
		.nav-faq .multi-level .item span.arrow {
			display: inline-block;
			background: url(../images/ico-arrow-select-down-black.svg) no-repeat 95% center;
			background-size: 9px;
			height: 5px;
			width: 9px;
			position: absolute;
			top: 25px;
			right: 5%; }

.faq-accordion {
	list-style: none;
	height: auto !important;
	padding: 0; }
	.faq-accordion .item > a {
		height: auto; }

.nav-faq {
	width: 100%;
	background-color: white;
	overflow-x: hidden; }
	.nav-faq.sidebar {
		background-color: transparent; }
		.nav-faq.sidebar .multi-level .item {
			position: relative; }
			.nav-faq.sidebar .multi-level .item:last-child > a {
				border-bottom: none; }
			.nav-faq.sidebar .multi-level .item > a {
				width: 100%;
				font-size: 16px;
				font-weight: 700;
				color: #2f2a2b;
				border-bottom: 1px solid #979797;
				height: auto;
				line-height: 1em;
				padding: 20px 0px;
				margin: 0; }
				.nav-faq.sidebar .multi-level .item > a:hover, .nav-faq.sidebar .multi-level .item > a:focus, .nav-faq.sidebar .multi-level .item > a.active {
					background: url(../images/ico-arrow-right-blue.svg) no-repeat 0px center;
					background-size: 5px;
					padding-left: 23px;
					text-decoration: none; }
			.nav-faq.sidebar .multi-level .item ul {
				display: none; }
			.nav-faq.sidebar .multi-level .item input[type="checkbox"] {
				display: none; }
			.nav-faq.sidebar .multi-level .item input + .arrow {
				-webkit-transform: rotate(0deg);
				transform: rotate(0deg);
				-webkit-transition: 0.1s;
				transition: 0.1s; }
			.nav-faq.sidebar .multi-level .item input:checked + .arrow + label {
				background-color: #f9f9f9;
				border-bottom: 0px; }
			.nav-faq.sidebar .multi-level .item input:checked + .arrow {
				-webkit-transform: rotate(-180deg);
				transform: rotate(-180deg);
				-webkit-transition: 0.1s;
				transition: 0.1s;
				z-index: 10; }
			.nav-faq.sidebar .multi-level .item input:checked ~ label + ul li a:hover, .nav-faq.sidebar .multi-level .item input:checked ~ label + ul li a:focus, .nav-faq.sidebar .multi-level .item input:checked ~ label + ul li a.active {
				background: url(../images/ico-arrow-right-blue.svg) no-repeat 0px center;
				background-size: 5px;
				padding-left: 23px; }
			.nav-faq.sidebar .multi-level .item input:checked ~ ul,
			.nav-faq.sidebar .multi-level .item .item input:checked ~ label {
				display: block;
				background-color: #f9f9f9;
				border-bottom: none; }
			.nav-faq.sidebar .multi-level .item label {
				height: 75px;
				line-height: 75px;
				font-size: 16px;
				font-weight: 700;
				line-height: 1.31;
				color: #2f2a2b;
				height: auto;
				line-height: 1em;
				padding: 20px 0px; }
				.nav-faq.sidebar .multi-level .item label:last-child {
					border-bottom: none; }
				.nav-faq.sidebar .multi-level .item label:hover {
					cursor: pointer; }
			.nav-faq.sidebar .multi-level .item ul {
				list-style: none;
				text-decoration: none;
				padding: 0; }
				.nav-faq.sidebar .multi-level .item ul li {
					margin: 0;
					list-style: none;
					text-decoration: none; }
					.nav-faq.sidebar .multi-level .item ul li a {
						font-size: 14px !important;
						color: #646464;
						font-weight: normal;
						height: 50px;
						line-height: 50px; }
						.nav-faq.sidebar .multi-level .item ul li a:hover {
							color: #000000;
							text-decoration: none; }
					.nav-faq.sidebar .multi-level .item ul li .sub-item label {
						background: none;
						font-size: 14px !important;
						color: #727272;
						padding: 0px;
						border-bottom: none;
						height: 50px;
						line-height: 50px;
						font-weight: normal;
						font-size: 14px !important;
						color: #646464; }
					.nav-faq.sidebar .multi-level .item ul li .sub-item input:checked ~ label {
						font-size: 14px !important;
						font-weight: 700;
						color: #2f2a2b; }
					.nav-faq.sidebar .multi-level .item ul li .sub-item input:checked ~ label + ul li a:hover, .nav-faq.sidebar .multi-level .item ul li .sub-item input:checked ~ label + ul li a:focus, .nav-faq.sidebar .multi-level .item ul li .sub-item input:checked ~ label + ul li a.active {
						background: url(../images/ico-arrow-right-blue.svg) no-repeat 0% center;
						background-size: 5px; }
					.nav-faq.sidebar .multi-level .item ul li .sub-item ul {
						padding: 0;
						margin: 0; }
						.nav-faq.sidebar .multi-level .item ul li .sub-item ul li a {
							font-size: 12px;
							color: #646464; }
							.nav-faq.sidebar .multi-level .item ul li .sub-item ul li a:hover {
								color: #000000; }
			.nav-faq.sidebar .multi-level .item span.arrow {
				display: none; }

.inner-page-header {
	margin-top: 55px; }
	.inner-page-header .hero-bread.rel {
		margin-bottom: 40px; }
	.inner-page-header h2.page-title {
		font-size: 30px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.1;
		letter-spacing: normal;
		color: #1f1f1f; }
	.inner-page-header .search-faq {
		margin-top: 60px;
		margin-bottom: 51px; }
		.inner-page-header .search-faq input {
			border: none;
			border-bottom: solid 1.3px #979797;
			padding: 0;
			font-size: 24px;
			font-weight: normal;
			font-stretch: normal;
			font-style: normal;
			line-height: normal;
			letter-spacing: normal; }
	.inner-page-header .tablist .tab-content .tab-pane .faq-navbar .news-navbar {
		margin: 0 0 38px 0 !important; }
		.inner-page-header .tablist .tab-content .tab-pane .faq-navbar .news-navbar .nav-mobile {
			margin: 0 -30px;
			/*padding: 0 40px;*/ }
			.inner-page-header .tablist .tab-content .tab-pane .faq-navbar .news-navbar .nav-mobile .container-dropdown {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				-ms-flex-pack: justify;
				justify-content: space-between;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				height: 55px;
				padding: 0 !important; }
				.inner-page-header .tablist .tab-content .tab-pane .faq-navbar .news-navbar .nav-mobile .container-dropdown a {
					height: 55px  !important; }
		.inner-page-header .tablist .tab-content .tab-pane .faq-navbar .news-navbar .nav.nav-tabs {
			width: auto !important;
			position: relative !important;
			margin: 0 -40px; }
	.inner-page-header .tablist .tab-content .page-content .page-name h3.acc-title {
		font-size: 36px;
		margin-bottom: 40px; }
	.inner-page-header .tablist .collapse.show {
		border-radius: 1px;
		/*border: solid 1px #979797;*/
		border-top: none;
		/*padding: 40px 30px;*/ }

.contact-us-foot {
	background-color: #0065f4; }
	.contact-us-foot .actions a.btn {
		margin-top: 0px;
		font-size: 18px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: 0.83;
		letter-spacing: normal;
		text-align: center;
		color: #0065f4;
		padding: 16px 0;
		height: 48px !important; }

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
	#content {
		padding: 0px;
		margin: 40px; }
	.nav-faq {
		width: 100%;
		background-color: white;
		overflow-x: hidden; }
		.nav-faq.sidebar {
			background-color: transparent; }
			.nav-faq.sidebar .multi-level .item {
				position: relative; }
				.nav-faq.sidebar .multi-level .item:last-child > a {
					border-bottom: none; }
				.nav-faq.sidebar .multi-level .item > a {
					width: 100%;
					font-size: 16px;
					font-weight: 700;
					color: #2f2a2b;
					border-bottom: 1px solid #979797;
					height: auto;
					line-height: 1em;
					padding: 20px 0px;
					margin: 0; }
					.nav-faq.sidebar .multi-level .item > a:hover, .nav-faq.sidebar .multi-level .item > a:focus, .nav-faq.sidebar .multi-level .item > a.active {
						background: url(../images/ico-arrow-right-blue.svg) no-repeat 0px center;
						background-size: 5px;
						padding-left: 23px;
						text-decoration: none; }
				.nav-faq.sidebar .multi-level .item ul {
					display: none; }
				.nav-faq.sidebar .multi-level .item input[type="checkbox"] {
					display: none; }
				.nav-faq.sidebar .multi-level .item input + .arrow {
					-webkit-transform: rotate(0deg);
					transform: rotate(0deg);
					-webkit-transition: 0.1s;
					transition: 0.1s; }
				.nav-faq.sidebar .multi-level .item input:checked + .arrow + label {
					background-color: #f9f9f9;
					border-bottom: 0px; }
				.nav-faq.sidebar .multi-level .item input:checked + .arrow {
					-webkit-transform: rotate(-180deg);
					transform: rotate(-180deg);
					-webkit-transition: 0.1s;
					transition: 0.1s;
					z-index: 10; }
				.nav-faq.sidebar .multi-level .item input:checked ~ label + ul li a:hover, .nav-faq.sidebar .multi-level .item input:checked ~ label + ul li a:focus, .nav-faq.sidebar .multi-level .item input:checked ~ label + ul li a.active {
					background: url(../images/ico-arrow-right-blue.svg) no-repeat 0px center;
					background-size: 5px;
					padding-left: 23px; }
				.nav-faq.sidebar .multi-level .item input:checked ~ ul,
				.nav-faq.sidebar .multi-level .item .item input:checked ~ label {
					display: block;
					background-color: #f9f9f9;
					border-bottom: none; }
				.nav-faq.sidebar .multi-level .item label {
					height: 75px;
					line-height: 75px;
					font-size: 16px;
					font-weight: 700;
					line-height: 1.31;
					color: #2f2a2b;
					height: auto;
					line-height: 1em;
					padding: 20px 0px; }
					.nav-faq.sidebar .multi-level .item label:last-child {
						border-bottom: none; }
					.nav-faq.sidebar .multi-level .item label:hover {
						cursor: pointer; }
				.nav-faq.sidebar .multi-level .item ul {
					list-style: none;
					text-decoration: none;
					padding: 0; }
					.nav-faq.sidebar .multi-level .item ul li {
						margin: 0;
						list-style: none;
						text-decoration: none; }
						.nav-faq.sidebar .multi-level .item ul li a {
							font-size: 14px !important;
							color: #646464;
							font-weight: normal;
							height: 50px;
							line-height: 50px; }
							.nav-faq.sidebar .multi-level .item ul li a:hover {
								color: #000000;
								text-decoration: none; }
						.nav-faq.sidebar .multi-level .item ul li .sub-item label {
							background: none;
							font-size: 14px !important;
							color: #727272;
							padding: 0px;
							border-bottom: none;
							height: 50px;
							line-height: 50px;
							font-weight: normal;
							font-size: 14px !important;
							color: #646464; }
						.nav-faq.sidebar .multi-level .item ul li .sub-item input:checked ~ label {
							font-size: 14px !important;
							font-weight: 700;
							color: #2f2a2b; }
						.nav-faq.sidebar .multi-level .item ul li .sub-item input:checked ~ label + ul li a:hover, .nav-faq.sidebar .multi-level .item ul li .sub-item input:checked ~ label + ul li a:focus, .nav-faq.sidebar .multi-level .item ul li .sub-item input:checked ~ label + ul li a.active {
							background: url(../images/ico-arrow-right-blue.svg) no-repeat 0% center;
							background-size: 5px; }
						.nav-faq.sidebar .multi-level .item ul li .sub-item ul {
							padding: 0;
							margin: 0; }
							.nav-faq.sidebar .multi-level .item ul li .sub-item ul li a {
								font-size: 12px;
								color: #646464; }
								.nav-faq.sidebar .multi-level .item ul li .sub-item ul li a:hover {
									color: #000000; }
				.nav-faq.sidebar .multi-level .item span.arrow {
					display: none; }
	.inner-page-header {
		margin-top: 56px; }
		.inner-page-header .hero-bread.rel {
			margin-bottom: 44px; }
		.inner-page-header h2.page-title {
			font-size: 40px;
			font-weight: 700;
			font-stretch: normal;
			font-style: normal;
			line-height: 1.25;
			letter-spacing: normal;
			color: #1f1f1f; }
		.inner-page-header .search-faq {
			margin-top: 60px;
			margin-bottom: 51px; }
			.inner-page-header .search-faq input {
				border: none;
				border-bottom: solid 1.3px #979797;
				padding: 0;
				font-size: 28px;
				font-weight: normal;
				font-stretch: normal;
				font-style: normal;
				line-height: normal;
				letter-spacing: normal; }
		.inner-page-header .tablist .tab-content .tab-pane .faq-navbar .news-navbar {
			margin: 0 0 38px 0 !important; }
			.inner-page-header .tablist .tab-content .tab-pane .faq-navbar .news-navbar .nav-mobile {
				margin: 0 -40px;
				padding: 0 40px; }
				.inner-page-header .tablist .tab-content .tab-pane .faq-navbar .news-navbar .nav-mobile .container-dropdown {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-pack: justify;
					-ms-flex-pack: justify;
					justify-content: space-between;
					-webkit-box-align: center;
					-ms-flex-align: center;
					align-items: center;
					height: 55px;
					padding: 0 !important; }
					.inner-page-header .tablist .tab-content .tab-pane .faq-navbar .news-navbar .nav-mobile .container-dropdown a {
						height: 55px  !important; }
			.inner-page-header .tablist .tab-content .tab-pane .faq-navbar .news-navbar .nav.nav-tabs {
				width: 100vW !important;
				position: relative !important;
				margin: 0 -40px; }
		.inner-page-header .tablist .tab-content .page-content .page-name h3.acc-title {
			font-size: 36px;
			margin-bottom: 40px; }
		.inner-page-header .tablist .nav.nav-pills {
			margin-bottom: 54px !important; }
			.inner-page-header .tablist .nav.nav-pills .nav-item {
				width: 119px; }
				.inner-page-header .tablist .nav.nav-pills .nav-item .nav-link {
					width: 119px; }
		.inner-page-header .tablist .collapse.show {
			border-radius: 1px;
			/* border: solid 1px #979797;*/
			border-top: none;
			/* padding: 40px 30px;*/ }
	.contact-us-foot {
		padding: 77px 0 80px; }
		.contact-us-foot .container {
			padding: 0 40px !important;
			width: 100%; }
			.contact-us-foot .container .content {
				width: 100%; }
				.contact-us-foot .container .content h3 {
					font-size: 20px;
					line-height: 1.15;
					margin-bottom: 40px; }
			.contact-us-foot .container .actions a.btn {
				margin-top: 0px; } }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	#sidebar {
		display: block;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex; }
	.nav-faq.sidebar .multi-level .item label:hover, .nav-faq.sidebar .multi-level .item label:focus, .nav-faq.sidebar .multi-level .item label.active {
		background: url(../images/ico-arrow-right-blue.svg) no-repeat 0px center;
		background-size: 5px;
		padding-left: 23px !important;
		text-decoration: none; }
	.nav-faq.sidebar .multi-level .item ul {
		margin-bottom: 21px; }
		.nav-faq.sidebar .multi-level .item ul li {
			padding-bottom: 10px !important; }
			.nav-faq.sidebar .multi-level .item ul li .sub-item label {
				height: auto !important;
				line-height: 1.5 !important; }
				.nav-faq.sidebar .multi-level .item ul li .sub-item label:hover, .nav-faq.sidebar .multi-level .item ul li .sub-item label:focus, .nav-faq.sidebar .multi-level .item ul li .sub-item label.active {
					background: url(../images/ico-arrow-right-blue.svg) no-repeat 0px center;
					background-size: 5px;
					padding-left: 23px !important;
					text-decoration: none; }
			.nav-faq.sidebar .multi-level .item ul li .sub-item ul {
				margin: 15px 0 5px 0; }
			.nav-faq.sidebar .multi-level .item ul li a {
				height: auto !important;
				line-height: 1.5 !important; }
	.nav-faq.sidebar .multi-level .item:first-child,
	.nav-faq.sidebar .multi-level .item:nth-child(2) {
		border-bottom: solid 1.2px #979797; }
		.nav-faq.sidebar .multi-level .item:first-child > a,
		.nav-faq.sidebar .multi-level .item:nth-child(2) > a {
			border: none !important; }
	.inner-page-header {
		margin-top: 152px; }
		.inner-page-header .search-faq {
			margin-top: 60px;
			margin-bottom: 51px; }
			.inner-page-header .search-faq input {
				font-size: 27px; }
		.inner-page-header .hero-bread {
			position: absolute !important;
			top: 47px !important;
			padding: 0 !important;
			left: -31% !important;
			margin-bottom: 20px; }
			.inner-page-header .hero-bread span.item, .inner-page-header .hero-bread a {
				color: #000; }
				.inner-page-header .hero-bread span.item.active, .inner-page-header .hero-bread a.active {
					font-weight: 700; }
			.inner-page-header .hero-bread .separator {
				border: 1px solid #000; }
		.inner-page-header h2.page-title {
			font-size: 50px;
			font-weight: 700;
			line-height: 1.01;
			color: #000000;
			margin-bottom: 35px; }
		.inner-page-header .search-bar {
			max-width: 450px; }
			.inner-page-header .search-bar input {
				width: 100%; }
		.inner-page-header .tablist .nav.nav-pills {
			margin-bottom: 60px !important; }
			.inner-page-header .tablist .nav.nav-pills .tab-content .page-content .page-name h3.acc-title {
				font-size: 36px;
				margin-bottom: 40px; }
		.inner-page-header .tablist .collapse.show {
			border: 0;
			padding: 0; }
			.inner-page-header .tablist .collapse.show .card-body {
				padding: 33px 32px 34px 29px; }
	.faq-navbar {
		display: none; }
	.contact-us-foot {
		padding: 77px 0 85px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; }
		.contact-us-foot .container {
			max-width: 960px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-ms-flex-pack: distribute;
			justify-content: space-around;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center; }
		.contact-us-foot .actions {
			width: 280px; }
			.contact-us-foot .actions a {
				font-size: 18px !important;
				font-weight: bold;
				font-stretch: normal;
				font-style: normal;
				line-height: 0.83;
				letter-spacing: normal;
				text-align: center; } }

/* Extra large devices (large desktops, 1200px and up) */
.chi-siamo {
	font-weight: 400;
	padding-top: 86px; }
	.chi-siamo .hero-banner.client-hero .swiper-container {
		height: 431px; }
		.chi-siamo .hero-banner.client-hero .swiper-container .row div[class^="col-"] {
			display: table-cell;
			vertical-align: bottom;
			padding: 0 0 80px; }
		.chi-siamo .hero-banner.client-hero .swiper-container .swiper-pagination {
			bottom: 30px; }

.progress-radial {
	position: relative;
	margin: 4px;
	float: left;
	text-align: center; }
	.progress-radial .barOverflow {
		/* Wraps the rotating .bar */
		position: relative;
		width: 180px;
		height: 90px;
		/* Half circle (overflow) */
		margin-bottom: -14px;
		/* bring the numbers up */
		overflow: hidden; }
		.progress-radial .barOverflow .bar {
			position: absolute;
			top: 0;
			left: 0;
			width: 180px;
			height: 180px;
			/* full circle! */
			border-radius: 50%;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			border: 10px solid #ccc;
			/* half gray, */
			border-bottom-color: #0bf;
			/* half azure */
			border-right-color: #0bf; }

.pre-footer-banner {
	background-color: #0164f2; }
	.pre-footer-banner .container.hero-body {
		width: auto !important; }
	.pre-footer-banner .content {
		text-align: center;
		padding: 65px 0 61px 0; }
		.pre-footer-banner .content h4 {
			font-size: 18px;
			line-height: 1.67;
			margin-bottom: 11px;
			color: #ffffff;
			font-weight: 400; }
		.pre-footer-banner .content h2.title {
			font-size: 35px;
			font-weight: 700;
			color: #ffffff;
			margin-bottom: 81px;
			line-height: 1.5em; }
		.pre-footer-banner .content .cont {
			font-size: 18px;
			line-height: 1.67;
			color: #ffffff;
			margin: 0 auto 40px auto; }
			.pre-footer-banner .content .cont span {
				display: inline-block; }

.became-client-steps {
	padding: 90px 0 0 0; }
	.became-client-steps .step-heading {
		text-align: center;
		margin-bottom: 96px; }
		.became-client-steps .step-heading h3 {
			font-size: 24px;
			font-weight: 500;
			color: #0033a1; }
		.became-client-steps .step-heading h2 {
			font-size: 40px;
			font-weight: 700;
			color: #000000; }
	.became-client-steps .strenghs-box .item {
		text-align: center;
		margin-bottom: 126px; }
		.became-client-steps .strenghs-box .item img {
			width: 34px;
			height: 34px; }
		.became-client-steps .strenghs-box .item h3 {
			font-size: 30px;
			font-weight: 700;
			line-height: 1.23;
			color: #000000;
			margin-top: 8px;
			margin-bottom: 30px;
			margin-top: 30px; }
		.became-client-steps .strenghs-box .item a {
			font-size: 16px;
			font-weight: 500;
			color: #0164f2; }
			.became-client-steps .strenghs-box .item a:hover {
				color: #0050c1;
				text-decoration: none; }
			.became-client-steps .strenghs-box .item a:active {
				color: #0164f2;
				text-decoration: none; }
			.became-client-steps .strenghs-box .item a:past {
				color: #0050c1;
				text-decoration: none; }
	.became-client-steps .look-forward-box {
		scroll-behavior: smooth;
		margin-top: 145px;
		overflow: hidden;
		width: 100%; }
		.became-client-steps .look-forward-box .heading {
			padding-left: 160px; }
			.became-client-steps .look-forward-box .heading h2 {
				font-size: 60px;
				font-weight: 700;
				line-height: 1.13;
				color: #000000;
				max-width: 468px; }
		.became-client-steps .look-forward-box .content ul {
			list-style: none;
			margin: 0;
			padding: 0;
			margin-top: 26px; }
			.became-client-steps .look-forward-box .content ul li.item {
				margin-top: 75px; }
				.became-client-steps .look-forward-box .content ul li.item .number {
					margin-left: 160px;
					position: relative;
					margin-bottom: 24px;
					height: 46px;
					margin-right: 75px;
					float: left;
					display: inline-block;
					width: 184px; }
					.became-client-steps .look-forward-box .content ul li.item .number .bg,
					.became-client-steps .look-forward-box .content ul li.item .number .fg {
						font-size: 100px;
						font-weight: 300;
						line-height: 0.8;
						letter-spacing: normal;
						display: block;
						color: #0033a1; }
					.became-client-steps .look-forward-box .content ul li.item .number .bg {
						position: absolute;
						display: inline-block;
						top: -20px;
						left: 0px;
						opacity: 0.16; }
					.became-client-steps .look-forward-box .content ul li.item .number .fg {
						display: inline-block;
						position: absolute;
						top: 0px;
						left: 80px; }
				.became-client-steps .look-forward-box .content ul li.item .text {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					margin-bottom: 98px; }
					.became-client-steps .look-forward-box .content ul li.item .text h3 {
						font-size: 30px;
						font-weight: 500;
						line-height: 1;
						margin-right: 94px;
						width: 366px;
						min-width: 366px; }
						.became-client-steps .look-forward-box .content ul li.item .text h3 .top {
							color: #000000;
							display: block;
							margin-bottom: 8px; }
						.became-client-steps .look-forward-box .content ul li.item .text h3 .bot {
							color: #0033a1;
							display: block; }
					.became-client-steps .look-forward-box .content ul li.item .text p {
						font-size: 14px;
						line-height: 1.43;
						color: #878787;
						margin-right: 180px; }
				.became-client-steps .look-forward-box .content ul li.item .sep {
					height: 1px;
					background-color: #878787;
					opacity: 0.2;
					width: calc(100% + 60px);
					margin: 0 -30px; }
		@media (max-width: 1279px) {
			.became-client-steps .look-forward-box {
				margin-top: 70px; }
				.became-client-steps .look-forward-box .heading {
					padding-left: 40px; }
					.became-client-steps .look-forward-box .heading h2 {
						font-size: 40px;
						line-height: 1.25;
						max-width: 344px; }
				.became-client-steps .look-forward-box .content ul {
					margin-top: 10px; }
					.became-client-steps .look-forward-box .content ul li.item {
						margin-top: 54px; }
						.became-client-steps .look-forward-box .content ul li.item .number {
							margin-left: 40px;
							width: 94px;
							margin-right: 20px; }
							.became-client-steps .look-forward-box .content ul li.item .number .bg,
							.became-client-steps .look-forward-box .content ul li.item .number .fg {
								font-size: 48px; }
							.became-client-steps .look-forward-box .content ul li.item .number .bg {
								top: -8px; }
							.became-client-steps .look-forward-box .content ul li.item .number .fg {
								left: 46px; }
						.became-client-steps .look-forward-box .content ul li.item .text {
							margin-bottom: 25px; }
							.became-client-steps .look-forward-box .content ul li.item .text h3 {
								font-size: 18px;
								margin-right: 36px;
								width: 190px;
								min-width: 190px; }
							.became-client-steps .look-forward-box .content ul li.item .text p {
								margin-right: 25px; } }
		@media (max-width: 767px) {
			.became-client-steps .look-forward-box {
				margin-top: 60px; }
				.became-client-steps .look-forward-box .heading {
					padding: 0 30px; }
					.became-client-steps .look-forward-box .heading h2 {
						font-size: 32px;
						line-height: 1.16;
						max-width: 100%; }
				.became-client-steps .look-forward-box .content ul {
					margin-top: 0; }
					.became-client-steps .look-forward-box .content ul li.item {
						margin-top: 56px; }
						.became-client-steps .look-forward-box .content ul li.item .number {
							width: 100%;
							margin-right: 0;
							float: unset;
							display: block;
							margin: 0 30px 24px 30px; }
						.became-client-steps .look-forward-box .content ul li.item .text {
							margin-bottom: 7px;
							display: block;
							padding: 0 30px; }
							.became-client-steps .look-forward-box .content ul li.item .text h3 {
								font-size: 18px;
								margin-right: 0;
								width: 100%;
								min-width: 100%;
								margin-bottom: 16px; }
							.became-client-steps .look-forward-box .content ul li.item .text p {
								margin-right: 0; } }
	.became-client-steps .became-client-sliders {
		scroll-behavior: smooth;
		width: 100%;
		background-image: linear-gradient(179deg, #0033a1 21%, #001235 67%); }
		.became-client-steps .became-client-sliders .type-1 .title {
			width: 386px;
			font-size: 60px !important;
			font-weight: bold !important;
			line-height: 1.13 !important; }
		@media (max-width: 767px) {
			.became-client-steps .became-client-sliders .type-1 {
				min-width: 100% !important;
				width: 100% !important;
				max-width: 100% !important; }
				.became-client-steps .became-client-sliders .type-1 .title {
					min-width: 100% !important;
					width: 100% !important;
					max-width: 100% !important; }
				.became-client-steps .became-client-sliders .type-1 .logo-tim {
					min-width: 100% !important;
					width: 100% !important;
					max-width: 100% !important; } }
	.became-client-steps .radial-widget-wrapper-ie {
		padding-top: 334px;
		padding: 0; }
		@media (min-width: 1280px) {
			.became-client-steps .radial-widget-wrapper-ie {
				padding-top: 215px; } }
		.became-client-steps .radial-widget-wrapper-ie .radial-list {
			float: right;
			display: block; }
			.became-client-steps .radial-widget-wrapper-ie .radial-list .single-chart-wrapper {
				width: 389px;
				height: 389px; }
				.became-client-steps .radial-widget-wrapper-ie .radial-list .single-chart-wrapper .single-chart {
					width: 309px;
					height: 309px;
					padding: 40px; }
					.became-client-steps .radial-widget-wrapper-ie .radial-list .single-chart-wrapper .single-chart .circular-chart {
						width: 308px;
						height: 308px;
						padding: 30px; }
					.became-client-steps .radial-widget-wrapper-ie .radial-list .single-chart-wrapper .single-chart .progressbar-text {
						position: absolute;
						top: 0;
						left: 0;
						width: 100%;
						text-align: center;
						margin-top: 0px;
						font-weight: 500;
						line-height: 1.33;
						font-size: 68px;
						color: #ffffff; }
						.became-client-steps .radial-widget-wrapper-ie .radial-list .single-chart-wrapper .single-chart .progressbar-text::after {
							content: " %";
							color: #ffffff;
							font-size: 45px; }
			.became-client-steps .radial-widget-wrapper-ie .radial-list .radial-info {
				margin-top: 154px;
				font-size: 11px;
				line-height: 2.18; }
		.became-client-steps .radial-widget-wrapper-ie .message-wrapper {
			color: #ffffff;
			text-align: left;
			float: left;
			width: calc(100% - 309px);
			max-width: 402px; }
			.became-client-steps .radial-widget-wrapper-ie .message-wrapper .message-title {
				font-size: 44px;
				font-weight: 500;
				line-height: 1.2; }
			.became-client-steps .radial-widget-wrapper-ie .message-wrapper .message-cont {
				font-size: 16px;
				line-height: 1.5;
				margin-top: 24px; }
			.became-client-steps .radial-widget-wrapper-ie .message-wrapper .radial-info {
				display: none; }
			@media (min-width: 1280px) {
				.became-client-steps .radial-widget-wrapper-ie .message-wrapper {
					margin-top: 435px;
					opacity: 0; }
					.became-client-steps .radial-widget-wrapper-ie .message-wrapper.show {
						opacity: 1 !important;
						-webkit-transform: translateY(-400px) !important;
						transform: translateY(-400px) !important;
						-webkit-transition: opacity 2s ease-in, -webkit-transform 2s !important;
						transition: opacity 2s ease-in, -webkit-transform 2s !important;
						transition: opacity 2s ease-in, transform 2s !important;
						transition: opacity 2s ease-in, transform 2s, -webkit-transform 2s !important; } }
		@media (max-width: 1279px) {
			.became-client-steps .radial-widget-wrapper-ie {
				margin-top: 195px !important; }
				.became-client-steps .radial-widget-wrapper-ie .radial-list .single-chart-wrapper {
					width: 233px;
					height: 233px; }
					.became-client-steps .radial-widget-wrapper-ie .radial-list .single-chart-wrapper .single-chart {
						width: 185px !important;
						height: 185px !important;
						padding: 24px; }
						.became-client-steps .radial-widget-wrapper-ie .radial-list .single-chart-wrapper .single-chart svg.circular-chart {
							width: 185px !important;
							height: 185px !important; }
						.became-client-steps .radial-widget-wrapper-ie .radial-list .single-chart-wrapper .single-chart .progressbar-text {
							margin-top: 0px;
							font-size: 40.8px !important;
							font-weight: 500 !important;
							line-height: 1.33 !important; }
							.became-client-steps .radial-widget-wrapper-ie .radial-list .single-chart-wrapper .single-chart .progressbar-text::after {
								font-size: 27px !important; }
				.became-client-steps .radial-widget-wrapper-ie .message-wrapper {
					width: calc(100% - 185px) !important;
					max-width: 334px !important; }
					.became-client-steps .radial-widget-wrapper-ie .message-wrapper .message-title {
						font-size: 26px !important;
						font-weight: bold !important;
						line-height: 1.23 !important; }
					.became-client-steps .radial-widget-wrapper-ie .message-wrapper .message-cont {
						font-size: 14px !important;
						line-height: 1.43 !important;
						margin-top: 29px !important; }
					.became-client-steps .radial-widget-wrapper-ie .message-wrapper .radial-info {
						display: block !important;
						margin-top: 26px !important;
						font-size: 11px !important;
						line-height: 2.18 !important; } }
		@media (max-width: 1279px) and (min-width: 1280px) {
			.became-client-steps .radial-widget-wrapper-ie .message-wrapper {
				margin-top: 0px;
				opacity: 0; }
				.became-client-steps .radial-widget-wrapper-ie .message-wrapper.show {
					opacity: 1 !important;
					-webkit-transform: translateY(0px) !important;
					transform: translateY(0px) !important;
					-webkit-transition: opacity 2s ease-in, -webkit-transform 2s !important;
					transition: opacity 2s ease-in, -webkit-transform 2s !important;
					transition: opacity 2s ease-in, transform 2s !important;
					transition: opacity 2s ease-in, transform 2s, -webkit-transform 2s !important; } }
		@media (max-width: 767px) {
			.became-client-steps .radial-widget-wrapper-ie {
				margin-top: 170px !important;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column; }
				.became-client-steps .radial-widget-wrapper-ie .radial-list {
					float: unset !important;
					margin: 0 auto !important;
					width: 143px !important; }
					.became-client-steps .radial-widget-wrapper-ie .radial-list .single-chart-wrapper {
						width: 179px;
						height: 179px; }
						.became-client-steps .radial-widget-wrapper-ie .radial-list .single-chart-wrapper .single-chart {
							width: 143px !important;
							height: 143px !important;
							padding: 18px; }
							.became-client-steps .radial-widget-wrapper-ie .radial-list .single-chart-wrapper .single-chart svg.circular-chart {
								width: 143px !important;
								height: 143px !important; }
							.became-client-steps .radial-widget-wrapper-ie .radial-list .single-chart-wrapper .single-chart .progressbar-text {
								margin-top: 0px;
								font-size: 31.4px !important; }
								.became-client-steps .radial-widget-wrapper-ie .radial-list .single-chart-wrapper .single-chart .progressbar-text::after {
									font-size: 20.8px !important; }
				.became-client-steps .radial-widget-wrapper-ie .message-wrapper {
					width: 100% !important;
					max-width: 100% !important;
					text-align: center; }
					.became-client-steps .radial-widget-wrapper-ie .message-wrapper .message-title {
						max-width: 100% !important;
						line-height: 1.31 !important; }
					.became-client-steps .radial-widget-wrapper-ie .message-wrapper .message-cont {
						margin-top: 25px !important; }
					.became-client-steps .radial-widget-wrapper-ie .message-wrapper .radial-info {
						margin-top: 36px !important; } }
	.became-client-steps .hero-banner.home-hero {
		background: transparent;
		overflow: hidden; }
		.became-client-steps .hero-banner.home-hero .swiper-container.vertical {
			height: 990px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: reverse;
			-ms-flex-direction: column-reverse;
			flex-direction: column-reverse;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-ms-flex-line-pack: center;
			align-content: center; }
			.became-client-steps .hero-banner.home-hero .swiper-container.vertical .hero-bullet {
				bottom: unset;
				top: 280px; }
				.became-client-steps .hero-banner.home-hero .swiper-container.vertical .hero-bullet .pagination-vertical {
					position: relative;
					bottom: 0;
					top: 0; }
					@media (min-width: 1280px) {
						.became-client-steps .hero-banner.home-hero .swiper-container.vertical .hero-bullet .pagination-vertical {
							top: 20px; } }
				.became-client-steps .hero-banner.home-hero .swiper-container.vertical .hero-bullet .slide-number {
					display: inline-block;
					margin-left: 10px;
					white-space: nowrap;
					color: #ffffff;
					margin-top: 133px; }
					.became-client-steps .hero-banner.home-hero .swiper-container.vertical .hero-bullet .slide-number .slide-b {
						font-size: 30px;
						line-height: 30px;
						font-weight: 500; }
					.became-client-steps .hero-banner.home-hero .swiper-container.vertical .hero-bullet .slide-number .slide-s,
					.became-client-steps .hero-banner.home-hero .swiper-container.vertical .hero-bullet .slide-number .slide-t {
						font-size: 18px;
						font-weight: 300;
						margin: -3px 0px 0 4px;
						position: relative;
						bottom: 9px; }
					.became-client-steps .hero-banner.home-hero .swiper-container.vertical .hero-bullet .slide-number .slide-t {
						margin: -3px 0px; }
				.became-client-steps .hero-banner.home-hero .swiper-container.vertical .hero-bullet .pagination-wrapper {
					height: 2px;
					-webkit-transform: rotate(90deg);
					transform: rotate(90deg);
					display: inline-block;
					border: 0px;
					background: #fff;
					overflow: hidden;
					position: absolute;
					top: 40px; }
					.became-client-steps .hero-banner.home-hero .swiper-container.vertical .hero-bullet .pagination-wrapper .swiper-pagination-bullet {
						width: auto;
						height: auto;
						border-radius: 0;
						background-color: transparent;
						padding: 0px 29px 0;
						margin: -23px 0 0; }
						.became-client-steps .hero-banner.home-hero .swiper-container.vertical .hero-bullet .pagination-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
							border-top-color: #ea0026; }
					@media (min-width: 1280px) {
						.became-client-steps .hero-banner.home-hero .swiper-container.vertical .hero-bullet .pagination-wrapper {
							top: 140px;
							left: -22px; } }
				.became-client-steps .hero-banner.home-hero .swiper-container.vertical .hero-bullet .fast-nav {
					margin-top: 228px;
					margin-left: 90px;
					width: 46px;
					color: #fff;
					-webkit-transform: rotate(180deg);
					transform: rotate(180deg); }
					.became-client-steps .hero-banner.home-hero .swiper-container.vertical .hero-bullet .fast-nav a {
						display: block;
						width: 46px;
						height: 46px;
						border: solid 1px #ffffff;
						cursor: pointer;
						padding: 8px 13px; }
						.became-client-steps .hero-banner.home-hero .swiper-container.vertical .hero-bullet .fast-nav a img {
							height: 16px; }
						.became-client-steps .hero-banner.home-hero .swiper-container.vertical .hero-bullet .fast-nav a:last-child {
							border-top-width: 0; }
						.became-client-steps .hero-banner.home-hero .swiper-container.vertical .hero-bullet .fast-nav a:hover {
							background-color: rgba(255, 255, 255, 0.2); }
						.became-client-steps .hero-banner.home-hero .swiper-container.vertical .hero-bullet .fast-nav a:past {
							background-color: rgba(255, 255, 255, 0.4); }
			/* .became-client-steps .hero-banner.home-hero .swiper-container.vertical .swiper-slide {
				border-bottom: 4px solid red; } */
				.became-client-steps .hero-banner.home-hero .swiper-container.vertical .swiper-slide .hero-body {
					padding-left: 206px; }
					.became-client-steps .hero-banner.home-hero .swiper-container.vertical .swiper-slide .hero-body .slide-content {
						padding: 0 10px;
						position: relative; }
						.became-client-steps .hero-banner.home-hero .swiper-container.vertical .swiper-slide .hero-body .slide-content .header {
							float: left; }
							@media (min-width: 1280px) {
								.became-client-steps .hero-banner.home-hero .swiper-container.vertical .swiper-slide .hero-body .slide-content .header {
									margin-top: 300px;
									opacity: 0; }
									.became-client-steps .hero-banner.home-hero .swiper-container.vertical .swiper-slide .hero-body .slide-content .header.show {
										opacity: 1 !important;
										-webkit-transform: translateY(-300px) !important;
										transform: translateY(-300px) !important;
										-webkit-transition: opacity 2s ease-in, -webkit-transform 2s !important;
										transition: opacity 2s ease-in, -webkit-transform 2s !important;
										transition: opacity 2s ease-in, transform 2s !important;
										transition: opacity 2s ease-in, transform 2s, -webkit-transform 2s !important; } }
						.became-client-steps .hero-banner.home-hero .swiper-container.vertical .swiper-slide .hero-body .slide-content h2.title {
							margin-top: 296px;
							font-size: 32px;
							font-weight: 700;
							line-height: 1.15;
							color: #ffffff; }
							@media (min-width: 1280px) {
								.became-client-steps .hero-banner.home-hero .swiper-container.vertical .swiper-slide .hero-body .slide-content h2.title {
									margin-top: 270px; } }
						.became-client-steps .hero-banner.home-hero .swiper-container.vertical .swiper-slide .hero-body .slide-content div.logo-tim {
							position: relative;
							height: 80px;
							display: block;
							margin-top: 26px;
							width: 386px; }
							.became-client-steps .hero-banner.home-hero .swiper-container.vertical .swiper-slide .hero-body .slide-content div.logo-tim .ico {
								background: url(../images/logo-tim.svg) no-repeat;
								    width: 31px;
                                    height: 27px;
                                    margin-right: 5px;
								display: inline-block; }
							.became-client-steps .hero-banner.home-hero .swiper-container.vertical .swiper-slide .hero-body .slide-content div.logo-tim .t {
								font-weight: 900;
								font-size: 29px;
								line-height: 31px;
								text-transform: uppercase;
								color: #fff;
								vertical-align: super; }
						.became-client-steps .hero-banner.home-hero .swiper-container.vertical .swiper-slide .hero-body .slide-content .italia {
							display: block;
							width: 452px;
							height: 459px;
							background: url(../images/bg-cs-el-01.svg);
							background-size: contain;
							background-repeat: no-repeat;
							position: absolute;
							right: 0px;
							top: 120px; }
							@media (min-width: 1280px) {
								.became-client-steps .hero-banner.home-hero .swiper-container.vertical .swiper-slide .hero-body .slide-content .italia.first {
									opacity: 0;
									-webkit-transform: scale(0.01);
									transform: scale(0.01); }
									.became-client-steps .hero-banner.home-hero .swiper-container.vertical .swiper-slide .hero-body .slide-content .italia.first.show {
										-webkit-transform: scale(1) !important;
										transform: scale(1) !important;
										opacity: 1 !important;
										-webkit-transition: all 2000ms linear !important;
										transition: all 2000ms linear !important; } }
							@media (max-width: 1279px) {
								.became-client-steps .hero-banner.home-hero .swiper-container.vertical .swiper-slide .hero-body .slide-content .italia.first {
									width: 50% !important;
									top: 110px !important;
									max-height: 380px; } }
							@media (max-width: 767px) {
								.became-client-steps .hero-banner.home-hero .swiper-container.vertical .swiper-slide .hero-body .slide-content .italia.first {
									width: 100% !important;
									top: 150px !important; } }
							@media (min-width: 1280px) {
								.became-client-steps .hero-banner.home-hero .swiper-container.vertical .swiper-slide .hero-body .slide-content .italia.other {
									opacity: 1;
									-webkit-transform: scale(1);
									transform: scale(1); }
									.became-client-steps .hero-banner.home-hero .swiper-container.vertical .swiper-slide .hero-body .slide-content .italia.other.show {
										-webkit-transform: translateX(0px) translateY(90px) scale(2) !important;
										transform: translateX(0px) translateY(90px) scale(2) !important;
										opacity: 0.1 !important;
										-webkit-transition: all 2000ms linear !important;
										transition: all 2000ms linear !important; } }
							@media (max-width: 1279px) {
								.became-client-steps .hero-banner.home-hero .swiper-container.vertical .swiper-slide .hero-body .slide-content .italia.other {
									display: none !important; } }
							@media (max-width: 767px) {
								.became-client-steps .hero-banner.home-hero .swiper-container.vertical .swiper-slide .hero-body .slide-content .italia.other {
									display: none !important; } }
							@media (max-width: 767px) {
								.became-client-steps .hero-banner.home-hero .swiper-container.vertical .swiper-slide .hero-body .slide-content .italia {
									margin-left: 0px; } }
				.became-client-steps .hero-banner.home-hero .swiper-container.vertical .swiper-slide .wrapper-img {
					width: 100%;
					height: 990px;
					position: absolute;
					text-align: right;
					overflow: hidden; }
					.became-client-steps .hero-banner.home-hero .swiper-container.vertical .swiper-slide .wrapper-img img {
						opacity: 0.08;
						-o-object-fit: contain;
						object-fit: contain;
						top: 0;
						-webkit-transform: none;
						transform: none;
						position: relative;
						display: inline-block;
						max-width: 1195px;
						height: auto;
						position: relative;
						right: -100px; }
		@media (max-width: 1279px) {
			.became-client-steps .hero-banner.home-hero {
				height: 517px !important; }
				.became-client-steps .hero-banner.home-hero .radial-list .radial-info,
				.became-client-steps .hero-banner.home-hero .wrapper-img,
				.became-client-steps .hero-banner.home-hero .fast-nav {
					display: none; }
				.became-client-steps .hero-banner.home-hero .message-wrapper .radial-info {
					display: block; }
				.became-client-steps .hero-banner.home-hero .swiper-slide .hero-body {
					padding: 0 30px !important; }
					.became-client-steps .hero-banner.home-hero .swiper-slide .hero-body .slide-content h2.title {
						margin-top: 220px !important;
						font-size: 32px !important;
						max-width: 210px !important; }
					.became-client-steps .hero-banner.home-hero .swiper-slide .hero-body .slide-content .logo-tim .ico {
						width: 24px !important;
						height: 24px !important; }
					.became-client-steps .hero-banner.home-hero .swiper-slide .hero-body .slide-content .logo-tim .t {
						font-size: 24.5px !important;
						font-weight: bold !important;
						line-height: 1.16 !important; } }
	@media (max-width: 1279px) and (max-width: 767px) {
		.became-client-steps .hero-banner.home-hero {
			height: 650px !important; }
			.became-client-steps .hero-banner.home-hero .swiper-slide .hero-body {
				padding: 0 40px !important; }
				.became-client-steps .hero-banner.home-hero .swiper-slide .hero-body .slide-content {
					top: 0 !important;
					position: relative !important; }
					.became-client-steps .hero-banner.home-hero .swiper-slide .hero-body .slide-content .header {
						float: unset !important;
						position: relative !important; }
						.became-client-steps .hero-banner.home-hero .swiper-slide .hero-body .slide-content .header h2.title {
							margin-top: 153px !important;
							line-height: 1.15 !important;
							max-width: 100% !important; }
						.became-client-steps .hero-banner.home-hero .swiper-slide .hero-body .slide-content .header .logo-tim {
							height: 29px !important; }
			.became-client-steps .hero-banner.home-hero .container.hero-bullet {
				top: 60px !important; }
				.became-client-steps .hero-banner.home-hero .container.hero-bullet .slide-number {
					margin-top: 22px !important; } }
		@media (max-width: 1279px) {
				.became-client-steps .hero-banner.home-hero .container.hero-bullet {
					top: 66px !important; }
					.became-client-steps .hero-banner.home-hero .container.hero-bullet .pagination-wrapper {
						-webkit-transform: rotate(0deg) !important;
						transform: rotate(0deg) !important;
						top: 0 !important;
						background-color: transparent !important; }
						.became-client-steps .hero-banner.home-hero .container.hero-bullet .pagination-wrapper .swiper-pagination-bullet {
							background-color: rgba(255, 255, 255, 0.5) !important;
							margin: -23px 7px 0 !important; }
							.became-client-steps .hero-banner.home-hero .container.hero-bullet .pagination-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
								border-top-color: #ea0026; }
					.became-client-steps .hero-banner.home-hero .container.hero-bullet .slide-number {
						margin-top: 23px !important; } }
		@media (max-width: 767px) {
			.became-client-steps .hero-banner.home-hero {
				padding-top: 0px; } }
	.became-client-steps .became-clients-more {
		padding: 0 10px;
		color: #ffffff;
		text-align: center;
		margin: 0 auto;
		max-width: 685px;
		width: 685px; }
		@media (max-width: 767px) {
			.became-client-steps .became-clients-more {
				max-width: 100%; } }
		.became-client-steps .became-clients-more .more-title {
			font-size: 32px;
			font-weight: 700;
			max-width: 476px;
			margin: 0 auto; }
		.became-client-steps .became-clients-more .more-content {
			font-size: 14px;
			line-height: 1.71;
			margin-top: 32px; }
	.became-client-steps .slick-services-carousel {
		padding-top: 84px;
		overflow: visible;
		position: relative; }
	@media (max-width: 1279px) {
		.became-client-steps {
			padding: 80px 0 0 0; }
			.became-client-steps .step-heading {
				margin-bottom: 46px; }
				.became-client-steps .step-heading h2 {
					line-height: 1.25; }
			.became-client-steps .strenghs-box .item {
				margin-bottom: 66px; }
				.became-client-steps .strenghs-box .item h3 {
					font-size: 24px;
					line-height: 1.29;
					margin-bottom: 25px; } }
	@media (max-width: 767px) {
		.became-client-steps {
			padding: 40px 0 0 0; }
			.became-client-steps .step-heading {
				margin-bottom: 41px; }
				.became-client-steps .step-heading h3 {
					margin-bottom: 13px;
					font-size: 16px;
					font-weight: 500; }
				.became-client-steps .step-heading h2 {
					font-size: 26px;
					line-height: 1.31; }
			.became-client-steps .strenghs-box {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 100%;
				flex: 0 0 100%;
				max-width: 100%; }
				.became-client-steps .strenghs-box .item {
					margin-bottom: 60px; }
					.became-client-steps .strenghs-box .item h3 {
						font-size: 22px;
						line-height: 1.16;
						margin-bottom: 21px; } }

/* Small devices */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.chi-siamo .hero-banner.client-hero .swiper-container {
		height: 519px; }
		.chi-siamo .hero-banner.client-hero .swiper-container .title {
			font-size: 40px;
			font-weight: 700;
			line-height: 1.25; }
		.chi-siamo .hero-banner.client-hero .swiper-container .row div[class^="col-"] {
			padding: 0 0 120px; }
		.chi-siamo .hero-banner.client-hero .swiper-container .swiper-pagination {
			bottom: 60px; }
	.pre-footer-banner .container.hero-body {
		margin-left: 24px; }
	.pre-footer-banner .content {
		padding: 74px 0 93px 0; }
		.pre-footer-banner .content h2.title {
			font-size: 35px;
			margin-bottom: 45px; }
		.pre-footer-banner .content h4 {
			font-size: 25px;
			margin-bottom: 46px; }
		.pre-footer-banner .content .cont {
			font-size: 18px;
			line-height: 1.67;
			color: #ffffff;
			margin: 0 auto 87px auto;
			max-width: 640px; } }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.chi-siamo {
		padding-top: 100px; }
		.chi-siamo .hero-banner.client-hero .swiper-container {
			height: 675px; }
			.chi-siamo .hero-banner.client-hero .swiper-container .title {
				font-size: 50px;
				font-weight: 400; }
			.chi-siamo .hero-banner.client-hero .swiper-container .row div[class^="col-"] {
				padding: 0 0 140px; }
			.chi-siamo .hero-banner.client-hero .swiper-container .swiper-pagination {
				bottom: 70px; }
	.pre-footer-banner {
		position: relative;
		min-width: 560px; }
		.pre-footer-banner .container.hero-body {
			margin-left: 0;
			padding: 0 62px !important; }
		.pre-footer-banner .content {
			width: 95%;
			padding: 125px 0 102px 0; }
			.pre-footer-banner .content h4 {
				margin-bottom: 26px;
				font-size: 25px;
				font-weight: 400; }
			.pre-footer-banner .content h2.title {
				margin-bottom: 45px;
				font-size: 36px;
				font-weight: 500; }
			.pre-footer-banner .content .cont {
				margin: 0 auto 48px auto; } }

.container-slider-slick {
	scroll-behavior: smooth;
	height: 1024px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover; }
	.container-slider-slick .overlay-left {
		width: 50%;
		height: 110%;
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
		opacity: 1;
		background-image: radial-gradient(circle at 105% 51%, #01193e, rgba(0, 23, 62, 0.88) 33%, rgba(0, 23, 62, 0) 63%);
		position: absolute;
		bottom: 0px;
		left: 0px;
		z-index: 2;
		background-size: contain;
		background-repeat: no-repeat; }
		@media (max-width: 767px) {
			.container-slider-slick .overlay-left {
				height: 65%; } }
	.container-slider-slick .overlay-right {
		width: 50%;
		height: 110%;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		opacity: 1;
		position: absolute;
		background-image: radial-gradient(circle at 105% 51%, #01193e, rgba(0, 23, 62, 0.88) 32%, rgba(0, 23, 62, 0) 61%);
		bottom: 0px;
		right: 0px;
		z-index: 2;
		background-size: contain;
		background-repeat: no-repeat; }
		@media (max-width: 767px) {
			.container-slider-slick .overlay-right {
				height: 65%; } }
	.container-slider-slick .overlay-bottom {
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 100%;
		height: 90%;
		background-image: linear-gradient(181deg, rgba(0, 28, 63, 0) 102%, #001c3f 1%);
		z-index: 2; }
	.container-slider-slick .swiper-container-col3 {
		margin-top: 74px;
		max-width: 100%;
		overflow: hidden; }
		.container-slider-slick .swiper-container-col3 .swiper-slide.swiper-slide-duplicate {
			visibility: hidden !important; }
		.container-slider-slick .swiper-container-col3 .swiper-slide.swiper-slide-active {
			visibility: visible !important;
			-webkit-transform: translate3d(-425px, -70px, -700px) !important;
			transform: translate3d(-425px, -70px, -700px) !important; }
		.container-slider-slick .swiper-container-col3 .swiper-slide.swiper-slide-prev {
			visibility: hidden !important; }
		.container-slider-slick .swiper-container-col3 .swiper-slide.swiper-slide-next {
			visibility: visible !important; }
		.container-slider-slick .swiper-container-col3 .swiper-slide.swiper-slide-duplicate-prev {
			visibility: visible !important;
			-webkit-transform: translate3d(425px, -70px, -700px) !important;
			transform: translate3d(425px, -70px, -700px) !important; }
		.container-slider-slick .swiper-container-col3 .swiper-slide.swiper-slide-duplicate-next {
			visibility: hidden !important; }
		.container-slider-slick .swiper-container-col3 .swiper-slide.swiper-slide-duplicate-active {
			visibility: hidden !important; }
		.container-slider-slick .swiper-container-col3 .swiper-slide {
			outline: none;
			border: none !important;
			-webkit-transition: -webkit-transform 0.2s;
			transition: -webkit-transform 0.2s;
			transition: transform 0.2s;
			transition: transform 0.2s, -webkit-transform 0.2s; }
			.container-slider-slick .swiper-container-col3 .swiper-slide .img-slick-wrap img {
				width: 499px;
				height: 369px;
				margin: 0 auto;
				display: block; }
			.container-slider-slick .swiper-container-col3 .swiper-slide .info {
				color: #fff;
				width: 499px;
				margin: 40px auto 0 auto !important;
				padding: 0 35px;
				-webkit-box-sizing: border-box;
				box-sizing: border-box;
				opacity: 1; }
				.container-slider-slick .swiper-container-col3 .swiper-slide .info .title {
					font-size: 20px; }
				.container-slider-slick .swiper-container-col3 .swiper-slide .info .text {
					font-size: 30px;
					font-weight: 700;
					margin-top: 30px; }
				@media (max-width: 1279px) {
					.container-slider-slick .swiper-container-col3 .swiper-slide .info {
						padding: 0; }
						.container-slider-slick .swiper-container-col3 .swiper-slide .info .title {
							font-size: 14px; }
						.container-slider-slick .swiper-container-col3 .swiper-slide .info .text {
							font-size: 16px; } }
				@media (max-width: 767px) {
					.container-slider-slick .swiper-container-col3 .swiper-slide .info {
						padding: 0; }
						.container-slider-slick .swiper-container-col3 .swiper-slide .info .title {
							font-size: 16px; }
						.container-slider-slick .swiper-container-col3 .swiper-slide .info .text {
							font-size: 18px; } }
			.container-slider-slick .swiper-container-col3 .swiper-slide.slide-0, .container-slider-slick .swiper-container-col3 .swiper-slide.slide-2 {
				opacity: 0.5; }
	.container-slider-slick .fast-nav-col3 .swiper-button-prev {
		width: 46px;
		height: 46px;
		border: solid 1px #ffffff;
		cursor: pointer;
		padding: 9px 14px;
		background: url("../images/arrow-icon-up.svg");
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
		background-size: 16px;
		background-repeat: no-repeat;
		background-position: center;
		z-index: 10; }
		.container-slider-slick .fast-nav-col3 .swiper-button-prev:hover, .container-slider-slick .fast-nav-col3 .swiper-button-prev:focus {
			outline: none; }
		.container-slider-slick .fast-nav-col3 .swiper-button-prev:after {
			content: ""; }
		.container-slider-slick .fast-nav-col3 .swiper-button-prev:hover {
			background-color: rgba(255, 255, 255, 0.2); }
		.container-slider-slick .fast-nav-col3 .swiper-button-prev:past {
			background-color: rgba(255, 255, 255, 0.4); }
	.container-slider-slick .fast-nav-col3 .swiper-button-next {
		width: 46px;
		height: 46px;
		border: solid 1px #ffffff;
		cursor: pointer;
		padding: 9px 14px;
		background: url("../images/arrow-icon-up.svg");
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		background-size: 16px;
		background-repeat: no-repeat;
		background-position: center;
		z-index: 10; }
		.container-slider-slick .fast-nav-col3 .swiper-button-next:hover, .container-slider-slick .fast-nav-col3 .swiper-button-next:focus {
			outline: none; }
		.container-slider-slick .fast-nav-col3 .swiper-button-next:after {
			content: ""; }
		.container-slider-slick .fast-nav-col3 .swiper-button-next:hover {
			background-color: rgba(255, 255, 255, 0.2); }
		.container-slider-slick .fast-nav-col3 .swiper-button-next:past {
			background-color: rgba(255, 255, 255, 0.4); }
	@media (max-width: 1279px) {
		.container-slider-slick {
			height: 790px;
			display: block; }
			.container-slider-slick .more-title {
				font-size: 26px;
				line-height: 1.31; }
			.container-slider-slick .more-content {
				font-size: 15px;
				line-height: 1.33;
				margin-top: 24px; }
			.container-slider-slick .swiper-container-col3 {
				padding-bottom: 50px;
				margin-top: 72px; }
				.container-slider-slick .swiper-container-col3 .swiper-slide.swiper-slide-duplicate {
					visibility: hidden !important; }
				.container-slider-slick .swiper-container-col3 .swiper-slide.swiper-slide-active {
					visibility: visible !important;
					-webkit-transform: translate3d(-225px, -40px, -500px) !important;
					transform: translate3d(-225px, -40px, -500px) !important;
					margin-left: -25px  !important; }
				.container-slider-slick .swiper-container-col3 .swiper-slide.swiper-slide-prev {
					visibility: hidden !important; }
				.container-slider-slick .swiper-container-col3 .swiper-slide.swiper-slide-next {
					visibility: visible !important; }
				.container-slider-slick .swiper-container-col3 .swiper-slide.swiper-slide-duplicate-prev {
					visibility: visible !important;
					-webkit-transform: translate3d(225px, -40px, -500px) !important;
					transform: translate3d(225px, -40px, -500px) !important; }
				.container-slider-slick .swiper-container-col3 .swiper-slide.swiper-slide-duplicate-next {
					border: 10px solid yellow !important;
					visibility: hidden !important; }
				.container-slider-slick .swiper-container-col3 .swiper-slide.swiper-slide-duplicate-active {
					border: 10px solid yellow !important;
					visibility: hidden !important; }
				.container-slider-slick .swiper-container-col3 .swiper-slide .img-slick-wrap img {
						width: 100%;
						height: auto; }
					.container-slider-slick .swiper-container-col3 .swiper-slide .info {
						width: 100%; }
					.container-slider-slick .swiper-container-col3 .swiper-slide .info .title {
						font-size: 14px;
						line-height: 1.14; }
					.container-slider-slick .swiper-container-col3 .swiper-slide .info .text {
						font-size: 16px;
						line-height: 1.5;
						margin-top: 14px; }
			.container-slider-slick .fast-nav-col3 {
				display: none; } }
	@media (max-width: 767px) {
		.container-slider-slick {
			height: 812px;
			display: block; }
			.container-slider-slick .more-content {
				margin-top: 20px; }
			.container-slider-slick .swiper-container-col3 {
				margin-top: 60px;
				padding-bottom: 50px;
				padding-left: -100px !important; }
				.container-slider-slick .swiper-container-col3 .swiper-slide.swiper-slide-duplicate {
					visibility: hidden !important; }
				.container-slider-slick .swiper-container-col3 .swiper-slide.swiper-slide-active {
					visibility: visible !important;
					-webkit-transform: translate3d(-40px, -10px, -150px) !important;
					transform: translate3d(-40px, -10px, -150px) !important;
					margin-left: -26%  !important; }
				.container-slider-slick .swiper-container-col3 .swiper-slide.swiper-slide-prev {
					visibility: hidden !important; }
				.container-slider-slick .swiper-container-col3 .swiper-slide.swiper-slide-next {
					visibility: visible !important;
					width: 70% !important; }
				.container-slider-slick .swiper-container-col3 .swiper-slide.swiper-slide-duplicate-prev {
					visibility: visible !important;
					-webkit-transform: translate3d(40px, -10px, -150px) !important;
					transform: translate3d(40px, -10px, -150px) !important; }
				.container-slider-slick .swiper-container-col3 .swiper-slide.swiper-slide-duplicate-next {
					border: 10px solid yellow !important;
					visibility: hidden !important; }
				.container-slider-slick .swiper-container-col3 .swiper-slide.swiper-slide-duplicate-active {
					border: 10px solid yellow !important;
					visibility: hidden !important; }
				.container-slider-slick .swiper-container-col3 .swiper-slide .img-slick-wrap img {
					width: 100%;
					height: auto; }
				.container-slider-slick .swiper-container-col3 .swiper-slide .info {
					width: 100%; }
					.container-slider-slick .swiper-container-col3 .swiper-slide .info .title {
						margin-top: 25px;
						font-size: 16px;
						line-height: 0.88; }
					.container-slider-slick .swiper-container-col3 .swiper-slide .info .text {
						font-size: 18px;
						line-height: 1.33;
						margin-top: 20px; }
			.container-slider-slick .fast-nav-col3 {
				display: none; } }

.chi-siamo .hero-banner.client-hero .swiper-pagination {
	display: none; }
	@media (max-width: 1279px) {
		.chi-siamo .hero-banner.client-hero .swiper-pagination {
			display: block; } }
	@media (max-width: 767px) {
		.chi-siamo .hero-banner.client-hero .swiper-pagination {
			display: none; } }

.chi-siamo .container-slider-slick .swiper-pagination {
	display: none;
	width: 100%;
	position: absolute; }
	@media (max-width: 1279px) {
		.chi-siamo .container-slider-slick .swiper-pagination {
			bottom: 100px;
			display: block; } }
	@media (max-width: 767px) {
		.chi-siamo .container-slider-slick .swiper-pagination {
			bottom: 50px;
			display: block; } }
	.chi-siamo .container-slider-slick .swiper-pagination .swiper-pagination-bullet {
		background: #fff;
		margin: 5px; }

/* 
        Extra small devices (portrait phones, less than 576px) 
        No media query since this is the default in Bootstrap because it is "mobile first"
    */
.sticky {
	position: fixed;
	width: 100%;
	left: 0;
	padding: 16px;
	color: black;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	-webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.06);
	background-color: #ffffff;
	display: block;
	top: 51px;
	z-index: 999;
	-webkit-transition: 0.3s;
	transition: 0.3s; }

.glossary {
	padding-top: 122px;
	padding-bottom: 220px; }
	.glossary .hero-bread,
	.glossary h1.title,
	.glossary .input-group,
	.glossary .step-heading {
		padding-left: 15px; }
	@media (min-width: 576px) and (max-width: 767px) {
		.glossary .hero-bread,
		.glossary h1.title,
		.glossary .input-group,
		.glossary .step-heading {
			padding-left: 41px; } }
	.glossary .CharacterContainermobile .CharacterElement {
		display: inline-block; }
		.glossary .CharacterContainermobile .CharacterElement p {
			margin-right: 33px;
			margin-bottom: 0; }
	.glossary .CharacterContainermobile .CharacterElement.active p {
		border-radius: 4px;
		background-color: rgba(216, 216, 216, 0.36);
		padding: 8px 12px 8px 12px;
		margin-right: 26px;
		margin-bottom: 0; }
	.glossary .d-sm-none #nav {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content; }
	.glossary .d-sm-none #rightArrow {
		position: absolute;
		right: 30px;
		background: #fff;
		top: 21px;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content; }
		.glossary .d-sm-none #rightArrow img {
			width: 20px;
			transform: rotate(90deg);
			-webkit-transform: rotate(90deg);
			-moz-transform: rotate(90deg);
			-o-transform: rotate(90deg); }
	.glossary .d-sm-none #leftArrow {
		position: absolute;
		left: 30px;
		background: #fff;
		top: 21px;
		display: none;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content; }
		.glossary .d-sm-none #leftArrow img {
			width: 20px;
			transform: rotate(-90deg);
			-webkit-transform: rotate(-90deg);
			-moz-transform: rotate(-90deg);
			-o-transform: rotate(-90deg); }
	.glossary .hero-bread a {
		display: inline-block;
		font-weight: 400;
		font-size: 14px;
		color: #10132e; }
	.glossary .hero-bread .separator {
		border: solid 1.5px #d2d2d2; }
	.glossary .hero-bread span.item {
		font-size: 14px;
		font-weight: 700;
		color: #000000; }
	.glossary h1 {
		font-size: 50px;
		font-weight: 700;
		line-height: 1.01; }
	.glossary .input-group.md-form {
		max-width: 499px;
		margin: 38px 0 58px 0;
		min-height: 45px; }
		.glossary .input-group.md-form span#basic-text1 {
			border-radius: 28px 0 0px 28px;
			background-color: #f1f1f1;
			border: none;
			padding-top: 10px;
			padding-left: 19px; }
		.glossary .input-group.md-form input.form-control.my-0.py-1 {
			border-radius: 0px 28px 28px 0px;
			background-color: #f1f1f1;
			border: none;
			min-height: 45px; }
	.glossary hr {
		border: solid 1.5px #d2d2d2; }
	.glossary #nav .CharacterContainer {
		font-size: 16px;
		padding-left: 20px;
		border-left: solid 1.5px #d2d2d2;
		font-weight: 500;
		color: #1f1f1f;
		cursor: pointer;
		margin-top: 66px; }
		.glossary #nav .CharacterContainer .Inactive {
			color: grey;
			cursor: default; }
	.glossary .AppElement {
		margin-top: 49px; }
		.glossary .AppElement h2 {
			font-size: 32px;
			font-weight: 700;
			font-stretch: normal;
			font-style: normal;
			line-height: normal;
			letter-spacing: normal; }
		.glossary .AppElement .row.space {
			margin-top: 40px; }
			.glossary .AppElement .row.space p.title {
				font-size: 16px;
				font-weight: 700;
				font-stretch: normal;
				font-style: normal;
				line-height: normal;
				letter-spacing: normal;
				color: #000000; }
			.glossary .AppElement .row.space p.description {
				font-size: 14px;
				font-weight: normal;
				font-stretch: normal;
				font-style: normal;
				line-height: 1.64;
				letter-spacing: normal;
				color: #646464; }

@media (min-width: 576px) {
	.glossary {
		padding-top: 180px; }
	.input-group.md-form {
		margin: 38px 0 58px 0; } }

@media (min-width: 576px) and (max-width: 766px) {
	#nav {
		padding-left: 28%;
		padding-left: 28%;
		position: sticky;
		display: block;
		top: 98px; } }

@media (min-width: 767px) {
	#nav {
		padding-left: 34%; } }

.modal-backdrop.show {
	opacity: 0.85 !important; }

.promo-leaf {
	padding-top: 86px;
	overflow: hidden; }
	.promo-leaf .breadcumb {
		margin: 43px 27px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; }
		.promo-leaf .breadcumb > a,
		.promo-leaf .breadcumb span.item.dark {
			display: inline-block;
			font-weight: 500;
			font-size: 14px !important;
			line-height: 1;
			color: #000000;
			text-decoration: none;
			vertical-align: middle; }
		.promo-leaf .breadcumb span.separator {
			margin: 0 11px;
			display: inline-block;
			height: 14px;
			width: 9px;
			background: url("../images/link-arrow-black.svg") no-repeat;
			background-size: cover; }
		@media (max-width: 600px){
			.promo-leaf .breadcumb span.separator{
				width: 20px!important;
			}
		}
			.promo-leaf .breadcumb span.separator.back {
				background: url(../images/link-arrow-su.svg) no-repeat;
				opacity: 1;
				margin-right: 9px; }
	.promo-leaf .container {
		padding: 0 27px !important; }
		.promo-leaf .container .title-block .type {
			font-size: 11px;
			font-weight: 700;
			padding: 5px 8px;
			display: inline-block;
			margin-bottom: 24px; }
			.promo-leaf .container .title-block .type.promo {
				background: #0164f2;
				color: white; }
		.promo-leaf .container .title-block h1 {
			margin-bottom: 43px;
			font-size: 30px;
			line-height: 1.2;
			font-weight: 700; }
		.promo-leaf .container .more .date-block {
			margin-bottom: 43px; }
			.promo-leaf .container .more .date-block .date {
				text-transform: uppercase;
				font-size: 14px;
				line-height: 16px;
				font-weight: 500; }
		.promo-leaf .container .date-cta {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column; }
		.promo-leaf .container .cta-btn {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			font-size: 14px;
			font-weight: 500;
			margin-bottom: 40px; }
			.promo-leaf .container .cta-btn .share-btn {
				background: #0033a1;
				color: #ffffff;
				margin-right: 10px;
				height: 25px;
				line-height: 25px;
				padding: 0px 10px;
				cursor: pointer;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center; }
				.promo-leaf .container .cta-btn .share-btn span.ico-share {
					display: inline-block;
					height: 14px;
					width: 15px;
					background: url("../images/Path.svg") no-repeat; }
			.promo-leaf .container .cta-btn .pdf-btn {
				border: 1px solid #0033a1;
				color: #0033a1;
				height: 25px;
				line-height: 25px;
				padding: 0px 10px;
				cursor: pointer;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center; }
		.promo-leaf .container .iframe-video-container {
			position: relative;
			width: calc(100% + 60px);
			margin-left: -30px;
			padding-bottom: 56.25%;
			height: 0; }
			.promo-leaf .container .iframe-video-container iframe {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%; }
		.promo-leaf .container .news-content {
			margin-bottom: 80px; }
			.promo-leaf .container .news-content .news-img {
				position: relative;
				margin-bottom: 40px; }
				.promo-leaf .container .news-content .news-img img {
					width: 118%;
					margin-left: -9%; }
				.promo-leaf .container .news-content .news-img span.icon-play {
					position: absolute;
					width: 65px;
					height: 65px;
					background: url("../images/cta-video-2.svg") no-repeat center;
					margin: auto;
					position: absolute;
					top: 0;
					left: 0;
					bottom: 0;
					right: 0; }
			.promo-leaf .container .news-content p {
				font-size: 14px;
				line-height: 1.43;
				margin: 0;
				color: #666660 !important; }
			.promo-leaf .container .news-content h2 {
				margin-bottom: 21px;
				width: 80%;
				margin-bottom: 30px; }
			.promo-leaf .container .news-content .date-block {
				margin-bottom: 20px; }
				.promo-leaf .container .news-content .date-block .date {
					text-transform: uppercase;
					font-size: 10px;
					line-height: 1.6;
					font-weight: 500; }
		.promo-leaf .container .schema-section {
			margin: 0 -27px;
			padding: 30px 27px;
			border-top: 1px solid #666;
			border-bottom: 1px solid #666;
			margin-bottom: 80px; }
			.promo-leaf .container .schema-section .head-schema {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				-ms-flex-pack: justify;
				justify-content: space-between;
				margin-bottom: 30px; }
				.promo-leaf .container .schema-section .head-schema .head-title {
					width: 50%;
					font-size: 12px;
					font-weight: 700;
					color: #1f1f1f;
					line-height: 1.4; }
				.promo-leaf .container .schema-section .head-schema .cta-open {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-pack: center;
					-ms-flex-pack: center;
					justify-content: center;
					font-weight: 700; }
					.promo-leaf .container .schema-section .head-schema .cta-open span.ico-open {
						display: inline-block;
						height: 30px;
						width: 30px;
						margin-left: 8px;
						background-color: #0065f4;
						background: url("../images/Group6.svg") no-repeat; }
	.promo-leaf .other-news {
		padding: 0 27px; }
		.promo-leaf .other-news h1 {
			font-size: 30px;
			margin-bottom: 24px;
			font-weight: 700;
			line-height: 1.2; }
		.promo-leaf .other-news .link-news {
			color: #0065f4;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			margin-bottom: 32px;
			font-size: 16px;
			font-weight: 500;
			cursor: pointer; }
			.promo-leaf .other-news .link-news span.ico {
				display: inline-block;
				height: 12px;
				width: 6px;
				margin-left: 10px;
				background: url(../images/link-arrow-blue.svg) center/cover no-repeat; }
			.promo-leaf .other-news .link-news:hover {
				color: #0050c1;
				text-decoration: none; }
			.promo-leaf .other-news .link-news:active {
				color: #0164f2; }
			.promo-leaf .other-news .link-news:past {
				color: #0050c1; }
		.promo-leaf .other-news .promo-cards {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column; }
			.promo-leaf .other-news .promo-cards .news-card .card-body .text-block p {
				font-size: 14px;
				line-height: 1.5;
				color: #646464; }

.promo-leaf.detail .container .title-block h1 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 30px; }

.promo-leaf.detail .container .date-cta .date-block .date {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.14;
	text-transform: uppercase;
	margin-bottom: 44px; }

.promo-leaf.detail .container .news-body .news-content h2 {
	width: 70%;
	line-height: 1.46;
	font-size: 26px;
	font-weight: 700; }

.promo-leaf.detail .container .schema-section img {
	width: 100%; }

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
	.promo-leaf {
		padding-top: 86px; }
		.promo-leaf .breadcumb {
			margin: 43px 40px 37px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center; }
		.promo-leaf .container {
			padding: 0 40px !important;
			margin: 0; }
			.promo-leaf .container.center-col {
				max-width: 768px; }
			.promo-leaf .container .title-block .type {
				margin-bottom: 30px; }
			.promo-leaf .container .title-block h1 {
				margin-bottom: 43px;
				font-size: 40px;
				font-weight: 700;
				max-width: 80%; }
			.promo-leaf .container .more {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				-ms-flex-direction: row;
				flex-direction: row;
				-webkit-box-pack: justify;
				-ms-flex-pack: justify;
				justify-content: space-between;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				margin-bottom: 43px; }
				.promo-leaf .container .more .date-block {
					margin-bottom: 0px; }
					.promo-leaf .container .more .date-block .date {
						font-size: 16px; }
				.promo-leaf .container .more .cta-btn {
					margin-bottom: 0px; }
			.promo-leaf .container .date-cta {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: reverse;
				-ms-flex-direction: column-reverse;
				flex-direction: column-reverse; }
			.promo-leaf .container .cta-btn {
				margin-bottom: 43px; }
				.promo-leaf .container .cta-btn .share-btn {
					padding: 4px 12px; }
				.promo-leaf .container .cta-btn .pdf-btn {
					border: 1px solid #0033a1;
					color: #0033a1;
					padding: 6px 10px;
					cursor: pointer; }
			.promo-leaf .container .news-content .news-img {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center; }
				.promo-leaf .container .news-content .news-img img {
					width: 100vw;
					margin-left: 0px; }
			.promo-leaf .container .news-content h2 {
				font-size: 28px;
				font-weight: 700;
				width: 58%; }
			.promo-leaf .container .news-content p {
				font-size: 16px;
				line-height: 30px; }
			.promo-leaf .container .news-content .date-block {
				margin-bottom: 30px; }
				.promo-leaf .container .news-content .date-block .date {
					font-size: 16px;
					line-height: 1;
					font-weight: 500; }
			.promo-leaf .container .schema-section {
				margin-right: 0;
				margin-left: 0;
				border: 1px solid #666; }
		.promo-leaf .other-news {
			margin-bottom: 80px;
			padding: 0 40px; }
			.promo-leaf .other-news h1 {
				font-size: 40px;
				margin-bottom: 24px; }
			.promo-leaf .other-news .link-news {
				margin-bottom: 50px; }
				.promo-leaf .other-news .link-news:hover {
					color: #0050c1;
					text-decoration: none; }
				.promo-leaf .other-news .link-news:active {
					color: #0164f2; }
				.promo-leaf .other-news .link-news:past {
					color: #0050c1; }
			.promo-leaf .other-news .promo-cards {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				-ms-flex-direction: row;
				flex-direction: row;
				overflow-x: auto;
				width: 100vw;
				margin-left: -40px;
				padding: 0 40px; }
				.promo-leaf .other-news .promo-cards .news-card.tile-card {
					min-width: 332px;
					margin-right: 24px; }
	.promo-leaf.detail .container .title-block h1 {
		font-size: 40px;
		font-weight: 700;
		line-height: 1.25;
		margin-bottom: 43px; }
	.promo-leaf.detail .container .date-cta .date-block .date {
		font-size: 16px;
		font-weight: 500;
		line-height: 1;
		text-transform: uppercase;
		margin-bottom: 18px; }
	.promo-leaf.detail .container .news-body .news-content h2 {
		width: 59%;
		line-height: 1.46;
		font-size: 28px;
		font-weight: 700; }
	.promo-leaf.detail .container .schema-section img {
		width: 100%; } }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.promo-leaf {
		padding-top: 106px; }
		.promo-leaf .breadcumb {
			margin: 16px 37px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center; }
		.promo-leaf .container {
			padding: 0;
			margin: auto;
			margin-top: 76px; }
			.promo-leaf .container .title-block h1 {
				font-size: 54px;
				font-weight: 700;
				margin-bottom: 62px;
				max-width: 100%; }
			.promo-leaf .container .row {
				max-width: 880px;
				margin: auto; }
			.promo-leaf .container .cta-btn {
				-webkit-box-pack: end;
				-ms-flex-pack: end;
				justify-content: flex-end;
				margin-bottom: 10px; }
				.promo-leaf .container .cta-btn .pdf-btn {
					padding: 4px 12px;
					cursor: pointer; }
			.promo-leaf .container .news-body {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center; }
			.promo-leaf .container .news-content {
				width: 75%;
				padding-right: 9%;
				margin-bottom: 73px; }
				.promo-leaf .container .news-content .news-img img {
					margin-left: 0;
					margin-top: 30px;
					width: 100%; }
				.promo-leaf .container .news-content p {
					font-size: 16px;
					line-height: 1.8;
					margin: 0; }
				.promo-leaf .container .news-content.small {
					width: 800px;
					padding-right: 0; }
			.promo-leaf .container.center-col {
				max-width: 880px; }
		.promo-leaf .other-news {
			margin: 0 auto 100px auto; }
			.promo-leaf .other-news .promo-cards {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				-ms-flex-direction: row;
				flex-direction: row;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center; }
				.promo-leaf .other-news .promo-cards .news-card.tile-card {
					width: calc(100% / 3 - 15px);
					min-width: auto;
					margin-right: 32px; }
	.promo-leaf.detail .container.center-col-large {
		max-width: 1170px !important;
		padding: 0 !important; }
	.promo-leaf.detail .container .title-block h1 {
		font-size: 54px;
		font-weight: 700;
		line-height: 1.15;
		margin-bottom: 83px; }
	.promo-leaf.detail .container .date-cta .date-block .date {
		font-size: 16px;
		font-weight: 500;
		line-height: 1;
		text-transform: uppercase;
		margin-bottom: 30px; }
	.promo-leaf.detail .container .news-body {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between; }
		.promo-leaf.detail .container .news-body .news-content {
			width: 50%;
			padding-right: 9%; }
			.promo-leaf.detail .container .news-body .news-content h2 {
				width: 100%;
				line-height: 1.32; } }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.promo-leaf .container .title-block h1 {
		font-weight: 700; }
	.promo-leaf .other-news {
		position: relative;
		max-width: 1170px;
		margin: 0 auto;
		padding: 0;
		margin-bottom: 100px; }
		.promo-leaf .other-news .promo-cards {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			width: 100%;
			margin-left: 0px;
			overflow-x: auto; }
			.promo-leaf .other-news .promo-cards .news-card.tile-card {
				min-width: 369px;
				margin-right: 31px; }
				.promo-leaf .other-news .promo-cards .news-card.tile-card:last-child {
					margin-right: 0px; } }

/* 
        Extra small devices (portrait phones, less than 576px) 
        No media query since this is the default in Bootstrap because it is "mobile first"
    */
.case-study-page {
	padding-top: 86px;
	overflow: hidden; }
	.case-study-page .hero-banner {
		position: relative;
		padding-bottom: 0px; }
		.case-study-page .hero-banner .overflow {
			position: absolute;
			width: 100%;
			height: 100%;
			background-color: rgba(0, 0, 0, 0.5);
			z-index: 0; }
		.case-study-page .hero-banner.case-study {
			width: 100%;
			height: 327px;
			background: url("../images/bg-hero-case-study01.jpg") no-repeat center;
			background-size: cover; }
			.case-study-page .hero-banner.case-study .hero-content {
				padding: 0 30px;
				position: absolute; }
				.case-study-page .hero-banner.case-study .hero-content .title {
					font-size: 30px;
					font-weight: bold;
					line-height: 1.2;
					color: #ffffff;
					padding-top: 153px;
					max-width: 100%; }
				.case-study-page .hero-banner.case-study .hero-content a.showVideo {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-align: center;
					-ms-flex-align: center;
					align-items: center;
					margin-top: 40px; }
					.case-study-page .hero-banner.case-study .hero-content a.showVideo span.icon-play {
						width: 33px;
						height: 33px;
						background: url("../images/ico-play-inline.svg") no-repeat center;
						margin-right: 16px; }
					.case-study-page .hero-banner.case-study .hero-content a.showVideo .text {
						font-size: 16px;
						font-weight: 500;
						color: #ffffff; }
			.case-study-page .hero-banner.case-study .bgr {
				display: none; }

.project-box-wrapper {
	padding: 64px 30px; }
	.project-box-wrapper .head-title h1 {
		font-size: 55px;
		line-height: 68px;
		color: #AAAAAA;
		text-align: center;
		margin-bottom: 45px;
		opacity: 0.16; }
	.project-box-wrapper .main-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap; }
		.project-box-wrapper .main-content .pj-img {
			display: none; }
		.project-box-wrapper .main-content .title {
			font-size: 26px;
			margin-bottom: 20px; }
		.project-box-wrapper .main-content p {
			font-size: 16px;
			line-height: 20px;
			color: #727272;
			margin-bottom: 45px; }
	.project-box-wrapper.no-images .main-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap; }
		.project-box-wrapper.no-images .main-content .pj-img {
			display: none; }

.project-slider {
	padding: 0 30px;
	margin: 40px 0; }
	.project-slider .swiper-container {
		overflow: visible !important; }
	.project-slider .swiper-slide {
		background-color: #0164f2;
		height: 553px; }
		.project-slider .swiper-slide .content {
			padding: 0 50px;
			text-align: center;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			height: 100%;
			vertical-align: middle;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center; }
			.project-slider .swiper-slide .content img.ico {
				height: 66px;
				width: 66px;
				margin-bottom: 38px; }
			.project-slider .swiper-slide .content .num {
				font-weight: 700;
				font-size: 70px;
				margin-bottom: 24px;
				color: #ffffff;
				line-height: 70px; }
				.project-slider .swiper-slide .content .num .small {
					font-size: 40px;
					font-weight: 700; }
			.project-slider .swiper-slide .content .name {
				font-size: 18px;
				line-height: 18px;
				font-weight: 700;
				margin-bottom: 40px;
				color: #ffffff; }
			.project-slider .swiper-slide .content .descr {
				font-size: 16px;
				line-height: 24px;
				color: #ffffff; }
	.project-slider .swiper-pagination-bullet {
		background: #0164f2;
		opacity: 0.3; }
		.project-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
			opacity: 1; }
	.project-slider .swiper-container {
		overflow-y: visible; }
	.project-slider .swiper-pagination-bullets {
		margin-top: 40px;
		position: relative; }

.context-box-wrapper {
	background-color: #F9F9F9;
	padding: 73px 30px 60px 30px; }
	.context-box-wrapper .head-title h1 {
		font-size: 44px;
		line-height: 54px;
		color: #0164f2;
		margin-bottom: 40px;
		font-weight: 700; }
	.context-box-wrapper .main-content p {
		font-size: 16px;
		line-height: 20px; }

.services-box-wrapper {
	padding: 50px 30px; }
	.services-box-wrapper .head-title h3 {
		margin-bottom: 20px; }
	.services-box-wrapper .main-content {
		margin-bottom: 50px; }
		.services-box-wrapper .main-content p {
			margin-bottom: 40px; }
		.services-box-wrapper .main-content a.link {
			display: block;
			margin-bottom: 20px;
			color: #0164f2;
			max-width: 80%; }
			.services-box-wrapper .main-content a.link:hover {
				text-decoration: underline; }
	.services-box-wrapper .schema-section {
		margin: 0 -27px;
		padding: 30px 27px;
		border-top: 1px solid #666;
		border-bottom: 1px solid #666;
		margin-bottom: 80px; }
		.services-box-wrapper .schema-section .head-schema {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			margin-bottom: 30px; }
			.services-box-wrapper .schema-section .head-schema .head-title {
				width: 50%;
				font-size: 12px;
				font-weight: 700;
				color: #1f1f1f;
				line-height: 1.4; }
			.services-box-wrapper .schema-section .head-schema .cta-open {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
				font-weight: 700; }
				.services-box-wrapper .schema-section .head-schema .cta-open span.ico-open {
					display: inline-block;
					height: 30px;
					width: 30px;
					margin-left: 8px;
					background-color: #0065f4;
					background: url("../images/Group6.svg") no-repeat; }
		.services-box-wrapper .schema-section .img img {
			width: 100%; }

.services-banner {
	width: 100%;
	height: 320px;
	padding: 70px 30px;
	background: url("../images/bg-cs01.jpg") no-repeat center;
	background-size: cover; }
	.services-banner .content .title {
		color: #ffffff;
		font-size: 26px;
		line-height: 31px;
		margin-bottom: 50px;
		max-width: 60%;
		font-weight: 700; }
	.services-banner .content .links a {
		color: #ffffff;
		margin-bottom: 27px;
		cursor: pointer;
		font-weight: 500;
		margin-bottom: 27px;
		display: block; }
		.services-banner .content .links a span.label {
			font-size: 16px;
			display: block; }
		.services-banner .content .links a span.t {
			font-size: 14px;
			display: block; }
		.services-banner .content .links a span.ico {
			display: inline-block;
			height: 12px;
			width: 6px;
			margin-left: 10px;
			background: url(../images/link-arrow.svg) center/cover no-repeat; }

.br-box-wrapper {
	padding: 50px 30px; }
	.br-box-wrapper .head-title h3 {
		margin-bottom: 20px; }
	.br-box-wrapper .main-content {
		margin-bottom: 50px; }
		.br-box-wrapper .main-content p {
			margin-bottom: 40px; }
		.br-box-wrapper .main-content a.link {
			display: block;
			margin-bottom: 20px;
			color: #0164f2;
			max-width: 80%; }
			.br-box-wrapper .main-content a.link:hover {
				text-decoration: underline; }
	.br-box-wrapper .schemas {
		border-top: 1px solid #666;
		margin: 0 -30px; }
	.br-box-wrapper .schema-section {
		padding: 30px 27px;
		border-bottom: 1px solid #666;
		margin-bottom: 0px; }
		.br-box-wrapper .schema-section .head-schema {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			margin-bottom: 30px; }
			.br-box-wrapper .schema-section .head-schema .head-title {
				width: 50%;
				font-size: 12px;
				font-weight: 700;
				color: #1f1f1f;
				line-height: 1.4; }
			.br-box-wrapper .schema-section .head-schema .cta-open {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
				font-weight: 700; }
				.br-box-wrapper .schema-section .head-schema .cta-open span.ico-open {
					display: inline-block;
					height: 30px;
					width: 30px;
					margin-left: 8px;
					background-color: #0065f4;
					background: url("../images/Group6.svg") no-repeat; }
		.br-box-wrapper .schema-section .img img {
			width: 100%; }

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
	.case-study-page .hero-banner.case-study {
		height: 257px;
		background: url("../images/bg-hero-case-study01.jpg") no-repeat center;
		background-size: cover; }
		.case-study-page .hero-banner.case-study .hero-content {
			padding: 0 49px;
			position: absolute; }
			.case-study-page .hero-banner.case-study .hero-content .title {
				font-size: 40px;
				line-height: 50px;
				padding-top: 80px;
				max-width: 60%; }
			.case-study-page .hero-banner.case-study .hero-content a.showVideo {
				margin-top: 17px; }
	.case-study-page .succ-stories {
		margin-bottom: 60px;
		border-top: 1px solid #D8D8D8; }
		.case-study-page .succ-stories .head-title h2.title {
			padding: 0 30%; }
	.project-box-wrapper {
		padding: 50px; }
		.project-box-wrapper .head-title h1 {
			font-size: 100px;
			line-height: 120px;
			margin-bottom: 50px;
			text-align: left; }
		.project-box-wrapper .main-content .pj-img {
			display: none; }
		.project-box-wrapper .main-content .title {
			font-size: 30px;
			margin-bottom: 20px; }
		.project-box-wrapper .main-content p {
			font-size: 16px;
			line-height: 20px; }
	.context-box-wrapper {
		background-color: #F9F9F9;
		padding: 60px 50px 70px 50px; }
		.context-box-wrapper .main-content p {
			line-height: 24px; }
	.services-box-wrapper {
		padding: 60px 50px; }
		.services-box-wrapper .head-title h3 {
			font-size: 30px; }
		.services-box-wrapper .main-content {
			margin-bottom: 50px; }
			.services-box-wrapper .main-content p {
				margin-bottom: 40px; }
			.services-box-wrapper .main-content a.link {
				display: block;
				margin-bottom: 20px;
				color: #0164f2;
				max-width: 80%; }
				.services-box-wrapper .main-content a.link:hover {
					text-decoration: underline; }
		.services-box-wrapper .schema-section {
			margin: 0;
			padding: 30px 27px;
			border: 1px solid #666;
			margin-bottom: 80px; }
	.services-banner {
		width: 100%;
		height: 257px;
		padding: 0 50px; }
		.services-banner .content {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			height: 100%; }
			.services-banner .content .title {
				color: #ffffff;
				font-size: 35px;
				line-height: 44px;
				margin-bottom: 0px;
				max-width: 50%; }
	.br-box-wrapper {
		padding: 60px 50px; }
		.br-box-wrapper .head-title h3 {
			font-size: 30px; }
		.br-box-wrapper .main-content {
			margin-bottom: 50px; }
			.br-box-wrapper .main-content p {
				margin-bottom: 40px; }
			.br-box-wrapper .main-content a.link {
				display: block;
				margin-bottom: 20px;
				color: #0164f2;
				max-width: 80%; }
				.br-box-wrapper .main-content a.link:hover {
					text-decoration: underline; }
		.br-box-wrapper .schemas {
			border: none;
			margin: 0; }
		.br-box-wrapper .schema-section {
			margin: 0;
			padding: 30px 27px;
			border: 1px solid #666;
			margin-bottom: 80px; } }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.case-study-page {
		padding-top: 100px; }
		.case-study-page .hero-banner {
			position: relative;
			padding-bottom: 0px; }
			.case-study-page .hero-banner .overflow {
				position: absolute;
				width: 100%;
				height: 100%;
				background-color: rgba(0, 0, 0, 0.5);
				z-index: 0; }
			.case-study-page .hero-banner.case-study {
				width: 100%;
				height: 530px;
				background: none;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				-ms-flex-direction: row;
				flex-direction: row; }
				.case-study-page .hero-banner.case-study .hero-content {
					padding: 0 30px;
					position: relative;
					width: 55%;
					background: #0033a1;
					padding-left: 67px; }
					.case-study-page .hero-banner.case-study .hero-content .title {
						font-size: 54px;
						line-height: 62px;
						margin-bottom: 53px;
						padding-top: 160px;
						max-width: 80%; }
				.case-study-page .hero-banner.case-study .bgr {
					display: block;
					background: url("../images/bg-hero-case-study01.jpg") no-repeat center;
					background-size: cover;
					height: 100%;
					width: 45%; }
		.case-study-page .succ-stories {
			margin-bottom: 70px; }
			.case-study-page .succ-stories .succ-wrapper .succ-content {
				margin: 0 20px;
				border: 1px solid rgba(0, 0, 0, 0.3);
				margin: 0 20px; }
			.case-study-page .succ-stories .succ-wrapper .head-title h2.title {
				padding: 0 40%; }
	.project-box-wrapper {
		padding: 0; }
		.project-box-wrapper .head-title h1 {
			font-size: 139px;
			line-height: 123px;
			padding: 74px 33px 74px 130px;
			max-width: 80%;
			margin: 0; }
		.project-box-wrapper .main-content .title {
			font-size: 24px;
			max-width: 65%;
			margin: 0 auto 26px auto; }
		.project-box-wrapper .main-content p {
			font-size: 16px;
			line-height: 30px;
			max-width: 65%;
			margin: 0 auto 55px auto; }
		.project-box-wrapper .main-content .first-row {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			width: 100%; }
			.project-box-wrapper .main-content .first-row .pj-img {
				display: block;
				width: 55%; }
			.project-box-wrapper .main-content .first-row .text-box {
				width: 45%;
				margin-top: -62px; }
		.project-box-wrapper .main-content .second-row {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			width: 100%; }
			.project-box-wrapper .main-content .second-row .pj-img {
				display: block;
				width: 45%; }
			.project-box-wrapper .main-content .second-row .text-box {
				width: 55%;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				height: 100%;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center; }
				.project-box-wrapper .main-content .second-row .text-box p {
					margin: 0; }
		.project-box-wrapper.no-images .head-title h1 {
			font-size: 160px;
			line-height: 157px; }
		.project-box-wrapper.no-images .main-content {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap; }
			.project-box-wrapper.no-images .main-content .first-row .text-box {
				margin-top: -215px; }
			.project-box-wrapper.no-images .main-content .pj-img {
				visibility: hidden; }
	.project-slider {
		background-color: #0164f2;
		margin: 0px; }
		.project-slider .swiper-wrapper {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			padding: 0;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center; }
		.project-slider .swiper-container {
			overflow: hidden !important; }
		.project-slider .swiper-slide {
			width: 22%;
			height: 629px;
			margin: 0 1.5%;
			background-color: #0164f2; }
			.project-slider .swiper-slide .content {
				padding: 0; }
				.project-slider .swiper-slide .content img.ico {
					height: 56px;
					width: 56px;
					margin-bottom: 67px; }
				.project-slider .swiper-slide .content .num {
					font-weight: 700;
					font-size: 80px;
					margin-bottom: 34px;
					color: #ffffff; }
					.project-slider .swiper-slide .content .num.moreContent {
						font-size: 70px; }
				.project-slider .swiper-slide .content .name {
					font-size: 17px;
					line-height: 21px;
					font-weight: 700;
					margin-bottom: 40px;
					color: #ffffff; }
				.project-slider .swiper-slide .content .descr {
					font-size: 16px;
					line-height: 24px;
					color: #ffffff;
					display: none; }
	.context-box-wrapper {
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; }
		.context-box-wrapper .context-box {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			max-width: 900px;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			padding: 220px 0; }
		.context-box-wrapper .head-title h1 {
			width: 412px;
			margin-right: 46px;
			font-size: 70px;
			line-height: 76px; }
		.context-box-wrapper .main-content p {
			line-height: 30px; }
	.services-box-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: 1280px;
		margin: 0 auto;
		padding: 60px 50px; }
		.services-box-wrapper .context-box {
			width: 35%;
			margin-right: 10%; }
		.services-box-wrapper .head-title h3 {
			font-size: 24px; }
		.services-box-wrapper .main-content {
			margin-bottom: 0px; }
			.services-box-wrapper .main-content p {
				line-height: 30px;
				color: #727272; }
		.services-box-wrapper .schema-section {
			width: 55%;
			margin-bottom: 0px; }
	.services-banner {
		width: 100%;
		height: 659px;
		padding: 0 155px; }
		.services-banner .content .title {
			color: #ffffff;
			font-size: 71px;
			line-height: 104px;
			margin-bottom: 0px;
			max-width: 50%;
			font-weight: 700; }
		.services-banner .content .links a {
			color: #ffffff;
			margin-bottom: 27px;
			cursor: pointer;
			font-weight: 500;
			margin-bottom: 69px; }
			.services-banner .content .links a span.label {
				font-size: 32px;
				display: block; }
			.services-banner .content .links a span.t {
				font-size: 16px;
				display: block; }
			.services-banner .content .links a:last-child {
				margin-bottom: 0px; }
	.br-box-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: 1280px;
		margin: 0 auto;
		padding: 170px 70px; }
		.br-box-wrapper .context-box {
			width: 35%;
			margin-right: 0; }
		.br-box-wrapper .head-title h3 {
			font-size: 24px; }
		.br-box-wrapper .main-content {
			margin-bottom: 0px; }
			.br-box-wrapper .main-content p {
				line-height: 30px;
				color: #727272;
				margin-bottom: 0px; }
		.br-box-wrapper .schemas {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			margin-right: 10%;
			width: 55%; }
		.br-box-wrapper .schema-section {
			width: 50%;
			margin-bottom: 0px; } }

/* Extra large devices (large desktops, 1200px and up) */
/* 
        Extra small devices (portrait phones, less than 576px) 
        No media query since this is the default in Bootstrap because it is "mobile first"
    */
.scrollTop {
	position: fixed;
	top: 640px;
	right: 34px;
	z-index: 1;
	display: none; }
	.scrollTop img {
		height: 50px;
		width: 50px; }

.servizi {
	padding-top: 86px; }
	.servizi #nav-search-results .news-card.tile-card {
		width: calc(100% / 3 - 15px) !important; }
	.servizi #nav-search-results .news-card.rows-style {
		width: 100% !important; }
	.servizi .sticky-navbar-desktop {
		position: fixed;
		width: 100%;
		left: 0;
		padding: 16px;
		color: black;
		background-color: #ffffff;
		display: block;
		top: 82px;
		z-index: 100;
		height: 76px; }
	.servizi .sticky-navbar-mobile {
		position: fixed;
		width: 100%;
		left: 0;
		padding: 0px !important;
		color: black;
		background-color: #ffffff;
		display: block;
		top: 86px;
		z-index: 100;
		height: 65px; }
	.servizi .sticky-mobile {
		position: fixed;
		width: 100%;
		left: 0;
		color: black;
		-webkit-backdrop-filter: blur(4px);
		backdrop-filter: blur(4px);
		-webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.12);
		box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.12);
		background-color: #ffffff;
		display: block;
		top: 151px;
		z-index: 99;
		padding-left: 16px;
		padding-bottom: 10px; }
		.servizi .sticky-mobile .rightArrow, .servizi .sticky-mobile .leftArrow {
			display: none; }
		.servizi .sticky-mobile .CharacterContainermobile {
			margin-top: 10px !important; }
			.servizi .sticky-mobile .CharacterContainermobile .CharacterElement p {
				margin-bottom: 0; }
	.servizi .sticky-desktop {
		position: fixed;
		width: 100%;
		left: 0;
		padding: 16px;
		color: black;
		-webkit-backdrop-filter: blur(4px);
		backdrop-filter: blur(4px);
		-webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.12);
		box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.12);
		background-color: #ffffff;
		display: block;
		top: 158px;
		z-index: 99; }
		.servizi .sticky-desktop .CharacterContainer {
			margin-top: 0px !important; }
			.servizi .sticky-desktop .CharacterContainer .CharacterElement p {
				margin-bottom: 0; }
	.servizi .mobile-only {
		overflow: scroll; }
		.servizi .mobile-only #nav {
			width: -webkit-max-content;
			width: -moz-max-content;
			width: max-content; }
		.servizi .mobile-only .rightArrow {
			position: absolute;
			right: 14px;
			background: #fff;
			top: 21px;
			width: -webkit-max-content;
			width: -moz-max-content;
			width: max-content;
			padding: 6px 13px; }
			.servizi .mobile-only .rightArrow img {
				width: 7px;
				height: 13px; }
		.servizi .mobile-only .leftArrow {
			position: absolute;
			left: 14px;
			background: #fff;
			top: 21px;
			width: -webkit-max-content;
			width: -moz-max-content;
			width: max-content;
			padding: 6px 13px;
			display: none; }
			.servizi .mobile-only .leftArrow img {
				width: 7px;
				height: 13px; }
	.servizi .desktop-only {
		display: none; }
	.servizi #nav {
		padding-left: 0; }
	.servizi .glossary {
		overflow: hidden;
		padding-top: 0px; }
		.servizi .glossary .step-heading {
			padding-left: 0px; }
		.servizi .glossary .CharacterContainermobile {
			margin-top: 20px; }
			.servizi .glossary .CharacterContainermobile .CharacterElement p {
				border-radius: 0px;
				font-weight: 700; }
		.servizi .glossary #nav .CharacterContainer {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			width: 100%;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			border-left: 0;
			padding-left: 0;
			cursor: pointer; }
			.servizi .glossary #nav .CharacterContainer .Inactive {
				color: #000000;
				opacity: 0.2;
				cursor: default; }
		.servizi .glossary .news-card {
			min-height: 170px; }
			.servizi .glossary .news-card .card-body {
				padding: 30px 15px 21px 15px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column; }
				.servizi .glossary .news-card .card-body .type {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					width: -webkit-fit-content;
					width: -moz-fit-content;
					width: fit-content;
					-webkit-columns: #1f1f1f;
					-moz-columns: #1f1f1f;
					columns: #1f1f1f; }
				.servizi .glossary .news-card .card-body .title-block .title {
					font-size: 20px;
					font-weight: 700;
					line-height: 1.2;
					color: #1f1f1f;
					max-height: 72px;
					overflow-y: hidden;
					text-overflow: ellipsis;
					margin-bottom: 0; }
	.servizi h1.page-name {
		font-size: 30px;
		font-weight: 700;
		color: #000000;
		margin-top: 50px;
		margin-bottom: 15px; }
	.servizi .hero-body h1.title {
		line-height: 36px; }
	.servizi .news-card {
		width: 100%; }
		.servizi .news-card .tile-card {
			width: 100%; }

.hero-banner.servizi-hero {
	height: 325px;
	display: none; }
	.hero-banner.servizi-hero .hero-bread a, .hero-banner.servizi-hero .hero-bread span {
		color: #fff; }
	.hero-banner.servizi-hero .title {
		max-width: 90%; }
	.hero-banner.servizi-hero.nav-sda {
		background-image: url("../images/bg-hero-servizi-01.jpg"); }
	.hero-banner.servizi-hero.nav-cir {
		background-image: url("../images/bg-hero-servizi-02.jpg"); }
	.hero-banner.servizi-hero.nav-se {
		background-image: url("../images/bg-hero-servizi-03.jpg"); }
	.hero-banner.servizi-hero.nav-all {
		display: block;
		background-image: url("../images/bg-hero-servizi-04.jpg"); }

.hero-banner .overflow {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 0; }

.hero-banner.servizi-hero-detail {
	width: 100%;
	height: 327px;
	background: url("../images/bg-hero-serv.jpg") no-repeat center;
	background-size: cover; }
	.hero-banner.servizi-hero-detail.blue {
		background: #0033a1; }
	.hero-banner.servizi-hero-detail .hero-content {
		/*position: absolute;*/
		position:relative;
		z-index:9;
		padding-top: 120px; }
		.hero-banner.servizi-hero-detail .hero-content .title {
			font-size: 30px;
			font-weight: bold;
			line-height: 1.2;
			color: #ffffff;
			max-width: 100%; }
		.hero-banner.servizi-hero-detail .hero-content a.showVideo {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			margin-top: 20px; }
			.hero-banner.servizi-hero-detail .hero-content a.showVideo span.icon-play {
				width: 33px;
				height: 33px;
				background: url("../images/ico-play-inline.svg") no-repeat center;
				margin-right: 16px; }
			.hero-banner.servizi-hero-detail .hero-content a.showVideo .text {
				font-size: 16px;
				font-weight: 500;
				color: #ffffff; }
		.hero-banner.servizi-hero-detail .hero-content a.down-btn {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			margin-top: 20px; }
			.hero-banner.servizi-hero-detail .hero-content a.down-btn span.ico.icon-hero-down {
				width: 19px;
				height: 24px;
				background: url("../images/ico-hero-down.svg") no-repeat center;
				margin: 0 24px 0 7px; }
			.hero-banner.servizi-hero-detail .hero-content a.down-btn .text {
				font-size: 16px;
				font-weight: 500;
				color: #ffffff; }
		.hero-banner.servizi-hero-detail .hero-content .type {
			display: inline-block;
			font-size: 11px;
			line-height: 1.25;
			font-weight: 700;
			color: #000;
			text-transform: uppercase;
			padding: 5px 8px;
			margin-bottom: 15px; }
			.hero-banner.servizi-hero-detail .hero-content .type.offerte, .hero-banner.servizi-hero-detail .hero-content .type.offerteRif {
				background: #0033a1; }
			.hero-banner.servizi-hero-detail .hero-content .type.promo, .hero-banner.servizi-hero-detail .hero-content .type.listini, .hero-banner.servizi-hero-detail .hero-content .type.newsServizi {
				background: #02d0d2; }
			.hero-banner.servizi-hero-detail .hero-content .type.eventi {
				background: #ff4972; }
			.hero-banner.servizi-hero-detail .hero-content .type.inforete {
				background: #fc3fb2; }
			.hero-banner.servizi-hero-detail .hero-content .type.novita {
				background: #F19E25; }
			.hero-banner.servizi-hero-detail .hero-content .type.lightGreen {
				background: #DBF11E; }
			.hero-banner.servizi-hero-detail .hero-content .type.lightBlue {
				background: #bdd7ff; }
			.hero-banner.servizi-hero-detail .hero-content .type.darkerCyan {
				background: #02d2d2; }
	.hero-banner.servizi-hero-detail .bgr {
		display: none; }

.servizi-header-wrapper {
	margin-top: 40px; }
	.servizi-header-wrapper .main-section .main h1.title {
		font-size: 26px;
		font-weight: bold;
		line-height: 38px;
		color: #000000;
		margin-bottom: 24px; }
	.servizi-header-wrapper .main-section .main .descr {
		font-size: 15px;
		line-height: 1.33;
		color: #1f1f1f;
		margin-bottom: 30px; }
	.servizi-header-wrapper .main-section .more h4 {
		font-size: 15px;
		font-weight: bold;
		line-height: 1.33;
		color: #000000;
		margin-bottom: 13px; }
	.servizi-header-wrapper .main-section .more a.link-arrow {
		color: #0065f4; }
		.servizi-header-wrapper .main-section .more a.link-arrow span.ico {
			margin-left: 10px; }

.servizi-images-wrapper {
	margin-top: 59px; }
	.servizi-images-wrapper h3 {
		font-size: 24px;
		font-weight: bold;
		line-height: 1;
		color: #000000;
		margin-bottom: 34px; }
	.servizi-images-wrapper .sec {
		padding: 23px 20px;
		margin-bottom: 20px;
		background-size: cover; }
		.servizi-images-wrapper .sec.bg01 {
			background: url("../images/bg-services01.jpg") no-repeat; }
		.servizi-images-wrapper .sec.bg02 {
			background: url("../images/bg-services02.jpg") no-repeat; }
		.servizi-images-wrapper .sec.bg03 {
			background: url("../images/bg-services03.jpg") no-repeat; }
		.servizi-images-wrapper .sec.bg04 {
			background: url("../images/bg-services04.jpg") no-repeat; }
		.servizi-images-wrapper .sec.bg05 {
			background: url("../images/bg-services05.jpg") no-repeat; }
		.servizi-images-wrapper .sec.bg06 {
			background: url("../images/bg-services06.jpg") no-repeat; }
		.servizi-images-wrapper .sec.bg07 {
			background: url("../images/bg-services07.jpg") no-repeat; }
		.servizi-images-wrapper .sec .title {
			font-size: 24px;
			font-weight: bold;
			line-height: 1.25;
			color: #ffffff;
			margin-bottom: 16px; }
		.servizi-images-wrapper .sec .descr {
			font-size: 14px;
			line-height: 1.43;
			color: #ffffff; }

.servizi-cards-wrapper {
	padding: 40px 0px;
	overflow: hidden; }
	.servizi-cards-wrapper.onGray {
		background-color: #f7f7f7; }
	.servizi-cards-wrapper .title {
		font-size: 24px;
		font-weight: bold;
		color: #000000;
		margin-bottom: 20px; }
	.servizi-cards-wrapper .info {
		padding-bottom: 30px; }
	.servizi-cards-wrapper .info-wrap .info {
		border-bottom: solid 1px #979797; }
		.servizi-cards-wrapper .info-wrap .info:last-child {
			border-bottom: none; }
	.servizi-cards-wrapper .card-servizi {
		border: solid 1px #979797;
		padding: 20px 15px;
		min-height: 200px;
		margin-bottom: 10px;
		background-color: #ffffff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between; }
		.servizi-cards-wrapper .card-servizi .name {
			max-height: 48px;
			overflow: hidden;
			text-overflow: ellipsis;
			font-size: 16px;
			font-weight: bold;
			line-height: 1.5;
			color: #1f1f1f; }
		.servizi-cards-wrapper .card-servizi .descr {
			max-height: 102px;
			font-size: 12px;
			line-height: 1.42;
			color: #646464;
			overflow: hidden;
			text-overflow: ellipsis;
			margin-bottom: 0px; }
	.servizi-cards-wrapper .inline-cards {
		overflow: scroll;
		margin: 0 -30px;
		padding-left: 30px; }
		@media (min-width: 518px) {
		.servizi-cards-wrapper .inline-cards .row {
			width: -webkit-fit-content;
			width: -moz-fit-content;
			width: fit-content;
			overflow: scroll;
			-ms-flex-wrap: nowrap;
			flex-wrap: nowrap; }
		}.servizi-propedeutici-wrapper .inline-cards .row
		.servizi-cards-wrapper .inline-cards .news-card {
			width: 300px; }
			.servizi-cards-wrapper .inline-cards .news-card .card-body {
				padding: 30px 15px 30px; }
				.servizi-cards-wrapper .inline-cards .news-card .card-body .title-block .title {
					height: 48px;
					overflow: hidden;
					text-overflow: ellipsis;
					margin-bottom: 18px; }
				.servizi-cards-wrapper .inline-cards .news-card .card-body .text-block {
					height: 54px;
					overflow: hidden;
					text-overflow: ellipsis;
					font-size: 12px;
					line-height: 1.42;
					color: #646464; }

.borderSection {
	border-bottom: 1px solid #979797; }

.servizi-caratteristiche {
	padding: 30px 0 50px 0; }
	.servizi-caratteristiche h1.title {
		font-size: 26px;
		font-weight: bold;
		color: #000000;
		margin-bottom: 30px;
		line-height: 38px; }
	.servizi-caratteristiche ul {
		list-style: none;
		padding: 0;
		margin: 0;
		border: solid 1px #979797; }
		.servizi-caratteristiche ul li.item {
			padding: 40px;
			border-collapse: collapse;
			border-bottom: solid 1px #979797; }
			.servizi-caratteristiche ul li.item:last-child {
				border-bottom: none; }
			.servizi-caratteristiche ul li.item h3.title {
				font-size: 21px;
				font-weight: bold;
				color: #000000;
				margin-bottom: 64px; }
			.servizi-caratteristiche ul li.item .content .down .title, .servizi-caratteristiche ul li.item .content .up .title {
				font-size: 12px;
				color: #000000;
				margin-bottom: 23px;
				text-transform: uppercase;
				display: block; }
			.servizi-caratteristiche ul li.item .content .down .num, .servizi-caratteristiche ul li.item .content .up .num {
				font-size: 40px;
				font-weight: bold;
				color: #0164f2;
				margin-bottom: 60px;
				display: block; }
			.servizi-caratteristiche ul li.item .content .down .desc, .servizi-caratteristiche ul li.item .content .up .desc {
				font-size: 16px;
				color: #000000;
				display: block; }
			.servizi-caratteristiche ul li.item .content .up .num {
				margin-bottom: 0px; }
		.servizi-caratteristiche ul.nobordbott {
			border-bottom: none; }

.servizi-accordion-wrapper .gen-accordion .scheda-tecnica .services-box-wrapper {
	padding: 0 30px; }
	.servizi-accordion-wrapper .gen-accordion .scheda-tecnica .services-box-wrapper .schema-section {
		padding: 0;
		border: none; }
		.servizi-accordion-wrapper .gen-accordion .scheda-tecnica .services-box-wrapper .schema-section .head-schema .head-title {
			visibility: hidden;
			height: 0px; }

.servizi-accordion-wrapper h2.title {
	font-size: 26px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 34px; }

.servizi-accordion-wrapper .inner-page-header {
	margin-top: 0px; }
	.servizi-accordion-wrapper .inner-page-header .tablist .tab-content .accordion .card {
		max-width: none; }

.servizi-propedeutici-wrapper {
	overflow: hidden;
	padding: 40px 0 80px 0; }
	.servizi-propedeutici-wrapper h2.title {
		font-size: 26px;
		font-weight: bold;
		color: #000000;
		margin-bottom: 34px; }
	.servizi-propedeutici-wrapper .inline-cards {
		overflow: scroll;
		margin: 0 -30px;
		padding-left: 30px; }
		@media (min-width: 512px) {
		.servizi-propedeutici-wrapper .inline-cards .row {
			width: -webkit-fit-content;
			width: -moz-fit-content;
			width: fit-content;
			overflow: scroll;
			-ms-flex-wrap: nowrap;
			flex-wrap: nowrap; }
		}
		@media (max-width: 512px) {
			.servizi-propedeutici-wrapper .inline-cards .row .col-12.col-sm-4{
				margin-bottom: 20px;
			}
		}
		.servizi-propedeutici-wrapper .inline-cards .image-card {
			width: 303px;
			height: 212px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			background-size: cover; }
			.servizi-propedeutici-wrapper .inline-cards .image-card.bg01 {
				background: url("../images/bg-services01.jpg") no-repeat; }
			.servizi-propedeutici-wrapper .inline-cards .image-card.bg02 {
				background: url("../images/bg-services02.jpg") no-repeat; }
			.servizi-propedeutici-wrapper .inline-cards .image-card.bg03 {
				background: url("../images/bg-services03.jpg") no-repeat; }
			.servizi-propedeutici-wrapper .inline-cards .image-card.bg04 {
				background: url("../images/bg-services04.jpg") no-repeat; }
			.servizi-propedeutici-wrapper .inline-cards .image-card.bg05 {
				background: url("../images/bg-services05.jpg") no-repeat; }
			.servizi-propedeutici-wrapper .inline-cards .image-card.bg06 {
				background: url("../images/bg-services06.jpg") no-repeat; }
			.servizi-propedeutici-wrapper .inline-cards .image-card.bg07 {
				background: url("../images/bg-services07.jpg") no-repeat; }
			.servizi-propedeutici-wrapper .inline-cards .image-card .card-body {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				-webkit-box-pack: end;
				-ms-flex-pack: end;
				justify-content: flex-end; }
				.servizi-propedeutici-wrapper .inline-cards .image-card .card-body .title-block .title {
					height: 59px;
					font-size: 25.4px;
					font-weight: bold;
					line-height: 1.25;
					color: #ffffff;
					margin-bottom: 22px;
					overflow: hidden;
					text-overflow: ellipsis; }
				.servizi-propedeutici-wrapper .inline-cards .image-card .card-body .title-block .cat {
					font-size: 10.6px;
					font-weight: bold;
					line-height: 1;
					color: #ffffff;
					text-transform: uppercase; }

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
	.servizi .hero-banner.servizi-hero {
		height: 200px; }
	.servizi .hero-banner.servizi-hero-detail {
		height: 257px;
		background: url("../images/bg-hero-serv.jpg") no-repeat center;
		background-size: cover; }
		.servizi .hero-banner.servizi-hero-detail.blue {
			background: #0033a1; }
		.servizi .hero-banner.servizi-hero-detail .hero-content {
			padding-top: 100px;
			position: absolute; }
			.servizi .hero-banner.servizi-hero-detail .hero-content .title {
				font-size: 40px;
				line-height: 50px;
				padding-top: 0px;
				max-width: none; }
			.servizi .hero-banner.servizi-hero-detail .hero-content .actions {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex; }
			.servizi .hero-banner.servizi-hero-detail .hero-content a.showVideo {
				margin-top: 17px;
				margin-right: 60px; }
	.servizi-detail-page-wrapper .servizi-header-wrapper .main-section {
		max-width: 70%; }
		.servizi-detail-page-wrapper .servizi-header-wrapper .main-section .main .title {
			font-size: 30px; }
	.servizi-detail-page-wrapper .servizi-caratteristiche {
		padding: 50px 0; }
		.servizi-detail-page-wrapper .servizi-caratteristiche .title {
			font-size: 30px; }
		.servizi-detail-page-wrapper .servizi-caratteristiche ul li.item {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			padding: 50px 80px; }
			.servizi-detail-page-wrapper .servizi-caratteristiche ul li.item h3.title {
				margin-bottom: 0px;
				max-width: 25%;
				line-height: 34px; }
			.servizi-detail-page-wrapper .servizi-caratteristiche ul li.item .content {
				max-width: 39%; }
	.servizi-detail-page-wrapper .servizi-cards-wrapper h2.title {
		margin-bottom: 40px; }
	.servizi-detail-page-wrapper .servizi-cards-wrapper .inline-cards .news-card {
		width: 306px;
		height: 254px; }
		.servizi-detail-page-wrapper .servizi-cards-wrapper .inline-cards .news-card .card-body {
			padding: 24px; }
			.servizi-detail-page-wrapper .servizi-cards-wrapper .inline-cards .news-card .card-body .type {
				color: #000;
				margin-bottom: 23px; }
			.servizi-detail-page-wrapper .servizi-cards-wrapper .inline-cards .news-card .card-body .title-block .title {
				font-size: 19.2px;
				line-height: 1.27;
				margin-bottom: 20px;
				height: 49px; }
			.servizi-detail-page-wrapper .servizi-cards-wrapper .inline-cards .news-card .card-body .text-block {
				height: 97px;
				margin-top: 0px; }
				.servizi-detail-page-wrapper .servizi-cards-wrapper .inline-cards .news-card .card-body .text-block p {
					line-height: 1.5;
					max-height: 97px; }
	.servizi-detail-page-wrapper .servizi-propedeutici-wrapper .inline-cards .image-card {
		height: 212px;
		width: 329px; } }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.scrollTop {
		display: block; }
	.servizi {
		padding-top: 100px; }
		.servizi .mobile-only {
			display: none; }
		.servizi .desktop-only {
			display: block; }
		.servizi #nav {
			padding-left: 0; }
		.servizi .glossary {
			overflow: hidden; }
			.servizi .glossary .step-heading {
				padding-left: 0px; }
			.servizi .glossary .CharacterContainermobile {
				margin-top: 20px; }
				.servizi .glossary .CharacterContainermobile .CharacterElement p {
					border-radius: 0px;
					font-weight: 700; }
			.servizi .glossary .CharacterContainer {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				width: 100%;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				-ms-flex-direction: row;
				flex-direction: row;
				-webkit-box-pack: justify;
				-ms-flex-pack: justify;
				justify-content: space-between; }
			.servizi .glossary .news-card .card-body {
				padding: 30px 15px 21px 15px; }
		.servizi h1.page-name {
			font-size: 30px;
			font-weight: 700;
			color: #000000;
			margin-top: 50px;
			margin-bottom: 15px; }
		.servizi .hero-body h1.title {
			line-height: 36px; }
		.servizi .news-card {
			width: 100%; }
			.servizi .news-card .tile-card {
				width: 100%; }
		.servizi .hero-banner.servizi-hero {
			height: 325px; }
			.servizi .hero-banner.servizi-hero .title {
				font-size: 50px;
				font-weight: 700;
				max-width: 70% !important;
				line-height: 1.12 !important; }
		.servizi .hero-banner.servizi-hero-detail {
			width: 100%;
			height: 325px;
			background: #0033a1;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row; }
			.servizi .hero-banner.servizi-hero-detail .hero-content {
				padding-top: 103px;
				position: relative;
				width: 55%;
				background: #0033a1; }
				.servizi .hero-banner.servizi-hero-detail .hero-content .title {
					font-size: 54px;
					line-height: 62px;
					margin-bottom: 30px;
					max-width: 80%; }
			.servizi .hero-banner.servizi-hero-detail .bgr {
				display: block;
				background: url("../images/bg-hero-serv.jpg") no-repeat center;
				background-size: cover;
				height: 100%;
				width: 45%;
				position: absolute;
				right: 0px;
				top: 0px; }
			.servizi .hero-banner.servizi-hero-detail.blue .bgr {
				background: #0033a1; }
	.tab-content .servizi-cards-wrapper {
		padding: 75px 0 86px 0; }
		.tab-content .servizi-cards-wrapper .title {
			font-size: 28px;
			font-weight: bold;
			margin-bottom: 21px;
			max-width: 465px; }
		.tab-content .servizi-cards-wrapper .info {
			font-size: 15px;
			line-height: 1.33;
			color: #1f1f1f;
			max-width: 465px;
			margin-bottom: 42px; }
		.tab-content .servizi-cards-wrapper .card-servizi {
			min-height: 170px;
			margin-bottom: 21px; }
	.servizi-header-wrapper {
		margin-top: 53px;
		margin-bottom: 30px; }
		.servizi-header-wrapper .main-section {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			-webkit-box-align: start;
			-ms-flex-align: start;
			align-items: flex-start;
			max-width: none !important; }
			.servizi-header-wrapper .main-section .main h1.title {
				max-width: none;
				font-size: 36px;
				font-weight: bold;
				color: #000000;
				margin-bottom: 19px;
				max-width: 550px; }
			.servizi-header-wrapper .main-section .main .descr {
				max-width: 465px;
				font-size: 15px;
				line-height: 1.33;
				letter-spacing: normal;
				color: #000000; }
			.servizi-header-wrapper .main-section .more {
				max-width: 280px; }
				.servizi-header-wrapper .main-section .more h4 {
					font-size: 15px;
					font-weight: bold;
					line-height: 1.33;
					text-align: right;
					margin-bottom: 25px; }
				.servizi-header-wrapper .main-section .more a.link-arrow {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-orient: horizontal;
					-webkit-box-direction: normal;
					-ms-flex-direction: row;
					flex-direction: row;
					-webkit-box-pack: end;
					-ms-flex-pack: end;
					justify-content: flex-end; }
	.servizi-images-wrapper {
		margin-bottom: 138px; }
		.servizi-images-wrapper .sec {
			height: 324px;
			padding: 27px 45px;
			margin-bottom: 20px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-pack: end;
			-ms-flex-pack: end;
			justify-content: flex-end; }
			.servizi-images-wrapper .sec .title {
				font-size: 28px;
				font-weight: bold;
				line-height: 1.07;
				color: #ffffff;
				margin-bottom: 14px; }
			.servizi-images-wrapper .sec .descr {
				font-size: 15px;
				line-height: 1.33; }
	.servizi-detail-page-wrapper .servizi-header-wrapper {
		margin-top: 53px;
		margin-bottom: 30px; }
		.servizi-detail-page-wrapper .servizi-header-wrapper .main-section {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			-webkit-box-align: start;
			-ms-flex-align: start;
			align-items: flex-start;
			max-width: none !important; }
			.servizi-detail-page-wrapper .servizi-header-wrapper .main-section .main h1.title {
				max-width: none;
				font-size: 24px;
				font-weight: bold;
				color: #000000;
				margin-bottom: 16px;
				max-width: 647px; }
			.servizi-detail-page-wrapper .servizi-header-wrapper .main-section .main .descr {
				max-width: 567px;
				font-size: 16px;
				line-height: 1.38;
				letter-spacing: normal;
				color: #000000; }
			.servizi-detail-page-wrapper .servizi-header-wrapper .main-section .more {
				max-width: 280px; }
				.servizi-detail-page-wrapper .servizi-header-wrapper .main-section .more h4 {
					font-size: 15px;
					font-weight: bold;
					line-height: 1.33;
					text-align: right; }
				.servizi-detail-page-wrapper .servizi-header-wrapper .main-section .more a.link-arrow {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-orient: horizontal;
					-webkit-box-direction: normal;
					-ms-flex-direction: row;
					flex-direction: row;
					-webkit-box-pack: end;
					-ms-flex-pack: end;
					justify-content: flex-end; }
	.servizi-detail-page-wrapper .servizi-cards-wrapper {
		padding: 65px 0 0 0; }
		.servizi-detail-page-wrapper .servizi-cards-wrapper.onGray {
			background: #ffffff; }
		.servizi-detail-page-wrapper .servizi-cards-wrapper .info-wrap {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex; }
		.servizi-detail-page-wrapper .servizi-cards-wrapper .title {
			font-size: 28px;
			font-weight: bold;
			margin-bottom: 21px !important; }
		.servizi-detail-page-wrapper .servizi-cards-wrapper .info {
			font-size: 15px;
			line-height: 1.33;
			color: #1f1f1f;
			margin-bottom: 20px;
			padding-top: 16px;
			width: 50%; }
			.servizi-detail-page-wrapper .servizi-cards-wrapper .info:first-child {
				border-bottom: none;
				border-right: solid 1px #979797; }
			.servizi-detail-page-wrapper .servizi-cards-wrapper .info:last-child {
				padding-left: 46px; }
		.servizi-detail-page-wrapper .servizi-cards-wrapper .card-servizi {
			min-height: 170px;
			margin-bottom: 21px; }
		.servizi-detail-page-wrapper .servizi-cards-wrapper .inline-cards {
			overflow: hidden; }
			.servizi-detail-page-wrapper .servizi-cards-wrapper .inline-cards .news-card {
				width: auto;
				height: 254px; }
	.servizi-detail-page-wrapper .servizi-accordion-wrapper {
		margin-top: 107px; }
		.servizi-detail-page-wrapper .servizi-accordion-wrapper .gen-accordion .scheda-tecnica .services-box-wrapper {
			padding: 0 30px; }
			.servizi-detail-page-wrapper .servizi-accordion-wrapper .gen-accordion .scheda-tecnica .services-box-wrapper .schema-section {
				padding: 25px 32px;
				border: 1px solid #979797; }
				.servizi-detail-page-wrapper .servizi-accordion-wrapper .gen-accordion .scheda-tecnica .services-box-wrapper .schema-section .head-schema .head-title {
					visibility: visible;
					height: auto; }
		.servizi-detail-page-wrapper .servizi-accordion-wrapper .gen-accordion .more {
			max-width: 800px;
			margin: 54px auto 80px auto; }
	.servizi-detail-page-wrapper .servizi-caratteristiche h1.title {
		font-size: 24px;
		margin-bottom: 40px; }
	.servizi-detail-page-wrapper .servizi-caratteristiche ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex; }
		.servizi-detail-page-wrapper .servizi-caratteristiche ul li.item {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			border-right: 1px solid #979797;
			border-bottom: none;
			width: 33.33%;
			-webkit-box-align: start;
			-ms-flex-align: start;
			align-items: flex-start;
			-webkit-box-pack: start;
			-ms-flex-pack: start;
			justify-content: flex-start; }
			.servizi-detail-page-wrapper .servizi-caratteristiche ul li.item:last-child {
				border-right: none; }
			.servizi-detail-page-wrapper .servizi-caratteristiche ul li.item h3.title {
				max-width: 100%;
				margin-bottom: 55px; }
			.servizi-detail-page-wrapper .servizi-caratteristiche ul li.item .content {
				max-width: 100%; }
				.servizi-detail-page-wrapper .servizi-caratteristiche ul li.item .content .down .title, .servizi-detail-page-wrapper .servizi-caratteristiche ul li.item .content .up .title {
					margin-bottom: 20px; }
				.servizi-detail-page-wrapper .servizi-caratteristiche ul li.item .content .down .num, .servizi-detail-page-wrapper .servizi-caratteristiche ul li.item .content .up .num {
					margin-bottom: 50px; }
				.servizi-detail-page-wrapper .servizi-caratteristiche ul li.item .content .up .num {
					margin-bottom: 0px; }
	.servizi-detail-page-wrapper .servizi-propedeutici-wrapper .inline-cards {
		overflow: hidden; }
		.servizi-detail-page-wrapper .servizi-propedeutici-wrapper .inline-cards .image-card {
			width: auto; }
			.servizi-detail-page-wrapper .servizi-propedeutici-wrapper .inline-cards .image-card .card-body .title-block .title {
				max-width: 80%; } }

/* Extra large devices (large desktops, 1200px and up) */
.tutorial-panel {
	width: 596px;
	border-radius: 2px;
	border: solid 1px #979797;
	background-color: #ffffff;
	position: fixed;
	right: 125px;
	top: 125px;
	padding: 29px;
	z-index: 999999; }
	.tutorial-panel .content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; }
		.tutorial-panel .content .ico.ico-info {
			width: 27px;
			height: 27px;
			background: url(../images/ico-input-info.svg) center/cover no-repeat; }
		.tutorial-panel .content .text-wrapper .title {
			font-size: 18px;
			font-weight: bold;
			line-height: 1;
			color: #000000;
			margin-bottom: 11px; }
		.tutorial-panel .content .text-wrapper .subtitle {
			font-size: 14px;
			line-height: 1.5;
			color: #000000; }
		.tutorial-panel .content .text-wrapper .section-col-header {
			margin-top: 17px; }
			.tutorial-panel .content .text-wrapper .section-col-header .link-news {
				margin-bottom: 0px;
				color: #0065f4; }
		.tutorial-panel .content .close-panel {
			display: inline-block; }
			.tutorial-panel .content .close-panel img {
				height: 15px;
				width: 15px;
				opacity: 1; }

.tutorialModal .modal-dialog {
	min-width: auto;
	width: 90%;
	max-width: 90%;
	max-width: 1100px;
	margin-top: 62px; }

.tutorialModal .modal-content {
	padding: 0;
	overflow: hidden; }

.tutorialModal .super-home-tutorial-slider {
	width: 100%; }

.tutorialModal button.close-modal {
	width: 36px;
	height: 36px;
	background: url(../images/ico-close-tutorial.svg) center/contain no-repeat;
	position: absolute;
	top: 46px;
	right: 56px;
	border: none;
	cursor: pointer; }

.tutorialModal .swiper-wrapper {
	z-index: 3; }

.tutorialModal .swiper-pagination {
	z-index: 2; }

.tutorialModal .swiper-button-next, .tutorialModal .swiper-button-prev {
	z-index: 4; }

.tutorialModal .swiper-pagination {
	top: 44px; }
	.tutorialModal .swiper-pagination .swiper-pagination-bullet {
		background: #E3E3E3; }
		.tutorialModal .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
			background: #ffffff; }

.tutorialModal .swiper-slide {
	width: 1100px;
	height: 741px;
	text-align: center; }
	.tutorialModal .swiper-slide.bicolor {
		background: -webkit-gradient(linear, left top, left bottom, from(#0033a1), color-stop(68%, #0033a1), color-stop(68%, white), to(white));
		background: linear-gradient(180deg, #0033a1 0%, #0033a1 68%, white 68%, white 100%); }
	.tutorialModal .swiper-slide.blue {
		background: #0033a1; }
	.tutorialModal .swiper-slide .content img.ico-hi {
		height: 106px;
		text-align: center;
		margin: 0 auto;
		margin-top: 98px;
		width: 106px; }
	.tutorialModal .swiper-slide .content h1.welcome {
		font-size: 60px;
		font-weight: bold;
		color: #ffffff;
		margin-top: 16px; }
	.tutorialModal .swiper-slide .content p {
		font-size: 18px;
		line-height: 1.73;
		text-align: center;
		color: #ffffff;
		max-width: 71%;
		margin: 23px auto; }
	.tutorialModal .swiper-slide .content.innerSlide h2 {
		font-size: 44px;
		font-weight: bold;
		line-height: 0.82;
		color: #ffffff;
		margin-top: 138px; }
	.tutorialModal .swiper-slide .content.innerSlide p {
		font-size: 16px;
		line-height: 1.64;
		text-align: center;
		color: #ffffff;
		max-width: 65%;
		margin: 27px auto; }
	.tutorialModal .swiper-slide .content.intro .links-wrapper a.link.indietro {
		visibility: hidden; }
	.tutorialModal .swiper-slide .content.outro img.ico-hi {
		margin-top: 125px; }
	.tutorialModal .swiper-slide .content.outro h1 {
		margin-top: 28px;
		max-width: 65%;
		margin: 18px auto;
		line-height: 1.28; }
	.tutorialModal .swiper-slide .content.outro p {
		font-size: 23px;
		line-height: 1.73;
		max-width: 49%;
		margin: 23px auto;
		margin-top: 58px; }
	.tutorialModal .swiper-slide .content.outro .links-wrapper a.link {
		color: #ffffff; }
		.tutorialModal .swiper-slide .content.outro .links-wrapper a.link:hover {
			color: #ffffff; }
		.tutorialModal .swiper-slide .content.outro .links-wrapper a.link span.ico {
			background: url(../images/link-arrow.svg) center/cover no-repeat; }
	.tutorialModal .swiper-slide .content .img-wrapper {
		width: 100%;
		position: absolute;
		bottom: 0px; }
	.tutorialModal .swiper-slide .content .links-wrapper {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 90%;
		padding: 0 5%;
		bottom: 18px;
		position: absolute; }
		.tutorialModal .swiper-slide .content .links-wrapper a.link {
			color: #0065f4;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			margin-bottom: 32px;
			font-size: 16px;
			font-weight: 500; }
			.tutorialModal .swiper-slide .content .links-wrapper a.link span.ico {
				display: inline-block;
				height: 12px;
				width: 6px;
				margin-left: 10px;
				background: url(../images/link-arrow-blue.svg) center/cover no-repeat; }
				.tutorialModal .swiper-slide .content .links-wrapper a.link span.ico.back {
					margin-right: 10px;
					-webkit-transform: rotate(180deg);
					transform: rotate(180deg); }
			.tutorialModal .swiper-slide .content .links-wrapper a.link:hover {
				cursor: pointer;
				text-decoration: none; }
				.tutorialModal .swiper-slide .content .links-wrapper a.link:hover span.t {
					color: #0050c1; }
			.tutorialModal .swiper-slide .content .links-wrapper a.link:active {
				color: #0164f2; }
			.tutorialModal .swiper-slide .content .links-wrapper a.link:past {
				color: #0050c1; }

.tutorialModal .bg {
	position: absolute;
	z-index: -1;
	opacity: 0.5; }
	.tutorialModal .bg img {
		width: 100%;
		height: 100%; }

.header .main-navbar .news-card-image-description-header iframe {
	width: 330px;
	height: 187px;
	margin: 15px 0 0; }
	.header .main-navbar .news-card-image-description-header iframe:focus {
		outline: none; }

.container-radio {
	display: inline-block;
	position: relative;
	padding-left: 25px;
	margin: 0 15px 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }
	.container-radio input {
		position: absolute;
		opacity: 0;
		cursor: pointer; }
		.container-radio input:checked ~ .checkmark:after {
			display: block; }
	.container-radio .checkmark {
		position: absolute;
		top: 6px;
		left: 0;
		height: 20px;
		width: 20px;
		border-radius: 50%;
		background-color: #0064f2;
		border: 1px solid #fff;
		-webkit-box-sizing: border-box;
		box-sizing: border-box; }
		.container-radio .checkmark:after {
			display: none;
			content: '';
			position: absolute;
			top: 3px;
			left: 3px;
			width: 12px;
			height: 12px;
			border-radius: 50%;
			background: white; }

.section-search-info {
	margin-top: 80px;
	position: relative; }
	.section-search-info.blue:before {
		background: #0064f2;
		height: 218px; }
	.section-search-info.blue .input-search input {
		color: #fff;
		border-bottom-color: #fff; }
	.section-search-info.blue .input-search img.search {
		-webkit-filter: brightness(0) invert(1);
		filter: brightness(0) invert(1); }
	.section-search-info.blue .input-search ::-webkit-input-placeholder {
		color: #fff; }
	.section-search-info.blue .input-search :-ms-input-placeholder {
		color: #fff; }
	.section-search-info.blue .input-search ::-moz-placeholder {
		color: #fff; }
	.section-search-info.blue .input-search ::-ms-input-placeholder {
		color: #fff; }
	.section-search-info.blue .input-search ::placeholder {
		color: #fff; }
	.section-search-info.blue .input-search .img {
		height: 33px; }
	.section-search-info.gray:before {
		background: #efefef;
		height: 184px; }
	.section-search-info.gray .input-search input {
		color: #000;
		border-bottom-color: #000; }
	.section-search-info.gray .input-search img.search {
		-webkit-filter: brightness(0) invert(0);
		filter: brightness(0) invert(0); }
	.section-search-info.gray .input-search ::-webkit-input-placeholder {
		color: #000; }
	.section-search-info.gray .input-search :-ms-input-placeholder {
		color: #000; }
	.section-search-info.gray .input-search ::-moz-placeholder {
		color: #000; }
	.section-search-info.gray .input-search ::-ms-input-placeholder {
		color: #000; }
	.section-search-info.gray .input-search ::placeholder {
		color: #000; }
	.section-search-info:before {
		content: '';
		width: 100%;
		position: absolute;
		z-index: -1; }
	.section-search-info .input-search {
		padding: 50px 10px 30px; }
		.section-search-info .input-search input {
			width: calc(100% - 16px);
			background: transparent;
			border-width: 0 0 1px;
			font-weight: 500;
			font-size: 27px;
			outline: none !important;
			display: inline-block;
			height: 43px; }
		.section-search-info .input-search img {
			display: inline-block;
			width: 16px;
			height: 34px;
			border-bottom: 1px solid #fff; }
		.section-search-info .input-search .div-radio {
			color: #fff;
			font-size: 14px;
			margin-top: 20px;
			line-height: 2.1; }
	.section-search-info .dinamic-content {
		padding: 55px 50px;
		background: #fff;
		border: solid 1px #979797;
		font-size: 18px; }
		.section-search-info .dinamic-content h4 {
			font-weight: bold;
			margin: 0; }
		.section-search-info .dinamic-content p {
			color: #646464;
			margin: 0; }
		.section-search-info .dinamic-content img {
			width: 54px;
			float: left;
			margin-right: 20px; }
		.section-search-info .dinamic-content .row {
			display: none; }
			.section-search-info .dinamic-content .row .col-4 {
				margin-top: 64px;
				font-size: 14px; }
				.section-search-info .dinamic-content .row .col-4 img {
					background: #d7e7ff;
					padding: 21px;
					border-radius: 50%;
					width: 18px;
					-webkit-box-sizing: content-box;
					box-sizing: content-box; }
				.section-search-info .dinamic-content .row .col-4 p {
					max-width: 220px;
					margin-left: 80px; }
		.section-search-info .dinamic-content.result .row {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex; }
		.section-search-info .dinamic-content.result .preview {
			display: none; }

.section-search-info {
	margin-bottom: 80px;
	position: relative; }
	.section-search-info .container-fluid {
		margin-right: 80px;
		width: calc(100% - 80px); }
	.section-search-info.blue:before {
		background: #0064f2;
		height: 218px; }
	.section-search-info.blue .input-search input {
		color: #fff;
		border-bottom-color: #fff; }
	.section-search-info.blue .input-search img.search {
		-webkit-filter: brightness(0) invert(1);
		filter: brightness(0) invert(1); }
	.section-search-info.blue .input-search ::-webkit-input-placeholder {
		color: #fff; }
	.section-search-info.blue .input-search :-ms-input-placeholder {
		color: #fff; }
	.section-search-info.blue .input-search ::-moz-placeholder {
		color: #fff; }
	.section-search-info.blue .input-search ::-ms-input-placeholder {
		color: #fff; }
	.section-search-info.blue .input-search ::placeholder {
		color: #fff; }
	.section-search-info.gray:before {
		background: #efefef;
		height: 184px; }
	.section-search-info.gray .input-search input {
		color: #000;
		border-bottom-color: #000; }
	.section-search-info.gray .input-search img.search {
		-webkit-filter: brightness(0) invert(0);
		filter: brightness(0) invert(0); }
	.section-search-info.gray .input-search img.reset {
		border-bottom-color: #000; }
	.section-search-info.gray .input-search ::-webkit-input-placeholder {
		color: #000; }
	.section-search-info.gray .input-search :-ms-input-placeholder {
		color: #000; }
	.section-search-info.gray .input-search ::-moz-placeholder {
		color: #000; }
	.section-search-info.gray .input-search ::-ms-input-placeholder {
		color: #000; }
	.section-search-info.gray .input-search ::placeholder {
		color: #000; }
	.section-search-info:before {
		content: '';
		width: 100%;
		position: absolute;
		z-index: -1; }
	.section-search-info .input-search {
		padding: 50px 10px 30px; }
		.section-search-info .input-search input {
			width: 100%;
			background: transparent;
			border-width: 0 0 1px;
			font-weight: 500;
			font-size: 27px;
			outline: none !important;
			display: inline-block;
			height: 43px;
			padding-right: 16px; }
		.section-search-info .input-search img {
			display: inline-block;
			width: 16px;
			height: 34px;
			border-bottom: none;
			margin-left: -16px; }
		.section-search-info .input-search img.reset {
			display: none;
			cursor: pointer;
			margin-left: -16px; }
		.section-search-info .input-search .div-radio {
			color: #fff;
			font-size: 14px;
			margin-top: 20px;
			line-height: 2.1; }
	.section-search-info .dinamic-content {
		padding: 55px 50px;
		background: #fff;
		border: solid 1px #979797;
		font-size: 18px; }
		.section-search-info .dinamic-content h4 {
			font-weight: bold;
			margin: 0; }
		.section-search-info .dinamic-content p {
			color: #646464;
			margin: 0; }
		.section-search-info .dinamic-content img {
			width: 54px;
			float: left;
			margin-right: 20px; }
		.section-search-info .dinamic-content .row {
			display: none; }
			.section-search-info .dinamic-content .row.blue .col-4 {
				margin-top: 64px; }
				.section-search-info .dinamic-content .row.blue .col-4 h4 {
					font-size: 14px; }
				.section-search-info .dinamic-content .row.blue .col-4 img {
					background: #d7e7ff;
					padding: 21px;
					border-radius: 50%;
					width: 18px;
					-webkit-box-sizing: content-box;
					box-sizing: content-box; }
				.section-search-info .dinamic-content .row.blue .col-4 p {
					font-size: 14px;
					max-width: 220px;
					margin-left: 80px; }
			.section-search-info .dinamic-content .row.gray .col-4 {
				margin-top: 19px;
				background-color: #d6f400;
				padding: 50px 20px 24px;
				position: relative;
				height: 130px;
				max-width: calc((100% - 40px) / 3);
				-webkit-box-flex: 0;
				-ms-flex: 0 0 calc((100% - 40px) / 3);
				flex: 0 0 calc((100% - 40px) / 3); }
				.section-search-info .dinamic-content .row.gray .col-4:nth-child(3n + 1) {
					margin-right: 10px; }
				.section-search-info .dinamic-content .row.gray .col-4:nth-child(3n + 2) {
					margin-right: 10px;
					margin-left: 10px; }
				.section-search-info .dinamic-content .row.gray .col-4:nth-child(3n) {
					margin-left: 10px; }
				.section-search-info .dinamic-content .row.gray .col-4.alternative {
					background-color: #bdd7ff; }
				.section-search-info .dinamic-content .row.gray .col-4 h4 {
					font-size: 14px; }
				.section-search-info .dinamic-content .row.gray .col-4 p {
					font-size: 14px;
					max-width: 220px;
					margin-left: 80px;
					font-size: 12px;
					margin: 6px 0 0 0; }
				.section-search-info .dinamic-content .row.gray .col-4 .squares {
					background: url("../images/card-overlay-squares.svg") center/cover no-repeat;
					width: 118px;
					height: 110px;
					position: absolute;
					top: 0;
					right: 0; }
		.section-search-info .dinamic-content.result .row {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex; }
		.section-search-info .dinamic-content.result .preview {
			display: none; }

.section-offers-info h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 25px 15px; }

.section-offers-info .container-fluid {
	margin-right: 80px;
	width: calc(100% - 80px); }
	.section-offers-info .container-fluid .row .col-6 .card {
		border: solid 1px #979797;
		padding: 0 48px;
		background: url("../images/bg-tim.svg");
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: 25%; }
		.section-offers-info .container-fluid .row .col-6 .card h6 {
			font-size: 18px;
			font-weight: bold;
			margin-bottom: 23px;
			margin-top: 45px; }
		.section-offers-info .container-fluid .row .col-6 .card button {
			text-transform: uppercase;
			margin-bottom: 40px;
			width: 165px; }

.main-super {
	padding-top: 85px;
	overflow: hidden; }
	.main-super > .row {
		display: block; }
		.main-super > .row .siderbar {
			display: none; }

.hero-private-home {
	height: 308px;
	width: 100%;
	background-color: #0033a1;
	padding-bottom: 72px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }
	.hero-private-home .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end; }
	.hero-private-home h1 {
		color: #ffffff;
		font-size: 30px;
		font-weight: 700;
		line-height: 1.2;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end; }

.section-col-cards .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	overflow: scroll; }

.section-col-cards .card {
	padding: 32px 30px;
	min-height: 218px;
	min-width: 100%;
	margin-right: 16px; }
	.section-col-cards .card .ico.ico-expand {
		width: 18px;
		height: 18px;
		background: url(../images/ico-card-show-more.svg) center/cover no-repeat;
		position: absolute;
		bottom: 20px;
		right: 20px; }
	.section-col-cards .card .overlay {
		width: 209px;
		height: 211px;
		position: absolute;
		top: 0;
		right: 0; }
		.section-col-cards .card .overlay.squares {
			background: url(../images/card-overlay-squares.svg) center/cover no-repeat; }
	.section-col-cards .card .title {
		font-size: 26px;
		font-weight: 700;
		line-height: 1.23;
		color: #000000;
		margin-bottom: 15px; }
	.section-col-cards .card .text {
		font-size: 16px;
		line-height: 1.56;
		color: #000000; }
	.section-col-cards .card.cyan {
		background-color: #50e3c2; }
	.section-col-cards .card.lightgreen {
		background-color: #dbf11e; }
	.section-col-cards .card.lightred {
		background-color: #ff4972; }
	.section-col-cards .card:hover {
		text-decoration: none; }
		.section-col-cards .card:hover .title {
			color: #0050c1;
			text-decoration: none; }

.section-check-cards .title {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.13;
	color: #555555;
	margin: 30px 0; }

.section-check-cards .wrapper {
	overflow: scroll; }
	.section-check-cards .wrapper .check-card {
		border: 1px solid #979797;
		padding: 20px;
		min-width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-right: 16px;
		background-color: #ffffff; }
		.section-check-cards .wrapper .check-card .content {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-line-pack: center;
			align-content: center;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column; }
		.section-check-cards .wrapper .check-card .card-title {
			font-size: 16px;
			font-weight: bold;
			font-stretch: normal;
			font-style: normal;
			line-height: 1.25;
			letter-spacing: normal; }
		.section-check-cards .wrapper .check-card span.ico {
			display: inline-block;
			height: 35px;
			width: 35px;
			min-width: 35px;
			margin-right: 20px; }
			.section-check-cards .wrapper .check-card span.ico.ico-net {
				background: url(../images/ico-blue-map.svg) center/cover no-repeat; }
			.section-check-cards .wrapper .check-card span.ico.ico-data {
				background: url(../images/ico-blue-data.svg) center/cover no-repeat; }
			.section-check-cards .wrapper .check-card span.ico.ico-ngasp {
				background: url(../images/ico-blue-ngasp.svg) center/cover no-repeat; }
			.section-check-cards .wrapper .check-card span.ico.ico-fastcheck {
				background: url(../images/ico-blue-fastcheck.svg) center/cover no-repeat; }
		.section-check-cards .wrapper .check-card:hover {
			text-decoration: none; }
			.section-check-cards .wrapper .check-card:hover .card-title {
				color: #0050c1;
				text-decoration: none; }

.section-check-cards:hover {
	text-decoration: none; }
	.section-check-cards:hover .title {
		color: #0050c1;
		text-decoration: none; }

.section-col-more .title {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #555555;
	margin: 30px 0; }

.section-col-more .col-more-wrapper {
	width: 100%;
	padding-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: scroll; }
	.section-col-more .col-more-wrapper .box-item {
		min-width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-right: 16px; }
		.section-col-more .col-more-wrapper .box-item .content {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-line-pack: start;
			align-content: flex-start;
			position: relative; }
			.section-col-more .col-more-wrapper .box-item .content .ico.ico-info {
				height: 20px;
				width: 20px;
				background: url(../images/ico-input-info.svg) center/cover no-repeat;
				position: absolute;
				top: 4px;
				right: 0; }
			.section-col-more .col-more-wrapper .box-item .content .img-wrapper {
				height: 55px;
				width: 55px;
				border: 1px solid #979797;
				margin-right: 20px;
				min-width: 55px;
				background-color: #ffffff; }
				.section-col-more .col-more-wrapper .box-item .content .img-wrapper img {
					max-width: 53px; }
			.section-col-more .col-more-wrapper .box-item .content .texts-wrapper {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column; }
				.section-col-more .col-more-wrapper .box-item .content .texts-wrapper .box-title {
					font-size: 20px;
					font-weight: 700;
					line-height: 1.3;
					color: #000000;
					margin-bottom: 8px; }
				.section-col-more .col-more-wrapper .box-item .content .texts-wrapper .text {
					font-size: 13px;
					line-height: 1.62;
					color: #646464; }
		.section-col-more .col-more-wrapper .box-item:hover {
			text-decoration: none; }
			.section-col-more .col-more-wrapper .box-item:hover .content .texts-wrapper .box-title {
				color: #0050c1 !important;
				text-decoration: none; }

.super-user-side-menu {
	display: none;
	z-index: 2;
	right: 0px;
	top: 158px;
	position: fixed;
	background: #ffffff; }
	.super-user-side-menu .link-wrapper {
		width: 60px; }
		.super-user-side-menu .link-wrapper a {
			border: 1px solid #979797;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-ms-flex-line-pack: center;
			align-content: center; }
			.super-user-side-menu .link-wrapper a .img-wrapper {
				width: 55px;
				height: 55px; }
				.super-user-side-menu .link-wrapper a .img-wrapper span.ico {
					display: inline-block;
					height: 30px;
					width: 30px;
					margin: 12px; }
					.super-user-side-menu .link-wrapper a .img-wrapper span.ico.ico-net {
						background: url(../images/ico-blue-map.svg) center/cover no-repeat; }
					.super-user-side-menu .link-wrapper a .img-wrapper span.ico.ico-data {
						background: url(../images/ico-blue-data.svg) center/cover no-repeat; }
					.super-user-side-menu .link-wrapper a .img-wrapper span.ico.ico-ngasp {
						background: url(../images/ico-blue-ngasp.svg) center/cover no-repeat; }
					.super-user-side-menu .link-wrapper a .img-wrapper span.ico.ico-group {
						background: url(../images/Group.svg) center/cover no-repeat; }
					.super-user-side-menu .link-wrapper a .img-wrapper span.ico.ico-pega {
						background: url(../images/pega-2.svg) center/cover no-repeat; }
					.super-user-side-menu .link-wrapper a .img-wrapper span.ico.ico-fastcheck {
						background: url(../images/ico-blue-fastcheck.svg) center/cover no-repeat; }
				.super-user-side-menu .link-wrapper a .img-wrapper img {
					max-width: 55px; }
			.super-user-side-menu .link-wrapper a .text-wrapper {
				display: none; }
				.super-user-side-menu .link-wrapper a .text-wrapper .box-title {
					margin-left: 30px;
					color: #646464;
					font-size: 14px; }
		.super-user-side-menu .link-wrapper:hover {
			width: 164px; }
			.super-user-side-menu .link-wrapper:hover a {
				-webkit-box-pack: start;
				-ms-flex-pack: start;
				justify-content: flex-start;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center; }
				.super-user-side-menu .link-wrapper:hover a .text-wrapper {
					display: block; }

.super-modal .modal-dialog {
	min-width: auto;
	width: 90%;
	max-width: 90%; }
	.super-modal .modal-dialog .modal-content {
		background-color: rgba(255, 255, 255, 0.96);
		padding: 60px 0px;
		position: relative; }
		.super-modal .modal-dialog .modal-content .close-modal {
			width: 24px;
			height: 24px;
			background: url(../images/ico-close-super-modal.svg) center/cover no-repeat;
			position: absolute;
			top: 57px;
			right: 57px;
			border: none;
			z-index: 2;
			opacity: 1; }
			.super-modal .modal-dialog .modal-content .close-modal:hover {
				cursor: pointer; }

.super-modal.smaller .modal-dialog {
	min-width: auto;
	width: 90%;
	max-width: 830px; }

.super-modal .modal-header {
	position: relative; }

.super-modal .section-check-cards {
	width: 100%; }
	.super-modal .section-check-cards .title {
		font-weight: 700;
		color: #000000;
		font-size: 22px;
		margin-bottom: 35px; }
	.super-modal .section-check-cards .container {
		max-width: none;
		padding: 0 !important;
		margin: 0; }
	.super-modal .section-check-cards .wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start; }
		.super-modal .section-check-cards .wrapper .check-card {
			width: 47%;
			margin: 0 3% 23px 0;
			background-color: #ffffff; }

.super-modal .section-col-more .title {
	font-weight: 700;
	color: #000000;
	font-size: 22px;
	margin-bottom: 35px; }

.super-modal .section-col-more .col-more-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start; }
	.super-modal .section-col-more .col-more-wrapper .box-item {
		width: 47%;
		margin: 0 3% 23px 0; }
		.super-modal .section-col-more .col-more-wrapper .box-item .content {
			width: 100%; }

.super-modal .section-detail-brand .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }
	.super-modal .section-detail-brand .content .img-wrapper {
		height: 60px;
		width: 60px;
		border: 1px solid #979797;
		margin-right: 50px;
		min-width: 60px;
		background-color: #ffffff; }
	.super-modal .section-detail-brand .content .text-wrapper .title-det {
		font-size: 35px;
		font-weight: 700;
		color: #000000;
		margin-bottom: 15px; }
	.super-modal .section-detail-brand .content .text-wrapper .desc-det {
		font-size: 16px;
		line-height: 1.81;
		color: #646464; }
	.super-modal .section-detail-brand .content .text-wrapper .desc-services {
		margin-top: 49px; }
		.super-modal .section-detail-brand .content .text-wrapper .desc-services .desc-serv-title {
			font-size: 24px;
			color: #000000;
			margin-bottom: 33px;
			font-weight: 700; }
		.super-modal .section-detail-brand .content .text-wrapper .desc-services .desc-cols {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between; }
			.super-modal .section-detail-brand .content .text-wrapper .desc-services .desc-cols .col {
				min-width: 45%;
				padding: 0;
				-webkit-box-flex: inherit;
				-ms-flex-positive: inherit;
				flex-grow: inherit; }
				.super-modal .section-detail-brand .content .text-wrapper .desc-services .desc-cols .col .serv-name {
					font-size: 16px;
					text-transform: uppercase;
					font-weight: 500;
					line-height: 1.06;
					margin-bottom: 20px;
					color: #646464; }

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
	.main-super {
		padding-top: 85px;
		overflow: hidden; }
	.hero-private-home {
		height: 300px;
		padding-bottom: 78px; }
		.hero-private-home h1 {
			font-size: 40px;
			font-weight: 700;
			line-height: 1.25; }
	.section-col-cards .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		overflow: hidden;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between; }
	.section-col-cards .card {
		padding: 32px 30px;
		min-height: 225px;
		width: 48%;
		min-width: auto;
		margin-right: 0px; }
	.section-check-cards .title {
		font-size: 18px;
		line-height: 1.67; }
	.section-check-cards .wrapper {
		overflow: scroll;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		overflow: hidden;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between; }
		.section-check-cards .wrapper .check-card {
			padding: 20px;
			min-width: auto;
			width: 48%;
			margin-right: 0px; }
	.section-col-more .title {
		font-size: 18px;
		line-height: 1.67; }
	.section-col-more .col-more-wrapper {
		width: 100%;
		padding-top: 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		overflow: hidden; }
		.section-col-more .col-more-wrapper .box-item {
			min-width: auto;
			width: 48%;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			margin-right: 0px;
			-webkit-box-align: start;
			-ms-flex-align: start;
			align-items: flex-start;
			margin: 0 16px 30px 0;
			margin: 0 4% 30px 0; }
			.section-col-more .col-more-wrapper .box-item:nth-child(even) {
				margin-right: 0px; }
	.super-user-side-menu {
		display: block; } }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.main-super {
		padding-top: 100px; } }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.main-super {
		padding-top: 100px; }
		.main-super > .row {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex; }
			.main-super > .row .siderbar {
				display: block;
				-webkit-box-flex: 300px;
				-ms-flex: 300px;
				flex: 300px;
				background-color: #001136;
				padding: 24px 27px; }
				.main-super > .row .siderbar p {
					color: #ffffff;
					font-weight: 300; }
					.main-super > .row .siderbar p .active {
						color: #dbf11e;
						font-weight: bold;
						font-stretch: normal;
						font-style: normal;
						line-height: normal;
						letter-spacing: normal; }
				.main-super > .row .siderbar .siderbar p:nth-child(3) {
					margin-bottom: 34px; }
				.main-super > .row .siderbar h3 {
					font-size: 24px;
					font-weight: bold;
					font-stretch: normal;
					font-style: normal;
					line-height: normal;
					letter-spacing: normal;
					color: #ffffff;
					margin-top: 49px;
					margin-bottom: 8px; }
				.main-super > .row .siderbar hr {
					border: solid 1px #a5afbf; }
				.main-super > .row .siderbar h4 {
					font-size: 18px;
					font-weight: 500;
					font-stretch: normal;
					font-style: normal;
					line-height: normal;
					letter-spacing: normal;
					color: #fff;
					margin: 36px 0 33px 0; }
				.main-super > .row .siderbar ul {
					margin-bottom: 0;
					padding-left: 0;
					list-style: none; }
					.main-super > .row .siderbar ul li {
						margin-bottom: 35px; }
						.main-super > .row .siderbar ul li span {
							font-size: 14px;
							font-weight: normal;
							font-stretch: normal;
							font-style: normal;
							line-height: normal;
							letter-spacing: normal;
							color: #ffffff;
							padding-left: 29px;
							display: -webkit-box;
							display: -ms-flexbox;
							display: flex;
							margin-top: -20px; }
						.main-super > .row .siderbar ul li a {
							text-decoration: none; }
							.main-super > .row .siderbar ul li a:hover span {
								color: #0050c1; }
				.main-super > .row .siderbar .footer-sidebar a {
					font-size: 14px;
					font-weight: normal;
					font-stretch: normal;
					font-style: normal;
					line-height: normal;
					letter-spacing: normal;
					color: #ffffff;
					margin-right: 24px;
					display: inline-block; }
					.main-super > .row .siderbar .footer-sidebar a:hover {
						color: #0050c1;
						text-decoration: none; }
			.main-super > .row .nosiderbar {
				-webkit-box-flex: calc(100% - 300px);
				-ms-flex: calc(100% - 300px);
				flex: calc(100% - 300px);
				margin-bottom: 50px; }
	.section-check-cards {
		width: 36%; }
		.section-check-cards .title {
			margin-top: 0px;
			margin-bottom: 22px;
			line-height: 1; }
		.section-check-cards .container {
			padding: 0 !important;
			margin: 0 !important; }
		.section-check-cards .wrapper {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column; }
			.section-check-cards .wrapper .check-card {
				width: 100%;
				padding: 15px;
				min-width: auto;
				margin-right: 0px;
				margin-bottom: 19px; }
	.section-col-more .col-more-wrapper {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-right: 0px !important; }
		.section-col-more .col-more-wrapper .box-item {
			width: 33%;
			margin: 0; }
	.super-modal .modal-dialog {
		min-width: auto;
		width: 90%;
		max-width: 90%; }
		.super-modal .modal-dialog .modal-content {
			padding: 60px; }
	.super-modal.smaller .modal-dialog .modal-content {
		padding: 60px 20px; }
	.super-modal .section-check-cards {
		width: 100%; }
		.super-modal .section-check-cards .wrapper {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-webkit-box-pack: start;
			-ms-flex-pack: start;
			justify-content: flex-start; }
			.super-modal .section-check-cards .wrapper .check-card {
				width: 30%;
				margin: 0 3% 23px 0; }
	.super-modal .section-col-more .col-more-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start; }
		.super-modal .section-col-more .col-more-wrapper .box-item {
			width: 30%;
			margin: 0 3% 23px 0; }
			.super-modal .section-col-more .col-more-wrapper .box-item .content {
				width: 100%; } }

/* Extra large devices (large desktops, 1200px and up) */
.main-super {
	padding-top: 85px;
	overflow: hidden; }

.hero-private-home {
	height: 308px;
	width: 100%;
	background-color: #0033a1;
	padding-bottom: 72px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }
	.hero-private-home .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end; }
	.hero-private-home h1 {
		color: #ffffff;
		font-size: 30px;
		font-weight: 700;
		line-height: 1.2;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end; }

.home-section-wrapper .section-multi-wrapper .section-check-cards:hover .title {
	color: #555555; }

.section-col-header {
	margin-top: 50px; }
	.section-col-header h1 {
		font-size: 26px;
		margin-bottom: 16px;
		font-weight: 700;
		line-height: 1.15; }
	.section-col-header h2 {
		font-size: 24px;
		font-weight: 700;
		line-height: 1;
		color: #000000; }
	.section-col-header .link-news {
		color: #0065f4;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 30px;
		font-size: 16px;
		font-weight: 500;
		cursor: pointer; }
		.section-col-header .link-news span.ico {
			display: inline-block;
			height: 12px;
			width: 6px;
			margin-left: 10px;
			background: url(../images/link-arrow-blue.svg) center/cover no-repeat; }
		.section-col-header .link-news:hover {
			color: #0050c1;
			text-decoration: none; }
		.section-col-header .link-news:active {
			color: #0164f2; }
		.section-col-header .link-news:past {
			color: #0050c1; }

.section-col-cards .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	overflow: scroll; }

.section-col-cards .card {
	padding: 32px 30px;
	min-height: 218px;
	min-width: 100%;
	margin-right: 16px;
	outline: none; }
	.section-col-cards .card .ico.ico-expand {
		width: 18px;
		height: 18px;
		background: url(../images/ico-card-show-more.svg) center/cover no-repeat;
		position: absolute;
		bottom: 20px;
		right: 20px; }
	.section-col-cards .card .overlay {
		width: 209px;
		height: 211px;
		position: absolute;
		top: 0;
		right: 0; }
		.section-col-cards .card .overlay.squares {
			background: url(../images/card-overlay-squares.svg) center/cover no-repeat; }
	.section-col-cards .card .title {
		font-size: 26px;
		font-weight: 700;
		line-height: 1.23;
		color: #000000;
		margin-bottom: 15px; }
	.section-col-cards .card .text {
		font-size: 16px;
		line-height: 1.56;
		color: #000000; }
	.section-col-cards .card.cyan {
		background-color: #50e3c2; }
	.section-col-cards .card.lightgreen {
		background-color: #dbf11e; }
	.section-col-cards .card.lightred {
		background-color: #ff4972; }

.section-check-cards .title {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.13;
	color: #555555;
	margin: 30px 0; }

.section-check-cards .wrapper {
	overflow: scroll; }
	.section-check-cards .wrapper .check-card {
		border: 1px solid #979797;
		padding: 20px;
		min-width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-right: 16px;
		background-color: #ffffff; }
		.section-check-cards .wrapper .check-card .content {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-line-pack: center;
			align-content: center;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column; }
		.section-check-cards .wrapper .check-card .card-title {
			font-size: 18px;
			line-height: 1.44;
			color: #000000;
			margin-bottom: 5px; }
		.section-check-cards .wrapper .check-card .text {
			font-size: 13px;
			line-height: 1.62;
			color: #646464; }
		.section-check-cards .wrapper .check-card span.ico {
			display: inline-block;
			height: 35px;
			width: 35px;
			min-width: 35px;
			margin-right: 20px; }
			.section-check-cards .wrapper .check-card span.ico.ico-net {
				background: url(../images/ico-blue-map.svg) center/cover no-repeat; }
			.section-check-cards .wrapper .check-card span.ico.ico-data {
				background: url(../images/ico-blue-data.svg) center/cover no-repeat; }
			.section-check-cards .wrapper .check-card span.ico.ico-ngasp {
				background: url(../images/ico-blue-ngasp.svg) center/cover no-repeat; }
			.section-check-cards .wrapper .check-card span.ico.ico-fastcheck {
				background: url(../images/ico-blue-fastcheck.svg) center/cover no-repeat; }

.section-col-more .title {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #555555;
	margin: 30px 0; }

.section-col-more .col-more-wrapper {
	width: 100%;
	padding-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: scroll; }
	.section-col-more .col-more-wrapper .box-item {
		min-width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-right: 16px; }
		.section-col-more .col-more-wrapper .box-item .content {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-line-pack: start;
			align-content: flex-start;
			position: relative; }
			.section-col-more .col-more-wrapper .box-item .content .ico.ico-info {
				height: 20px;
				width: 20px;
				background: url(../images/ico-input-info.svg) center/cover no-repeat;
				position: absolute;
				top: 4px;
				right: 0; }
			.section-col-more .col-more-wrapper .box-item .content .img-wrapper {
				height: 55px;
				width: 55px;
				border: 1px solid #979797;
				margin-right: 20px;
				min-width: 55px;
				background-color: #ffffff; }
			.section-col-more .col-more-wrapper .box-item .content .texts-wrapper {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column; }
				.section-col-more .col-more-wrapper .box-item .content .texts-wrapper .box-title {
					font-size: 20px;
					font-weight: 700;
					line-height: 1.3;
					color: #000000;
					margin-bottom: 8px; }
				.section-col-more .col-more-wrapper .box-item .content .texts-wrapper .text {
					font-size: 13px;
					line-height: 1.62;
					color: #646464; }

.administration-section .section-col-header h1 {
	margin-bottom: 30px; }

.super-news {
	margin-bottom: 100px; }
	.super-news .promo-cards .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		overflow: scroll; }
		.super-news .promo-cards .container .news-card {
			min-width: 306px;
			margin-right: 16px;
			max-width: 306px; }

.super-promo .promo-cards .container {
	position: relative; }
	.super-promo .promo-cards .container .super-home-promo-slider {
		width: 100%;
		overflow: visible; }
		.super-promo .promo-cards .container .super-home-promo-slider .swiper-wrapper {
			width: 50%; }
		.super-promo .promo-cards .container .super-home-promo-slider .swiper-slide.card {
			width: auto;
			border: none; }
			.super-promo .promo-cards .container .super-home-promo-slider .swiper-slide.card .slide-item:hover {
				cursor: pointer;
				text-decoration: none; }
			.super-promo .promo-cards .container .super-home-promo-slider .swiper-slide.card .slide-item a {
				cursor: pointer; }
				.super-promo .promo-cards .container .super-home-promo-slider .swiper-slide.card .slide-item a:hover {
					text-decoration: none; }
			.super-promo .promo-cards .container .super-home-promo-slider .swiper-slide.card .content {
				max-width: 94%;
				overflow: hidden; }
				.super-promo .promo-cards .container .super-home-promo-slider .swiper-slide.card .content .img-wrapper {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-pack: start;
					-ms-flex-pack: start;
					justify-content: flex-start;
					margin-bottom: 20px;
					max-width: 100%; }
					.super-promo .promo-cards .container .super-home-promo-slider .swiper-slide.card .content .img-wrapper img {
						max-width: 100%; }
				.super-promo .promo-cards .container .super-home-promo-slider .swiper-slide.card .content .text-wrapper .card-title {
					font-size: 22px;
					line-height: 1.36;
					color: #000000;
					font-weight: 700;
					margin-bottom: 15px;
					max-width: 95%; }
				.super-promo .promo-cards .container .super-home-promo-slider .swiper-slide.card .content .text-wrapper .card-date {
					font-size: 12px;
					font-weight: 500;
					line-height: 1.33;
					color: #000000;
					text-transform: uppercase; }

.super-promo .promo-cards .fast-nav-promo {
	display: none; }
	.super-promo .promo-cards .fast-nav-promo .swiper-button-prev {
		width: 13px;
		height: 30px;
		cursor: pointer;
		background: url("../images/ico-promo-slider-prev.svg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		margin-left: -20px; }
		.super-promo .promo-cards .fast-nav-promo .swiper-button-prev:after {
			content: ""; }
		.super-promo .promo-cards .fast-nav-promo .swiper-button-prev:focus {
			outline: none; }
	.super-promo .promo-cards .fast-nav-promo .swiper-button-next {
		width: 13px;
		height: 30px;
		cursor: pointer;
		background: url("../images/ico-promo-slider-next.svg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain; }
		.super-promo .promo-cards .fast-nav-promo .swiper-button-next:after {
			content: ""; }
		.super-promo .promo-cards .fast-nav-promo .swiper-button-next:focus {
			outline: none; }

.super-user-side-menu {
	display: none;
	z-index: 2;
	right: 0px;
	top: 158px;
	position: fixed;
	background: #ffffff; }
	.super-user-side-menu .link-wrapper {
		width: 60px; }
		.super-user-side-menu .link-wrapper a {
			border: 1px solid #979797;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-ms-flex-line-pack: center;
			align-content: center; }
			.super-user-side-menu .link-wrapper a .img-wrapper {
				width: 55px;
				height: 55px; }
			.super-user-side-menu .link-wrapper a .text-wrapper {
				display: none; }
				.super-user-side-menu .link-wrapper a .text-wrapper .box-title {
					margin-left: 30px;
					color: #646464;
					font-size: 14px; }
		.super-user-side-menu .link-wrapper:hover {
			width: 164px; }
			.super-user-side-menu .link-wrapper:hover a {
				-webkit-box-pack: start;
				-ms-flex-pack: start;
				justify-content: flex-start;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center; }
				.super-user-side-menu .link-wrapper:hover a .text-wrapper {
					display: block; }

.super-modal .modal-dialog {
	min-width: auto;
	width: 90%;
	max-width: 90%; }
	.super-modal .modal-dialog .modal-content {
		background-color: rgba(255, 255, 255, 0.96);
		padding: 60px 0px;
		position: relative; }
		.super-modal .modal-dialog .modal-content .close-modal {
			width: 24px;
			height: 24px;
			background: url(../images/ico-close-super-modal.svg) center/cover no-repeat;
			position: absolute;
			top: 57px;
			right: 57px;
			border: none;
			z-index: 2;
			opacity: 1; }
			.super-modal .modal-dialog .modal-content .close-modal:hover {
				cursor: pointer; }

.super-modal.smaller .modal-dialog {
	min-width: auto;
	width: 90%;
	max-width: 830px; }

.super-modal .modal-header {
	position: relative; }

.super-modal .section-check-cards {
	width: 100%; }
	.super-modal .section-check-cards .title {
		font-weight: 700;
		color: #000000;
		font-size: 22px;
		margin-bottom: 35px; }
	.super-modal .section-check-cards .container {
		max-width: none;
		padding: 0 !important;
		margin: 0; }
	.super-modal .section-check-cards .wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start; }
		.super-modal .section-check-cards .wrapper .check-card {
			width: 47%;
			margin: 0 3% 23px 0;
			background-color: #ffffff; }

.super-modal .section-col-more .title {
	font-weight: 700;
	color: #000000;
	font-size: 22px;
	margin-bottom: 35px; }

.super-modal .section-col-more .col-more-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start; }
	.super-modal .section-col-more .col-more-wrapper .box-item {
		width: 47%;
		margin: 0 3% 23px 0; }
		.super-modal .section-col-more .col-more-wrapper .box-item .content {
			width: 100%; }

.super-modal .section-detail-brand .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }
	.super-modal .section-detail-brand .content .img-wrapper {
		height: 60px;
		width: 60px;
		border: 1px solid #979797;
		margin-right: 50px;
		min-width: 60px;
		background-color: #ffffff; }
	.super-modal .section-detail-brand .content .text-wrapper .title-det {
		font-size: 35px;
		font-weight: 700;
		color: #000000;
		margin-bottom: 15px; }
	.super-modal .section-detail-brand .content .text-wrapper .desc-det {
		font-size: 16px;
		line-height: 1.81;
		color: #646464; }
	.super-modal .section-detail-brand .content .text-wrapper .desc-services {
		margin-top: 49px; }
		.super-modal .section-detail-brand .content .text-wrapper .desc-services .desc-serv-title {
			font-size: 24px;
			color: #000000;
			margin-bottom: 33px;
			font-weight: 700; }
		.super-modal .section-detail-brand .content .text-wrapper .desc-services .desc-cols {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between; }
			.super-modal .section-detail-brand .content .text-wrapper .desc-services .desc-cols .col {
				min-width: 45%;
				padding: 0;
				-webkit-box-flex: inherit;
				-ms-flex-positive: inherit;
				flex-grow: inherit; }
				.super-modal .section-detail-brand .content .text-wrapper .desc-services .desc-cols .col .serv-name {
					font-size: 16px;
					text-transform: uppercase;
					font-weight: 500;
					line-height: 1.06;
					margin-bottom: 20px;
					color: #646464; }

.choose-service-wrapper .hero-bread a, .choose-service-wrapper .hero-bread span {
	color: #000000; }

.choose-service-wrapper .choose-service-main .title-block h1 {
	font-size: 45px;
	font-weight: bold;
	line-height: 1.24;
	letter-spacing: normal;
	color: #000000;
	margin-bottom: 11px !important; }

.choose-service-wrapper .choose-service-main .title-block h3 {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.8;
	color: #646464; }

.choose-service-wrapper .choose-service-main .inner-page-header {
	margin-top: 34px; }
	.choose-service-wrapper .choose-service-main .inner-page-header .search-faq input {
		font-size: 27px;
		width: 498px;
		/* height: 2px; */
		border-bottom: solid 1.2px #979797;
		/* width: 186px; */
		/* height: 33px; */
		/* font-family: TIMSans; */
		font-size: 27px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: normal;
		letter-spacing: normal;
		color: #000000;
		padding-right: 40px; }
		.choose-service-wrapper .choose-service-main .inner-page-header .search-faq input::-webkit-input-placeholder {
			color: #333333;
			opacity: 1; }
		.choose-service-wrapper .choose-service-main .inner-page-header .search-faq input::-moz-placeholder {
			color: #333333;
			opacity: 1; }
		.choose-service-wrapper .choose-service-main .inner-page-header .search-faq input:-ms-input-placeholder {
			color: #333333;
			opacity: 1; }
		.choose-service-wrapper .choose-service-main .inner-page-header .search-faq input::-ms-input-placeholder {
			color: #333333;
			opacity: 1; }
		.choose-service-wrapper .choose-service-main .inner-page-header .search-faq input::placeholder {
			color: #333333;
			opacity: 1; }
		.choose-service-wrapper .choose-service-main .inner-page-header .search-faq input:focus {
			outline: none;
			-webkit-box-shadow: none;
			box-shadow: none; }

.choose-service-wrapper .choose-service-main .file-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; }
	.choose-service-wrapper .choose-service-main .file-link .ico {
		display: inline-block;
		background: url(../images/ico-down-pdf.svg) no-repeat 0px center;
		background-size: contain;
		height: 18px;
		width: 15px;
		margin-right: 5px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex; }
	.choose-service-wrapper .choose-service-main .file-link .t {
		font-size: 14px;
		font-weight: 500;
		color: #0065f4; }
	.choose-service-wrapper .choose-service-main .file-link:hover {
		cursor: pointer; }

.choose-service-wrapper .choose-service-main .results-list-wrapper {
	margin-top: 52px;
	margin-bottom: 100px; }
	.choose-service-wrapper .choose-service-main .results-list-wrapper ul.results-list {
		list-style: none;
		padding: 0;
		margin: 0; }
		.choose-service-wrapper .choose-service-main .results-list-wrapper ul.results-list li a {
			display: inline-block;
			width: 100%;
			font-size: 16px;
			font-weight: bold;
			color: #000000;
			padding: 20px 0;
			border-bottom: solid 1px rgba(151, 151, 151, 0.4);
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center; }
			.choose-service-wrapper .choose-service-main .results-list-wrapper ul.results-list li a:hover {
				text-decoration: none; }
		.choose-service-wrapper .choose-service-main .results-list-wrapper ul.results-list.acc-style li {
			border-bottom: solid 1px rgba(151, 151, 151, 0.4); }
			.choose-service-wrapper .choose-service-main .results-list-wrapper ul.results-list.acc-style li:hover {
				cursor: pointer; }
			.choose-service-wrapper .choose-service-main .results-list-wrapper ul.results-list.acc-style li .title {
				font-size: 16px;
				font-weight: bold;
				color: #000000;
				padding: 20px 0;
				display: inline-block; }
			.choose-service-wrapper .choose-service-main .results-list-wrapper ul.results-list.acc-style li .box-item {
				min-width: 100%;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				margin-right: 16px;
				display: none;
				padding-bottom: 20px; }
				.choose-service-wrapper .choose-service-main .results-list-wrapper ul.results-list.acc-style li .box-item.active {
					display: block; }
				.choose-service-wrapper .choose-service-main .results-list-wrapper ul.results-list.acc-style li .box-item .content {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-ms-flex-line-pack: start;
					align-content: flex-start;
					position: relative; }
					.choose-service-wrapper .choose-service-main .results-list-wrapper ul.results-list.acc-style li .box-item .content .img-wrapper {
						height: 55px;
						width: 55px;
						border: 1px solid #979797;
						margin-right: 20px;
						min-width: 55px;
						background-color: #ffffff; }
						.choose-service-wrapper .choose-service-main .results-list-wrapper ul.results-list.acc-style li .box-item .content .img-wrapper img {
							max-width: 53px; }
					.choose-service-wrapper .choose-service-main .results-list-wrapper ul.results-list.acc-style li .box-item .content .texts-wrapper {
						display: -webkit-box;
						display: -ms-flexbox;
						display: flex;
						-webkit-box-orient: vertical;
						-webkit-box-direction: normal;
						-ms-flex-direction: column;
						flex-direction: column; }
						.choose-service-wrapper .choose-service-main .results-list-wrapper ul.results-list.acc-style li .box-item .content .texts-wrapper .box-title {
							font-size: 20px;
							font-weight: 700;
							line-height: 1.3;
							color: #000000;
							margin-bottom: 8px; }
						.choose-service-wrapper .choose-service-main .results-list-wrapper ul.results-list.acc-style li .box-item .content .texts-wrapper .text {
							font-size: 13px;
							line-height: 1.62;
							color: #0065f4;
							font-weight: 500;
							border-bottom: none;
							padding: 0; }
						.choose-service-wrapper .choose-service-main .results-list-wrapper ul.results-list.acc-style li .box-item .content .texts-wrapper .ico.ico-expand {
							height: 13px;
							width: 13px;
							background: url(../images/ico-link-expand.svg) center/cover no-repeat;
							display: inline-block;
							margin-left: 5px; }
	.choose-service-wrapper .choose-service-main .results-list-wrapper .servizi {
		padding-top: 0px; }
		.choose-service-wrapper .choose-service-main .results-list-wrapper .servizi .glossary .AppElement.hidden {
			display: none; }
		.choose-service-wrapper .choose-service-main .results-list-wrapper .servizi .glossary .AppElement .row.space {
			max-width: none;
			margin-top: 40px;
			margin-right: -15px;
			margin-left: -15px; }
			.choose-service-wrapper .choose-service-main .results-list-wrapper .servizi .glossary .AppElement .row.space .col-serv.hidden {
				display: none; }
			.choose-service-wrapper .choose-service-main .results-list-wrapper .servizi .glossary .AppElement .row.space .news-card .card-body {
				position: relative; }
				.choose-service-wrapper .choose-service-main .results-list-wrapper .servizi .glossary .AppElement .row.space .news-card .card-body .ico-more-servizi-card {
					position: absolute;
					top: 10px;
					right: 7px;
					width: 17px;
					height: 13px;
					background: url(../images/ico-more-servizi-card.svg) center/contain no-repeat; }
					.choose-service-wrapper .choose-service-main .results-list-wrapper .servizi .glossary .AppElement .row.space .news-card .card-body .ico-more-servizi-card:hover {
						cursor: pointer; }
				.choose-service-wrapper .choose-service-main .results-list-wrapper .servizi .glossary .AppElement .row.space .news-card .card-body .hidden-nav {
					padding: 16px;
					border: solid 1px #9b9b9b;
					background-color: #ffffff;
					top: 20px;
					right: 40px;
					z-index: 10000;
					width: 180px;
					display: none;
					-webkit-box-orient: vertical;
					-webkit-box-direction: normal;
					-ms-flex-direction: column;
					flex-direction: column;
					position: absolute; }
					.choose-service-wrapper .choose-service-main .results-list-wrapper .servizi .glossary .AppElement .row.space .news-card .card-body .hidden-nav.active {
						display: -webkit-box;
						display: -ms-flexbox;
						display: flex; }
					.choose-service-wrapper .choose-service-main .results-list-wrapper .servizi .glossary .AppElement .row.space .news-card .card-body .hidden-nav a {
						display: -webkit-box;
						display: -ms-flexbox;
						display: flex;
						-ms-flex-line-pack: center;
						align-content: center;
						margin-bottom: 10px; }
						.choose-service-wrapper .choose-service-main .results-list-wrapper .servizi .glossary .AppElement .row.space .news-card .card-body .hidden-nav a:last-child {
							margin-bottom: 0px; }
						.choose-service-wrapper .choose-service-main .results-list-wrapper .servizi .glossary .AppElement .row.space .news-card .card-body .hidden-nav a span.ico {
							width: 18px;
							height: 18px;
							display: inline-block;
							margin-right: 15px; }
							.choose-service-wrapper .choose-service-main .results-list-wrapper .servizi .glossary .AppElement .row.space .news-card .card-body .hidden-nav a span.ico.ico-nuovo-ordine {
								background: url(../images/ico-nuovo-ordine.svg) center/cover no-repeat; }
							.choose-service-wrapper .choose-service-main .results-list-wrapper .servizi .glossary .AppElement .row.space .news-card .card-body .hidden-nav a span.ico.ico-modulistica {
								background: url(../images/ico-modulistica.svg) center/cover no-repeat; }
							.choose-service-wrapper .choose-service-main .results-list-wrapper .servizi .glossary .AppElement .row.space .news-card .card-body .hidden-nav a span.ico.ico-contatti {
								background: url(../images/ico-contatti.svg) center/cover no-repeat; }
							.choose-service-wrapper .choose-service-main .results-list-wrapper .servizi .glossary .AppElement .row.space .news-card .card-body .hidden-nav a span.ico.ico-ticket {
								background: url(../images/ico-ticket.svg) center/cover no-repeat; }
						.choose-service-wrapper .choose-service-main .results-list-wrapper .servizi .glossary .AppElement .row.space .news-card .card-body .hidden-nav a span.t {
							font-size: 12px;
							font-weight: normal;
							color: #646464; }
						.choose-service-wrapper .choose-service-main .results-list-wrapper .servizi .glossary .AppElement .row.space .news-card .card-body .hidden-nav a:hover {
							text-decoration: none; }
							.choose-service-wrapper .choose-service-main .results-list-wrapper .servizi .glossary .AppElement .row.space .news-card .card-body .hidden-nav a:hover span.t {
								color: #0050c1; }

.choose-service-wrapper .choose-service-main .no-results {
	display: none; }

.choose-service-wrapper .choose-service-main.punti-contatto .title-block h1 {
	margin-bottom: 40px !important; }

.choose-service-wrapper .choose-service-main.punti-contatto .title-block p {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.88;
	color: #666660;
	margin-bottom: 50px; }

.choose-service-wrapper .choose-service-main.punti-contatto .results-list-wrapper .results-list li .result-item {
	padding: 24px 0;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-bottom: solid 1px rgba(151, 151, 151, 0.4); }
	.choose-service-wrapper .choose-service-main.punti-contatto .results-list-wrapper .results-list li .result-item span.n {
		font-size: 18px;
		font-weight: bold;
		color: #000000;
		display: inline-block; }
	.choose-service-wrapper .choose-service-main.punti-contatto .results-list-wrapper .results-list li .result-item .file-link {
		margin-top: 17px;
		display: inline-block;
		border-bottom: none;
		width: 73px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0px; }
		.choose-service-wrapper .choose-service-main.punti-contatto .results-list-wrapper .results-list li .result-item .file-link:hover {
			text-decoration: none;
			cursor: pointer; }

.choose-service-wrapper .choose-service-results {
	display: none;
	margin-bottom: 118px; }
	.choose-service-wrapper .choose-service-results .title-block {
		padding-top: 90px; }
		.choose-service-wrapper .choose-service-results .title-block h3 {
			margin-bottom: 39px;
			font-size: 24px;
			color: #000000;
			font-weight: 700; }
			.choose-service-wrapper .choose-service-results .title-block h3 span {
				color: #777777; }
		.choose-service-wrapper .choose-service-results .title-block h1 {
			margin-bottom: 28px; }
	.choose-service-wrapper .choose-service-results form.reason input {
		margin-right: 10px; }
	.choose-service-wrapper .choose-service-results form.reason label {
		font-size: 13px;
		font-weight: 500;
		line-height: 2.08; }
	.choose-service-wrapper .choose-service-results .main-page-actions {
		padding: 0; }
		.choose-service-wrapper .choose-service-results .main-page-actions .container {
			margin-top: 16px; }
		.choose-service-wrapper .choose-service-results .main-page-actions .btn {
			height: 48px;
			line-height: 48px;
			width: 313px; }

.ui-menu#ui-id-1 {
	padding-top: 52px !important;
	list-style: none;
	padding: 0;
	margin: 0;
	max-width: 1060px; }
	.ui-menu#ui-id-1 li div {
		display: inline-block;
		width: 100%;
		font-size: 16px;
		font-weight: bold;
		color: #000000;
		padding: 20px 0;
		border-bottom: solid 1px rgba(151, 151, 151, 0.4); }

.ui-helper-hidden-accessible {
	max-width: 1060px;
	margin: 0 auto;
	display: none !important; }

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
	.main-super {
		padding-top: 85px;
		overflow: hidden; }
	.hero-private-home {
		height: 300px;
		padding-bottom: 78px; }
		.hero-private-home h1 {
			font-size: 40px;
			font-weight: 700;
			line-height: 1.25; }
	.section-col-header h1 {
		font-size: 30px;
		margin-bottom: 13px;
		line-height: 1.2; }
	.section-col-header .link-news {
		color: #0065f4;
		margin-bottom: 44px; }
		.section-col-header .link-news:hover {
			color: #0050c1;
			text-decoration: none; }
	.section-col-cards .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		overflow: hidden;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between; }
	.section-col-cards .card {
		padding: 32px 30px;
		min-height: 225px;
		width: 48%;
		min-width: auto;
		margin-right: 0px; }
	.section-check-cards .title {
		font-size: 18px;
		line-height: 1.67; }
	.section-check-cards .wrapper {
		overflow: scroll;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		overflow: hidden;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between; }
		.section-check-cards .wrapper .check-card {
			padding: 20px;
			min-width: auto;
			width: 48%;
			margin-right: 0px; }
	.section-col-more .title {
		font-size: 18px;
		line-height: 1.67; }
	.section-col-more .col-more-wrapper {
		width: 100%;
		padding-top: 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		overflow: hidden; }
		.section-col-more .col-more-wrapper .box-item {
			min-width: auto;
			width: 48%;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			margin-right: 0px;
			-webkit-box-align: start;
			-ms-flex-align: start;
			align-items: flex-start;
			margin: 0 16px 30px 0;
			margin: 0 4% 30px 0; }
			.section-col-more .col-more-wrapper .box-item:nth-child(even) {
				margin-right: 0px; }
	.super-promo .promo-cards .container {
		position: relative; }
	.super-user-side-menu {
		display: block; } }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.main-super {
		padding-top: 100px; }
	.section-col-header {
		margin-top: 58px; }
		.section-col-header h1 {
			margin-bottom: 10px; }
		.section-col-header h2 {
			margin-bottom: 40px; }
		.section-col-header .link-news {
			margin-bottom: 29px; }
			.section-col-header .link-news:hover {
				color: #0050c1;
				text-decoration: none; }
	.section-multi-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: 1170px;
		margin: 0 auto; }
	.section-col-cards {
		width: 66%; }
	.section-check-cards {
		width: 36%; }
		.section-check-cards .title {
			margin-top: 0px;
			margin-bottom: 22px;
			line-height: 1; }
		.section-check-cards .container {
			padding: 0 !important;
			margin: 0 !important; }
		.section-check-cards .wrapper {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column; }
			.section-check-cards .wrapper .check-card {
				width: 100%;
				padding: 15px;
				min-width: auto;
				margin-right: 0px;
				margin-bottom: 19px; }
	.section-col-more .col-more-wrapper {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-right: 0px !important; }
		.section-col-more .col-more-wrapper .box-item {
			width: 33%;
			margin: 0; }
	.super-news .promo-cards .container .news-card {
		max-width: none; }
	.super-promo .promo-cards .container {
		position: relative; }
		.super-promo .promo-cards .container .super-home-promo-slider {
			overflow: hidden; }
			.super-promo .promo-cards .container .super-home-promo-slider .swiper-slide.card {
				border: none; }
				.super-promo .promo-cards .container .super-home-promo-slider .swiper-slide.card .content {
					overflow: hidden; }
					.super-promo .promo-cards .container .super-home-promo-slider .swiper-slide.card .content .img-wrapper {
						display: -webkit-box;
						display: -ms-flexbox;
						display: flex;
						-webkit-box-pack: start;
						-ms-flex-pack: start;
						justify-content: flex-start;
						margin-bottom: 20px; }
					.super-promo .promo-cards .container .super-home-promo-slider .swiper-slide.card .content .text-wrapper .card-title {
						font-size: 22px;
						line-height: 1.36;
						color: #000000;
						font-weight: 700;
						margin-bottom: 15px;
						max-width: 95%; }
					.super-promo .promo-cards .container .super-home-promo-slider .swiper-slide.card .content .text-wrapper .card-date {
						font-size: 12px;
						font-weight: 500;
						line-height: 1.33;
						color: #000000;
						text-transform: uppercase; }
	.super-promo .promo-cards .fast-nav-promo {
		display: block; }
	.super-modal .modal-dialog {
		min-width: auto;
		width: 90%;
		max-width: 90%; }
		.super-modal .modal-dialog .modal-content {
			padding: 60px; }
	.super-modal.smaller .modal-dialog .modal-content {
		padding: 60px 20px; }
	.super-modal .section-check-cards {
		width: 100%; }
		.super-modal .section-check-cards .wrapper {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-webkit-box-pack: start;
			-ms-flex-pack: start;
			justify-content: flex-start; }
			.super-modal .section-check-cards .wrapper .check-card {
				width: 30%;
				margin: 0 3% 23px 0; }
	.super-modal .section-col-more .col-more-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start; }
		.super-modal .section-col-more .col-more-wrapper .box-item {
			width: 30%;
			margin: 0 3% 23px 0; }
			.super-modal .section-col-more .col-more-wrapper .box-item .content {
				width: 100%; } }

@media (min-width: 1025px) {
	.super-news .promo-cards .container {
		overflow: hidden; }
		.super-news .promo-cards .container .news-card {
			min-width: 280px; } }

/* Extra large devices (large desktops, 1200px and up) */
.hero-banner.hero-prov {
	height: 325px; }
	.hero-banner.hero-prov .overlay {
		width: 338px;
		height: 215px;
		position: absolute;
		top: 0;
		right: 0; }
		.hero-banner.hero-prov .overlay.squares {
			background: url(../images/card-overlay-squares-hero.svg) center/cover no-repeat; }
			.hero-banner.hero-prov .overlay.squares.darker {
				background: url(../images/card-overlay-squares-hero-darker.svg) center/cover no-repeat; }
	.hero-banner.hero-prov.gray {
		background-color: #f7f7f7; }
	.hero-banner.hero-prov.cyan {
		background-color: #50e3c2; }
	.hero-banner.hero-prov.lightgreen {
		background-color: #dbf11e; }
	.hero-banner.hero-prov.lightred {
		background-color: #ff4972; }
	.hero-banner.hero-prov.tim-light-blue {
		background-color: #0164f2; }
	.hero-banner.hero-prov h1.title {
		color: #000000; }
	.hero-banner.hero-prov.prov-dett {
		height: 250px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-bottom: 39px; }
		.hero-banner.hero-prov.prov-dett .container {
			display: -webkit-box !important;
			display: -ms-flexbox !important;
			display: flex !important;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-box-align: end;
			-ms-flex-align: end;
			align-items: flex-end; }
		.hero-banner.hero-prov.prov-dett .hero-bread {
			top: 16px;
			left: 37px;
			padding: 0;
			position: absolute; }
			.hero-banner.hero-prov.prov-dett .hero-bread span.ico {
				-webkit-transform: rotate(0deg);
				transform: rotate(0deg);
				opacity: 1;
				margin-left: 0;
				margin-right: 10px; }
			.hero-banner.hero-prov.prov-dett .hero-bread a {
				color: #fff;
				font-size: 14px;
				font-weight: 500;
				font-stretch: normal;
				font-style: normal;
				line-height: normal;
				letter-spacing: normal; }
			.hero-banner.hero-prov.prov-dett .hero-bread.light span.ico {
				background: url(../images/link-arrow.svg) no-repeat;
				-webkit-transform: rotate(180deg);
				transform: rotate(180deg);
				opacity: 1;
				margin-left: 0;
				margin-right: 10px; }
			.hero-banner.hero-prov.prov-dett .hero-bread.light a {
				color: #fff !important; }
		.hero-banner.hero-prov.prov-dett .row {
			width: 100%; }
		.hero-banner.hero-prov.prov-dett h1 {
			font-size: 40px;
			font-weight: 700;
			line-height: 1.25;
			margin-bottom: 13px; }
			.hero-banner.hero-prov.prov-dett h1.light {
				color: #fff; }
		.hero-banner.hero-prov.prov-dett .type.newsServiziMarketing {
			background: #50e3c2;
			display: block;
			font-size: 11px;
			line-height: 1.25;
			font-weight: 700;
			color: #000;
			text-transform: uppercase;
			padding: 5px 8px;
			margin-bottom: 0px;
			width: -webkit-max-content;
			width: -moz-max-content;
			width: max-content; }
		.hero-banner.hero-prov.prov-dett .text-banner-right {
			text-align: right;
			color: #0065f4; }
			.hero-banner.hero-prov.prov-dett .text-banner-right span.ico {
				opacity: 1;
				display: inline-block;
				margin: 0px 0px 0px 10px;
				height: 12px;
				width: 12px;
				background: url(../images/link-arrow-blue.svg) no-repeat;
				background-size: contain; }
			.hero-banner.hero-prov.prov-dett .text-banner-right p, .hero-banner.hero-prov.prov-dett .text-banner-right a {
				font-size: 16px;
				font-weight: bold;
				font-stretch: normal;
				font-style: normal;
				line-height: 1.25;
				letter-spacing: normal;
				text-align: right;
				color: #0065f4; }
			.hero-banner.hero-prov.prov-dett .text-banner-right p {
				color: #000000; }
			.hero-banner.hero-prov.prov-dett .text-banner-right a:hover {
				color: #0050c1;
				text-decoration: none; }

.hero-sup .hero-bread a, .hero-sup .hero-bread span {
	color: #000000 !important; }

.hero-sup .hero-bread .ico {
	background: url(../images/link-arrow-su.svg) no-repeat;
	opacity: 1;
	margin-right: 9px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg); }
	.hero-sup .hero-bread .ico.back {
		background: url(../images/link-arrow-su.svg) no-repeat;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg); }

.prov-super .news-navbar .nav-tabs {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start; }
	.prov-super .news-navbar .nav-tabs .nav-link {
		margin-right: 30px; }
		.prov-super .news-navbar .nav-tabs .nav-link.active {
			padding: 0 60px; }

.provisioning-welcome-wrapper .section-col-header h1 {
	margin-bottom: 30px; }

.provisioning-welcome-wrapper .section-multi-wrapper {
	width: 100%; }
	.provisioning-welcome-wrapper .section-multi-wrapper .section-col-cards {
		width: 100%; }
		.provisioning-welcome-wrapper .section-multi-wrapper .section-col-cards .container {
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			overflow: hidden; }
			.provisioning-welcome-wrapper .section-multi-wrapper .section-col-cards .container a.card {
				margin-bottom: 24px; }
				.provisioning-welcome-wrapper .section-multi-wrapper .section-col-cards .container a.card .ico {
					width: 18px;
					height: 18px;
					position: absolute;
					bottom: 10px;
					right: 19px; }
					.provisioning-welcome-wrapper .section-multi-wrapper .section-col-cards .container a.card .ico.ico-prov-check {
						width: 19px;
						height: 19px;
						background: url(../images/ico-card-prov-check.svg) center/cover no-repeat; }
					.provisioning-welcome-wrapper .section-multi-wrapper .section-col-cards .container a.card .ico.ico-prov-bell {
						width: 20px;
						height: 21px;
						background: url(../images/ico-card-prov-bell.svg) center/cover no-repeat; }
					.provisioning-welcome-wrapper .section-multi-wrapper .section-col-cards .container a.card .ico.ico-prov-clients {
						width: 22px;
						height: 20px;
						background: url(../images/ico-card-prov-clients.svg) center/cover no-repeat; }
					.provisioning-welcome-wrapper .section-multi-wrapper .section-col-cards .container a.card .ico.ico-prov-tracking {
						width: 21px;
						height: 22px;
						background: url(../images/ico-card-prov-tracking.svg) center/cover no-repeat; }

.provisioning-welcome-wrapper .section-col-more {
	width: 100%; }
	.provisioning-welcome-wrapper .section-col-more .col-more-wrapper .box-item .content {
		width: 100%;
		margin-bottom: 30px; }

.provisioning-welcome-wrapper .section-check-cards {
	width: 100%;
	margin-top: 40px; }
	.provisioning-welcome-wrapper .section-check-cards .container.wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		overflow: hidden;
		flex-wrap: wrap;
		padding: 0; }
		.provisioning-welcome-wrapper .section-check-cards .container.wrapper a.check-card {
			margin-bottom: 30px; }

.provisioning-welcome-wrapper .inner-page-header {
	margin-top: 0px;
	margin-bottom: 80px; }
	.provisioning-welcome-wrapper .inner-page-header .tablist .tab-content .accordion .card {
		max-width: none; }

.provisioning-doc-wrapper {
	background-color: #f7f7f7;
	margin-top: 80px; }
	.provisioning-doc-wrapper .content {
		padding: 69px 0; }
		.provisioning-doc-wrapper .content .container {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex; }
		.provisioning-doc-wrapper .content h1 {
			font-size: 26px;
			font-weight: 700;
			line-height: 1.35;
			color: #000;
			max-width: 360px;
			margin-right: 75px; }
		.provisioning-doc-wrapper .content ul.docs {
			list-style: none;
			padding: 0;
			margin: 0;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap; }
			.provisioning-doc-wrapper .content ul.docs li.doc {
				width: 54%;
				margin: 0 3% 20px; }
				.provisioning-doc-wrapper .content ul.docs li.doc:nth-child(even) {
					width: 40%;
					margin: 0 0 20px 0; }
				.provisioning-doc-wrapper .content ul.docs li.doc a {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-align: center;
					-ms-flex-align: center;
					align-items: center; }
					.provisioning-doc-wrapper .content ul.docs li.doc a .t {
						color: #646464;
						font-size: 16px;
						line-height: 1.31; }
					.provisioning-doc-wrapper .content ul.docs li.doc a .ico {
						margin-right: 24px;
						height: 17px;
						width: 17px;
						display: inline-block; }
						.provisioning-doc-wrapper .content ul.docs li.doc a .ico.ico-manuale {
							background: url(../images/ico-manuale.svg) center/contain no-repeat; }
						.provisioning-doc-wrapper .content ul.docs li.doc a .ico.ico-tracciati {
							background: url(../images/ico-tracciati.svg) center/contain no-repeat; }
						.provisioning-doc-wrapper .content ul.docs li.doc a .ico.ico-causali {
							background: url(../images/ico-causali.svg) center/contain no-repeat; }
						.provisioning-doc-wrapper .content ul.docs li.doc a .ico.ico-manuali {
							background: url(../images/ico-manuali.svg) center/contain no-repeat; }
						.provisioning-doc-wrapper .content ul.docs li.doc a .ico.ico-mod {
							background: url(../images/ico-mod.svg) center/contain no-repeat; }
					.provisioning-doc-wrapper .content ul.docs li.doc a:hover {
						text-decoration: none; }
						.provisioning-doc-wrapper .content ul.docs li.doc a:hover .t {
							color: #0050c1; }

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
	.provisioning-welcome-wrapper .section-col-more {
		width: 100%; }
		.provisioning-welcome-wrapper .section-col-more .col-more-wrapper .container {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			overflow: hidden;
			-webkit-box-pack: start;
			-ms-flex-pack: start;
			justify-content: flex-start; }
		.provisioning-welcome-wrapper .section-col-more .col-more-wrapper .box-item {
			width: 46%;
			margin: 0px 4% 30px 0% !important; }
			.provisioning-welcome-wrapper .section-col-more .col-more-wrapper .box-item .content {
				width: 100%;
				margin-bottom: 30px; } }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.prov-super .news-navbar .nav-tabs {
		z-index: 1;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start; }
		.prov-super .news-navbar .nav-tabs .nav-link.active {
			padding: 0; }
	.hero-banner.hero-prov {
		height: 325px; }
		.hero-banner.hero-prov .title {
			font-size: 50px;
			font-weight: 700; }
	.provisioning-welcome-wrapper .section-col-header h1 {
		margin-bottom: 40px; }
	.provisioning-welcome-wrapper .section-multi-wrapper {
		width: 100%; }
		.provisioning-welcome-wrapper .section-multi-wrapper .section-col-cards {
			width: 100%; }
			.provisioning-welcome-wrapper .section-multi-wrapper .section-col-cards .container {
				-webkit-box-pack: start;
				-ms-flex-pack: start;
				justify-content: flex-start; }
				.provisioning-welcome-wrapper .section-multi-wrapper .section-col-cards .container .card {
					margin-bottom: 15px;
					min-height: 125px;
					width: 31%;
					padding: 30px 26px;
					margin: 0px 2% 15px 0%;
					padding: 30px 26px; }
					.provisioning-welcome-wrapper .section-multi-wrapper .section-col-cards .container .card .title {
						font-size: 20px;
						margin-bottom: 9px; }
					.provisioning-welcome-wrapper .section-multi-wrapper .section-col-cards .container .card .text {
						font-size: 13px;
						line-height: 1.54; }
					.provisioning-welcome-wrapper .section-multi-wrapper .section-col-cards .container .card.contact {
						padding: 30px 26px 30px 0;
						border: none;
						border-bottom: 1px solid #d2d2d2; }
						.provisioning-welcome-wrapper .section-multi-wrapper .section-col-cards .container .card.contact:hover {
							cursor: pointer; }
						.provisioning-welcome-wrapper .section-multi-wrapper .section-col-cards .container .card.contact .file-actions {
							display: -webkit-box;
							display: -ms-flexbox;
							display: flex;
							-webkit-box-align: center;
							-ms-flex-align: center;
							align-items: center; }
							.provisioning-welcome-wrapper .section-multi-wrapper .section-col-cards .container .card.contact .file-actions .file-link {
								display: -webkit-box;
								display: -ms-flexbox;
								display: flex;
								-webkit-box-align: center;
								-ms-flex-align: center;
								align-items: center;
								margin-top: 14px; }
								.provisioning-welcome-wrapper .section-multi-wrapper .section-col-cards .container .card.contact .file-actions .file-link .ico {
									display: inline-block;
									background: url(../images/ico-down-pdf.svg) no-repeat 0px center;
									background-size: contain;
									height: 18px;
									width: 15px;
									margin-right: 5px;
									display: -webkit-box;
									display: -ms-flexbox;
									display: flex; }
								.provisioning-welcome-wrapper .section-multi-wrapper .section-col-cards .container .card.contact .file-actions .file-link .t {
									font-size: 14px;
									font-weight: 500;
									color: #0065f4; }
								.provisioning-welcome-wrapper .section-multi-wrapper .section-col-cards .container .card.contact .file-actions .file-link:hover {
									cursor: pointer; }
	.provisioning-welcome-wrapper .section-col-more {
		width: 100%; }
		.provisioning-welcome-wrapper .section-col-more .col-more-wrapper .container {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			overflow: hidden;
			-webkit-box-pack: start;
			-ms-flex-pack: start;
			justify-content: flex-start; }
		.provisioning-welcome-wrapper .section-col-more .col-more-wrapper .box-item {
			width: 31%;
			margin: 0px 2% 30px 0% !important; }
			.provisioning-welcome-wrapper .section-col-more .col-more-wrapper .box-item .content {
				width: 100%; }
	.provisioning-welcome-wrapper .section-check-cards {
		width: 100%;
		margin-top: 50px; }
		.provisioning-welcome-wrapper .section-check-cards .container.wrapper {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			overflow: hidden;
			-webkit-box-pack: start;
			-ms-flex-pack: start;
			justify-content: flex-start;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			margin: 0 auto !important; }
			.provisioning-welcome-wrapper .section-check-cards .container.wrapper a.check-card {
				width: 31%;
				padding: 25px 15px;
				margin: 0px 2% 15px 0%; }
	.provisioning-welcome-wrapper .inner-page-header {
		margin-top: 0px; }
		.provisioning-welcome-wrapper .inner-page-header .tablist .tab-content .accordion .card {
			max-width: none; } }

/* Extra large devices (large desktops, 1200px and up) */
.main-super {
	padding-top: 85px;
	overflow: hidden; }

.page-offerta-servizi .servizi {
	padding: 0; }
	.page-offerta-servizi .servizi .glossary {
		padding: 0;
		margin: 0;
		border-bottom: solid 1px #979797; }
		.page-offerta-servizi .servizi .glossary #nav .CharacterContainer {
			padding: 0;
			margin: 0; }
			.page-offerta-servizi .servizi .glossary #nav .CharacterContainer .CharacterElement {
				padding: 0 5px; }
				.page-offerta-servizi .servizi .glossary #nav .CharacterContainer .CharacterElement p {
					margin: 20px 0; }

.hero-private-home {
	height: 308px;
	width: 100%;
	background-color: #0033a1;
	padding-bottom: 72px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }
	.hero-private-home .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end; }
	.hero-private-home h1 {
		color: #ffffff;
		font-size: 30px;
		font-weight: 700;
		line-height: 1.2;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end; }

.section-col-header {
	margin-top: 50px; }
	.section-col-header h1 {
		font-size: 26px;
		margin-bottom: 16px;
		font-weight: 700;
		line-height: 1.15; }
	.section-col-header .link-news {
		color: #0065f4;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 30px;
		font-size: 16px;
		font-weight: 500;
		cursor: pointer; }
		.section-col-header .link-news span.ico {
			display: inline-block;
			height: 12px;
			width: 6px;
			margin-left: 10px;
			background: url(../images/link-arrow-blue.svg) center/cover no-repeat; }
		.section-col-header .link-news:hover {
			color: #0050c1;
			text-decoration: none; }
		.section-col-header .link-news:active {
			color: #0164f2; }
		.section-col-header .link-news:past {
			color: #0050c1; }

.section-col-cards .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	overflow: scroll; }

.section-col-cards .card {
	padding: 32px 30px;
	min-height: 218px;
	min-width: 100%;
	margin-right: 16px;
	outline: none; }
	.section-col-cards .card .ico.ico-expand {
		width: 18px;
		height: 18px;
		background: url(../images/ico-card-show-more.svg) center/cover no-repeat;
		position: absolute;
		bottom: 20px;
		right: 20px; }
	.section-col-cards .card .overlay {
		width: 209px;
		height: 211px;
		position: absolute;
		top: 0;
		right: 0; }
		.section-col-cards .card .overlay.squares {
			background: url(../images/card-overlay-squares.svg) center/cover no-repeat; }
	.section-col-cards .card .title {
		font-size: 26px;
		font-weight: 700;
		line-height: 1.23;
		color: #000000;
		margin-bottom: 15px; }
	.section-col-cards .card .text {
		font-size: 16px;
		line-height: 1.56;
		color: #000000; }
	.section-col-cards .card.cyan {
		background-color: #50e3c2; }
	.section-col-cards .card.lightgreen {
		background-color: #dbf11e; }
	.section-col-cards .card.lightred {
		background-color: #ff4972; }

.section-check-cards .title {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.13;
	color: #555555;
	margin: 30px 0; }

.section-check-cards .wrapper {
	overflow: scroll; }
	.section-check-cards .wrapper .check-card {
		border: 1px solid #979797;
		padding: 20px;
		min-width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-right: 16px;
		background-color: #ffffff; }
		.section-check-cards .wrapper .check-card .content {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-line-pack: center;
			align-content: center;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column; }
		.section-check-cards .wrapper .check-card .card-title {
			font-size: 18px;
			line-height: 1.44;
			color: #000000;
			margin-bottom: 5px; }
		.section-check-cards .wrapper .check-card .text {
			font-size: 13px;
			line-height: 1.62;
			color: #646464; }
		.section-check-cards .wrapper .check-card span.ico {
			display: inline-block;
			height: 35px;
			width: 35px;
			min-width: 35px;
			margin-right: 20px; }
			.section-check-cards .wrapper .check-card span.ico.ico-net {
				background: url(../images/ico-blue-map.svg) center/cover no-repeat; }
			.section-check-cards .wrapper .check-card span.ico.ico-data {
				background: url(../images/ico-blue-data.svg) center/cover no-repeat; }
			.section-check-cards .wrapper .check-card span.ico.ico-ngasp {
				background: url(../images/ico-blue-ngasp.svg) center/cover no-repeat; }
			.section-check-cards .wrapper .check-card span.ico.ico-fastcheck {
				background: url(../images/ico-blue-fastcheck.svg) center/cover no-repeat; }

.section-col-more .title {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #555555;
	margin: 30px 0; }

.section-col-more .col-more-wrapper {
	width: 100%;
	padding-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: scroll; }
	.section-col-more .col-more-wrapper .box-item {
		min-width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-right: 16px; }
		.section-col-more .col-more-wrapper .box-item .content {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-line-pack: start;
			align-content: flex-start;
			position: relative; }
			.section-col-more .col-more-wrapper .box-item .content .ico.ico-info {
				height: 20px;
				width: 20px;
				background: url(../images/ico-input-info.svg) center/cover no-repeat;
				position: absolute;
				top: 4px;
				right: 0; }
			.section-col-more .col-more-wrapper .box-item .content .img-wrapper {
				height: 55px;
				width: 55px;
				border: 1px solid #979797;
				margin-right: 20px;
				min-width: 55px;
				background-color: #ffffff; }
			.section-col-more .col-more-wrapper .box-item .content .texts-wrapper {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column; }
				.section-col-more .col-more-wrapper .box-item .content .texts-wrapper .box-title {
					font-size: 20px;
					font-weight: 700;
					line-height: 1.3;
					color: #000000;
					margin-bottom: 8px; }
				.section-col-more .col-more-wrapper .box-item .content .texts-wrapper .text {
					font-size: 13px;
					line-height: 1.62;
					color: #646464; }

.administration-section .section-col-header h1 {
	margin-bottom: 30px; }

.super-news {
	margin-bottom: 100px; }
	.super-news .promo-cards .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		overflow: scroll; }
		.super-news .promo-cards .container .news-card {
			min-width: 306px;
			margin-right: 16px;
			max-width: 306px; }

.super-promo .promo-cards .container {
	position: relative; }
	.super-promo .promo-cards .container .super-home-promo-slider {
		width: 100%;
		overflow: visible; }
		.super-promo .promo-cards .container .super-home-promo-slider .swiper-wrapper {
			width: 50%; }
		.super-promo .promo-cards .container .super-home-promo-slider .swiper-slide.card {
			width: auto;
			border: none; }
			.super-promo .promo-cards .container .super-home-promo-slider .swiper-slide.card .content {
				max-width: 94%;
				overflow: hidden; }
				.super-promo .promo-cards .container .super-home-promo-slider .swiper-slide.card .content .img-wrapper {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-pack: start;
					-ms-flex-pack: start;
					justify-content: flex-start;
					margin-bottom: 20px;
					max-width: 100%; }
					.super-promo .promo-cards .container .super-home-promo-slider .swiper-slide.card .content .img-wrapper img {
						max-width: 100%; }
				.super-promo .promo-cards .container .super-home-promo-slider .swiper-slide.card .content .text-wrapper .card-title {
					font-size: 22px;
					line-height: 1.36;
					color: #000000;
					font-weight: 700;
					margin-bottom: 15px;
					max-width: 95%; }
				.super-promo .promo-cards .container .super-home-promo-slider .swiper-slide.card .content .text-wrapper .card-date {
					font-size: 12px;
					font-weight: 500;
					line-height: 1.33;
					color: #000000;
					text-transform: uppercase; }
				.super-promo .promo-cards .container .super-home-promo-slider .swiper-slide.card .content:hover {
					text-decoration: none; }
					.super-promo .promo-cards .container .super-home-promo-slider .swiper-slide.card .content:hover .text-wrapper .card-title {
						color: #0050c1;
						text-decoration: none; }

.super-promo .promo-cards .fast-nav-promo {
	display: none; }
	.super-promo .promo-cards .fast-nav-promo .swiper-button-prev {
		width: 13px;
		height: 30px;
		cursor: pointer;
		background: url("../images/ico-promo-slider-prev.svg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		margin-left: -20px; }
		.super-promo .promo-cards .fast-nav-promo .swiper-button-prev:after {
			content: ""; }
		.super-promo .promo-cards .fast-nav-promo .swiper-button-prev:focus {
			outline: none; }
	.super-promo .promo-cards .fast-nav-promo .swiper-button-next {
		width: 13px;
		height: 30px;
		cursor: pointer;
		background: url("../images/ico-promo-slider-next.svg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain; }
		.super-promo .promo-cards .fast-nav-promo .swiper-button-next:after {
			content: ""; }
		.super-promo .promo-cards .fast-nav-promo .swiper-button-next:focus {
			outline: none; }

.super-user-side-menu {
	display: none;
	z-index: 2;
	right: 0px;
	top: 158px;
	position: fixed;
	background: #ffffff; }
	.super-user-side-menu .link-wrapper {
		width: 60px; }
		.super-user-side-menu .link-wrapper a {
			border: 1px solid #979797;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-ms-flex-line-pack: center;
			align-content: center; }
			.super-user-side-menu .link-wrapper a .img-wrapper {
				width: 55px;
				height: 55px; }
			.super-user-side-menu .link-wrapper a .text-wrapper {
				display: none; }
				.super-user-side-menu .link-wrapper a .text-wrapper .box-title {
					margin-left: 30px;
					color: #646464;
					font-size: 14px; }
		.super-user-side-menu .link-wrapper:hover {
			width: 164px; }
			.super-user-side-menu .link-wrapper:hover a {
				-webkit-box-pack: start;
				-ms-flex-pack: start;
				justify-content: flex-start;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center; }
				.super-user-side-menu .link-wrapper:hover a .text-wrapper {
					display: block; }

.super-modal .modal-dialog {
	min-width: auto;
	width: 90%;
	max-width: 90%; }
	.super-modal .modal-dialog .modal-content {
		background-color: rgba(255, 255, 255, 0.96);
		padding: 60px 0px;
		position: relative; }
		.super-modal .modal-dialog .modal-content .close-modal {
			width: 24px;
			height: 24px;
			background: url(../images/ico-close-super-modal.svg) center/cover no-repeat;
			position: absolute;
			top: 57px;
			right: 57px;
			border: none;
			z-index: 2;
			opacity: 1; }
			.super-modal .modal-dialog .modal-content .close-modal:hover {
				cursor: pointer; }

.super-modal.smaller .modal-dialog {
	min-width: auto;
	width: 90%;
	max-width: 830px; }

.super-modal .modal-header {
	position: relative; }

.super-modal .section-check-cards {
	width: 100%; }
	.super-modal .section-check-cards .title {
		font-weight: 700;
		color: #000000;
		font-size: 22px;
		margin-bottom: 35px; }
	.super-modal .section-check-cards .container {
		max-width: none;
		padding: 0 !important;
		margin: 0; }
	.super-modal .section-check-cards .wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start; }
		.super-modal .section-check-cards .wrapper .check-card {
			width: 47%;
			margin: 0 3% 23px 0;
			background-color: #ffffff; }

.super-modal .section-col-more .title {
	font-weight: 700;
	color: #000000;
	font-size: 22px;
	margin-bottom: 35px; }

.super-modal .section-col-more .col-more-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start; }
	.super-modal .section-col-more .col-more-wrapper .box-item {
		width: 47%;
		margin: 0 3% 23px 0; }
		.super-modal .section-col-more .col-more-wrapper .box-item .content {
			width: 100%; }

.super-modal .section-detail-brand .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }
	.super-modal .section-detail-brand .content .img-wrapper {
		height: 60px;
		width: 60px;
		border: 1px solid #979797;
		margin-right: 50px;
		min-width: 60px;
		background-color: #ffffff; }
	.super-modal .section-detail-brand .content .text-wrapper .title-det {
		font-size: 35px;
		font-weight: 700;
		color: #000000;
		margin-bottom: 15px; }
	.super-modal .section-detail-brand .content .text-wrapper .desc-det {
		font-size: 16px;
		line-height: 1.81;
		color: #646464; }
	.super-modal .section-detail-brand .content .text-wrapper .desc-services {
		margin-top: 49px; }
		.super-modal .section-detail-brand .content .text-wrapper .desc-services .desc-serv-title {
			font-size: 24px;
			color: #000000;
			margin-bottom: 33px;
			font-weight: 700; }
		.super-modal .section-detail-brand .content .text-wrapper .desc-services .desc-cols {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between; }
			.super-modal .section-detail-brand .content .text-wrapper .desc-services .desc-cols .col {
				min-width: 45%;
				padding: 0;
				-webkit-box-flex: inherit;
				-ms-flex-positive: inherit;
				flex-grow: inherit; }
				.super-modal .section-detail-brand .content .text-wrapper .desc-services .desc-cols .col .serv-name {
					font-size: 16px;
					text-transform: uppercase;
					font-weight: 500;
					line-height: 1.06;
					margin-bottom: 20px;
					color: #646464; }

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
	#page-marketing-private.main-super {
		padding-top: 100px;
		overflow: hidden; }
		#page-marketing-private.main-super .hero-private-home {
			height: 250px;
			background: url(../images/card-overlay-squares.svg) #001136;
			background-repeat: no-repeat;
			background-position: right top;
			background-size: 214px;
			padding-bottom: 39px; }
			#page-marketing-private.main-super .hero-private-home .hero-bread {
				top: 116px;
				left: 37px;
				padding: 0; }
				#page-marketing-private.main-super .hero-private-home .hero-bread span.ico {
					-webkit-transform: rotate(180deg);
					transform: rotate(180deg);
					opacity: 1;
					margin-left: 0;
					margin-right: 10px; }
				#page-marketing-private.main-super .hero-private-home .hero-bread a {
					color: #fff;
					font-size: 14px;
					font-weight: 500;
					font-stretch: normal;
					font-style: normal;
					line-height: normal;
					letter-spacing: normal; }
			#page-marketing-private.main-super .hero-private-home .row {
				width: 100%; }
			#page-marketing-private.main-super .hero-private-home h1 {
				font-size: 40px;
				font-weight: 700;
				line-height: 1.25;
				margin-bottom: 13px; }
			#page-marketing-private.main-super .hero-private-home .type.newsServiziMarketing {
				background: #50e3c2;
				display: block;
				font-size: 11px;
				line-height: 1.25;
				font-weight: 700;
				color: #000;
				text-transform: uppercase;
				padding: 5px 8px;
				margin-bottom: 0px;
				width: -webkit-max-content;
				width: -moz-max-content;
				width: max-content; }
			#page-marketing-private.main-super .hero-private-home .text-banner-right {
				text-align: right; }
				#page-marketing-private.main-super .hero-private-home .text-banner-right span.ico {
					opacity: 1;
					display: inline-block;
					margin: 0px 0px 0px 10px;
					height: 12px;
					width: 12px;
					background: url(../images/link-arrow.svg) no-repeat;
					background-size: contain; }
				#page-marketing-private.main-super .hero-private-home .text-banner-right p, #page-marketing-private.main-super .hero-private-home .text-banner-right a {
					font-size: 16px;
					font-weight: bold;
					font-stretch: normal;
					font-style: normal;
					line-height: 1.25;
					letter-spacing: normal;
					text-align: right;
					color: #ffffff; }
					#page-marketing-private.main-super .hero-private-home .text-banner-right p:hover, #page-marketing-private.main-super .hero-private-home .text-banner-right a:hover {
						text-decoration: none; }
				#page-marketing-private.main-super .hero-private-home .text-banner-right a:hover {
					color: #0050c1;
					text-decoration: none; }
		#page-marketing-private.main-super .banner-oao-sottoscritti {
			background-color: #bdd7ff;
			padding: 19px 0 18px 0; }
			#page-marketing-private.main-super .banner-oao-sottoscritti a {
				margin: 0;
				font-size: 16px;
				font-weight: 500;
				font-stretch: normal;
				font-style: normal;
				line-height: normal;
				letter-spacing: normal;
				color: #000000;
				display: inline; }
				#page-marketing-private.main-super .banner-oao-sottoscritti a:hover {
					text-decoration: none;
					color: #0050c1; }
			#page-marketing-private.main-super .banner-oao-sottoscritti span.ico {
				opacity: 1;
				display: inline-block;
				margin: 0px 0px 0px 10px;
				height: 12px;
				width: 12px;
				background: url(../images/ico-more-results.svg) no-repeat;
				background-size: contain;
				-webkit-transform: rotate(-90deg);
				transform: rotate(-90deg); }
	.nav.nav-tabs {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start; }
		.nav.nav-tabs .nav-link {
			margin-right: 50px; }
			.nav.nav-tabs .nav-link.active {
				margin-right: 61px; }
	.section-col-header h1 {
		font-size: 30px;
		margin-bottom: 13px;
		line-height: 1.2; }
	.section-col-header .link-news {
		color: #0065f4;
		margin-bottom: 44px; }
		.section-col-header .link-news:hover {
			color: #0050c1;
			text-decoration: none; }
	.section-col-cards .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		overflow: hidden;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between; }
	.section-col-cards .card {
		padding: 32px 30px;
		min-height: 225px;
		width: 48%;
		min-width: auto;
		margin-right: 0px; }
	.section-check-cards .title {
		font-size: 18px;
		line-height: 1.67; }
	.section-check-cards .wrapper {
		overflow: scroll;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		overflow: hidden;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between; }
		.section-check-cards .wrapper .check-card {
			padding: 20px;
			min-width: auto;
			width: 48%;
			margin-right: 0px; }
	.section-col-more .title {
		font-size: 18px;
		line-height: 1.67; }
	.section-col-more .col-more-wrapper {
		width: 100%;
		padding-top: 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		overflow: hidden; }
		.section-col-more .col-more-wrapper .box-item {
			min-width: auto;
			width: 48%;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			margin-right: 0px;
			-webkit-box-align: start;
			-ms-flex-align: start;
			align-items: flex-start;
			margin: 0 16px 30px 0;
			margin: 0 4% 30px 0; }
			.section-col-more .col-more-wrapper .box-item:nth-child(even) {
				margin-right: 0px; }
	.super-promo .promo-cards .container {
		position: relative; }
	.super-user-side-menu {
		display: block; } }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.main-super {
		padding-top: 100px; }
	.section-col-header {
		margin-top: 58px; }
		.section-col-header h1 {
			margin-bottom: 10px; }
		.section-col-header .link-news {
			margin-bottom: 29px; }
			.section-col-header .link-news:hover {
				color: #0050c1;
				text-decoration: none; }
	.section-multi-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: 1170px;
		margin: 0 auto; }
	.section-col-cards {
		width: 66%; }
	.section-check-cards {
		width: 36%; }
		.section-check-cards .title {
			margin-top: 0px;
			margin-bottom: 22px;
			line-height: 1; }
		.section-check-cards .container {
			padding: 0 !important;
			margin: 0 !important; }
		.section-check-cards .wrapper {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column; }
			.section-check-cards .wrapper .check-card {
				width: 100%;
				padding: 15px;
				min-width: auto;
				margin-right: 0px;
				margin-bottom: 19px; }
	.section-col-more .col-more-wrapper {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-right: 0px !important; }
		.section-col-more .col-more-wrapper .box-item {
			width: 33%;
			margin: 0; }
	.super-news .promo-cards .container .news-card {
		max-width: none; }
	.super-promo .promo-cards .container {
		position: relative; }
		.super-promo .promo-cards .container .super-home-promo-slider {
			overflow: hidden; }
			.super-promo .promo-cards .container .super-home-promo-slider .swiper-slide.card {
				border: none; }
				.super-promo .promo-cards .container .super-home-promo-slider .swiper-slide.card .content {
					overflow: hidden; }
					.super-promo .promo-cards .container .super-home-promo-slider .swiper-slide.card .content .img-wrapper {
						display: -webkit-box;
						display: -ms-flexbox;
						display: flex;
						-webkit-box-pack: start;
						-ms-flex-pack: start;
						justify-content: flex-start;
						margin-bottom: 20px; }
					.super-promo .promo-cards .container .super-home-promo-slider .swiper-slide.card .content .text-wrapper .card-title {
						font-size: 22px;
						line-height: 1.36;
						color: #000000;
						font-weight: 700;
						margin-bottom: 15px;
						max-width: 95%; }
					.super-promo .promo-cards .container .super-home-promo-slider .swiper-slide.card .content .text-wrapper .card-date {
						font-size: 12px;
						font-weight: 500;
						line-height: 1.33;
						color: #000000;
						text-transform: uppercase; }
	.super-promo .promo-cards .fast-nav-promo {
		display: block; }
	.super-modal .modal-dialog {
		min-width: auto;
		width: 90%;
		max-width: 90%; }
		.super-modal .modal-dialog .modal-content {
			padding: 60px; }
	.super-modal.smaller .modal-dialog .modal-content {
		padding: 60px 20px; }
	.super-modal .section-check-cards {
		width: 100%; }
		.super-modal .section-check-cards .wrapper {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-webkit-box-pack: start;
			-ms-flex-pack: start;
			justify-content: flex-start; }
			.super-modal .section-check-cards .wrapper .check-card {
				width: 30%;
				margin: 0 3% 23px 0; }
	.super-modal .section-col-more .col-more-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start; }
		.super-modal .section-col-more .col-more-wrapper .box-item {
			width: 30%;
			margin: 0 3% 23px 0; }
			.super-modal .section-col-more .col-more-wrapper .box-item .content {
				width: 100%; } }

/* Extra large devices (large desktops, 1200px and up) */
.main-super {
	padding-top: 85px;
	overflow: hidden; }

.documentazione-row {
	margin: 40px 0 0; }
	.documentazione-row > .col-4 {
		margin: 0 0 35px; }
		.documentazione-row > .col-4:nth-child(3n) {
			padding-right: 0; }
		.documentazione-row > .col-4:nth-child(3n + 1) {
			padding-left: 0; }
	.documentazione-row span {
		font-weight: 700;
		font-size: 14px; }
	.documentazione-row.documentazione-row a.documentazione-box {
		display: block;
		color: #000; }
		.documentazione-row.documentazione-row a.documentazione-box:hover {
			color: #0164f2;
			text-decoration: none; }

.documentazione-box {
	border-bottom: 1px solid #979797; }

.documentazione-circle {
	display: inline-block;
	margin: 0 18px 23px 0; }

.offerte-row {
	margin: 40px 0 0; }
	.offerte-row > .col-4 {
		margin: 0 0 35px; }
		.offerte-row > .col-4:nth-child(3n) {
			padding-right: 0; }
		.offerte-row > .col-4:nth-child(3n + 1) {
			padding-left: 0; }

.offerte-box {
	border-bottom: 1px solid #979797;
	padding: 0 0 20px; }

.offerte .offerte-box {
	color: #000000; }
	.offerte .offerte-box:hover {
		text-decoration: none; }
		.offerte .offerte-box:hover .offerte-text {
			text-decoration: none;
			color: #0164f2; }

.offerte .type {
	display: inline-block;
	font-size: 11px;
	line-height: 1.25;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 8px;
	margin-bottom: 11px; }
	.offerte .type.offerte {
		background: #0164f2; }
	.offerte .type.definitive {
		background: #02d0d2; }

.offerte span {
	font-weight: 500;
	font-size: 10px;
	display: block; }

.offerte-text {
	font-weight: 700;
	margin: 0; }

.offerte-img {
	position: absolute;
	bottom: 0;
	right: 0; }

.news .super-news .row > .col-4 {
	margin: 0 0 35px;
	padding: 0 12px; }
	.news .super-news .row > .col-4:nth-child(3n) {
		padding-right: 0; }
	.news .super-news .row > .col-4:nth-child(3n + 1) {
		padding-left: 15px; }

.news .news-card .card-body {
	padding: 29px 30px 30px; }

.news .news-card.tile-card {
	width: 100%; }

.hero-private-home {
	height: 308px;
	width: 100%;
	background-color: #0033a1;
	padding-bottom: 72px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }
	.hero-private-home .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end; }
	.hero-private-home h1 {
		color: #ffffff;
		font-size: 30px;
		font-weight: 700;
		line-height: 1.2;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end; }

.section-col-header {
	margin-top: 50px; }
	.section-col-header h1 {
		font-size: 26px;
		margin-bottom: 16px;
		font-weight: 700;
		line-height: 1.15; }
	.section-col-header .link-news {
		color: #0065f4;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 30px;
		font-size: 16px;
		font-weight: 500;
		cursor: pointer; }
		.section-col-header .link-news span.ico {
			display: inline-block;
			height: 12px;
			width: 6px;
			margin-left: 10px;
			background: url(../images/link-arrow-blue.svg) center/cover no-repeat; }
		.section-col-header .link-news:hover {
			color: #0050c1;
			text-decoration: none; }
		.section-col-header .link-news:active {
			color: #0164f2; }
		.section-col-header .link-news:past {
			color: #0050c1; }

.section-col-cards .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	overflow: scroll; }

.section-col-cards .card {
	padding: 32px 30px;
	min-height: 218px;
	min-width: 100%;
	margin-right: 16px; }
	.section-col-cards .card .ico.ico-expand {
		width: 18px;
		height: 18px;
		background: url(../images/ico-card-show-more.svg) center/cover no-repeat;
		position: absolute;
		bottom: 20px;
		right: 20px; }
	.section-col-cards .card .overlay {
		width: 209px;
		height: 211px;
		position: absolute;
		top: 0;
		right: 0; }
		.section-col-cards .card .overlay.squares {
			background: url(../images/card-overlay-squares.svg) center/cover no-repeat; }
	.section-col-cards .card .title {
		font-size: 26px;
		font-weight: 700;
		line-height: 1.23;
		color: #000000;
		margin-bottom: 15px; }
	.section-col-cards .card .text {
		font-size: 16px;
		line-height: 1.56;
		color: #000000; }
	.section-col-cards .card.cyan {
		background-color: #50e3c2; }
	.section-col-cards .card.lightgreen {
		background-color: #dbf11e; }
	.section-col-cards .card.lightred {
		background-color: #ff4972; }

.section-check-cards .title {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.13;
	color: #555555;
	margin: 30px 0; }

.section-check-cards .wrapper {
	overflow: scroll; }
	.section-check-cards .wrapper .check-card {
		border: 1px solid #979797;
		padding: 20px;
		min-width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-right: 16px;
		background-color: #ffffff; }
		.section-check-cards .wrapper .check-card .content {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-line-pack: center;
			align-content: center;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column; }
		.section-check-cards .wrapper .check-card .card-title {
			font-size: 18px;
			line-height: 1.44;
			color: #000000;
			margin-bottom: 5px; }
		.section-check-cards .wrapper .check-card .text {
			font-size: 13px;
			line-height: 1.62;
			color: #646464; }
		.section-check-cards .wrapper .check-card span.ico {
			display: inline-block;
			height: 35px;
			width: 35px;
			min-width: 35px;
			margin-right: 20px; }
			.section-check-cards .wrapper .check-card span.ico.ico-net {
				background: url(../images/ico-blue-map.svg) center/cover no-repeat; }
			.section-check-cards .wrapper .check-card span.ico.ico-data {
				background: url(../images/ico-blue-data.svg) center/cover no-repeat; }
			.section-check-cards .wrapper .check-card span.ico.ico-ngasp {
				background: url(../images/ico-blue-ngasp.svg) center/cover no-repeat; }
			.section-check-cards .wrapper .check-card span.ico.ico-fastcheck {
				background: url(../images/ico-blue-fastcheck.svg) center/cover no-repeat; }

.section-col-more .title {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #555555;
	margin: 30px 0; }

.section-col-more .col-more-wrapper {
	width: 100%;
	padding-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: scroll; }
	.section-col-more .col-more-wrapper .box-item {
		min-width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-right: 16px; }
		.section-col-more .col-more-wrapper .box-item .content {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-line-pack: start;
			align-content: flex-start;
			position: relative; }
			.section-col-more .col-more-wrapper .box-item .content .ico.ico-info {
				height: 20px;
				width: 20px;
				background: url(../images/ico-input-info.svg) center/cover no-repeat;
				position: absolute;
				top: 4px;
				right: 0; }
			.section-col-more .col-more-wrapper .box-item .content .img-wrapper {
				height: 55px;
				width: 55px;
				border: 1px solid #979797;
				margin-right: 20px;
				min-width: 55px;
				background-color: #ffffff; }
			.section-col-more .col-more-wrapper .box-item .content .texts-wrapper {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column; }
				.section-col-more .col-more-wrapper .box-item .content .texts-wrapper .box-title {
					font-size: 20px;
					font-weight: 700;
					line-height: 1.3;
					color: #000000;
					margin-bottom: 8px; }
				.section-col-more .col-more-wrapper .box-item .content .texts-wrapper .text {
					font-size: 13px;
					line-height: 1.62;
					color: #646464; }

.administration-section .section-col-header h1 {
	margin-bottom: 30px; }

.super-news {
	margin-bottom: 100px; }
	.super-news .promo-cards .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		overflow: scroll; }
		.super-news .promo-cards .container .news-card {
			min-width: 306px;
			margin-right: 16px;
			max-width: 306px; }

.super-promo .promo-cards .container {
	position: relative; }
	.super-promo .promo-cards .container .super-home-promo-slider {
		width: 100%;
		overflow: visible; }
		.super-promo .promo-cards .container .super-home-promo-slider .swiper-wrapper {
			width: 50%; }
		.super-promo .promo-cards .container .super-home-promo-slider .swiper-slide.card {
			width: auto;
			border: none; }
			.super-promo .promo-cards .container .super-home-promo-slider .swiper-slide.card .content {
				max-width: 94%;
				overflow: hidden; }
				.super-promo .promo-cards .container .super-home-promo-slider .swiper-slide.card .content .img-wrapper {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-pack: start;
					-ms-flex-pack: start;
					justify-content: flex-start;
					margin-bottom: 20px;
					max-width: 100%; }
					.super-promo .promo-cards .container .super-home-promo-slider .swiper-slide.card .content .img-wrapper img {
						max-width: 100%; }
				.super-promo .promo-cards .container .super-home-promo-slider .swiper-slide.card .content .text-wrapper .card-title {
					font-size: 22px;
					line-height: 1.36;
					color: #000000;
					font-weight: 700;
					margin-bottom: 15px;
					max-width: 95%; }
				.super-promo .promo-cards .container .super-home-promo-slider .swiper-slide.card .content .text-wrapper .card-date {
					font-size: 12px;
					font-weight: 500;
					line-height: 1.33;
					color: #000000;
					text-transform: uppercase; }

.super-promo .promo-cards .fast-nav-promo {
	display: none; }
	.super-promo .promo-cards .fast-nav-promo .swiper-button-prev {
		width: 13px;
		height: 30px;
		cursor: pointer;
		background: url("../images/ico-promo-slider-prev.svg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		margin-left: -20px; }
		.super-promo .promo-cards .fast-nav-promo .swiper-button-prev:after {
			content: ''; }
		.super-promo .promo-cards .fast-nav-promo .swiper-button-prev:focus {
			outline: none; }
	.super-promo .promo-cards .fast-nav-promo .swiper-button-next {
		width: 13px;
		height: 30px;
		cursor: pointer;
		background: url("../images/ico-promo-slider-next.svg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain; }
		.super-promo .promo-cards .fast-nav-promo .swiper-button-next:after {
			content: ''; }
		.super-promo .promo-cards .fast-nav-promo .swiper-button-next:focus {
			outline: none; }

.super-user-side-menu {
	display: none;
	z-index: 2;
	right: 0px;
	top: 158px;
	position: fixed;
	background: #ffffff; }
	.super-user-side-menu .link-wrapper {
		width: 60px; }
		.super-user-side-menu .link-wrapper a {
			border: 1px solid #979797;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-ms-flex-line-pack: center;
			align-content: center; }
			.super-user-side-menu .link-wrapper a .img-wrapper {
				width: 55px;
				height: 55px; }
			.super-user-side-menu .link-wrapper a .text-wrapper {
				display: none; }
				.super-user-side-menu .link-wrapper a .text-wrapper .box-title {
					margin-left: 30px;
					color: #646464;
					font-size: 14px; }
		.super-user-side-menu .link-wrapper:hover {
			width: 164px; }
			.super-user-side-menu .link-wrapper:hover a {
				-webkit-box-pack: start;
				-ms-flex-pack: start;
				justify-content: flex-start;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center; }
				.super-user-side-menu .link-wrapper:hover a .text-wrapper {
					display: block; }

.super-modal .modal-dialog {
	min-width: auto;
	width: 90%;
	max-width: 90%; }
	.super-modal .modal-dialog .modal-content {
		background-color: rgba(255, 255, 255, 0.96);
		padding: 60px 0px;
		position: relative; }
		.super-modal .modal-dialog .modal-content .close-modal {
			width: 24px;
			height: 24px;
			background: url(../images/ico-close-super-modal.svg) center/cover no-repeat;
			position: absolute;
			top: 57px;
			right: 57px;
			border: none;
			z-index: 2;
			opacity: 1; }
			.super-modal .modal-dialog .modal-content .close-modal:hover {
				cursor: pointer; }

.super-modal.smaller .modal-dialog {
	min-width: auto;
	width: 90%;
	max-width: 830px; }

.super-modal .modal-header {
	position: relative; }

.super-modal .section-check-cards {
	width: 100%; }
	.super-modal .section-check-cards .title {
		font-weight: 700;
		color: #000000;
		font-size: 22px;
		margin-bottom: 35px; }
	.super-modal .section-check-cards .container {
		max-width: none;
		padding: 0 !important;
		margin: 0; }
	.super-modal .section-check-cards .wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start; }
		.super-modal .section-check-cards .wrapper .check-card {
			width: 47%;
			margin: 0 3% 23px 0;
			background-color: #ffffff; }

.super-modal .section-col-more .title {
	font-weight: 700;
	color: #000000;
	font-size: 22px;
	margin-bottom: 35px; }

.super-modal .section-col-more .col-more-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start; }
	.super-modal .section-col-more .col-more-wrapper .box-item {
		width: 47%;
		margin: 0 3% 23px 0; }
		.super-modal .section-col-more .col-more-wrapper .box-item .content {
			width: 100%; }

.super-modal .section-detail-brand .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }
	.super-modal .section-detail-brand .content .img-wrapper {
		height: 60px;
		width: 60px;
		border: 1px solid #979797;
		margin-right: 50px;
		min-width: 60px;
		background-color: #ffffff; }
	.super-modal .section-detail-brand .content .text-wrapper .title-det {
		font-size: 35px;
		font-weight: 700;
		color: #000000;
		margin-bottom: 15px; }
	.super-modal .section-detail-brand .content .text-wrapper .desc-det {
		font-size: 16px;
		line-height: 1.81;
		color: #646464; }
	.super-modal .section-detail-brand .content .text-wrapper .desc-services {
		margin-top: 49px; }
		.super-modal .section-detail-brand .content .text-wrapper .desc-services .desc-serv-title {
			font-size: 24px;
			color: #000000;
			margin-bottom: 33px;
			font-weight: 700; }
		.super-modal .section-detail-brand .content .text-wrapper .desc-services .desc-cols {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between; }
			.super-modal .section-detail-brand .content .text-wrapper .desc-services .desc-cols .col {
				min-width: 45%;
				padding: 0;
				-webkit-box-flex: inherit;
				-ms-flex-positive: inherit;
				flex-grow: inherit; }
				.super-modal .section-detail-brand .content .text-wrapper .desc-services .desc-cols .col .serv-name {
					font-size: 16px;
					text-transform: uppercase;
					font-weight: 500;
					line-height: 1.06;
					margin-bottom: 20px;
					color: #646464; }

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
	.main-super {
		padding-top: 85px;
		overflow: hidden; }
	.hero-private-home {
		height: 300px;
		padding-bottom: 78px; }
		.hero-private-home h1 {
			font-size: 40px;
			font-weight: 700;
			line-height: 1.25; }
	.section-col-header h1 {
		font-size: 30px;
		margin-bottom: 13px;
		line-height: 1.2; }
	.section-col-header .link-news {
		color: #0065f4;
		margin-bottom: 44px; }
		.section-col-header .link-news:hover {
			color: #0050c1;
			text-decoration: none; }
	.section-col-cards .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		overflow: hidden;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between; }
	.section-col-cards .card {
		padding: 32px 30px;
		min-height: 225px;
		width: 48%;
		min-width: auto;
		margin-right: 0px; }
	.section-check-cards .title {
		font-size: 18px;
		line-height: 1.67; }
	.section-check-cards .wrapper {
		overflow: scroll;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		overflow: hidden;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between; }
		.section-check-cards .wrapper .check-card {
			padding: 20px;
			min-width: auto;
			width: 48%;
			margin-right: 0px; }
	.section-col-more .title {
		font-size: 18px;
		line-height: 1.67; }
	.section-col-more .col-more-wrapper {
		width: 100%;
		padding-top: 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		overflow: hidden; }
		.section-col-more .col-more-wrapper .box-item {
			min-width: auto;
			width: 48%;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			margin-right: 0px;
			-webkit-box-align: start;
			-ms-flex-align: start;
			align-items: flex-start;
			margin: 0 16px 30px 0;
			margin: 0 4% 30px 0; }
			.section-col-more .col-more-wrapper .box-item:nth-child(even) {
				margin-right: 0px; }
	.super-promo .promo-cards .container {
		position: relative; }
	.super-user-side-menu {
		display: block; } }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.main-super {
		padding-top: 100px; }
	.section-col-header {
		margin-top: 58px; }
		.section-col-header h1 {
			margin-bottom: 10px; }
		.section-col-header .link-news {
			margin-bottom: 29px; }
			.section-col-header .link-news:hover {
				color: #0050c1;
				text-decoration: none; }
	.section-multi-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: 1170px;
		margin: 0 auto; }
	.section-col-cards {
		width: 66%; }
	.section-check-cards {
		width: 36%; }
		.section-check-cards .title {
			margin-top: 0px;
			margin-bottom: 22px;
			line-height: 1; }
		.section-check-cards .container {
			padding: 0 !important;
			margin: 0 !important; }
		.section-check-cards .wrapper {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column; }
			.section-check-cards .wrapper .check-card {
				width: 100%;
				padding: 15px;
				min-width: auto;
				margin-right: 0px;
				margin-bottom: 19px; }
	.section-col-more .col-more-wrapper {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-right: 0px !important; }
		.section-col-more .col-more-wrapper .box-item {
			width: 33%;
			margin: 0; }
	.super-news .promo-cards .container .news-card {
		max-width: none; }
	.super-promo .promo-cards .container {
		position: relative; }
		.super-promo .promo-cards .container .super-home-promo-slider {
			overflow: hidden; }
			.super-promo .promo-cards .container .super-home-promo-slider .swiper-slide.card {
				border: none; }
				.super-promo .promo-cards .container .super-home-promo-slider .swiper-slide.card .content {
					overflow: hidden; }
					.super-promo .promo-cards .container .super-home-promo-slider .swiper-slide.card .content .img-wrapper {
						display: -webkit-box;
						display: -ms-flexbox;
						display: flex;
						-webkit-box-pack: start;
						-ms-flex-pack: start;
						justify-content: flex-start;
						margin-bottom: 20px; }
					.super-promo .promo-cards .container .super-home-promo-slider .swiper-slide.card .content .text-wrapper .card-title {
						font-size: 22px;
						line-height: 1.36;
						color: #000000;
						font-weight: 700;
						margin-bottom: 15px;
						max-width: 95%; }
					.super-promo .promo-cards .container .super-home-promo-slider .swiper-slide.card .content .text-wrapper .card-date {
						font-size: 12px;
						font-weight: 500;
						line-height: 1.33;
						color: #000000;
						text-transform: uppercase; }
	.super-promo .promo-cards .fast-nav-promo {
		display: block; }
	.super-modal .modal-dialog {
		min-width: auto;
		width: 90%;
		max-width: 90%; }
		.super-modal .modal-dialog .modal-content {
			padding: 60px; }
	.super-modal.smaller .modal-dialog .modal-content {
		padding: 60px 20px; }
	.super-modal .section-check-cards {
		width: 100%; }
		.super-modal .section-check-cards .wrapper {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-webkit-box-pack: start;
			-ms-flex-pack: start;
			justify-content: flex-start; }
			.super-modal .section-check-cards .wrapper .check-card {
				width: 30%;
				margin: 0 3% 23px 0; }
	.super-modal .section-col-more .col-more-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start; }
		.super-modal .section-col-more .col-more-wrapper .box-item {
			width: 30%;
			margin: 0 3% 23px 0; }
			.super-modal .section-col-more .col-more-wrapper .box-item .content {
				width: 100%; } }

/* Extra large devices (large desktops, 1200px and up) */
/******* CLOSE FONT GILLSANS ******/
@font-face {
	font-family: 'TimSans';
	font-weight: 400;
	font-style: normal;
	src: url("../fonts/TIMSans-Regular.woff2") format("woff2"), url("../fonts/TIMSans-Regular.woff") format("woff"), url("../fonts/TIMSans-Regular.ttf") format("truetype"); 
	font-display: swap;
}

@font-face {
	font-family: 'TimSans';
	font-weight: 500;
	font-style: normal;
	src: url("../fonts/TIMSans-Medium.woff2") format("woff2"), url("../fonts/TIMSans-Medium.woff") format("woff"), url("../fonts/TIMSans-Medium.ttf") format("truetype"); 
	font-display: swap;
}

@font-face {
	font-family: 'TimSans';
	font-weight: 700;
	font-style: normal;
	src: url("../fonts/TIMSans-Bold.woff2") format("woff2"), url("../fonts/TIMSans-Bold.woff") format("woff"), url("../fonts/TIMSans-Bold.ttf") format("truetype"); 
	font-display: swap;
}

@font-face {
	font-family: 'TimSans';
	font-weight: 900;
	font-style: normal;
	src: url("../fonts/TIMSans-Heavy.woff2") format("woff2"), url("../fonts/TIMSans-Heavy.woff") format("woff"), url("../fonts/TIMSans-Heavy.ttf") format("truetype"); 
	font-display: swap;
}

.popover {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: solid 1px #979797;
	background-color: #ffffff;
	border-radius: 0px;
	margin-top: -5px; }
	.popover .popover-body {
		font-family: "TimSans-Regular", Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #727272;
		padding: 23px 12px 23px 18px; }
	.popover .arrow::before {
		border-top-color: #727272; }

.modal-dialog .modal-content {
	border-radius: 1px;
	-webkit-box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.5);
	background-color: #ffffff; }
	.modal-dialog .modal-content .modal-header {
		padding: 30px 40px 16px 40px;
		border-bottom: none; }
		.modal-dialog .modal-content .modal-header h5 {
			font-family: "TimSans-Bold", Arial, Helvetica, sans-serif;
			font-size: 30px;
			color: #000000; }
		.modal-dialog .modal-content .modal-header .close {
			padding: 0;
			margin: 0;
			opacity: 1; }
			.modal-dialog .modal-content .modal-header .close:focus {
				outline: none; }
			.modal-dialog .modal-content .modal-header .close img {
				height: 30px;
				width: 30px; }
	.modal-dialog .modal-content .modal-body {
		padding: 0 40px; }
		.modal-dialog .modal-content .modal-body p {
			font-family: 'TimSans-Regular', Arial, Helvetica, sans-serif;
			font-size: 16px;
			line-height: 1.81;
			color: #646464; }
	.modal-dialog .modal-content .modal-footer {
		border-top: none;
		text-align: center;
		margin: 0 auto;
		width: 100%;
		padding-bottom: 2em;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; }

.modal-backdrop.show {
	opacity: 0.72; }

.btn {
	min-width: 226px;
	height: 50px;
	font-size: 18px;
	font-weight: 700;
	line-height: 50px;
	padding: 0 16px;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease; }
	.btn.light-color {
		background-color: #FFFFFF;
		color: #0164f2 !important;
		text-transform: uppercase;
		border: none !important; }
		.btn.light-color:disabled {
			opacity: 0.4;
			color: #0164f2 !important;
			background-color: rgba(255, 255, 255, 0.4);
			text-decoration: none; }
		.btn.light-color:hover {
			color: #0164f2 !important;
			background-color: #cce0fc !important;
			text-decoration: none; }
		.btn.light-color:active {
			color: #0164f2 !important;
			background-color: #99c1fa !important;
			text-decoration: none; }
		.btn.light-color-border {
			background-color: #FFFFFF;
			color: #0164f2 !important;
			border: 2px solid #0065f4 !important;
			text-transform: uppercase; }
			.btn.light-color-border:disabled {
				opacity: 0.4;
				color: #0164f2 !important;
				background-color: #ffffff;
				text-decoration: none; }
			.btn.light-color-border:hover {
				color: #0164f2 !important;
				background-color: #cddff4;
				text-decoration: none; }
			.btn.light-color-border:active {
				color: #0164f2 !important;
				background-color: #99c1fa !important;
				text-decoration: none; }
	.btn.dark-color {
		background-color: #0065f4 !important;
		color: #FFFFFF  !important;
		text-transform: uppercase;
		border: none !important; }
		.btn.dark-color:disabled {
			opacity: 0.4;
			background-color: #0164f2 !important;
			text-decoration: none; }
		.btn.dark-color:hover {
			background-color: #0050c1 !important;
			text-decoration: none; }
		.btn.dark-color:active {
			background-color: #0033a1 !important;
			color: #FFFFFF  !important;
			text-decoration: none; }
		.btn.dark-color-border {
			background-color: #0065f4 !important;
			color: #FFFFFF  !important;
			border: 2px solid #FFFFFF !important;
			text-decoration: none; }
			.btn.dark-color-border:disabled {
				opacity: 0.4;
				text-decoration: none; }
			.btn.dark-color-border:hover {
				background-color: rgba(255, 255, 255, 0.2);
				text-decoration: none; }
			.btn.dark-color-border:active {
				background-color: #0033a1 !important;
				text-decoration: none; }

.servizi-detail-page-wrapper .container-full{
	padding: 20px;  
}

.hero-bread {
	position: absolute;
	z-index: 2;
	padding: 54px 0px 0px 27px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; }
	.hero-bread.rel {
		position: relative;
		padding: 0px; }
		.hero-bread.rel .ico {
			background: url(../images/link-arrow-black.svg) no-repeat; }
			@media (max-width: 767px) {
				.hero-bread span.item, .hero-bread a {
					font-size: 9px!important;
				}

			}
	.hero-bread span.item, .hero-bread a {
		display: inline-block;
		font-size: 14px;
		line-height: 1;
		color: #fff;
		text-decoration: none;
		vertical-align: middle;
		font-weight: 500; }
		.hero-bread span.item.active, .hero-bread a.active {
			font-weight: 700; }
	.hero-bread .separator {
		display: inline-block;
		width: 0px;
		height: 11px;
		margin: 0 12px;
		border: 1px solid #FFFFFF;
		vertical-align: middle; }
	.hero-bread .ico {
		display: inline-block;
		margin: 0px 0px 0px 10px;
		opacity: .3;
		height: 12px;
		width: 12px;
		background: url(../images/link-arrow.svg) no-repeat;
		background-size: contain; }

.hero-banner {
	position: relative;
	width: 100%;
	background: none no-repeat center/cover #FFFFFF; }
	.hero-banner .container.hero-body {
		display: table;
		height: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box; }
		.hero-banner .container.hero-body .row {
			display: table-row; }
			.hero-banner .container.hero-body .row div[class^="col-"] {
				display: table-cell;
				vertical-align: bottom;
				padding: 0 0 55px; }
				@media (max-width: 767px) {
					.hero-banner .container.hero-body .row div[class^="col-"] {
						padding: 0 0 40px; } }
	.hero-banner .swiper-container {
		width: 100%; }
		.hero-banner .swiper-container .swiper-wrapper {
			height: 100%; }
			.hero-banner .swiper-container .swiper-wrapper .swiper-slide {
				float: left;
				height: 100%; }
				.hero-banner .swiper-container .swiper-wrapper .swiper-slide img {
					position: absolute;
					width: 100%;
					height: 100%;
					-o-object-fit: cover;
					object-fit: cover;
					top: 50%;
					-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
					z-index: -1;
					display: none; }
				.hero-banner .swiper-container .swiper-wrapper .swiper-slide .overflow {
					position: absolute;
					width: 100%;
					height: 100%;
					background-color: rgba(0, 0, 0, 0.5);
					z-index: 0; }
		.hero-banner .swiper-container .hero-bullet {
			position: absolute;
			bottom: 15px;
			left: 0;
			right: 0;
			margin: 0 auto;
			text-align: center;
			z-index: 1; }
			.hero-banner .swiper-container .hero-bullet .hidden-bullet {
				display: none; }
			.hero-banner .swiper-container .hero-bullet .pagination-wrapper {
				display: inline-block; }
				.hero-banner .swiper-container .hero-bullet .pagination-wrapper .swiper-pagination-bullet {
					display: inline-block;
					width: 5px;
					height: 5px;
					font-size: 14px;
					font-weight: 400;
					line-height: 1;
					background-color: rgba(255, 255, 255, 0.3);
					color: rgba(255, 255, 255, 0.7);
					margin: -3px 5px 0;
					border-top: 3px solid transparent;
					border-radius: 50%;
					opacity: 1;
					vertical-align: middle;
					cursor: pointer;
					text-align: center; }
					.hero-banner .swiper-container .hero-bullet .pagination-wrapper .swiper-pagination-bullet span {
						display: none; }
					.hero-banner .swiper-container .hero-bullet .pagination-wrapper .swiper-pagination-bullet:focus {
						outline: none; }
					.hero-banner .swiper-container .hero-bullet .pagination-wrapper .swiper-pagination-bullet:first-child {
						margin-left: 0; }
					.hero-banner .swiper-container .hero-bullet .pagination-wrapper .swiper-pagination-bullet:last-child {
						margin-right: 0; }
					.hero-banner .swiper-container .hero-bullet .pagination-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
						border-top-color: #FFFFFF;
						background-color: #FFFFFF;
						color: #FFFFFF;
						font-weight: 700; }
					.hero-banner .swiper-container .hero-bullet .pagination-wrapper > .swiper-pagination-bullet:hover {
						border-top-color: #FFFFFF;
						color: #FFFFFF; }
	.hero-banner .title {
		font-size: 30px;
		line-height: 1.1;
		color: #FFFFFF;
		font-weight: 700;
		max-width: 80%;
		margin: 0; }
		@media (min-width: 768px) {
			.hero-banner .title {
				font-size: 40px; } }
		@media (min-width: 992px) {
			.hero-banner .title {
				font-size: 30px;
				max-width: 680px; } }

.form-wrapper {
	position: relative;
	background-color: #F7F7F7; }
	.form-wrapper form sup {
		top: -0em;
		margin: 0 5px;
		font-size: 100%; }
	.form-wrapper form .form-steps {
		margin-bottom: 60px; }
		.form-wrapper form .form-steps .step-progress p {
			font-size: 24px;
			font-weight: 700;
			margin: 0; }
		.form-wrapper form .form-steps .description p {
			font-size: 14px;
			opacity: 0.5; }
	.form-wrapper form .form-heading {
		margin-bottom: 60px; }
		.form-wrapper form .form-heading h2 {
			font-size: 30px;
			font-weight: 700;
			margin-bottom: 25px; }
		.form-wrapper form .form-heading h3 {
			font-size: 16px;
			font-weight: 500;
			margin: 0; }
	.form-wrapper form .step {
		display: none; }
		.form-wrapper form .step.current-step {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex; }
	.form-wrapper form .form-group {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0 0 60px; }
		.form-wrapper form .form-group.shot-field {
			width: 90%;
			margin-left: auto;
			margin-right: auto; }
		.form-wrapper form .form-group label {
			-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
			display: inline-block;
			margin-bottom: 5px; }
		.form-wrapper form .form-group input {
			-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
			display: block;
			width: 100%;
			border: none;
			border-bottom: 1px solid #969696;
			font-size: 18px;
			color: #1F1F1F;
			padding: 18px 0px;
			background: transparent; }
			.form-wrapper form .form-group input::-webkit-input-placeholder {
				/* Chrome, Firefox, Opera, Safari 10.1+ */
				color: #B8B8B8;
				opacity: 1;
				/* Firefox */ }
			.form-wrapper form .form-group input::-moz-placeholder {
				/* Chrome, Firefox, Opera, Safari 10.1+ */
				color: #B8B8B8;
				opacity: 1;
				/* Firefox */ }
			.form-wrapper form .form-group input:-ms-input-placeholder {
				/* Chrome, Firefox, Opera, Safari 10.1+ */
				color: #B8B8B8;
				opacity: 1;
				/* Firefox */ }
			.form-wrapper form .form-group input::-ms-input-placeholder {
				/* Chrome, Firefox, Opera, Safari 10.1+ */
				color: #B8B8B8;
				opacity: 1;
				/* Firefox */ }
			.form-wrapper form .form-group input::placeholder {
				/* Chrome, Firefox, Opera, Safari 10.1+ */
				color: #B8B8B8;
				opacity: 1;
				/* Firefox */ }
			.form-wrapper form .form-group input:-ms-input-placeholder {
				/* Internet Explorer 10-11 */
				color: #B8B8B8;
				padding: 5px 0; }
			.form-wrapper form .form-group input::-ms-input-placeholder {
				/* Microsoft Edge */
				color: #B8B8B8; }
			.form-wrapper form .form-group input:focus {
				outline: none;
				-webkit-box-shadow: none;
				box-shadow: none;
				border-bottom: 2px solid #0033a1; }
				.form-wrapper form .form-group input:focus + label {
					color: #0033a1; }
		.form-wrapper form .form-group .ico-info {
			position: absolute;
			bottom: 10px;
			display: block;
			width: 20px;
			height: 20px;
			right: 0px;
			z-index: 0;
			background: url("../images/ico-input-info.svg") no-repeat;
			background-size: cover; }
	.form-wrapper form .privacy {
		position: relative;
		margin-bottom: 40px; }
		.form-wrapper form .privacy label {
			position: relative;
			font-size: 14px;
			line-height: 23px;
			font-weight: 400;
			padding-right: 70px;
			margin: 0;
			cursor: pointer;
			z-index: 1; }
			.form-wrapper form .privacy label a {
				font-weight: 700;
				color: inherit;
				text-decoration: underline; }
		.form-wrapper form .privacy .privacy-switch {
			position: absolute;
			top: 5px;
			right: 0;
			border: 3px solid #B8B8B8;
			background-color: #B8B8B8;
			border-radius: 2px;
			overflow: hidden;
			z-index: 0; }
			.form-wrapper form .privacy .privacy-switch .switch {
				float: left;
				font-size: 11px;
				line-height: 13px;
				width: 25px;
				padding: 5px;
				border-radius: 2px;
				text-align: center; }
			.form-wrapper form .privacy .privacy-switch .no {
				color: #212121;
				background-color: #F7F7F7; }
			.form-wrapper form .privacy .privacy-switch .yes {
				color: #F7F7F7;
				background-color: transparent; }
		.form-wrapper form .privacy input {
			display: none; }
			.form-wrapper form .privacy input:checked + .privacy-switch .no {
				color: #F7F7F7;
				background-color: transparent; }
			.form-wrapper form .privacy input:checked + .privacy-switch .yes {
				color: #212121;
				background-color: #F7F7F7; }
	.form-wrapper.tim-form {
		background-color: #0033a1;
		color: #FFFFFF; }
		.form-wrapper.tim-form form .form-group label {
			color: rgba(255, 255, 255, 0.8); }
		.form-wrapper.tim-form form .form-group input {
			border-bottom: 1px solid #E3E3E3;
			color: #FFFFFF; }
			.form-wrapper.tim-form form .form-group input::-webkit-input-placeholder {
				/* Chrome, Firefox, Opera, Safari 10.1+ */
				color: #FFFFFF;
				opacity: 1;
				/* Firefox */ }
			.form-wrapper.tim-form form .form-group input::-moz-placeholder {
				/* Chrome, Firefox, Opera, Safari 10.1+ */
				color: #FFFFFF;
				opacity: 1;
				/* Firefox */ }
			.form-wrapper.tim-form form .form-group input:-ms-input-placeholder {
				/* Chrome, Firefox, Opera, Safari 10.1+ */
				color: #FFFFFF;
				opacity: 1;
				/* Firefox */ }
			.form-wrapper.tim-form form .form-group input::-ms-input-placeholder {
				/* Chrome, Firefox, Opera, Safari 10.1+ */
				color: #FFFFFF;
				opacity: 1;
				/* Firefox */ }
			.form-wrapper.tim-form form .form-group input::placeholder {
				/* Chrome, Firefox, Opera, Safari 10.1+ */
				color: #FFFFFF;
				opacity: 1;
				/* Firefox */ }
			.form-wrapper.tim-form form .form-group input:-ms-input-placeholder {
				/* Internet Explorer 10-11 */
				color: #FFFFFF;
				padding: 5px 0; }
			.form-wrapper.tim-form form .form-group input::-ms-input-placeholder {
				/* Microsoft Edge */
				color: #FFFFFF; }
			.form-wrapper.tim-form form .form-group input:focus {
				border-bottom: 2px solid #FFFFFF; }
				.form-wrapper.tim-form form .form-group input:focus + label {
					color: #FFFFFF; }
		.form-wrapper.tim-form form .form-group input:-webkit-autofill,
		.form-wrapper.tim-form form .form-group input:-webkit-autofill:hover,
		.form-wrapper.tim-form form .form-group input:-webkit-autofill:focus,
		.form-wrapper.tim-form form .form-group input:-webkit-autofill:active {
			-webkit-transition: background-color 5000s ease-in-out 0s;
			transition: background-color 5000s ease-in-out 0s;
			-webkit-text-fill-color: white !important; }
		.form-wrapper.tim-form form .privacy .privacy-switch {
			border-color: #FFFFFF;
			background-color: #FFFFFF; }
			.form-wrapper.tim-form form .privacy .privacy-switch .no {
				color: #FFFFFF;
				background-color: #0164f2; }
			.form-wrapper.tim-form form .privacy .privacy-switch .yes {
				color: #B8B8B8;
				background-color: transparent; }
		.form-wrapper.tim-form form .privacy input {
			display: none; }
			.form-wrapper.tim-form form .privacy input:checked + .privacy-switch .no {
				color: #B8B8B8;
				background-color: transparent; }
			.form-wrapper.tim-form form .privacy input:checked + .privacy-switch .yes {
				color: #FFFFFF;
				background-color: #0164f2; }

.accordion .card-header {
	padding: 20px 0;
	background: white;
	cursor: pointer; }
	.accordion .card-header h5 {
		font-size: 18px;
		line-height: 24px;
		color: #000;
		font-weight: 700; }
	.accordion .card-header i {
		font-size: 18px;
		font-weight: 700;
		color: #000; }
	.accordion .card-header span.ico-arrow {
		content: '';
		display: inline-block;
		height: 10px;
		width: 20px;
		background-image: url(../images/select.svg);
		background-repeat: no-repeat;
		margin-top: -5px;
		position: absolute;
		right: 31px; }

.accordion .card-body {
	font-size: 14px;
	line-height: 20px; }

.accordion .card [data-toggle="collapse"] .icon-generali-arrow-down:before {
	content: "\e930"; }

.accordion .card [data-toggle="collapse"].collapsed .icon-generali-arrow-down:before {
	content: "\e92f"; }

.modal-video .modal-dialog {
	margin: 30px auto; }

.modal-video .modal-body {
	position: relative;
	padding: 0px; }

.modal-video .close {
	position: absolute;
	right: -45px;
	top: 0;
	z-index: 999;
	font-size: 2rem;
	font-weight: normal;
	color: #fff;
	opacity: 1; }
	.modal-video .close img {
		display: block;
		width: 30px;
		height: 30px; }

@media (min-width: 576px) {
	.modal-video .modal-content {
		width: 80%;
		margin: 0 10%; } }

html {
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; }

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit; }

body {
	position: relative;
	margin: 0;
	padding-bottom: 150px;
	min-height: 100%;
	font-family: 'TimSans', Arial, Helvetica, sans-serif;
	font-weight: 400; }
	
	body.aside-open {
		overflow: hidden; }
	@media (min-width: 768px) {
		body {
			padding-bottom: 126px; } }
	@media (min-width: 992px) {
		body {
			padding-bottom: 90px; } }

.footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0;
	text-align: center; }

.zoom {
	overflow: hidden; }
	.zoom img {
		-webkit-transition: all linear 0.2s;
		transition: all linear 0.2s; }
		.zoom img:hover {
			-webkit-transform: scale(1.25);
			transform: scale(1.25); }

.news-card .card-body .date-block span.ico-play {
	margin-top: 4px;
	height: 17px;
	width: 63px;
	background: url(../images/icon_video.png) no-repeat;
	float: right;
	background-size: cover; }
	@media (max-width: 768px) {
		.news-card .card-body .date-block span.ico-play {
			margin-top: 0;
			height: 14px;
			width: 56px;
			background-size: contain; } }

.news-card-image-description {
	height: 330px; }
	.news-card-image-description .card-body {
		padding: 22px 30px 20px 34px !important; }
		.news-card-image-description .card-body .type {
			margin-bottom: 15px; }
		.news-card-image-description .card-body .title {
			max-height: 63px !important;
			height: 63px;
			margin-bottom: 3px !important; }
	.news-card-image-description .type.promo.toggle {
		display: inline-block; }
	.news-card-image-description .description {
		display: none; }
	.news-card-image-description.hover {
		height: 330px; }
		.news-card-image-description.hover .type.promo.toggle {
			display: none; }
		.news-card-image-description.hover .description.toggle {
			display: block; }
		.news-card-image-description.hover .card-image,
		.news-card-image-description.hover .succ-img,
		.news-card-image-description.hover .banner-card {
			height: 84px !important;
			background-color: #000000; }
			.news-card-image-description.hover .card-image img,
			.news-card-image-description.hover .succ-img img,
			.news-card-image-description.hover .banner-card img {
				height: 84px !important;
				opacity: 0.5; }
		.news-card-image-description.hover .card-body {
			padding: 33px 30px 20px 34px !important; }
		.news-card-image-description.hover .title {
			color: #0164f2;
			max-height: 60px !important;
			height: 60px; }
		.news-card-image-description.hover .description {
			margin: 20px 0px;
			font-size: 14px;
			font-weight: normal;
			font-stretch: normal;
			font-style: normal;
			line-height: 1.5;
			letter-spacing: normal;
			color: #646464;
			height: 63px; }
	.news-card-image-description.rows-style {
		height: auto !important; }
		.news-card-image-description.rows-style .card-body {
			padding: 22px 30px 20px 34px !important; }
		.news-card-image-description.rows-style .card-body:first-child .type.promo.toggle {
			display: inline-block !important;
			height: auto !important; }
		.news-card-image-description.rows-style .card-body:last-child .type.promo.toggle {
			display: none !important; }
		.news-card-image-description.rows-style:hover {
			height: auto !important; }
			.news-card-image-description.rows-style:hover .card-body {
				padding: 22px 30px 20px 34px !important; }
				.news-card-image-description.rows-style:hover .card-body .title {
					height: auto !important; }
				.news-card-image-description.rows-style:hover .card-body .description.toggle {
					display: none !important; }
			.news-card-image-description.rows-style:hover .card-body.row-head .type.promo.toggle {
				display: inline-block !important;
				height: auto !important; }
			.news-card-image-description.rows-style:hover .card-body:last-child .type.promo.toggle {
				display: none !important; }
	.news-card-image-description-no-img {
		height: 330px; }
		.news-card-image-description-no-img .card-body {
			padding: 43px 23px 55px 32px !important; }
			.news-card-image-description-no-img .card-body .type {
				margin-bottom: 19px; }
		.news-card-image-description-no-img .data-box {
			display: none; }
		.news-card-image-description-no-img .type.promo.toggle {
			display: inline-block;
			height: auto; }
		.news-card-image-description-no-img.hover {
			height: 330px; }
			.news-card-image-description-no-img.hover .card-body {
				padding: 43px 23px 55px 32px; }
				.news-card-image-description-no-img.hover .card-body .type {
					margin-bottom: 19px; }
				.news-card-image-description-no-img.hover .card-body .title {
					color: #0164f2;
					max-height: 60px;
					height: 60px;
					margin: 0; }
				.news-card-image-description-no-img.hover .card-body .text-block {
					margin-top: 21px; }
				.news-card-image-description-no-img.hover .card-body .date-block {
					display: none; }
				.news-card-image-description-no-img.hover .card-body .data-box {
					font-size: 12px;
					margin-top: 25px;
					font-weight: 500;
					font-stretch: normal;
					font-style: normal;
					line-height: 1.33;
					letter-spacing: normal;
					color: #000000;
					display: block; }
				.news-card-image-description-no-img.hover .card-body .type.inforete {
					display: inline-block; }
		.news-card-image-description-no-img.rows-style {
			height: auto !important; }
			.news-card-image-description-no-img.rows-style .card-body {
				padding: 22px 30px 20px 34px !important; }
			.news-card-image-description-no-img.rows-style .card-body:first-child .type.inforete {
				display: inline-block !important;
				height: auto !important; }
			.news-card-image-description-no-img.rows-style .card-body:last-child .type.inforete {
				display: none !important; }
			.news-card-image-description-no-img.rows-style:hover {
				height: auto !important; }
				.news-card-image-description-no-img.rows-style:hover .card-body {
					padding: 22px 30px 20px 34px !important; }
					.news-card-image-description-no-img.rows-style:hover .card-body .title {
						height: auto !important; }
					.news-card-image-description-no-img.rows-style:hover .card-body .description.toggle {
						display: none !important; }
				.news-card-image-description-no-img.rows-style:hover .card-body:first-child .type.inforete {
					display: inline-block !important;
					height: auto !important; }
				.news-card-image-description-no-img.rows-style:hover .card-body:last-child .type.inforete {
					display: none !important; }
	.news-card-image-description-succ-stories .type.promo.toggle {
		display: inline-block; }
	.news-card-image-description-succ-stories .description {
		display: none; }
	.news-card-image-description-succ-stories.hover .card-image,
	.news-card-image-description-succ-stories.hover .succ-img {
		height: 128px !important;
		background-color: #000000; }
		.news-card-image-description-succ-stories.hover .card-image img,
		.news-card-image-description-succ-stories.hover .succ-img img {
			height: 128px !important;
			opacity: 0.5; }
	.news-card-image-description-succ-stories.hover .title {
		color: #0164f2; }
	.news-card-image-description-succ-stories.hover .description {
		display: block; }
	.news-card-image-description-succ-stories.hover .type.promo.toggle {
		display: none; }
	.news-card-image-description-succ-stories.hover .description {
		margin: 20px 0px;
		font-size: 14px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.5;
		letter-spacing: normal;
		color: #646464; }
	.news-card-image-description-header .description {
		display: none; }
	.news-card-image-description-header .type.promo.toggle {
		display: inline-block; }
	.news-card-image-description-header.hover .card-image,
	.news-card-image-description-header.hover .succ-img,
	.news-card-image-description-header.hover .banner-card {
		background-color: #000000; }
		.news-card-image-description-header.hover .card-image img,
		.news-card-image-description-header.hover .succ-img img,
		.news-card-image-description-header.hover .banner-card img {
			height: 84px !important;
			opacity: 0.5;
			-o-object-fit: cover;
			object-fit: cover;
			-o-object-position: center 0;
			object-position: center 0; }
		.news-card-image-description-header.hover .card-image .banner-content,
		.news-card-image-description-header.hover .succ-img .banner-content,
		.news-card-image-description-header.hover .banner-card .banner-content {
			background: #0033a1;
			min-height: 285px; }
			.news-card-image-description-header.hover .card-image .banner-content .h3,
			.news-card-image-description-header.hover .succ-img .banner-content .h3,
			.news-card-image-description-header.hover .banner-card .banner-content .h3 {
				color: #0065f4; }
			.news-card-image-description-header.hover .card-image .banner-content .description,
			.news-card-image-description-header.hover .succ-img .banner-content .description,
			.news-card-image-description-header.hover .banner-card .banner-content .description {
				margin: 20px 0px;
				font-size: 14px;
				font-weight: normal;
				font-stretch: normal;
				font-style: normal;
				line-height: 1.5;
				letter-spacing: normal;
				color: #fff; }
		.news-card-image-description-header.hover .card-image .type.promo.toggle,
		.news-card-image-description-header.hover .succ-img .type.promo.toggle,
		.news-card-image-description-header.hover .banner-card .type.promo.toggle {
			display: none; }
		.news-card-image-description-header.hover .card-image .description,
		.news-card-image-description-header.hover .succ-img .description,
		.news-card-image-description-header.hover .banner-card .description {
			display: block; }

.spacer-card {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none; }

@media (max-width: 992px) {
	.reset-password-homepage {
		text-align: center; } }

.reset-password-homepage .modal-dialog {
	max-width: 480px;
	margin: 0 auto; }
	@media (max-width: 992px) {
		.reset-password-homepage .modal-dialog {
			max-width: 100%; } }
	.reset-password-homepage .modal-dialog .modal-content {
		width: auto;
		max-width: 100%;
		margin-top: 10%;
		-webkit-box-align: normal;
		-ms-flex-align: normal;
		align-items: normal;
		min-width: 480px;
		border: 0; }
		@media (max-width: 992px) {
			.reset-password-homepage .modal-dialog .modal-content {
				max-width: 100%;
				margin-top: 0;
				min-width: auto; } }
		.reset-password-homepage .modal-dialog .modal-content .modal-header {
			display: none; }
			@media (max-width: 992px) {
				.reset-password-homepage .modal-dialog .modal-content .modal-header {
					display: block;
					padding: 10px 15px;
					border-bottom: none;
					background-color: #0033a1;
					border-radius: 0; }
					.reset-password-homepage .modal-dialog .modal-content .modal-header .text-logo {
						font-size: 20px;
						font-weight: bold;
						font-stretch: normal;
						font-style: normal;
						line-height: 1.47;
						letter-spacing: normal;
						color: #ffffff;
						display: inline-block;
						float: left; }
					.reset-password-homepage .modal-dialog .modal-content .modal-header img {
						float: right;
						width: 52px;
						margin-top: 7px; } }
		.reset-password-homepage .modal-dialog .modal-content .modal-body {
			padding: 67px 55px 0; }
			@media (max-width: 992px) {
				.reset-password-homepage .modal-dialog .modal-content .modal-body {
					max-width: 486px;
					margin: 0 auto;
					padding: 90px 0px 0; } }
			@media (max-width: 768px) {
				.reset-password-homepage .modal-dialog .modal-content .modal-body {
					max-width: 100%;
					margin-top: 0;
					min-width: auto;
					padding: 52px 30px 0; } }
			.reset-password-homepage .modal-dialog .modal-content .modal-body .form-logo {
				padding-bottom: 32px;
				width: 100%;
				display: inline-block; }
				.reset-password-homepage .modal-dialog .modal-content .modal-body .form-logo .ico-indietro {
					width: 11.5px !important;
					transform: rotate(180deg);
					-ms-transform: rotate(180deg);
					-webkit-transform: rotate(180deg); }
					@media (max-width: 992px) {
						.reset-password-homepage .modal-dialog .modal-content .modal-body .form-logo .ico-indietro {
							position: absolute;
							left: 40px; } }
					@media (max-width: 767px) {
						.reset-password-homepage .modal-dialog .modal-content .modal-body .form-logo .ico-indietro {
							position: absolute;
							left: 30px; } }
				.reset-password-homepage .modal-dialog .modal-content .modal-body .form-logo .ico-lock {
					float: left;
					width: 27px; }
					@media (max-width: 992px) {
						.reset-password-homepage .modal-dialog .modal-content .modal-body .form-logo .ico-lock {
							float: none; } }
			.reset-password-homepage .modal-dialog .modal-content .modal-body h3 {
				font-size: 30px;
				font-weight: bold;
				font-stretch: normal;
				font-style: normal;
				line-height: 1.01;
				text-align: left;
				letter-spacing: normal;
				color: #000000;
				margin-bottom: 53px; }
				@media (max-width: 992px) {
					.reset-password-homepage .modal-dialog .modal-content .modal-body h3 {
						text-align: center;
						font-size: 40px;
						line-height: 1.2;
						margin-bottom: 60px; } }
				@media (max-width: 768px) {
					.reset-password-homepage .modal-dialog .modal-content .modal-body h3 {
						font-size: 28px;
						line-height: 0.71;
						margin-bottom: 56px; } }
				.reset-password-homepage .modal-dialog .modal-content .modal-body h3.title-password {
					margin-bottom: 53px; }
				.reset-password-homepage .modal-dialog .modal-content .modal-body h3.password-inviata {
					margin-bottom: 24px; }
					@media (max-width: 992px) {
						.reset-password-homepage .modal-dialog .modal-content .modal-body h3.password-inviata {
							margin-bottom: 40px; } }
			.reset-password-homepage .modal-dialog .modal-content .modal-body p.text-password-inviata {
				font-size: 14px;
				font-weight: normal;
				font-stretch: normal;
				font-style: normal;
				line-height: 2.14;
				letter-spacing: normal;
				color: #515151;
				margin-bottom: 48px; }
				@media (max-width: 992px) {
					.reset-password-homepage .modal-dialog .modal-content .modal-body p.text-password-inviata {
						text-align: center;
						line-height: 2.14;
						margin-bottom: 50px; } }
			.reset-password-homepage .modal-dialog .modal-content .modal-body .form-group {
				width: 100%;
				max-width: 100%;
				position: relative;
				display: inline-block; }
				@media (max-width: 992px) {
					.reset-password-homepage .modal-dialog .modal-content .modal-body .form-group {
						max-width: 360px;
						margin-bottom: 55px; } }
				.reset-password-homepage .modal-dialog .modal-content .modal-body .form-group input {
					cursor: auto;
					width: 100%;
					outline: none;
					border: 1px solid #979797;
					padding: 14px 28px;
					font-size: 17px;
					color: #000;
					height: 50px !important; }
				.reset-password-homepage .modal-dialog .modal-content .modal-body .form-group label {
					position: absolute;
					pointer-events: none;
					margin: 14px 28px;
					left: 0;
					top: 0;
					padding: 0 4px;
					font-size: 17px;
					color: #000;
					background-color: #fff; }
					.reset-password-homepage .modal-dialog .modal-content .modal-body .form-group label.animate-label {
						-webkit-transform-origin: 0 0;
						transform-origin: 0 0;
						-webkit-transform: scale(0.9) translateY(-50%);
						transform: scale(0.9) translateY(-50%);
						-webkit-transition: -webkit-transform 0.2s linear;
						transition: -webkit-transform 0.2s linear;
						transition: transform 0.2s linear;
						transition: transform 0.2s linear, -webkit-transform 0.2s linear;
						top: 0; }
					.reset-password-homepage .modal-dialog .modal-content .modal-body .form-group label.floatlabel-shift {
						top: -26px; }
			.reset-password-homepage .modal-dialog .modal-content .modal-body .form-group {
				margin-bottom: 58px; }
			.reset-password-homepage .modal-dialog .modal-content .modal-body .form-group + .form-group {
				margin-bottom: 50px; }
				@media (max-width: 992px) {
					.reset-password-homepage .modal-dialog .modal-content .modal-body .form-group + .form-group {
						margin-bottom: 58px; } }
			.reset-password-homepage .modal-dialog .modal-content .modal-body .captcha {
				height: 97px;
				background: #979797;
				margin: -10px auto 40px;
				max-width: 370px; }
				@media (max-width: 992px) {
					.reset-password-homepage .modal-dialog .modal-content .modal-body .captcha {
						margin: -10px auto 50px; } }
				@media (max-width: 767px) {
					.reset-password-homepage .modal-dialog .modal-content .modal-body .captcha {
						margin: -10px auto 15px; } }
			.reset-password-homepage .modal-dialog .modal-content .modal-body-2 > .form-group {
				margin-bottom: 48px; }
	.reset-password-homepage .modal-dialog .modal-footer {
		display: block;
		max-width: 100%;
		text-align: left;
		margin: 0;
		padding: 0 55px 70px; }
		@media (max-width: 992px) {
			.reset-password-homepage .modal-dialog .modal-footer {
				max-width: 486px;
				margin: 0 auto;
				text-align: center;
				padding: 0px 0px 80px; } }
		@media (max-width: 768px) {
			.reset-password-homepage .modal-dialog .modal-footer {
				max-width: 100%;
				margin-top: 0;
				min-width: auto;
				padding: 0 30px 80px; } }
		.reset-password-homepage .modal-dialog .modal-footer-2 {
			padding: 0 55px 25px; }
		.reset-password-homepage .modal-dialog .modal-footer-3 {
			padding: 0 55px 38px; }
		.reset-password-homepage .modal-dialog .modal-footer input.form-submit {
			max-width: 370px;
			width: 100%;
			background: #0164f2;
			opacity: 1;
			color: #fff;
			margin-right: 0;
			padding: 15.8px 0 17.2px 0;
			font-size: 17.8px;
			line-height: 0.83;
			border: none;
			text-align: center;
			margin-bottom: 30px;
			text-transform: uppercase; }
		.reset-password-homepage .modal-dialog .modal-footer p {
			text-align: left;
			font-size: 14.4px;
			font-weight: normal;
			font-stretch: normal;
			font-style: normal;
			line-height: 2.56;
			letter-spacing: normal;
			color: #666666;
			margin: 0; }
			@media (max-width: 768px) {
				.reset-password-homepage .modal-dialog .modal-footer p {
					text-align: center;
					font-size: 14.4px;
					font-weight: normal;
					font-stretch: normal;
					font-style: normal;
					line-height: 1.67;
					letter-spacing: normal; } }
		.reset-password-homepage .modal-dialog .modal-footer a {
			font-size: 15.8px;
			font-weight: normal;
			font-stretch: normal;
			font-style: normal;
			line-height: normal;
			letter-spacing: normal;
			text-align: center;
			color: #0164f2;
			margin: 0; }
			.reset-password-homepage .modal-dialog .modal-footer a:hover {
				color: #0050c1; }
			@media (max-width: 768px) {
				.reset-password-homepage .modal-dialog .modal-footer a {
					text-align: center; } }
		.reset-password-homepage .modal-dialog .modal-footer input.recupero-pass-modal {
			background-color: #0164f2; }
			.reset-password-homepage .modal-dialog .modal-footer input.recupero-pass-modal:hover {
				background-color: #0050c1 !important; }
	.reset-password-homepage .modal-dialog .modal-body-2,
	.reset-password-homepage .modal-dialog .modal-body-3,
	.reset-password-homepage .modal-dialog .modal-footer-2,
	.reset-password-homepage .modal-dialog .modal-footer-3 {
		display: none; }

.d-only {
	display: none !important; }

.m-only {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important; }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.d-only {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important; }
	.m-only {
		display: none !important; } }

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.hero-banner .swiper-container .swiper-wrapper .swiper-slide .container .row div[class^="col-"] {
		padding-bottom: 150px; }
	.hero-banner .swiper-container .hero-bullet {
		bottom: 60px;
		text-align: left; }
		.hero-banner .swiper-container .hero-bullet .pagination-wrapper .swiper-pagination-bullet {
			width: auto;
			height: auto;
			border-radius: 0;
			background-color: transparent;
			padding: 16px 16px 0;
			margin: -3px 0 0;
			margin-right: 7px;
			border-top: 3px solid rgba(255, 255, 255, 0.2); }
			.hero-banner .swiper-container .hero-bullet .pagination-wrapper .swiper-pagination-bullet span {
				display: block; }
			.hero-banner .swiper-container .hero-bullet .pagination-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
				background-color: transparent; } }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.hero-bread {
		padding: 32px 0px 0px 49px; }
		.hero-bread.rel {
			padding: 0px; }
	.form-wrapper form .form-steps {
		text-align: right;
		margin-bottom: 20px; }
	.form-wrapper form .form-heading {
		margin-bottom: 80px; }
		.form-wrapper form .form-heading h2 {
			font-size: 40px; }
		.form-wrapper form .form-heading h3 {
			font-size: 20px; }
	.form-wrapper form .form-group {
		margin: 0 0 80px; }
	.hero-banner .swiper-container .hero-bullet .pagination-wrapper .swiper-pagination-bullet {
		width: 120px !important; }
		.hero-banner .swiper-container .hero-bullet .pagination-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
			width: 120px !important; } }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.hero-bread {
		padding: 15px 0 0 37px; }
		.hero-bread.rel {
			padding: 15px 0px;
			position: absolute;
			top: 100px;
			left: 37px;
			display: block; }
		.hero-bread.home {
			position: absolute;
			z-index: 2;
			padding: 16px 37px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center; }
	.hero-banner .title {
		font-size: 40px;
		font-weight: 500;
		line-height: 1.12;
		color: #ffffff; }
	.form-wrapper form .form-steps {
		position: absolute;
		top: 0;
		right: 0;
		margin-bottom: 0; }
	.hero-banner .swiper-container.vertical .hero-bullet .pagination-wrapper .swiper-pagination-bullet {
		width: 68px !important; }
		.hero-banner .swiper-container.vertical .hero-bullet .pagination-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
			width: 68px !important; } }


/* Extra large devices (large desktops, 1200px and up) */
