@import "../components/Headers/defaultHeader.css";
@import "../components/Headers/homeHeader.css";


#team .three-col-grid {
    grid-gap: 1.563vw 3.125vw; /*30 60*/
}
#team .col {
    height: 7.292vw; /*140*/
    min-height: 100px;
    padding: 0 3.125vw 0 2.083vw; /*0 60 0 40*/
    background: rgb(46,137,192);
    background: linear-gradient(180deg, rgba(46,137,192,1) 0%, rgba(59,169,170,1) 100%);
}
#team .col-icon {
    margin-right: 1.562vw; /*30*/
}
#team .col-icon img {
    width: 3.125vw; /*60*/
    height: 3.125vw; /*60*/
    min-width: 40px;
    min-height: 40px;
}
#team h2 {
    padding-bottom: 0.521vw; /*10*/
}
#team h3 {
    letter-spacing: 0;
    line-height: 1.2;
}

#team,
#intro-stripe {
    z-index: 2;
}
#intro-stripe .stripe-container {
    z-index: 2;
}
#intro-stripe ul:first-child {
    margin-top: 0 !important;
}
#intro-stripe ul:last-child {
    margin-bottom: 0 !important;
}

.with-bg-logo {
    overflow: hidden
}
.with-bg-logo .bg-stripe-logo {
    position: absolute;
    z-index: 1;
    bottom: 61%;
    width: 140%;
    transform: rotate(-25deg);
    left: -9%;
    bottom: 61%;
    pointer-events: none;
}
.with-bg-logo .bg-stripe-logo img {
    filter: brightness(0);
    opacity: 0.025;
}



.bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#investimenti .stripe-container {
    z-index: 2;
}
#investimenti .col-content {
    border: 2px solid rgb(255 255 255 / 20%);
    padding: 3.125vw 2.604vw; /*60 50*/
    background-color: rgb(255 255 255 / 15%);
	-webkit-backdrop-filter: blur(10px); /*10*/
	backdrop-filter: blur(10px); /*10*/
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
}


#investimenti .two-col-grid {
    grid-gap: 3.125vw;
}
#investimenti .col-content-description * {
    line-height: 1;
}
#investimenti .investment-title {
    margin-bottom: 1.042vw; /*20*/
}
#investimenti .investment-pre-number {
    margin-bottom: 0.365vw;  /*7*/
}
#investimenti .investment-number {
    margin-bottom: 0.781vw; /*15*/
}
#investimenti .divider {
    margin: 2.344vw 0; /*45 0 */
}
#investimenti .investment-percentage {
    margin-bottom: 0.885vw; /*17*/
}


#valori .col-content {
    padding: 3.125vw 1.563vw 0 4.948vw; /*60 30 0 95*/
    height: 13.021vw; /*250*/
    min-height: 250px;
}
#valori .col-1 .col-icon {
    position: absolute;
    top: 0;
    left: -3.438vw; /*66*/
    width: 2.917vw; /*56*/
    height: 3.125vw; /*60*/
}
#valori .col-2 .col-icon {
    position: absolute;
    top: 0;
    left: -3.438vw; /*66*/
    width: 2.917vw; /*56*/
    height: 2.969vw; /*57*/
}
#valori .col-3 .col-icon {
    position: absolute;
    top: 0;
    left: -3.542vw; /*68*/
    width: 3.021vw; /*58*/
    height: 2.865vw; /*55*/
}
#valori .col-4 .col-icon {
    position: absolute;
    top: 0;
    left: -3.438vw; /*66*/
    width: 2.917vw; /*56*/
    height: 2.917vw; /*56*/
}
#valori .sm-sz * {
    line-height: 1.5;
}

#newsletter .stripe-container {
    z-index: 2;
}



#newsletter input {
    margin: 0 !important;
}
#newsletter .newsletter-subtitle {
    padding-top: 1.302vw; /*25*/
}
#newsletter .single-form-container {
    padding-top: 2.344vw; /*45*/
}
#newsletter .single-form-container > .wpcf7-form-control-wrap {
    flex-grow: 1;
    margin-right: 0.521vw; /*10*/
}
#newsletter .acceptance-box {
    margin-top: 1.563vw; /*30*/
    margin-left: 1.042vw; /*20*/
}
#newsletter .single-form-container input[type=email] {
    padding-left: 2.604vw; /*50*/
    position: relative;
}
#newsletter .single-form-container .wpcf7-form-control-wrap:before {
    content: '';
    display: block;
    width: 0.938vw; /*18*/
    height: 0.729vw; /*14*/
    background-image: url('/wp-content/uploads/2024/10/newsletter-icon-b.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;    
    position: absolute;
    top: 50%;
    left: 1.042vw; /*20*/
    z-index: 1;
    transform: translateY(-50%);
    pointer-events: none;
}
#newsletter .input-arrow {
    margin-top: 0;
}
#newsletter .wpcf7-response-output {
    color: #F5D769 !important;
}


#footer-logo {
    width: 25.573vw; /*491*/
    height: 1.667vw; /*32*/
}
#footer-notes {
    align-items: center;
}
#footer-notes .footer-notes-container-inner {
    gap: 0 1.823vw; /*0 35*/
}
.custom-cookie-anchor  {
    cursor: pointer;
}
#footer-notes a,
.custom-cookie-anchor  {
    text-decoration: unset !important;
}


@media screen and (max-width: 1920px) {
    #investimenti .col-content {
        -webkit-backdrop-filter: blur(10px); /*10*/
        backdrop-filter: blur(10px); /*10*/
    }
    #investimenti .investment-title {
        margin-bottom: 20px; /*20*/
    }
    #investimenti .investment-pre-number {
        margin-bottom: 7px;  /*7*/
    }
    #investimenti .investment-number {
        margin-bottom: 15px; /*15*/
    }
    #investimenti .investment-percentage {
        margin-bottom: 17px; /*17*/
    }


    #newsletter .newsletter-subtitle {
        padding-top: 25px; /*25*/
    }
    #newsletter .single-form-container {
        padding-top: 45px; /*45*/
    }
    #newsletter .single-form-container > .wpcf7-form-control-wrap {
        margin-right: 10px; /*10*/
    }
    #newsletter .acceptance-box {
        margin-top: 30px; /*30*/
        margin-left: 20px; /*20*/
    }
    #newsletter .single-form-container input[type=email] {
        padding-left: 50px; /*50*/
    }
    #newsletter .single-form-container .wpcf7-form-control-wrap:before {
        width: 18px; /*18*/
        height: 14px; /*14*/
        left: 20px; /*20*/
    }
}


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

    #valori .col-content {

        min-height: 220px;
    }

    #newsletter .newsletter-subtitle {
        padding-top: 15px;
    }
    #newsletter .single-form-container {
        padding-top: 35px;
    }
    #newsletter .acceptance-box {
        margin-top: 25px;
    }

}


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


@media screen and (max-width: 1280px) {
    #team .col-icon {
        margin-right: 20px;
    }
    #team .col {
        padding: 0 40px 0 25px;
    }

    #investimenti .col-content {
        padding: 40px 35px;
    }

    #valori .col-content {
        padding: 40px 20px 0 65px;
    }
    #valori .col-icon {
        width: 43px !important;
        height: 40px !important;
        left: -52px !important;
    }


    footer .stripe-container-inner {
        display: block;
    }
    footer #footer-logo {
        margin: 0 auto;
        width: 390px;
        height: 26px;
    }
    footer #footer-notes {
        text-align: center;
        justify-content: center;
        padding-top: 20px;
    }
    footer #footer-notes .footer-notes-container-inner {
        justify-content: center;
        gap: 10px 30px;
    }    
}


@media screen and (max-width: 1150px) {
    #valori .four-col-grid {
        grid-template-columns: 1fr 1fr;
    }
    #valori .col-content {
        min-height: 175px;
        padding: 40px 20px 0 75px;
    }
    #valori .col-icon {
        left: -57px !important;
    }
}


@media screen and (max-width: 992px) {
    #team .three-col-grid {
        column-gap: 1.563vw;
        grid-template-columns: 1fr 1fr 1fr;
    }
    #team .col-icon {
        margin-right: 15px;
    }
    #team .col-icon img {
        min-width: 35px;
        min-height: 35px;
    }
    #team .col {
        padding: 0 20px;
    }

    #investimenti .stripe-container-inner,
    #newsletter .stripe-container-inner {
        padding-left: 0;
        padding-right: 0;
    }
}


@media screen and (max-width: 767px) {
    #team .three-col-grid {
        grid-template-columns: 1fr;
    }

    .with-bg-logo .bg-stripe-logo {
        display: none;
    }
    #investimenti .two-col-grid {
        grid-gap: 2em;
    }
    #investimenti .investment-title {
        margin-bottom: 10px;
    }
    #investimenti .investment-number {
        margin-bottom: 10px;
    }
    #investimenti .divider {
        margin: 30px 0;
    }
    #investimenti .investment-percentage {
        margin-bottom: 12px;
    }

    #massimizza .col-content {
        position: relative !important;
        top: 0;
        left: 0;
    }
    #massimizza .col-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    #massimizza .col-img img {
        height: 100% !important;
    }
    #massimizza .col-img .col-img-container,
    #massimizza .col-img .col-img-container .col-img-inner {
        height: 100%;
    }
    #massimizza h2 span {
        display: initial;
    }    

    #valori .four-col-grid {
        grid-template-columns: 1fr;
    }
    #valori .col-content {
        padding: 40px 20px 40px 75px;
        min-height: unset;
        height: unset;
    }    


    #newsletter .single-form-container {
        flex-flow: wrap;
        justify-content: center;
    }
    #newsletter .input-arrow {
        margin-top: 30px;
    }
    #newsletter .input-arrow {
        position: absolute;
        bottom: 0;
        left: 0;
    }
    #newsletter form {
        padding-bottom: 65px;
    }
    #newsletter .acceptance-box {
        margin-top: 15px;
    }
    #newsletter .wpcf7-response-output {
        bottom: -45px;
    }

    footer .stripe-container {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    footer #footer-logo {
        width: 310px;
        height: 21px;
    }
    footer #footer-notes .footer-notes-container-inner {
        gap: 5px 15px;
    }
    footer #footer-notes a {
        text-decoration: unset !important;
    }
}