section.blocco_cols_custom {
    background-repeat: no-repeat;
    background-size: cover;
}

section.blocco_cols_custom .container.bg_boxed > .container_inner {
	padding: 45px 60px;
    background-repeat: no-repeat;
    background-size: cover;
	border-radius: 18px;
}

section.blocco_cols_custom .col-testo {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

section.blocco_cols_custom .col-testo.col_boxed > .inner {
	border-radius: 18px;
	padding: 30px;
	width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.accordion_container {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.accordion_container .eti_accordion {
    border: 1px solid var(--eti-color-one);
    border-radius: 12px;
    padding: 10px 30px;
	transition: var(--transition);
}
.accordion_container .eti_accordion.aperto {
    padding: 30px;
}

.accordion_container .eti_accordion h5.acc_titolo {
	display: flex;
	gap: 10px;
	cursor: pointer;
}
.accordion_container .eti_accordion h5.acc_titolo:before {
    content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: var(--eti-font-dark);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='40' viewBox='0 0 41 40' fill='none'%3E%3Cpath d='M31.7927 21.6626H21.7927L21.724 31.6624H18.3906L18.4594 21.6626H8.45937L8.48229 18.3294H18.4823L18.551 8.32959H21.8844L21.8156 18.3294H31.8156L31.7927 21.6626Z' fill='black'/%3E%3C/svg%3E") no-repeat center / cover;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='40' viewBox='0 0 41 40' fill='none'%3E%3Cpath d='M31.7927 21.6626H21.7927L21.724 31.6624H18.3906L18.4594 21.6626H8.45937L8.48229 18.3294H18.4823L18.551 8.32959H21.8844L21.8156 18.3294H31.8156L31.7927 21.6626Z' fill='black'/%3E%3C/svg%3E") no-repeat center / cover;
}

section#testata_home .col-img > * {
	border-radius: 12px;
	overflow: hidden;
}
section#testata_home .col-img .video_yt_wrapper {
    width: 100%;
}
section#testata_home .col-img .video_yt_wrapper iframe ,
section#testata_home .col-img video {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    vertical-align: middle;
}