@media (max-width: 960px) {
    :root {
        --placeholderFontSize : 16px;
    }

    nav.main {
        display: none;
    }

    nav.main-mobile {
        background: var(--Beige);
        display: flex;
        justify-content: space-between;
        padding: 15px;
        box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25);
        border-radius: 0 0 10px 10px;
        align-items: center;
        position: fixed;
        z-index: 10;
        width: calc(100% - 30px);
        top: 0;
        margin-bottom: -10px;
    }

    nav.main-mobile img {
        width: 25px;
    }

    nav.main-mobile a,
    nav.main-mobile button {
        color: var(--Marrone, #422918);
        font-size: 12px;
        font-weight: 800;
        line-height: 18px;
        letter-spacing: 0.7px;
        text-transform: uppercase;
        text-decoration: none;
        border: none;
        padding: 0;
        background: none;
        font-family: "Schibsted Grotesk", serif;
    }

    nav.main-mobile button {
        padding: 0px 0 0 30px;
    }

    section.head video {
        position: absolute;
        top: 0;
        height: 102vh;
    }



    section.head h1 {
        text-align: center;
        font-size: 50px;
        margin-top: 12vh;
    }





    section#noi > div:first-of-type h2 {
        font-size: 36px;
        line-height: 40px;
    }

    section#noi > div:first-of-type {
        padding: 0px 25px 90px 25px;
        gap: 0px;
    }


    section#noi > div:nth-of-type(2) article {
        padding: 10px 0px 40px 0px;
        flex-direction: column;
        gap: 20px;
    }

    section#noi > div:nth-of-type(2) article h3, section#noi > div:nth-of-type(2) article p {
        font-size: 24px;
        line-height: 32px;
        max-width: 95%;
    }

    section#noi > div:nth-of-type(2) article p {
        margin-left: 15px;
        max-height: 95px;

    }

    section#noi > div:nth-of-type(3) h3 {
        font-size: 24px;
        line-height: 32px;
        max-width: 90%;
    }

    section#noi {
        padding: 110px 4vw 135px 4vw;
        gap: 30px;
    }

    section#noi > div:nth-of-type(2) article h3 img {
        width: 15px;
        padding-bottom: 4px;
    }





    section#valori > div:first-of-type > p {
        display: none;
    }


    section#valori > div:first-of-type h3 {
        font-size: 48px;
        line-height: 48px;
    }

    section#valori > div:first-of-type > div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    section#valori > div:first-of-type p {
        text-align: center;
        max-width: 60%;
        margin-top: 7px;
    }


    section#valori {
        padding: 110px 4vw 135px 4vw;
        gap: 100px;
    }


    section#valori > div:nth-of-type(2) {
        grid-template-columns: 1fr;
        gap: 10vw 8vh
    }

    section#valori > div:nth-of-type(2) article {
        display: flex;
        gap: 1vw;
        flex-direction: column;
    }

    section#valori > div:nth-of-type(2) article img {
        max-width: 100%;
        width: 100%;
        max-height: 250px;
    }

    section#valori > div:nth-of-type(2) h4 {
        border-top: 2px solid var(--Marrone);
        max-width: 100%;
        padding-bottom: 0px;
        padding-top: 8px;
        line-height: 34px;
        font-size: 30px;
        border-bottom: 0;
        display: flex;
        justify-content: space-between;
        margin-bottom: 16px;
    }

    section#valori > div:nth-of-type(2) p {
        margin-top: 0;
        margin-bottom: 16px;
        /*display: none;*/
    }


    section#valori > div:nth-of-type(3) h3 {
        font-size: 24px;
        line-height: 32px;
        max-width: 90%;
    }


    section#valori > div:nth-of-type(3) {
        padding: 40px 20px;
    }

    section#noi > div:nth-of-type(3) {
        padding: 40px 20px;
    }



    section#numeri {
        gap: 20px;
    }

    section#numeri > div:first-of-type h2 {
        font-size: 36px;
        line-height: 40px;
    }

    section#numeri > div:first-of-type {
        padding: 0px 25px 0px 25px;
        gap: 0px;
    }

    section#numeri > div:nth-of-type(2) {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 30px 5vw;
        order: 3;
    }

    section#numeri > img {
        width: 100%;
        order: 2;
        height: 300px;
        object-fit: cover;
        border-radius: 10px;
        margin-bottom: 10px;
        margin-top: 50px;
    }

    section#numeri > div:nth-of-type(2) h4 {
        font-size: 36px;
        line-height: 44px;
    }




    section#sedi {
        padding: 110px 4vw 135px 4vw;
        gap: 50px;
    }

    section#sedi > div:first-of-type > p {
        display: none;
    }


    section#sedi > div:first-of-type h3 {
        font-size: 48px;
        line-height: 48px;
        text-align: center;
    }

    section#sedi > div:first-of-type {
        justify-content: center;
    }

    section#sedi > div:first-of-type > div {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    section#sedi > div:first-of-type p {
        text-align: center;
        max-width: 60%;
        margin-top: 7px;
    }


    section#sedi > div:nth-of-type(2) > p {
        font-size: 12px;
        font-weight: 800;
        line-height: 18px;
        letter-spacing: 0.7px;
        text-transform: uppercase;
        padding: 0;
    }

    section#sedi > div:nth-of-type(2) article {
        padding: 10px 0px 30px 0px;
        display: grid;
        grid-template-columns: 1fr 0.2fr;
    }

    section#sedi > div:nth-of-type(2) article p {
        font-size: 24px;
        max-width: 100%;
        line-height: 36px;
        width: 100% !important;
    }

    section#sedi > div:nth-of-type(2) article p:nth-of-type(2) {
        padding-left: 20px;
        order: 3;
        color: var(--Beige-alt);
    }

    section#sedi > div:nth-of-type(2) article a {
        order: 2;
        text-align: right;
        display: flex;
        justify-content: flex-end;
    }

    section#sedi > div:nth-of-type(2) article p:nth-of-type(3) {
        display: none;
    }

    section#sedi > div:nth-of-type(3) h3 {
        font-size: 24px;
        line-height: 32px;
        max-width: 90%;
    }

    section#sedi > div:nth-of-type(2) article a img {
        width: 15px;
        padding-bottom: 5px;
    }

    section#sedi > div:nth-of-type(3) {
        padding: 40px 20px;
    }





    section#contatti {
        padding: 110px 4vw 135px 4vw;
        gap: 60px;
    }

    section#contatti > div:first-of-type > p {
        display: none;
    }


    section#contatti > div:first-of-type h3 {
        font-size: 48px;
        line-height: 48px;
    }

    section#contatti > div:first-of-type {
        justify-content: center;
    }

    section#contatti > div:first-of-type > div {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    section#contatti > div:first-of-type p {
        text-align: center;
        max-width: 90%;
        margin-top: 7px;
    }

    section#contatti > div:nth-of-type(2) > div {
        flex-direction: column;
    }

    section#contatti > div:nth-of-type(2) > div p {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        margin-bottom: 20px;

    }

    section#contatti > div:nth-of-type(2) > div p span {
        display: none;
    }

    section#contatti > div:nth-of-type(3) h3 {
        font-size: 24px;
        line-height: 32px;
        max-width: 90%;
    }



    section#footer {
        gap: 150px;
        height: 100%;
        padding-bottom: 100px;
    }


    section#footer > div {
        width: 100%;
        gap: 60px;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }

    section#footer > div > div {
        gap: 5px;
        width: 100%;
    }

    section#footer > div > div .info, section#footer > div > div ul, section#footer > div > div ul a {
        max-width: 100%;
        width: 100%;
    }

    section#footer > div:last-of-type {
        width: 100%;
        display: grid;
        gap: 10px;
        grid-template-columns: 1fr 1fr;
    }


    .mid-row {
        flex-direction: column;
    }

    .mid-row div {
        width: 100% !important;
    }

    select {
        width: 100% !important;
    }

    section#contatti > div:nth-of-type(2) form input, section#contatti > div:nth-of-type(2) form textarea {
        width: 100% !important;
        margin-top: 15px;
        margin-bottom: 0px;
    }

    section#contatti > div:nth-of-type(2) form .check {
        display: flex
    ;
        align-items: flex-start;
        flex-direction: column;
    }

    section#contatti > div:nth-of-type(2) form input[type="checkbox"] {
        width: 20px !important;
    }

    section#contatti > div:nth-of-type(2) form button {
        margin-top: 25px;
    }

    .captcha input {
        margin-bottom: 26px!important;
    }

    section#contatti > div:nth-of-type(2) > div button {
        font-size: 20px!important;
        text-transform: capitalize;
        width: 100%;
        padding: 10px!important;
    }

    section#contatti > div:nth-of-type(2) > div > div {
        align-items: center;
    }

    section#contatti > div:nth-of-type(2) > div button:before {
        content: '' !important;
    }

    section#footer > div > div:nth-of-type(2) {
        display: none;
    }

    ::placeholder {
        font-size: 15px;
    }

    .expand-mobile {
        height: 100vh;
        position: fixed;
        top: -150vh;
        left: 0;
        z-index: 100;
        background: var(--Beige);
        width: 100%;
        border-radius:0 0 10px 10px;
        transition: .7s cubic-bezier(0.56, 0.29, 0, 0.98) top;
        display: block;
    }

    .expand-mobile.open {
        top: 0;
    }

    .expand-mobile > img {
        width: calc(100% - 40px);
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 20px;
    }

    .expand-mobile ul img {
        width: 8px;
    }

    .expand-mobile > div {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0px;
        width: calc(100% - 40px);
        padding-left: 20px;
        margin-top: 50px;
    }

    .expand-mobile > div p {
        color: var(--Marrone);
        font-family: "Schibsted Grotesk";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 0;
        text-align: center;
        width: 100%;
    }

    .expand-mobile > div .info,
    .expand-mobile > div ul,
    .expand-mobile > div ul a {
        color: var(--Marrone);
        font-family: "Schibsted Grotesk";
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        line-height: 18px;
        letter-spacing: 0.7px;
        text-transform: uppercase;
        list-style: none;
        padding-left: 0;
        text-decoration: none;
        width: 100%;
    }

    .expand-mobile > div ul a {
        display: flex;
        justify-content: space-between;
    }


    .expand-mobile > div ul li {
        border-top: 1px solid;
        padding: 10px 0 10px;
    }

    .expand-mobile > button {
        background: var(--Marrone);
        border: 2px solid var(--Beige);
        color: var(--Beige);
        padding: 7px 13px;
        border-radius: 10px;
        font-family: "Schibsted Grotesk";
        font-size: 12px;
        font-style: normal;
        font-weight: 800;
        line-height: 18px;
        letter-spacing: 0.7px;
        text-transform: uppercase;
        cursor: pointer;
        text-align: center;
        position: fixed;
        bottom: 40px;
        width: calc(100% - 260px);
        margin-left: 130px;
        display: none;
    }

    #clbtn.enabled {
        display: block;
        animation: animate 1.5s linear;
    }

    .captcha div input {
        padding-bottom: 4px !important;
    }

    .main-mobile a.active {
        color: var(--Azzurro, #2EAFCD);
        transition: .25s;
    }


    section#valori > div:nth-of-type(2) div {
        max-width: 100%;
    }

    section#valori > div:nth-of-type(2) article > div {
        cursor: pointer;
    }

    section#valori > div:nth-of-type(2) article > div p {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .mexpand {
        display: block !important;
        height: 15px !important;
        width: 15px !important;
        padding-top: 10px !important;
        object-fit: contain !important;
        max-height: initial !important;
        max-width: initial !important;
    }

    .mexpanded {
        max-height: 300px !important;
    }


    @keyframes animate {
        0% {
            opacity: 0;
        }
        75% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }

}