@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Variable.woff2') format('woff2'),
       url('../fonts/Satoshi-Variable.woff') format('woff'),
       url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-Italic';
  src: url('../fonts/Satoshi-VariableItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-VariableItalic.woff') format('woff'),
       url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 300 900;
  font-display: swap;
  font-style: italic;
}
@font-face {
    font-family: 'FONTSPRING DEMO - Radiate Sans';
    src: url('../fonts/FONTSPRINGDEMO-RadiateSansLightRegular.eot');
    src: local('FONTSPRING DEMO - Radiate Sans Light Regular'), local('FONTSPRINGDEMO-RadiateSansLightRegular'),
        url('../fonts/FONTSPRINGDEMO-RadiateSansLightRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FONTSPRINGDEMO-RadiateSansLightRegular.woff2') format('woff2'),
        url('../fonts/FONTSPRINGDEMO-RadiateSansLightRegular.woff') format('woff'),
        url('../fonts/FONTSPRINGDEMO-RadiateSansLightRegular.ttf') format('truetype'),
        url('../fonts/FONTSPRINGDEMO-RadiateSansLightRegular.svg#FONTSPRINGDEMO-RadiateSansLightRegular') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Radiate Sans';
    src: url('../fonts/FONTSPRINGDEMO-RadiateSansRegular.eot');
    src: local('FONTSPRING DEMO - Radiate Sans Regular'), local('FONTSPRINGDEMO-RadiateSansRegular'),
        url('../fonts/FONTSPRINGDEMO-RadiateSansRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FONTSPRINGDEMO-RadiateSansRegular.woff2') format('woff2'),
        url('../fonts/FONTSPRINGDEMO-RadiateSansRegular.woff') format('woff'),
        url('../fonts/FONTSPRINGDEMO-RadiateSansRegular.ttf') format('truetype'),
        url('../fonts/FONTSPRINGDEMO-RadiateSansRegular.svg#FONTSPRINGDEMO-RadiateSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root{
  --core-black: #141414;
  --core-blackhover: #1C1C1C;
  --core-offwhite: #F4F3F1;
  --core-softwhite: #FAFAF8;

  --core-lilac: #C6BFD6;

  --core-grey-light: #E6E5E2;
  --core-grey-medium: #9C9C9A;

  --core-success: #6F8F7A;
  --core-error: #8F6F6F;
	--colorWhite: #FAFAF8;
	--colorWhite2: #FAFAF8;
	--colorWhite2Transparent: #FAFAF8A2;
	--colorBlack: #141414;
	--colorBlackTransparent: #141414E1;
	--colorHover: #C9B37E;
	--colorCaricamento: #141414;
	
	--core-borderadiusbtn_inp: 6px;
}
*{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: 'Satoshi', sans-serif;
	word-spacing: 0;
	letter-spacing: 0;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	-webkit-font-smoothing: antialiased
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none
}

div{
	font-size: 0;
	line-height: 0;
}

img {
	vertical-align: middle
}

table {
	border-collapse: collapse;
	border-spacing: 0
}
td{
	padding: 5px 10px;
	border: solid 1px #0000001D;
}

span {
	vertical-align: baseline
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background-color: #FEFAFE
}

::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background-color: #29292A
}

body,
html {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	font-family: 'Satoshi', sans-serif;
	color: #000000;
	color: var(--core-black);
	background-color: #FFFFFF;
	background-color: var(--core-offwhite);
	letter-spacing: 1px;
}

body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	min-width: 1024px
}

section::before, footer::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0; left: 0;
	background: url("../imm/noise.jpg");
	opacity: 0.2;
	
}

img {
	position: relative;
	display: inline-block;
}

.img{
	width: 90%;
	margin: 0 5%;
	width: calc(100% - 30px);
	margin: 0 calc(15px);
}

@media screen and (min-width:10px) {
	body {
		min-width: 10px
	}
}

a {
	letter-spacing: 1px;
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-thickness: 1px;
	color:#141414;
	font-family: inherit;
	transition: opacity 140ms ease-out;
}

a:visited {
	color:#141414;
}

a:hover {
	opacity: 0.72;
}

h1,h2,h3,h4,h5,h6,p,span,b,i,label{
	position: relative;
	letter-spacing: 1px;
}
p,label{
	position: relative;
	font-family: 'Satoshi', sans-serif;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Satoshi', sans-serif;
	letter-spacing: 1px;
	color: #000000;
	color: var(--colorBlack);
}

span,b,i{
	position: relative;
	font-family: inherit;
}

h1,h2,h3,h4,h5,h6,p{
	padding: 0 20px;
	text-align: left;
	color: #29292A;
}
label{
	font-style: italic;
	padding: 0 10px;
}

h1{
	font-size: 54px;
	line-height: 60px;
	font-weight: 600;
}
h2,h3{
	font-size: 42px;
	line-height: 46px;
	font-weight: 400;
}
h3{
	font-family: 'Satoshi', sans-serif;
	font-weight: 400;
}
h4,h5,h6{
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	font-family: 'Satoshi', sans-serif;
}
p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #000000;
	color: var(--core-black);
}
label {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}
p.small {
	font-size: 12px;
	line-height: 16px;
}
p.desc_bigger {
	font-size: 22px;
	line-height: 1.2em;
}
p.line_bigger {
	line-height: 1.5em;
}

span{
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
}

b{
	font-weight: 600;
}

.special_font{
	font-family: 'FONTSPRING DEMO - Radiate Sans', sans-serif;
}

.riga {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	flex: 0 0 auto;
}
/*.riga::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 20px;
	top: 0; left: 0;
	background: linear-gradient(180deg, #FFFFFF76 0%, #FFFFFF00 100%);
}
.riga::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 60px;
	bottom: 0; left: 0;
	background: linear-gradient(0deg, #00000006 0%, #00000000 100%);
}*/

.prima_riga{
	padding-top: 70px;
}

.cont {
	position: relative;
	width: 100%;
	margin: auto;
	padding: 60px 0;
	display: block;
	max-width: 1280px
}

.counter_cont{
	margin: -60px;
}
.counter_cont_top{
	margin-top: -60px;
}
.counter_cont_bottom{
	margin-bottom: -60px;
}

.cont2 {
	width: 84%
}

.imm_full {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.imm_full.top {
	background-position: top
}

.col{
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	font-size: 0;
	line-height: 0;
}
.col1{
	width: 8.33%;
}
.col2{
	width: 16.66%;
}
.col3{
	width: 25%;
}
.col4{
	width: 33.33%;
}
.col5{
	width: 41.66%;
}
.col6{
	width: 50%;
}
.col7{
	width: 58.33%;
}
.col8{
	width: 66.66%;
}
.col9{
	width: 75%;
}
.col10{
	width: 83.33%;
}
.col11{
	width: 91.66%;
}

@media screen and (max-width: 1280px){
	.col_med{
		width: 100%;
	}
	.col1_med{
		width: 8.33%;
	}
	.col2_med{
		width: 16.66%;
	}
	.col3_med{
		width: 25%;
	}
	.col4_med{
		width: 33.33%;
	}
	.col5_med{
		width: 41.66%;
	}
	.col6_med{
		width: 50%;
	}
	.col7_med{
		width: 58.33%;
	}
	.col8_med{
		width: 66.66%;
	}
	.col9_med{
		width: 75%;
	}
	.col10_med{
		width: 83.33%;
	}
	.col11_med{
		width: 91.66%;
	}
}

.t_align_center {
	text-align: center
}

.t_align_right {
	text-align: right
}

.t_align_left {
	text-align: left
}

.t_align_justify {
	text-align: justify
}

@media screen and (max-width: 1270px){
	.cont2 {
		width: 84%
	}
}

@media screen and (max-width: 1024px){
	.cont2 {
		width: 100%;
	}
	.prima_riga{
		padding-top: 70px;
	}
}
.show_small, .show_extra_small, .show_thumb, .show_large{
	display: none;
}
@media screen and (max-width: 756px){
	.col_small{
		width: 100%;
	}
	.col1_small{
		width: 8.33%;
	}
	.col2_small{
		width: 16.66%;
	}
	.col3_small{
		width: 25%;
	}
	.col4_small{
		width: 33.33%;
	}
	.col5_small{
		width: 41.66%;
	}
	.col6_small{
		width: 50%;
	}
	.col7_small{
		width: 58.33%;
	}
	.col8_small{
		width: 66.66%;
	}
	.col9_small{
		width: 75%;
	}
	.col10_small{
		width: 83.33%;
	}
	.col11_small{
		width: 91.66%;
	}
	.t_align_center_small {
		text-align: center
	}

	.t_align_right_small {
		text-align: right
	}

	.t_align_left_small {
		text-align: left
	}

	.t_align_justify_small {
		text-align: justify
	}
	.hide_small{
		display: none;
	}
	.show_small{
		display: inline-block;
	}
	h1{
		font-size: 42px;
		line-height: 46px;
	}
	h2,h3{
		font-size: 33px;
		line-height: 37px;
	}
	h4,h5,h6{
		font-size: 20px;
		line-height: 24px;
	}
}

@media screen and (max-width: 540px){
	.col_extra_small{
		width: 100%;
	}
	.col1_extra_small{
		width: 8.33%;
	}
	.col2_extra_small{
		width: 16.66%;
	}
	.col3_extra_small{
		width: 25%;
	}
	.col4_extra_small{
		width: 33.33%;
	}
	.col5_extra_small{
		width: 41.66%;
	}
	.col6_extra_small{
		width: 50%;
	}
	.col7_extra_small{
		width: 58.33%;
	}
	.col8_extra_small{
		width: 66.66%;
	}
	.col9_extra_small{
		width: 75%;
	}
	.col10_extra_small{
		width: 83.33%;
	}
	.col11_extra_small{
		width: 91.66%;
	}
	.t_align_center_extra_small {
		text-align: center
	}

	.t_align_right_extra_small {
		text-align: right
	}

	.t_align_left_extra_small {
		text-align: left
	}

	.t_align_justify_extra_small {
		text-align: justify
	}
	.hide_extra_small{
		display: none;
	}
	.show_extra_small{
		display: inline-block;
	}
	.cont2 {
		width: 100%;
		max-width: 100%
	}
	.prima_riga{
		padding-top: 60px;
	}
	.cont {
		padding: 30px 0;
	}
	.counter_cont{
		margin: -30px;
	}
	.counter_cont_top{
		margin-top: -30px;
	}
	.counter_cont_bottom{
		margin-bottom: -30px;
	}
}

@media screen and (max-width: 320px){
	.col_thumb{
		width: 100%;
	}
	.col1_thumb{
		width: 8.33%;
	}
	.col2_thumb{
		width: 16.66%;
	}
	.col3_thumb{
		width: 25%;
	}
	.col4_thumb{
		width: 33.33%;
	}
	.col5_thumb{
		width: 41.66%;
	}
	.col6_thumb{
		width: 50%;
	}
	.col7_thumb{
		width: 58.33%;
	}
	.col8_thumb{
		width: 66.66%;
	}
	.col9_thumb{
		width: 75%;
	}
	.col10_thumb{
		width: 83.33%;
	}
	.col11_thumb{
		width: 91.66%;
	}
	.hide_thumb{
		display: none;
	}
	.show_thumb{
		display: inline-block;
	}
	.t_align_center_thumb {
		text-align: center
	}

	.t_align_right_thumb {
		text-align: right
	}

	.t_align_left_thumb {
		text-align: left
	}

	.t_align_justify_thumb {
		text-align: justify
	}
}

@media screen and (min-width: 1440px){
	.col_large{
		width: 100%;
	}
	.col1_large{
		width: 8.33%;
	}
	.col2_large{
		width: 16.66%;
	}
	.col3_large{
		width: 25%;
	}
	.col4_large{
		width: 33.33%;
	}
	.col5_large{
		width: 41.66%;
	}
	.col6_large{
		width: 50%;
	}
	.col7_large{
		width: 58.33%;
	}
	.col8_large{
		width: 66.66%;
	}
	.col9_large{
		width: 75%;
	}
	.col10_large{
		width: 83.33%;
	}
	.col11_large{
		width: 91.66%;
	}
	.hide_large{
		display: none;
	}
	.show_large{
		display: inline-block;
	}
	.t_align_center_large {
		text-align: center
	}

	.t_align_right_large {
		text-align: right
	}

	.t_align_left_large {
		text-align: left
	}

	.t_align_justify_large {
		text-align: justify
	}
	/*h1{
		font-size: 42px;
		line-height: 55px;
	}
	h2,h3{
		font-size: 28px;
		line-height: 38px;
	}
	h4,h5,h6{
		font-size: 24px;
		line-height: 31px;
	}*/
	p {
		font-size: 16px;
		line-height: 22px;
	}
	p.small {
		font-size: 12px;
		line-height: 14px;
	}
	.cont2 {
		width: 80%;
	}
}

.box_shadow{
	background-color: #FFFFFF;
	border-radius: 6px;
	box-shadow: 0 8px 16px 0 #00000020;
	overflow: hidden;
}

.button {
	position: relative;
	display: inline-block;
	padding: 14px 22px;
	margin: 20px;
	color: #FFFFFF;
	color: var(--core-softwhite);
	background-color: #000000;
	background-color: var(--core-black);
	font-family: 'Satoshi', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 1.2px;
	left: 0;
	opacity: 1;
	text-align: center;
	cursor: pointer;
	border-radius: 6px;
	border-radius: var(--core-borderadiusbtn_inp);
	text-decoration: none;
	vertical-align: middle;
	
	transform: scale(1);
	-o-transition: background 160ms ease-out, transform 160ms ease-out;
	-ms-transition: background 160ms ease-out, transform 160ms ease-out;
	-moz-transition: background 160ms ease-out, transform 160ms ease-out;
	-webkit-transition: background 160ms ease-out, transform 160ms ease-out;
	transition: background 160ms ease-out, transform 160ms ease-out;
}

.button:visited {
	color: #FFFFFF;
	color: var(--core-softwhite);
	background-color: #000000;
	background-color: var(--core-black);
	text-decoration: none;
}
.button:hover {
	color: #FFFFFF;
	color: var(--core-softwhite);
	background-color: #202020;
	background-color: var(--core-blackhover);
	text-decoration: none;
	transform: translateY(-1px);
}

.button.secondary{
  background: transparent;
  color: var(--core-black);
  border: 1px solid var(--core-black);
  border-radius: 6px;
  padding: 14px 22px;
}
.button.secondary:visited{
  background: transparent;
	color: #000000;
  color: var(--core-black);
	border: 1px solid #000000;
  border: 1px solid var(--core-black);
}
.button.secondary:hover{
	background: rgba(20,20,20,0.05);
}

.button.green{
	color: #FFFFFF;
	background-color: #1A4F43;
	border: solid 1px #FFFFFF;
}

.button.green:visited{
	color: #FFFFFF;
	background-color: #1A4F43;
	border: solid 1px #FFFFFF;
}

.button.green:hover{
	color: #FFFFFF;
	background-color: #DFA514;
	border: solid 1px #DFA514;
}

.button.grande{
	font-size: 24px;
	line-height: 32px;
	padding: 14px 45px;
}

.button.grande.oro {
	background-color: #FFFFFF00;
	color: #CF544D;
	border: solid 1px #CF544D;
}
.button.grande.oro:visited {
	background-color: #FFFFFF00;
	color: #CF544D;
	border: solid 1px #CF544D;
}
.button.grande.oro:hover {
	background-color: #CF544D;
	color: #FFFFFF;
	border: solid 1px #CF544D;
}

.button.white {
	color: #3158FF;
	background-color: #FFFFFF;
}

.button.white:visited {
	color: #3158FF;
	background-color: #FFFFFF;
}
.button.white:hover {
	color: #FFFFFF;
	background-color: #3158FF;
}

.button.orange {
	color: #FF7131;
	background-color: #FFFFFF;
}

.button.orange:visited {
	color: #FF7131;
	background-color: #FFFFFF;
}
.button.orange:hover {
	color: #FFFFFF;
	background-color: #FF7131;
}

.button.orange_full {
	color: #FFFFFF;
	background-color: #FF7131;
}

.button.orange_full:visited {
	color: #FFFFFF;
	background-color: #FF7131;
}
.button.orange_full:hover {
	color: #FF7131;
	background-color: #FFFFFF;
}

.button.green_full {
	color: #FFFFFF;
	background-color: #00CB51;
}

.button.green_full:visited {
	color: #FFFFFF;
	background-color: #00CB51;
}
.button.green_full:hover {
	color: #00CB51;
	background-color: #FFFFFF;
}

.button.disabled, .button:disabled{
	background: none;
	color: #000000;
	color: var(--core-black);
	cursor: not-allowed;
}

.button.disabled:hover, .button:disabled:hover{
	color: #EBEBEB;
	background-color: #C2C2C2;
	border: solid 1px #C2C2C2;
}

.button .rot{
	display: inline-block;
	transform: rotate(0deg);
	
	-o-transition: color .3s ease-out, background-color .3s ease-out, background-position .3s ease-out, transform .3s ease-out;
	-ms-transition: color .3s ease-out, background-color .3s ease-out, background-position .3s ease-out, transform .3s ease-out;
	-moz-transition: color .3s ease-out, background-color .3s ease-out, background-position .3s ease-out, transform .3s ease-out;
	-webkit-transition: color .3s ease-out, background-color .3s ease-out, background-position .3s ease-out, transform .3s ease-out;
	transition: color .3s ease-out, background-color .3s ease-out, background-position .3s ease-out, transform .3s ease-out
}
.button:hover .rot{
	transform: rotate(90deg);
}

.button .left_push{
	display: inline-block;
	margin-right: 20px;
	left: 0;
	
	-o-transition: left .3s ease-out, opacity .3s ease-out;
	-ms-transition: left .3s ease-out, opacity .3s ease-out;
	-moz-transition: left .3s ease-out, opacity .3s ease-out;
	-webkit-transition: left .3s ease-out, opacity .3s ease-out;
	transition: left .3s ease-out, opacity .3s ease-out
}
.button .left_push .hover{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	
	-o-transition: left .3s ease-out, opacity .3s ease-out;
	-ms-transition: left .3s ease-out, opacity .3s ease-out;
	-moz-transition: left .3s ease-out, opacity .3s ease-out;
	-webkit-transition: left .3s ease-out, opacity .3s ease-out;
	transition: left .3s ease-out, opacity .3s ease-out
}
.button:hover .left_push{
	left: 5px;
}
.button:hover .left_push .hover{
	opacity: 1;
}


.input {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	position: relative;
	display: inline-block;
	width: 90%;
	margin: 5%;
	padding: 9px 5px;
	width: calc(100% - 62px);
	margin: calc(10px) calc(20px);
	padding: calc(11px) calc(10px);
	font-size: 14px;
	line-height: 16px;
	font-family: 'Satoshi', sans-serif;
	letter-spacing: 1px;
	background: none;
	border: solid 1px #C2C2C2;
	border-radius: 6px;
	border-radius: var(--core-borderadiusbtn_inp);
	color: #000000;
	background-color: #FFFFFF;
}
.input2 {
	width: calc(100% - 42px);
	margin: calc(10px) calc(10px);
}

.input::placeholder {
	color: #C2C2C2
}

.input:-internal-autofill-selected{
	background-color: #FFFFFF !important;
}

.input:-webkit-autofill {
	font-size: 14px;
	line-height: 16px;
}

.input:focus {
	-webkit-appearance: none;
    -webkit-border-radius: 23;
    border: solid 1px #3395BB;
	/*box-shadow: 0 0 16px 0 #0000002D;*/
    outline: none;
}

select.input {
	background-image: url(../imm/icons/blue/icon_down.svg);
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 25px;
	width: calc(100% - 40px);
}

select.input2 {
	background-image: url(../imm/icons/blue/icon_down.svg);
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 25px;
	width: calc(100% - 20px);
}

textarea.input {
	min-height: 140px;
	height: 280px;
	resize: vertical
}

.input_with_label{
	background-color: white;
	padding-top: 22px;
	border-radius: 6px;
	border-radius: var(--core-borderadiusbtn_inp);
}
.input_with_label::placeholder {
	color: #70707000;
}
.input_with_label + label{
	font-style: normal;
	position: absolute;
	top: 25px;
	left: 10px;
	cursor: text;

	-o-transition: top .2s ease-out, font-size .2s ease-out, color .2s ease-out;
	-ms-transition: top .2s ease-out, font-size .2s ease-out, color .2s ease-out;
	-moz-transition: top .2s ease-out, font-size .2s ease-out, color .2s ease-out;
	-webkit-transition: top .2s ease-out, font-size .2s ease-out, color .2s ease-out;
	transition: top .2s ease-out, font-size .2s ease-out, color .2s ease-out;
}
.input_with_label:focus + label, .input_with_label:not(:placeholder-shown) + label, .input_with_label:-webkit-autofill + label{
	top: 15px;
	font-size: 10px;
	color: #C2C2C2;
}
.input_with_label:invalid:not(:placeholder-shown):not(:-webkit-autofill) {
	border-color: crimson;
}
.input_with_label:valid:not(:placeholder-shown), .input_with_label:-webkit-autofill {
	border-color: #00CB51;
}

.middle_align {
	position: relative;
	display: inline-block;
	height: 100%;
	width: 1px;
	vertical-align: middle
}

.err_mex{
	position: relative;
	display: inline-block;
	padding: 10px 0px;
	width: calc(100% - 40px);
	margin: calc(10px) calc(20px);
	border-radius: 0;
	top: 0px;
	opacity: 1;
	background-color: #CF544D;
	box-shadow: 0 0 18px 0 #0000001D;
}
.err_mex p{
	color: white;
	padding: 0 20px;
}
.err_mex p:first-child{
	color: white;
	margin-bottom: 5px;
	font-weight: 500;
}
.col_with_margin{
	width: 90%;
	margin: 0 5%;
	width: calc(100% - 40px);
	margin: 0 calc(20px);
}
.col_with_small_margin{
	width: 94%;
	margin: 0 3%;
	width: calc(100% - 20px);
	margin: 0 calc(10px);
}

.font_inter{
	font-family: 'Satoshi', sans-serif;
}
.font_playfair{
	font-family: 'Satoshi', sans-serif;
}

.ln_select_cont{
		position: relative;
		display: inline-block;
		height: 24px;
		width: 34px;
		vertical-align: middle;
		margin-left: 10px;
	}
	.ln_select_curent{
		position: absolute;
		display: inline-block;
		top: 0;
		left: 5px;
		border-radius: 50%;
		height: 20px;
		width: 20px;
		border: solid 2px var(--colorBlack);
		cursor: pointer;
		transform: scale(1);
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		
		-o-transition: transform .4s ease-out, opacity .4s ease-out;
		-ms-transition: transform .4s ease-out, opacity .4s ease-out;
		-moz-transition: transform .4s ease-out, opacity .4s ease-out;
		-webkit-transition: transform .4s ease-out, opacity .4s ease-out;
		transition: transform .4s ease-out, opacity .4s ease-out;
	}
	.ln_select_cont:hover .ln_select_curent{
		transform: scale(1.2);
	}
	.ln_select_cont .ln_others{
		position: absolute;
		display: inline-block;
		width: 100%;
		left: 0;
		top: 100%;
		padding-bottom: 5px;
		padding-top: 5px;
		border-radius: 16px 16px 0 0;
		visibility: hidden;
		opacity: 0;
		
		-o-transition: visibility .4s ease-out, opacity .4s ease-out;
		-ms-transition: visibility .4s ease-out, opacity .4s ease-out;
		-moz-transition: visibility .4s ease-out, opacity .4s ease-out;
		-webkit-transition: visibility .4s ease-out, opacity .4s ease-out;
		transition: visibility .4s ease-out, opacity .4s ease-out;
	}
	.ln_select_cont:hover .ln_others{
		visibility: visible;
		opacity: 1;
	}
	.ln_select{
		position: relative;
		display: inline-block;
		height: 24px;
		width: 24px;
		border-radius: 50%;
		margin: 5px;
		transform: scale(1);
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		
		-o-transition: transform .4s ease-out, opacity .4s ease-out;
		-ms-transition: transform .4s ease-out, opacity .4s ease-out;
		-moz-transition: transform .4s ease-out, opacity .4s ease-out;
		-webkit-transition: transform .4s ease-out, opacity .4s ease-out;
		transition: transform .4s ease-out, opacity .4s ease-out;
	}
	.ln_select:hover{
		transform: scale(1.2);
	}
	.h2_menu{
		font-family: 'Satoshi', sans-serif;
		font-size: 36px;
		line-height: 42px;
		font-weight: 500;
	}
	
	.ic_social_barra{
		position: relative;
		display: inline-block;
		width: 25px;
		height: 25px;
		margin: 10px;
		cursor: pointer;
		vertical-align: middle;
		color: #000000;
		color: var(--colorBlack);
		-o-transition: color .4s ease-out;-ms-transition:color .4s ease-out;-moz-transition:color .4s ease-out;-webkit-transition:color .4s ease-out;transition:color .4s ease-out;
	}
	@media screen and (max-width: 1240px){
		.ic_social_barra{
			margin: 5px;
		}
	}
	.ic_social_barra.black{
		color: #000000;
	}
	.ic_social_barra.white{
		color: #FFFFFF;
	}
	.ic_social_barra:hover{
		color: #0000FF;
		color: var(--colorHover);
	}

	#barra{
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 101;
		background-color: #FFFFFF;
		background-color: var(--core-offwhite);
		
		-o-transition: background-color .4s ease-out;
		-ms-transition: background-color .4s ease-out;
		-moz-transition: background-color .4s ease-out;
		-webkit-transition: background-color .4s ease-out;
		transition: background-color .4s ease-out
	}
	
	#barra .imm_full{
		background-image: url("../imm/noise.jpg");
		background-size: 512px;
		background-repeat: repeat;
		background-position: center;
		opacity: 0.2;
		
		-o-transition: opacity.4s ease-out;
		-ms-transition: opacity .4s ease-out;
		-moz-transition: opacity .4s ease-out;
		-webkit-transition: opacity .4s ease-out;
		transition: opacity .4s ease-out
	}
	#barra.scrolled .imm_full{
		opacity: 0.2;
	}
	#barra.scrolled{
		background-color: #FFFFFF;
		background-color: var(--core-offwhite);
	}
	#logo{
		position: relative; height: 30px; margin: 20px 20px;
		
		-o-transition: margin .4s ease-out, height .4s ease-out;
		-ms-transition: margin .4s ease-out, height .4s ease-out;
		-moz-transition: margin .4s ease-out, height .4s ease-out;
		-webkit-transition: margin .4s ease-out, height .4s ease-out;
		transition: margin .4s ease-out, height .4s ease-out;
	}
	#logo2{
		position: relative; height: 30px; margin: 20px 20px;
		
		-o-transition: margin .4s ease-out, height .4s ease-out;
		-ms-transition: margin .4s ease-out, height .4s ease-out;
		-moz-transition: margin .4s ease-out, height .4s ease-out;
		-webkit-transition: margin .4s ease-out, height .4s ease-out;
		transition: margin .4s ease-out, height .4s ease-out;
	}
	.menu_sez{
		font-size: 12px;
		line-height: 14px;
		font-weight: 500;
		margin: 0 20px;
		text-decoration: none;
		vertical-align: middle;
		color: #000000;
		color: var(--colorBlack);
		
		-o-transition: color .4s ease-out, opacity .4s ease-out;
		-ms-transition: color .4s ease-out, opacity .4s ease-out;
		-moz-transition: color .4s ease-out, opacity .4s ease-out;
		-webkit-transition: color .4s ease-out, opacity .4s ease-out;
		transition: color .4s ease-out, opacity .4s ease-out;
	}
	
	.menu_sez:visited{
		color: #000000;
		color: var(--colorBlack);
	}
	
	.menu_sez:hover{
		text-decoration: none;
		color: #0000FF;
		color: var(--colorHover);
	}
	#barra.scrolled #logo{
		/*height: 30px;
		margin: 10px 20px;*/
	}
	
	.menu{
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		background-image: url("../imm/noise.jpg");
		background-size: 512px;
		background-repeat: repeat;
		background-position: center;
		box-shadow: 0px 0px 0px #00000000;
		z-index: 1000;
		overflow-x: hidden;
		overflow-y: auto;
		visibility: hidden;
		opacity: 0;

		-o-transition: width .4s ease-out, top .4s ease-out, box-shadow .4s ease-out, left .4s ease-out, visibility .4s ease-out, opacity .4s ease-out;
		-ms-transition: width .4s ease-out, top .4s ease-out, box-shadow .4s ease-out, left .4s ease-out, visibility .4s ease-out, opacity .4s ease-out;
		-moz-transition: width .4s ease-out, top .4s ease-out, box-shadow .4s ease-out, left .4s ease-out, visibility .4s ease-out, opacity .4s ease-out;
		-webkit-transition: width .4s ease-out, top .4s ease-out, box-shadow .4s ease-out, left .4s ease-out, visibility .4s ease-out, opacity .4s ease-out;
		transition: width .4s ease-out, top .4s ease-out, box-shadow .4s ease-out, left .4s ease-out, visibility .4s ease-out, opacity .4s ease-out;
	}
	@media screen and (max-width: 540px){
		.menu_sez{
			display: none;
		}
	}
	.menu.active{
		left: 0;
		top: 0;
		visibility: visible;
		opacity: 1;
	}
	
	.right_60_mobile{
		margin-right: 20px;
	}
	@media screen and (min-width: 1440px){
		.menu_sez{
			font-size: 14px;
			line-height: 16px;
		}
	}
	@media screen and (max-width: 1240px){
		#logo{
			height: 30px;
			margin: 20px;
		}
		#logo2{
			height: 30px;
			margin: 20px;
		}
		#barra.scrolled #logo{
			height: 30px;
			margin: 10px 20px;
		}
		.menu_sez{
			margin: 0 10px;
		}
	}
	@media screen and (max-width: 1024px){
		#logo{
			height: 30px;
			margin: 20px;
		}
		#logo2{
			height: 30px;
			margin: 20px;
		}
		/*#barra.scrolled #logo{
			height: 30px;
			margin: 10px 20px;
		}*/
	}
	@media screen and (max-width: 756px){
		.menu_sez{
			display: none;
		}
		.right_60_mobile{
			margin-right: 65px;
		}
	}
	@media screen and (max-width: 540px){
		#barra{
			height: 60px;
		}
		
		#barra.scrolled{
			
		}
		
		#logo{
			height: 30px; margin: 15px 20px;
		}
		
		#logo2{
			height: 30px; margin: 15px 20px;
		}
		#barra.scrolled #logo{
			height: 30px; margin: 15px 20px;
		}
	}
	@media screen and (max-width: 360px){
		/*#logo{
			height: 40px; margin: 10px 20px;
		}
		#logo2{
			height: 40px; margin: 10px 20px;
		}
		#barra.scrolled #logo{
			height: 40px; margin: 10px 20px;
		}*/
	}
	
.menu_btn {
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	top: 50%;
	right: 0;
	margin-top: -20px;
	margin-right: 15px;
}
.menu_btn.active {
	display: inline-block;
}

.menu_btn .riga_menu_btn {
	position: absolute;
	display: block;
	width: 24px;
	height: 2px;
	border-radius: 1px;
	background-color: #000000;
	background-color: var(--colorBlack);
	-o-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out
}

.menu_btn:hover .riga_menu_btn {
	background-color: #0000FF;
	background-color: var(--colorHover);
}

.menu_btn .riga_menu_btn.r1 {
	top: 12px;
	left: 8px;
}

.menu_btn .riga_menu_btn.r2 {
	top: 19px;
	left: 8px;
}

.menu_btn .riga_menu_btn.r3 {
	top: 26px;
	left: 8px;
}

.menu_btn .riga_menu_btn.x.r1, .menu_btn .riga_menu_btn.x.r2 {
	top: 19px;
	left: 11px;
	width: 20px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.menu_btn .riga_menu_btn.x.r3 {
	top: 19px;
	left: 11px;
	width: 20px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.loading_div {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0; left: 0;
	z-index: 999999999;
	background-color: #FFFFFF;
	background-color: var(--core-offwhite);
	overflow: hidden;
	transition: opacity 400ms ease, transform 400ms ease;
}
.loading_div::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0; left: 0;
	background: url("../imm/noise.jpg");
	opacity: 0.02;
	
}
.loading_div.out {
	opacity: 0;
	transform: translateY(0);
}

.loader {
				position: relative;
				display: inline-block;
				width: 30px;
				padding: 4px;
				aspect-ratio: 1;
				border-radius: 50%;
				background: #000000;
				background: var(--colorCaricamento);
				--_m: 
					conic-gradient(#0000 10%,#000),
					linear-gradient(#000 0 0) content-box;
				-webkit-mask: var(--_m);
				mask: var(--_m);
				-webkit-mask-composite: source-out;
				mask-composite: subtract;
				animation: l3 1s infinite linear;
			}
			.loader.absolute{
				position: absolute; top: 50%; left: 50%; margin-top: -19px; margin-left: -19px;
			}
			.loader.no_anim{
				animation: none;
			}
			@keyframes l3 {to{transform: rotate(1turn)}}
			
		.no_img_anim{
			-webkit-animation: blink 1.2s ease-in-out infinite;
			-moz-animation: blink 1.2s ease-in-out infinite;
			animation: blink 1.2s ease-in-out infinite;
		}
	
@-webkit-keyframes blink {
  0% { 
    background-color: #E2E2E2;
  }
  50% { 
    background-color: #CCCCCC;
  }
  100% { 
    background-color: #E2E2E2;
  }
}

@-moz-keyframes blink {
  0% { 
    background-color: #E2E2E2;
  }
  50% { 
    background-color: #CCCCCC;
  }
  100% { 
    background-color: #E2E2E2;
  }
}

@keyframes blink {
  0% { 
    background-color: #E2E2E2;
  }
  50% { 
    background-color: #CCCCCC;
  }
  100% { 
    background-color: #E2E2E2;
  }
}

.popup{
				position: fixed;
				display: inline-block;
				width: 100%;
				height: 100%;
				top: 0;
				left: 0;
				z-index: 1000;
				visibility: hidden;
				opacity: 0;
				overflow: auto;

				-o-transition: visibility .4s ease-out, opacity .4s ease-out;
				-ms-transition: visibility .4s ease-out, opacity .4s ease-out;
				-moz-transition: visibility .4s ease-out, opacity .4s ease-out;
				-webkit-transition: visibility .4s ease-out, opacity .4s ease-out;
				transition: visibility .4s ease-out, opacity .4s ease-out;
			}
			.popup.opened{
				visibility: visible;
				opacity: 1;
			}
			.popup .background{
				position: absolute;
				display: inline-block;
				background-color: #000000E1;
				background-color: var(--colorBlackTransparent);
				width: 100%;
				height: 100%;
				top: 0;
				left: 0;
			}
			.popup .middle_align{
				position: relative;
				display: inline-block;
				width: 2px;
				height: 100%;
				margin: 0 -1px;
				vertical-align: middle;
			}
			.popup .popup_cont{
				position: relative;
				display: inline-block;
				width: 90%;
				vertical-align: middle;
				background-color: #FFFFFF;
				background-color: var(--colorWhite);
				padding: 20px 0;
				transform: scale(0.8);
				opacity: 0;
				border-radius: 6px;

				-o-transition: transform .4s ease-out, opacity .4s ease-out;
				-ms-transition: transform .4s ease-out, opacity .4s ease-out;
				-moz-transition: transform .4s ease-out, opacity .4s ease-out;
				-webkit-transition: transform .4s ease-out, opacity .4s ease-out;
				transition: transform .4s ease-out, opacity .4s ease-out;
			}
			.popup.opened .popup_cont{
				transform: scale(1);
				opacity: 1;
			}
			.caricamento{
				position: absolute;
				display: inline-block;
				width: 100%;
				height: 100%;
				top: 0;
				left: 0;
				
				background-color: #FFFFFFA2;
				background-color: var(--colorWhite2Transparent);
				background-image: url("../imm/carica_image.gif");
				background-size: 32px;
				background-position: center;
				background-repeat: no-repeat;
			}
			.caricamento.fixed{
				z-index: 999999;
				position: fixed;
			}

.popup_cont_galery{
				height: 80%;
				padding: 0;
			}
			
			.popup_cont_title{
				position: absolute;
				width: 100%;
				top: 0;
				left: 0;
				padding: 16px 0;
				border-bottom: solid 1px #0000000A;
			}
			.popup_title{
				font-size: 14px;
				color: #000000;
				color: var(--colorblack)
				font-weight: 500;
				text-align: center;
			}
			.popup_cont_footer{
				position: absolute;
				width: 100%;
				bottom: 0;
				left: 0;
				border-top: solid 1px #0000000A;
			}
			.popup_cont_mid{
				position: absolute;
				width: 100%;
				left: 0;
				top: 52px;
				bottom: 52px;
				overflow: auto;
			}


.imm_zoom{
		cursor: pointer;
	}

	.popup_imm{
		position: fixed;
		display: inline-block;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		visibility: visible;
		opacity: 1;
		z-index: 200;
		overflow: auto;


		-o-transition: visibility .4s ease-out, opacity .4s ease-out, top .4s ease-out, left .4s ease-out;
		-ms-transition: visibility .4s ease-out, opacity .4s ease-out, top .4s ease-out, left .4s ease-out;
		-moz-transition: visibility .4s ease-out, opacity .4s ease-out, top .4s ease-out, left .4s ease-out;
		-webkit-transition: visibility .4s ease-out, opacity .4s ease-out, top .4s ease-out, left .4s ease-out;
		transition: visibility .4s ease-out, opacity .4s ease-out, top .4s ease-out, left .4s ease-out;
	}

	.popup_imm.closed{
		visibility: hidden;
		opacity: 1;
	}

	.popup_imm .back{
		position: absolute;
		display: inline-block;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		opacity: 1;

		background-color: #000000;
		background-color: var(--colorBlackTransparent);


		-o-transition: visibility .4s ease-out, opacity .4s ease-out, top .4s ease-out, left .4s ease-out;
		-ms-transition: visibility .4s ease-out, opacity .4s ease-out, top .4s ease-out, left .4s ease-out;
		-moz-transition: visibility .4s ease-out, opacity .4s ease-out, top .4s ease-out, left .4s ease-out;
		-webkit-transition: visibility .4s ease-out, opacity .4s ease-out, top .4s ease-out, left .4s ease-out;
		transition: visibility .4s ease-out, opacity .4s ease-out, top .4s ease-out, left .4s ease-out;
	}
	.popup_imm.closed .back{
		opacity: 0;
	}

	.popup_imm img{
		max-width: 90%;
		max-height: 90%;
		top: 0;
		left: 0;
		margin: 0 -2px;
		box-shadow: 0 0 18px 0 #0000001D;

		-o-transition: top .4s ease-out, left .4s ease-out, max-width .4s ease-out, max-height .4s ease-out;
		-ms-transition: top .4s ease-out, left .4s ease-out, max-width .4s ease-out, max-height .4s ease-out;
		-moz-transition: top .4s ease-out, left .4s ease-out, max-width .4s ease-out, max-height .4s ease-out;
		-webkit-transition: top .4s ease-out, left .4s ease-out, max-width .4s ease-out, max-height .4s ease-out;
		transition: top .4s ease-out, left .4s ease-out, max-width .4s ease-out, max-height .4s ease-out;
	}
	.popup_imm.closed img{
		max-width: 50%;
		max-height: 50%;
	}
	.popup_imm .icon_close{
		position: fixed;
		top: 0;
		right: 0;
		width: 40px;
		height: 40px;
		margin: 10px;
		transform: scale(1);
		cursor: pointer;
		background-image: url("../imm/icons/white/icon_close.svg");
		background-repeat: no-repeat;
		background-size: 42px;
		background-position: center;


		-o-transition: transform .2s ease-out;
		-ms-transition: transform .2s ease-out;
		-moz-transition: transform .2s ease-out;
		-webkit-transition: transform .2s ease-out;
		transition: transform .2s ease-out;
	}
	.popup_imm .icon_close:hover{
		transform: scale(1.2);
	}
	.popup_imm .zoom{
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 270px;
		margin-left: -135px;
	}
	
	.animate_by_word {
		opacity: 0;
		transform: translateY(10px);
		display: inline-block;
		animation: fadeUpWord 0.5s forwards;
	}

	@keyframes fadeUpWord {
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}



		
		.font_header{
			text-align: center;
			font-size: 14vi;
			line-height: 1em;
		}
		@media screen and (min-width: 1220px){
			.font_header{
				font-size: 170px;
			}
		}
		@media screen and (max-width: 1024px){
			.font_header{
				font-size: 17vi;
			}
		}
		
		.imm_header{
			margin: 0 -30%;
			margin-bottom: -23%;
		}
		
		@media screen and (max-width: 540px){
			.imm_header{
				margin-bottom: 0;
			}
		}



.evento{
			margin-top: 30px;
			padding-bottom: 20px;
			max-width: 320px;
			text-decoration: none;
		}
		
		.evento:hover{
			text-decoration: none;
		}
		
		.evento h6, .evento p{
			text-decoration: none;

			-o-transition: color .4s ease-out;
			-ms-transition: color .4s ease-out;
			-moz-transition: color .4s ease-out;
			-webkit-transition: color .4s ease-out;
			transition: color .4s ease-out;
		}
		
		.evento:hover h6, .evento:hover p{
			color: #<?=$colors["oro"][0]?>;
			text-decoration: none;
		}
		
		.imm_evento{
			position: relative;
			display: inline-block;
			width: 100%;
			aspect-ratio: 1920 / 1280;
			overflow: hidden;
		}
		.imm_evento .imm_full{
			transform: scale(1);

			-o-transition: transform .6s ease-out;
			-ms-transition: transform .6s ease-out;
			-moz-transition: transform .6s ease-out;
			-webkit-transition: transform .6s ease-out;
			transition: transform .6s ease-out;
		}
		.evento:hover .imm_evento .imm_full{
			transform: scale(1.1);	
		}
		
		.imm_dichiarazione{
			position: relative;
			display: inline-block;
			width: 90%;
			width: calc(100% - 20px);
			max-width: 280px;
			border-radius: 50%;
			aspect-ratio: 1280 / 1280;
			overflow: hidden;
		}

.servizio{
			margin-top: 20px;
			max-width: 280px;
			text-decoration: none;
		}
		.servizio h4{
			margin-bottom: 20px;
			text-align: center;
			text-decoration: none;

			-o-transition: color .4s ease-out;
			-ms-transition: color .4s ease-out;
			-moz-transition: color .4s ease-out;
			-webkit-transition: color .4s ease-out;
			transition: color .4s ease-out;
		}
		.servizio:hover{
			text-decoration: none;
		}
		.servizio:hover h4{
			text-decoration: none;
			color: #<?=$colors["oro"][0]?>;
		}
		.servizio .icon_servizio{
			position: relative;
			display: inline-block;
			width: 32px;
			height: 32px;
			margin: 20px;
		}
		
		.imm_servizio{
			position: relative;
			display: inline-block;
			width: 100%;
			aspect-ratio: 1280 / 1280;
			overflow: hidden;
		}
		.servizio .imm_servizio .imm_full{
			transform: scale(1);

			-o-transition: transform .6s ease-out;
			-ms-transition: transform .6s ease-out;
			-moz-transition: transform .6s ease-out;
			-webkit-transition: transform .6s ease-out;
			transition: transform .6s ease-out;
		}
		.servizio:hover .imm_servizio .imm_full{
			transform: scale(1.1);	
		}


.imm_stili{
			position: relative;
			display: inline-block;
			width: 100%;
			aspect-ratio: 1920 / 1280;
			overflow: hidden;
			background-color: #<?=$colors["grey"][0]?>;
		}
		
		.imm_stili .imm_full{
			transform: scale(1);

			-o-transition: transform .6s ease-out;
			-ms-transition: transform .6s ease-out;
			-moz-transition: transform .6s ease-out;
			-webkit-transition: transform .6s ease-out;
			transition: transform .6s ease-out;
		}

.grad{
			background: linear-gradient(0deg, #<?=$colors["white"][0]?>, #<?=$colors["white"][0]?>66);
		}



		
		.img_evento{
			border-radius: 6px;
			aspect-ratio: 1920/1280;
			overflow: hidden;
		}
		
		@media screen and (max-width: 756px){
			.img_evento{
				aspect-ratio: 1920/1280;
			}
		}



.imm_evento_gal{
			border-radius: 6px;
			aspect-ratio: 1920/1280;
			aspect-ratio: 1 / 1;
			overflow: hidden;
			cursor: pointer;
		}
		.imm_evento_gal .imm_full{
			transform: scale(1);

			-o-transition: transform .6s ease-out;
			-ms-transition: transform .6s ease-out;
			-moz-transition: transform .6s ease-out;
			-webkit-transition: transform .6s ease-out;
			transition: transform .6s ease-out;
		}
		.imm_evento_gal:hover .imm_full{
			transform: scale(1.1);
		}
		@media screen and (max-width: 756px){
			.imm_evento_gal{
				aspect-ratio: 1920/1280;
				aspect-ratio: 1 / 1;
			}
		}

.imm_recensione{
			position: relative;
			display: inline-block;
			width: 50%;
			aspect-ratio: 1/1;
			border-radius: 50%;
			overflow: hidden;
			max-width: 120px;
		}

.product-card, .collection-card {
  background: #FAFAF8;
  border: 1px solid #E6E5E2;
  border-radius: 8px; /* leggermente più morbida del bottone */
}

.content_flex_all_gap_20{
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			align-items: stretch;
			column-gap: 20px;
			row-gap: 20px;
			padding-inline: 20px;
		}
		.content_flex_all_gap_20 .product-card{
			flex: 1 1 0%;
			min-width: 240px;
		}
		.content_flex_all_gap_20 .collection-card{
			flex: 1 1 0%;
			min-width: 380px;
		}