:root {
  --black: #0a100d;
  --gainsboro: #d9d9d9;
  --blacklcm: #262626;
  --white-smoke: #edf2f4;
  --midnight-blue: #2b2d42;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--black);
  color: #edf2f4;
  font-family: Inter;
  font-size: .875rem;
  line-height: 1.25rem;
}

h1 {
  opacity: 1;
  color: var(--gainsboro);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  font-family: LCM, sans-serif;
  font-size: .5rem;
  font-style: normal;
  font-weight: 600;
  line-height: .6rem;
}

h2 {
  opacity: .85;
  color: var(--gainsboro);
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: LCM, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 2rem;
}

h2:hover {
  opacity: 1;
}

p {
  opacity: 1;
  color: var(--gainsboro);
  text-align: justify;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: LCM, sans-serif;
  font-size: .75rem;
  font-weight: 300;
  line-height: 1rem;
}

a {
  color: var(--blacklcm);
  text-decoration: underline;
}

.nav-link {
  opacity: 1;
  color: var(--gainsboro);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  padding: 4px 20px 0 0;
  font-family: LCM, sans-serif;
  font-size: .7rem;
  font-weight: 600;
  line-height: .7rem;
  text-decoration: none;
  display: flex;
}

.nav-link:hover {
  opacity: 1;
  font-family: LCM, sans-serif;
  font-size: .7rem;
  font-style: normal;
  line-height: .7rem;
  text-decoration: line-through;
}

.nav-link.w--current {
  opacity: 1;
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
  margin-right: 10px;
  padding-top: 4px;
  padding-bottom: 0;
  font-family: LCM, sans-serif;
  font-size: .7rem;
  font-weight: 600;
  line-height: .7rem;
  text-decoration: line-through;
}

.nav-link.progetti {
  grid-column-gap: 0px;
  text-align: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  padding-right: 0;
  line-height: 1rem;
  display: flex;
}

.nav-link.progetti:hover {
  text-decoration: none;
}

.work-item-wrapper {
  color: var(--white-smoke);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.work-item-image {
  object-fit: cover;
  width: 100%;
  height: 31.25rem;
}

.cursor {
  background-color: #fff0;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: block;
  position: fixed;
}

.body {
  cursor: none;
  object-fit: fill;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: auto;
  height: auto;
  min-height: auto;
  display: flex;
  overflow: visible;
}

.intro {
  z-index: 101;
  background-color: #000;
  background-image: url('../images/FONDO-NERO-11-Settembre.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.body-progettobianco {
  cursor: none;
  background-color: #fff;
  background-image: url('../images/FONDO-BIANCO-11-Settembre.webp');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testata-dark {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0%;
  padding: 5% 25% 8%;
  display: flex;
}

.content-progetto {
  grid-column-gap: 10px;
  flex-direction: column;
  align-items: center;
  width: 850px;
  max-width: 850px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.immagine-progetti {
  opacity: 1;
  mix-blend-mode: normal;
  width: 850px;
  max-width: 850px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.descrizione {
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 2%;
  padding: 0% 5%;
  display: flex;
  position: static;
  inset: 3% 0% auto;
}

.sfondo-gif {
  z-index: -99999;
  opacity: 0;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
}

.gif-bg {
  z-index: -100;
  opacity: .3;
  mix-blend-mode: normal;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  display: block;
  position: static;
  inset: auto 0% 0% auto;
}

.lista-progetti {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center flex-start;
  align-items: center;
  width: 40%;
  height: auto;
  margin-top: 0;
  margin-right: 0;
  padding-top: 5%;
  padding-bottom: 0%;
  padding-right: 0;
  display: block;
  position: static;
  overflow: visible;
}

.genere {
  opacity: 1;
  color: var(--gainsboro);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: auto;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: LCM, sans-serif;
  font-size: .6rem;
  font-weight: 400;
  line-height: .7rem;
}

.genere.nero {
  color: var(--blacklcm);
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}

.amauta-progetto {
  z-index: -1;
  opacity: 0;
  width: 25%;
  display: block;
  position: fixed;
  inset: 10% auto 0% 10%;
}

.mezzanello-progetto {
  z-index: -1;
  opacity: 0;
  width: 40%;
  display: block;
  position: fixed;
  inset: 7% auto 6% 7%;
}

.thumbnail-progetto {
  opacity: .5;
  filter: grayscale();
  mix-blend-mode: luminosity;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.image-13 {
  opacity: .7;
  filter: grayscale();
}

.almei-progetto {
  z-index: -1;
  opacity: 0;
  width: 60%;
  display: block;
  position: fixed;
  inset: 25% auto 0% 3%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

._4meses1semana-progetto {
  z-index: -1;
  opacity: 0;
  width: 40%;
  display: block;
  position: fixed;
  inset: 20% auto 0% 5%;
}

.shun-progetto {
  z-index: -1;
  opacity: 0;
  width: 70%;
  display: block;
  position: fixed;
  inset: 25% 10% 10% auto;
}

.cobaltoxnidol-progetto {
  z-index: -1;
  opacity: 0;
  width: 25%;
  display: block;
  position: fixed;
  inset: 10% 10% 10% auto;
}

.cormorani-progetto {
  z-index: -1;
  opacity: 0;
  width: 30%;
  display: block;
  position: fixed;
  inset: 10% auto 10% 10%;
}

.albergheria-progetto {
  z-index: -1;
  opacity: 0;
  width: 35%;
  display: block;
  position: fixed;
  inset: 15% 0 15% 50%;
}

.content-video {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 400px;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 60px;
  padding-left: 20%;
  padding-right: 5%;
  display: flex;
}

.content-video.giulio {
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  padding: 5% 0% 0;
}

.content-video.topaia, .content-video.brontola, .content-video.betty {
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 80px;
  padding: 5% 0% 0;
}

.content-video.credits {
  background-image: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 0% 25% 0;
}

.button {
  background-color: var(--black);
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Arquitecta;
  position: absolute;
}

.button:hover {
  color: var(--black);
  background-color: #fff;
}

.button.brontola {
  display: none;
}

.nav-pag-progetto {
  z-index: 101;
  opacity: 1;
  mix-blend-mode: difference;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: none;
  margin-left: 0%;
  margin-right: 0;
  padding: 0 0%;
  display: flex;
  position: fixed;
  inset: auto auto 5% 5%;
}

.nav-pag-progetto:hover {
  opacity: 1;
  mix-blend-mode: difference;
}

.pietra-home {
  z-index: -2;
  opacity: 1;
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.logo {
  opacity: 1;
  mix-blend-mode: normal;
  width: 20%;
  max-width: none;
}

.logo-lcm {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 5%;
}

.section-navigazione {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 25%;
  margin-top: 2%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0%;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: fixed;
  inset: auto auto 4% 0%;
  overflow: visible;
}

.section-navigazione.home {
  z-index: 100;
  mix-blend-mode: difference;
}

.navigazione {
  mix-blend-mode: normal;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section-info {
  flex-direction: column;
  width: 33%;
  height: auto;
  margin-top: 0%;
  margin-bottom: 5%;
  padding-top: 5%;
  display: flex;
}

.cta-block {
  justify-content: flex-end;
  margin-top: 20px;
  display: flex;
}

.cta-block._404 {
  justify-content: center;
}

.pag-info {
  text-align: justify;
  letter-spacing: 0;
}

.nero {
  color: var(--blacklcm);
  text-align: left;
  text-transform: none;
  max-width: 850px;
  font-style: normal;
  text-decoration: none;
}

.nero.huge {
  color: var(--blacklcm);
  text-align: center;
  text-transform: uppercase;
  font-family: LCM, sans-serif;
  font-size: 5rem;
  font-weight: 900;
  line-height: 4.5rem;
}

.nero.huge-white {
  color: var(--gainsboro);
  text-align: center;
  text-transform: uppercase;
  font-family: LCM, sans-serif;
  font-size: 5rem;
  font-weight: 900;
  line-height: 4.5rem;
}

.video-pietra {
  opacity: 1;
  mix-blend-mode: difference;
  width: 100%;
  height: 100vh;
  margin-bottom: 0;
  padding-bottom: 70px;
}

.cta-link {
  opacity: 1;
  color: var(--gainsboro);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0 0 0 20px;
  font-family: LCM, sans-serif;
  font-size: .7rem;
  font-weight: 600;
  line-height: .7rem;
  text-decoration: none;
  display: flex;
}

.cta-link:hover {
  opacity: 1;
  font-family: LCM, sans-serif;
  font-size: .7rem;
  font-style: normal;
  line-height: .7rem;
  text-decoration: line-through;
}

.cta-link.w--current {
  opacity: 1;
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: LCM, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.2rem;
  text-decoration: line-through;
}

.cta-link._404 {
  padding-left: 0;
}

.fanzine-progetto {
  z-index: -1;
  opacity: 0;
  width: 35%;
  display: block;
  position: fixed;
  inset: 25% auto 7% 17%;
}

.marco-progetto {
  z-index: -1;
  opacity: 0;
  width: 30%;
  display: block;
  position: fixed;
  inset: 10% 15% 10% auto;
}

.image-25 {
  mix-blend-mode: lighten;
  max-width: 100%;
  display: inline-block;
  position: static;
}

.evento {
  color: var(--white-smoke);
  text-align: justify;
  letter-spacing: 0;
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.pag-evento {
  margin-bottom: 30px;
}

.pag-evento:hover {
  opacity: .85;
}

.section-eventi {
  flex-flow: column;
  height: auto;
  margin-top: 0%;
  margin-left: 0%;
  padding-top: 5%;
  display: flex;
  overflow: hidden;
}

.info-progetto {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  max-width: none;
  padding-top: 10px;
  padding-right: 0;
  display: flex;
}

.crediits-block {
  grid-column-gap: 0px;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  max-width: 750px;
  margin-bottom: 5%;
  display: flex;
}

.container-3 {
  width: 100%;
  max-width: none;
  height: auto;
}

.image-26 {
  max-width: none;
}

.nav-progetto-close {
  z-index: 5;
  opacity: .7;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  margin-left: 0%;
  margin-right: 0;
  padding: 0 0%;
  display: flex;
  position: fixed;
  inset: auto auto 5% 5%;
}

.nav-progetto-close:hover {
  opacity: 1;
}

.video-popup-giulio {
  z-index: 50;
  opacity: 1;
  background-color: #000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 40px 8% 100px;
  display: none;
  position: fixed;
  inset: 0%;
}

.cover-video {
  opacity: 1;
  width: 850px;
  max-width: 850px;
}

.cover-video:hover {
  opacity: .8;
}

.embed-music {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  display: none;
}

.nav-progetto-mobile {
  z-index: 5;
  opacity: .7;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: none;
  margin-left: 0%;
  margin-right: 0;
  padding: 2% 0%;
  display: none;
  position: static;
  inset: auto auto 5% 5%;
}

.nav-progetto-mobile:hover {
  opacity: 1;
}

.image-28 {
  opacity: 1;
  transition: opacity .2s;
}

.image-28:hover {
  max-width: 100%;
}

.cursor-wrapper {
  z-index: 99;
  cursor: auto;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor-wrapper.scuro {
  filter: invert();
  mix-blend-mode: difference;
}

.mina-link {
  z-index: 100;
  opacity: 1;
  mix-blend-mode: difference;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 20%;
  max-width: none;
  display: flex;
  position: fixed;
  inset: auto 3% 4% auto;
}

.mina-block {
  opacity: 1;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.image-29 {
  opacity: .9;
  transition: opacity .2s;
}

.image-29:hover {
  max-width: 100%;
}

.mina-home {
  z-index: 100;
  opacity: 1;
  mix-blend-mode: difference;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 20%;
  max-width: none;
  display: flex;
  position: fixed;
  inset: auto 3% 4% auto;
}

.descrizione-pietra {
  color: var(--gainsboro);
  text-align: left;
  width: 90%;
  font-size: .6rem;
  line-height: .8rem;
  text-decoration: none;
}

.crediti {
  text-align: left;
}

.link-block-4 {
  mix-blend-mode: normal;
}

.back {
  opacity: .9;
}

.dettaglio-evento {
  opacity: 1;
  color: var(--gainsboro);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: LCM, sans-serif;
  font-size: .6rem;
  font-weight: 400;
  line-height: .7rem;
}

.dettaglio-evento.nero {
  color: var(--blacklcm);
  font-weight: 400;
}

.image-30 {
  mix-blend-mode: lighten;
}

.container-4 {
  width: 150px;
}

.section-edizioni {
  margin-top: 0%;
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
}

.edizione {
  text-align: justify;
  letter-spacing: 0;
  flex-flow: column;
  align-items: center;
  max-width: 50%;
  margin-bottom: auto;
  display: flex;
}

.section {
  margin-top: 5%;
  padding-left: 5%;
  display: flex;
}

.image-31 {
  width: auto;
  max-width: none;
  height: 400px;
  min-height: auto;
  max-height: none;
}

.quick-stack {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-left: 0%;
  padding-left: 5%;
  padding-right: 5%;
}

.link, .link-2 {
  color: var(--blacklcm);
}

.editorial-block {
  grid-column-gap: 0px;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  max-width: 750px;
  margin-bottom: 0%;
  display: flex;
}

.costumipostumi-progetto {
  z-index: -1;
  opacity: 0;
  width: 30%;
  display: block;
  position: fixed;
  inset: 7% auto 6% 60%;
}

.section-copy {
  margin-top: 5%;
  padding-left: 5%;
  display: flex;
}

.foto-edizione {
  width: 100%;
  max-width: none;
  height: 100%;
}

.container-6 {
  max-width: none;
}

.cell {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.container-7 {
  max-width: none;
}

.dettaglio-edizione {
  opacity: 1;
  color: var(--gainsboro);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: auto;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: LCM, sans-serif;
  font-size: .6rem;
  font-weight: 400;
  line-height: .7rem;
}

.dettaglio-edizione.nero {
  color: var(--blacklcm);
  font-weight: 400;
}

.image-32 {
  width: 100%;
  max-width: none;
  margin-bottom: 20px;
}

.container-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  display: flex;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  display: flex;
}

.label-eventi {
  color: var(--gainsboro);
  text-align: center;
  margin-bottom: 10px;
}

.descrizione-evento {
  margin-bottom: 40px;
}

.image-33 {
  opacity: 1;
}

.image-33.black {
  filter: invert();
}

.code-embed {
  width: 100%;
}

.code-embed.soundcloud {
  justify-content: center;
  align-items: center;
  min-width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.audio {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-2 {
  border: .5px #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.code-embed-2 {
  width: 699px;
}

.live {
  color: var(--white-smoke);
}

@media screen and (max-width: 991px) {
  .nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link.w--current {
    padding-top: 4px;
    font-size: .8rem;
  }

  .testata-dark {
    padding-left: 10%;
    padding-right: 10%;
  }

  .content-progetto {
    width: 100%;
    max-width: none;
    margin-bottom: 0%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .immagine-progetti {
    max-width: 100%;
  }

  .descrizione {
    margin-top: 10%;
  }

  .lista-progetti {
    width: 90%;
    margin-bottom: 10%;
    padding-top: 10%;
  }

  .genere {
    margin-bottom: 0;
    padding-bottom: 5px;
  }

  .genere.nero {
    padding-bottom: 0;
  }

  .amauta-progetto, .mezzanello-progetto, .almei-progetto, ._4meses1semana-progetto, .shun-progetto, .cobaltoxnidol-progetto, .cormorani-progetto, .albergheria-progetto {
    display: none;
  }

  .content-video {
    margin-bottom: 5%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .content-video.giulio, .content-video.topaia, .content-video.brontola, .content-video.betty {
    margin-bottom: 40px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .content-video.credits {
    margin-bottom: 0;
    padding-left: 10%;
    padding-right: 10%;
  }

  .nav-pag-progetto {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0%;
    position: static;
    inset: auto 0% 0%;
  }

  .logo {
    width: 400px;
  }

  .logo-lcm {
    align-items: center;
    position: fixed;
    bottom: 15%;
  }

  .section-navigazione {
    z-index: 100;
    background-image: url('../images/FONDO-NERO-11-Settembre.webp');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    border-top: 1px solid #3f3f3f;
    justify-content: space-around;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    bottom: 0%;
  }

  .section-navigazione.home {
    mix-blend-mode: normal;
    position: fixed;
  }

  .navigazione {
    flex-direction: row;
  }

  .section-info {
    width: 60%;
    margin-bottom: 15%;
    padding-top: 10%;
  }

  .cta-block {
    justify-content: center;
  }

  .nero {
    max-width: 100%;
  }

  .nero.huge, .nero.huge-white {
    font-size: 4rem;
    line-height: 3.5rem;
  }

  .cta-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .fanzine-progetto, .marco-progetto {
    display: none;
  }

  .section-eventi {
    padding-top: 10%;
  }

  .info-progetto {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: none;
  }

  .crediits-block {
    max-width: 100%;
  }

  .back-link {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .video {
    margin-top: 60px;
  }

  .nav-progetto-close {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0%;
    position: fixed;
    inset: 0% 0% auto;
  }

  .video-popup-giulio {
    flex-direction: column-reverse;
    padding-left: 5%;
    padding-right: 5%;
    display: none;
  }

  .cover-video {
    width: 100%;
    max-width: none;
  }

  .nav-progetto-mobile {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0%;
    display: flex;
    position: static;
    inset: auto 0% 0%;
  }

  .image-28, .image-28:hover {
    max-width: 20%;
  }

  .cursor-wrapper {
    display: none;
  }

  .mina-link {
    justify-content: center;
    align-items: center;
    height: 30px;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
    inset: 3% 0% auto;
  }

  .mina-block {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .image-29, .image-29:hover {
    max-width: 20%;
  }

  .mina-home {
    justify-content: center;
    align-items: center;
    height: 30px;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
    inset: 3% 0% auto;
  }

  .descrizione-pietra {
    display: none;
  }

  .dettaglio-evento {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .dettaglio-evento.nero {
    padding-bottom: 0;
  }

  .section-edizioni {
    padding-top: 10%;
  }

  .editorial-block {
    max-width: 100%;
  }

  .costumipostumi-progetto {
    display: none;
  }

  .dettaglio-edizione {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .dettaglio-edizione.nero {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    width: 70%;
  }

  .nav-link, .nav-link.w--current {
    font-size: .7rem;
  }

  .nav-link.progetti {
    width: 100%;
  }

  .intro {
    display: none;
  }

  .testata-dark {
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .content-progetto {
    padding-bottom: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .immagine-progetti {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .descrizione {
    margin-top: 8%;
    padding-top: 0%;
  }

  .lista-progetti {
    margin-bottom: 10%;
    padding-top: 10%;
  }

  .genere {
    padding-bottom: 5px;
    font-size: .5rem;
    font-weight: 600;
  }

  .genere.nero {
    padding-bottom: 0;
  }

  .content-video, .content-video.giulio, .content-video.topaia, .content-video.brontola, .content-video.betty, .content-video.credits {
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-pag-progetto {
    justify-content: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0%;
  }

  .logo-lcm {
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
    padding-bottom: 0;
    bottom: 15%;
  }

  .section-info {
    width: 80%;
  }

  .nero.huge, .nero.huge-white {
    width: 100%;
    font-size: 3rem;
    line-height: 2.9rem;
  }

  .cta-link {
    font-size: .7rem;
  }

  .info-progetto {
    flex-direction: column;
    align-items: center;
  }

  .crediits-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-progetto-close {
    justify-content: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0%;
  }

  .video-popup-giulio {
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-progetto-mobile {
    justify-content: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0%;
  }

  .image-28 {
    max-width: 20%;
  }

  .image-28:hover {
    max-width: 5%;
  }

  .heading-15 {
    margin-top: 10px;
  }

  .mina-link {
    height: auto;
    display: flex;
    top: 2%;
  }

  .mina-block {
    width: 100%;
  }

  .image-29 {
    max-width: 20%;
  }

  .mina-home {
    height: auto;
    display: flex;
    top: 2%;
  }

  .dettaglio-evento {
    padding-bottom: 5px;
    font-size: .5rem;
    font-weight: 600;
  }

  .dettaglio-evento.nero {
    padding-bottom: 0;
  }

  .editorial-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .dettaglio-edizione {
    padding-bottom: 5px;
    font-size: .5rem;
    font-weight: 600;
  }

  .dettaglio-edizione.nero {
    padding-bottom: 0;
  }

  .label-eventi {
    font-size: .6rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    text-align: center;
    width: 100%;
    padding-left: 0;
    font-size: .5rem;
    line-height: .6rem;
  }

  h2 {
    font-size: 1.7rem;
    line-height: 2rem;
  }

  .nav-link {
    flex-direction: row;
    justify-content: space-around;
    margin-left: 3%;
    margin-right: 3%;
    padding-left: 0%;
    padding-right: 0%;
    font-size: .7rem;
    display: block;
  }

  .nav-link:hover, .nav-link.w--current {
    font-size: .7rem;
  }

  .nav-link.progetti {
    flex-direction: column;
    margin-bottom: 30px;
    margin-left: 3%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .body {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #0000;
    background-image: url('../images/FONDO-NERO-11-Settembre.webp');
    background-position: 50%;
    background-repeat: repeat-y;
    background-size: cover;
    background-attachment: fixed;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    height: auto;
    margin-bottom: 0;
    display: flex;
  }

  .intro {
    z-index: 101;
  }

  .body-progettobianco {
    padding-top: 0;
  }

  .testata-dark {
    margin-bottom: 5%;
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .content-progetto {
    margin-top: 15%;
    padding-bottom: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .immagine-progetti {
    margin-bottom: 20px;
  }

  .descrizione {
    mix-blend-mode: lighten;
    margin-top: 15%;
    padding: 0% 5%;
    transform: scale(1);
  }

  .sfondo-gif {
    opacity: 1;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 100vh;
    display: none;
  }

  .gif-bg {
    text-align: center;
  }

  .lista-progetti {
    flex-direction: column;
    justify-content: flex-start;
    width: 90%;
    height: auto;
    margin: 0% 5%;
    padding-top: 20%;
    padding-bottom: 25%;
    display: flex;
  }

  .genere {
    margin-bottom: 0;
    padding-bottom: 5px;
  }

  .genere.nero {
    margin-bottom: 0;
  }

  .amauta-progetto, .mezzanello-progetto, .almei-progetto {
    display: none;
  }

  .content-video {
    padding-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .content-video.giulio, .content-video.topaia, .content-video.brontola, .content-video.betty, .content-video.credits {
    background-image: none;
    width: 100vw;
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-pag-progetto {
    flex-flow: row;
    place-content: stretch space-around;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-right: 0%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0%;
    display: flex;
    position: static;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .pietra-home {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    inset: 0%;
  }

  .logo {
    width: 100%;
  }

  .logo-lcm {
    flex-flow: column;
    place-content: stretch space-around;
    align-items: center;
    padding: 0 8%;
    display: flex;
    position: fixed;
    bottom: 8%;
    right: 0%;
  }

  .section-navigazione {
    z-index: 100;
    clear: none;
    background-image: url('../images/FONDO-NERO-11-Settembre.webp');
    background-position: 0 0;
    background-size: auto;
    border: 1px #000;
    border-top: 1px solid #3f3f3f;
    justify-content: space-around;
    margin-top: 0%;
    padding-left: 5%;
    padding-right: 5%;
    position: fixed;
    inset: auto 0% 0%;
  }

  .section-navigazione.home {
    border-style: none;
    border-color: #3f3f3f #000 #000;
    position: fixed;
    inset: auto 0% 0%;
  }

  .navigazione {
    justify-content: center;
    width: 100%;
  }

  .section-info {
    width: 100%;
    margin-top: 0%;
    margin-bottom: 0%;
    padding: 20% 5% 40%;
  }

  .cta-block {
    flex-direction: column;
    align-items: center;
  }

  .pag-info {
    text-align: justify;
    object-fit: scale-down;
    font-size: 1.7rem;
    line-height: 1.7rem;
    overflow: visible;
  }

  .nero.huge, .nero.huge-white {
    letter-spacing: 1px;
    width: auto;
    font-size: 2rem;
    line-height: 1.9rem;
  }

  .video-pietra {
    margin-bottom: 0%;
    padding: 0;
    transform: scale(1);
  }

  .cta-link {
    flex-direction: row;
    justify-content: space-around;
    margin-left: 3%;
    margin-right: 3%;
    padding-bottom: 10px;
    padding-left: 0%;
    padding-right: 0%;
    font-size: .7rem;
    display: block;
  }

  .cta-link:hover {
    font-size: .7rem;
  }

  .fanzine-progetto {
    display: none;
  }

  .evento {
    text-align: justify;
    object-fit: scale-down;
    font-size: 1.7rem;
    line-height: 1.7rem;
    overflow: visible;
  }

  .section-eventi {
    padding-top: 20%;
    padding-bottom: 30%;
  }

  .info-progetto {
    flex-direction: column;
  }

  .crediits-block {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .container-3 {
    margin-top: 60px;
  }

  .video {
    margin-top: 0;
  }

  .nav-progetto-close {
    flex-flow: row;
    place-content: stretch space-around;
    align-items: flex-start;
    width: 100%;
    margin-right: 0%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0%;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .nav-progetto-mobile {
    z-index: 30;
    flex-flow: row;
    place-content: stretch space-around;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-right: 0%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0%;
    display: flex;
    position: relative;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .image-28, .image-28:hover {
    max-width: 40%;
  }

  .heading-15 {
    margin-top: 0;
  }

  .mina-link {
    width: 20%;
    height: auto;
    display: flex;
    inset: 2% 0% auto;
  }

  .image-29, .image-29:hover {
    max-width: 40%;
  }

  .mina-home {
    width: 20%;
    height: auto;
    display: flex;
    inset: 2% 0% auto;
  }

  .dettaglio-evento {
    margin-bottom: 20px;
    padding-bottom: 5px;
  }

  .dettaglio-evento.nero {
    margin-bottom: 0;
  }

  .section-edizioni {
    padding-top: 20%;
    padding-bottom: 30%;
  }

  .edizione {
    text-align: justify;
    object-fit: scale-down;
    font-size: 1.7rem;
    line-height: 1.7rem;
    overflow: visible;
  }

  .editorial-block {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .costumipostumi-progetto {
    display: none;
  }

  .dettaglio-edizione {
    margin-bottom: 20px;
    padding-bottom: 5px;
  }

  .dettaglio-edizione.nero {
    margin-bottom: 0;
  }
}

#w-node-d5575b68-104e-851b-cc00-08ed5c94e13c-6b9055d9, #w-node-_7c13651c-614c-8be5-1cf8-b2a30e4e5551-6b9055d9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}


@font-face {
  font-family: 'Neutro';
  src: url('../fonts/Neutro-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LCM';
  src: url('../fonts/HendersonSansThinItalic.otf') format('opentype'), url('../fonts/HendersonSansBasicThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'LCM';
  src: url('../fonts/HendersonSansBasicBoldItalic.otf') format('opentype'), url('../fonts/HendersonSansBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'LCM';
  src: url('../fonts/HendersonSansBasicBlackItalic.otf') format('opentype'), url('../fonts/HendersonSansBlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'LCM';
  src: url('../fonts/HendersonSansLightItalic.otf') format('opentype'), url('../fonts/HendersonSansBasicLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'LCM';
  src: url('../fonts/HendersonSansLight.otf') format('opentype'), url('../fonts/HendersonSansBasicLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LCM';
  src: url('../fonts/HendersonSansRegular.otf') format('opentype'), url('../fonts/HendersonSansBasicRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LCM';
  src: url('../fonts/HendersonSansBasicBold.otf') format('opentype'), url('../fonts/HendersonSansBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LCM';
  src: url('../fonts/HendersonSansBasicExtraLight.otf') format('opentype'), url('../fonts/HendersonSansExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LCM';
  src: url('../fonts/HendersonSansBasicExtraLightItalic.otf') format('opentype'), url('../fonts/HendersonSansExtraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'LCM';
  src: url('../fonts/HendersonSansBasicSemiBoldItalic.otf') format('opentype'), url('../fonts/HendersonSansSemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'LCM';
  src: url('../fonts/HendersonSansRegularItalic.otf') format('opentype'), url('../fonts/HendersonSansBasicRegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'LCM';
  src: url('../fonts/HendersonSansBlack.otf') format('opentype'), url('../fonts/HendersonSansBasicBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LCM';
  src: url('../fonts/HendersonSansBasicSemiBold.otf') format('opentype'), url('../fonts/HendersonSansSemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LCM';
  src: url('../fonts/HendersonSansThin.otf') format('opentype'), url('../fonts/HendersonSansBasicThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overwave';
  src: url('../fonts/Overwave.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}