.ts-fid.ts-fidbox-style-7 {
	padding: 52px 40px 35px 40px;
	background-color: var(--tste-optico-skincolor);
	border-radius: 20px;
	position: relative;
}
.ts-fid-boxstyle-with-icon.ts-fidbox-style-7 h3.ts-fid-inner{
	font-weight: 700;
	font-size: 60px;
	line-height: 60px;
	margin-bottom: 25px;
	color: #fff;
}
.ts-fid-boxstyle-with-icon.ts-fidbox-style-7 h3.ts-fid-inner sup {
	font-size: 35px;
	line-height: 35px;
	top: -20px;
	margin-left: -15px;
}
.ts-fidbox-style-7 .ts-sbox-icon-wrapper{
	padding-bottom: 30px;
	font-size: 50px;
}
.ts-fidbox-style-7 .ts-sbox-icon-wrapper i:before{
	font-size: 96px;
	line-height: 96px;
}
.ts-fontweight .ts-fid-boxstyle-with-icon.ts-fidbox-style-7 h3.ts-fid-inner{
	font-weight: 500;
}
.ts-col-bgcolor-darkgrey .ts-fidbox-style-7 .ts-fld-contents .ts-fid-inner,
.ts-col-bgcolor-darkgrey .ts-fidbox-style-7 .ts-fld-contents .ts-fid-title{
	color: #fff;
}
.ts-fidbox-style-7 .ts-fid-title {
	font-weight: 700;
	margin: 0;
	color: #fff;
	font-size: 20px;
}
.ts-fidbox-style-7 .ts-sbox-icon-wrapper,
.ts-fidbox-style-7 .ts-sbox-svg-wrapper {
	position: absolute;
	color: #fff;
	right: 20px;
	top: 25px;
	opacity: 0.2;
}
.rtl .ts-fidbox-style-7 .ts-sbox-icon-wrapper,
.rtl .ts-fidbox-style-7 .ts-sbox-svg-wrapper{
	left: 20px;
	right: inherit;
}
.ts-bgcolor-skincolor .ts-fidbox-style-7 .ts-sbox-icon-wrapper {
	color: var(--tste-optico-secondary-darkcolor);
}
.ts-fidbox-style-7 .ts-sbox-icon-wrapper svg,
.ts-fidbox-style-7 .ts-sbox-svg-wrapper svg {
	fill: #fff;
	width: 96px;
	height: 96px;
}
.ts-bgcolor-skincolor .ts-fidbox-style-7 .ts-sbox-icon-wrapper svg,
.ts-bgcolor-skincolor .ts-fidbox-style-7 .ts-sbox-svg-wrapper svg{
	fill: var(--tste-optico-secondary-darkcolor);
}

/* Responsive  */
@media only screen and (min-width: 767px) and (max-width: 991px) {
	.ts-fid-boxstyle-with-icon.ts-fidbox-style-7 .ts-fld-contents {
		padding-top: 35px;
	}
}