@import "../components/Headers/defaultHeader.css";
@import "../components/Headers/header_05.css";
@import "../components/Headers/header-img.css";
@import "../components/Headers/top-bar.css";
@import "../components/Headers/menu-utils.css";
@import "../components/Headers/searchbar-02.css";


@import "../Moduli/Stripes/newsletter.css";


#intro-stripe .two-col-grid,
#mission-stripe .two-col-grid {
    gap: 0 !important;
}
.pre-title.udl {
    text-underline-offset: -0.156vw; /*-3*/
}

#intro-stripe p,
#mission-stripe p {
    margin-bottom: 2.604vw; /*50*/
}
#intro-stripe p:last-child,
#mission-stripe p:last-child {
    margin-bottom: 0;
}


#mission-stripe .two-col-grid {
    grid-template-columns: 1fr 53.8%;
}
#mission-stripe .col-img-inner {
    overflow: hidden;
    border-top-left-radius: 1.042vw; /*20*/
    border-bottom-left-radius: 1.042vw; /*20*/
}


#target-stripe .stripe-text {
    z-index: 2;
}
#target-stripe .stripe-text-container {
    z-index: 2;
    padding: 5.729vw 5.417vw; /*110 104*/
    max-width: 34.896vw; /*670*/
    background-color: #fbf8f1;
}
#target-stripe h2 span {
    display: block;
}
#target-stripe .stripe-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#target-stripe .target-logo img {
    width: 19.635vw; /*377*/
    height: 1.25vw; /*24*/
    margin: 0 auto;
}


#impegno .four-col-grid {
    gap: 0.521vw; /*10*/
}
#impegno .col {
    box-shadow: 0px 0.052vw 0.208vw 0px rgba(0, 0, 0, 0.1); /* 0 1 4 0*/
}
#impegno .col-content {
    padding: 0 1.563vw 0 4.948vw; /*0 40 0 95*/
    height: 11.458vw; /*220*/
    min-height: 180px;
}
#impegno .four-col-grid .col-icon {
    position: absolute;
    top: 50%;
    left: -3.438vw; /*66*/
    width: 2.396vw; /*56*/
    height: 2.396vw; /*60*/
    transform: translateY(-50%);
}
#impegno .sm-sz * {
    line-height: 1.5;
}


@media screen and (max-width: 1920px) {
	.pre-title.udl {
	    text-underline-offset: -3px;
	}

	#intro-stripe p,
	#mission-stripe p {
	    margin-bottom: 50px; /*50*/
	}

	#mission-stripe .col-img-inner {
	    border-top-left-radius: 20px; /*20*/
	    border-bottom-left-radius: 20px; /*20*/
	}

	#target-stripe .stripe-text-container {
	    max-width: 670px; /*670*/
	}


	#impegno .four-col-grid {
	    gap: 10px; /*10*/
	}
	#impegno .col {
	    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1); /* 0 1 4 0*/
	}
	#impegno .col-content {
	    height: 220px; /*220*/
	}
}

@media screen and (max-width: 1440px) {
    #intro-stripe .img-size_00 img {
        height: 28.472vw;
    }

    #impegno .col-content {

        min-height: 220px;
    }
}


@media screen and (max-width: 1280px) {
    #impegno .col-content {
        padding: 40px 20px 0 65px;
    }
    #impegno .col-icon {
        width: 43px !important;
        height: 40px !important;
        left: -52px !important;
    }
}

@media screen and (max-width: 1150px) {

}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 767px) {
    #impegno .four-col-grid {
        grid-template-columns: 1fr;
    }
    #impegno .col-content {
        padding: 40px 20px 40px 75px;
        min-height: unset;
        height: unset;
    }
}