        body {
            font-family: "Inter", sans-serif;
            color: #707070;
        }
        body a {
            color: #00b3e7;
        }
        .navbar-blu {
            background-color: #00b3e7;
        }
        .navbar-sub {
            background-color: transparent;
        }
        .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
        }
        .navbar {
            padding: .5rem 0;
        }
        .navbar a {
            color: white;
        }
        .navbar.navbar-sub a:hover {
            color: #00b3e7 !important;
        }
        .header-logo {
            display: block;
            height: 55px;
        }
        .page-title {
            color: #00b3e7;
            font-weight: 300;
            font-size: 4rem;
            border-bottom: 7px solid #00b3e7;
            padding-bottom: 0;
            display: block;
            line-height: 1;
            margin-bottom: 40px;
            max-width: 60%;
        }
        .content-title {
            text-align: left;
            font-size: 2.2rem;
            letter-spacing: 0px;
            color: #707070;
            text-transform: lowercase;
            margin-bottom: 40px;
            font-weight: 400;
        }
        .highlight-text {
            color: #00b3e7;
            font-weight: bold;
        }
        .content-section {
            padding-top: 40px;
            padding-bottom: 40px;
        }
        .content-section p {
            text-align: justify;
            text-justify: inter-word;
            font-size: 1rem;
            line-height: 1.6;
        }
        .footer {
            background-color: #cae5ed;
            padding: 20px 0;
        }
        .footer ul {
            list-style-type: none; /* Rimuove i punti elenco */
            margin: 0; /* Rimuove il margine predefinito */
            padding: 0; /* Rimuove il padding predefinito */
        }
        .footer li {
            margin: 0; /* Rimuove margine tra gli elementi */
            padding: 0; /* Rimuove il padding interno */
        }
        .footer li a {
            font-size: .85rem;
            line-height: 2.2;
            color: #333;
            font-weight: 600;
        }
        blockquote {
          display: inline-block;
          margin: 0;
          margin: 1em 0;
          font-size: 1.4rem;
          padding-left: 35px;
          border-left: 3px solid #00b3e7;
          color: #00b3e7;
        }
        /* Styles for the extended submenu */
        .extended-menu {
            background: rgb(112,112,112);
            background: linear-gradient(0deg, rgba(112,112,112,1) 82%, rgba(69,69,69,1) 100%);
            padding: 6px 0;
            border-bottom: 3px solid #fff;
        }
        .extended-menu .nav-link {
            font-size: .9rem;
        }
        /* Customizing the dropdown menu on mobile */
        .dropdown-menu {
            text-align: center;
            width: 100%;
        }
        .hero-image {
            background-color: #ccc;
            display: block;
            height: 350px;
            background-image: url(../images/hero-image.webp);
            background-size: cover;
            background-position: center center;
        }
        .nav-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 50px 0;
        }
        .lang .nav-item:first-child {
            border-right: 1px solid #fff;
        }
        .lang .nav-item a.nav-link {
            padding: 0 1rem;
            font-size: 1.2rem;
        }
        .lang .nav-item a.nav-link:hover {
            color: #fff;
            text-decoration: underline;
        }
        .nav-link {
            padding: 0;
        }
        .nav-link {
            display: flex;
            align-items: center;
            font-size: 1.5rem;
            color: #666;
            text-decoration: none;
        }
        /* Freccia sinistra */
        .nav-link-left::before {
            content: '';
            display: inline-block;
            width: 50px;
            height: 50px;
            border-top: 5px solid #00b3e7;
            border-left: 5px solid #00b3e7;
            transform: rotate(-45deg);
            margin-right: 10px;
            position: absolute;
            left: 0;
        }
        /* Freccia destra */
        .nav-link-right::after {
            content: '';
            display: inline-block;
            width: 50px;
            height: 50px;
            border-top: 5px solid #00b3e7;
            border-right: 5px solid #00b3e7;
            transform: rotate(45deg);
            margin-left: 10px;
            position: absolute;
            right: 0;
        }
        .nav-item.active a.nav-link {
            text-decoration: none;
            color: #00b3e7!important;
        }
        .nav-link:hover {
            text-decoration: none;
            color: #00b3e7;
        }
        .footer-logo {
            max-width: 200px;
        }
        figure {
            box-shadow: 0px 3px 6px #0000005A;
            border-radius: 10px;
            padding: 30px;
            margin: 40px 0;
        }
        figure figcaption {
            font-size: .9rem;
            color: #00B3E7;
        }
        figure figcaption .attribuzione {
            color: #333!important;
            font-size: .9rem;
        }
        .page-nav .nav-link {
            max-width: 400px;
            background: transparent;
            position: relative;
        }
        .nav-link-left {
            padding-left: 60px;
        }
        .nav-link-right {
            padding-right: 60px;
        }
        ul {
          margin: 0;
        }
        ul.dashed {
          list-style-type: none;
          padding-left: 0;
          margin: 10px 0;
          font-size: 1rem;
          line-height: 1.6;
        }
        ul.dashed > li:before {
          content: "-";
          text-indent: -5px;
          margin-right: 20px;
        }
        #collab {
            display: block;
            width: 100%;
            padding: 30px 0;
            background-color: #f8f8f8;
        }
        .project-section {
            text-align: left;
            padding: 20px 0;
        }

        .project-section img {
            max-height: 100px;
            margin: 0 15px;
        }

        .collaboration-section {
            text-align: left;
            padding: 20px 0;
        }

        .collaboration-section img {
            max-height: 50px;
            margin: 0 15px;
        }
        .project-section img, .collaboration-section img {
            height: 90px;
        }
        .section-title {
            font-size: 1.2rem;
            font-weight: bold;
            color: #666;
        }
        .download-button {
            display: block;
            width: 25%;
            box-shadow: 0px 7px 19px #00000029;
            margin-right: 60px;
            float: left;
        }
        .lightbox .lb-outerContainer video {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          z-index: 9999;
          width: 100%;
          height: auto;
          opacity: 1;
          transition: opacity 300ms ease-in-out;
          border: none;
          outline: none;
        }
        .lightbox .lb-outerContainer video:hover, .lightbox .lb-outerContainer video:focus {
          border: none;
          outline: none;
        }
        .lightbox .lb-outerContainer.animating video {
          opacity: 0;
        }
        .lightbox .lb-container {
          position: relative;
        }
        .lightbox .lb-container .lb-image {
          border: none;
        }
        .disabled {
            pointer-events: none; 
            color: #585857!important; 
            text-decoration: none; 
        }
        @media screen and (max-width : 991px) {
            #lang.navbar-nav {
            -ms-flex-direction: row!important;
            flex-direction: row!important;
            }
            .navbar-expand-lg #lang.navbar-nav .nav-link {
                padding-right: .5rem!important;
                padding-left: .5rem!important;
            }
            .header-logo {
                display: block;
                height: 60px;
                margin: 20px 15px;
            }
            .page-nav-s {
                padding-left: 15px;
            }
            .page-nav-e {
                padding-right: 15px;
            }
            /* Freccia sinistra */
            .nav-link-left::before {
                content: '';
                display: inline-block;
                width: 30px;
                height: 30px;
                border-top: 4px solid #00b3e7;
                border-left: 4px solid #00b3e7;
                transform: rotate(-45deg);
                margin-right: 10px;
                position: absolute;
                left: 0;
            }
            /* Freccia destra */
            .nav-link-right::after {
                content: '';
                display: inline-block;
                width: 30px;
                height: 30px;
                border-top: 4px solid #00b3e7;
                border-right: 4px solid #00b3e7;
                transform: rotate(45deg);
                margin-left: 10px;
                position: absolute;
                right: 0;
            }
            .extended-menu .nav-link {
                padding: 10px 0;
            }
            .page-nav .nav-link {
                font-size: 1rem;
                max-width: 250px;
                background: transparent;
                position: relative;
            }
            .intro-text {
                color: #00b3e7;
                font-weight: 300;
                font-size: 3rem;
                border-bottom: 6px solid #00b3e7;
                padding-bottom: 0;
                display: block;
                line-height: 1;
                margin-bottom: 40px;
                max-width: 100%;
            }
            .hero-image {
                height: 200px;
            }
            .nav-link-left {
                padding-left: 30px;
            }
            .nav-link-right {
                padding-right: 30px;
            }
            .project-section, .collaboration-section {
                padding: 20px 15px;
            }
        }
        @media screen and (max-width : 768px) {
            .footer {
                text-align: center!important;
            }
        }     