@font-face {
  font-family: Ppneuemontreal Book;
  src: url('../fonts/PPNeueMontreal-Book.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal Medium;
  src: url('../fonts/PPNeueMontreal-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pvc Dynasty;
  src: url('../fonts/pvc-dynasty.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pvc;
  src: url('../fonts/pvc-dynastyitalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
}

li {
  margin-bottom: 10px;
}

.page-content {
  background-color: #071922;
}

.page-content.periodo-cubista-bg {
  background-color: #d1d2d3;
}

.page-content.periodo-astrazione-bg {
  background-color: #b8aa6d;
}

.page-content.periodo-decomposizioni-bg {
  background-color: #075963;
}

.page-content.periodo-nebulose-bg {
  background-color: #fff;
}

.page-content.periodo-evocazioni-bg {
  background-color: #e0e0ce;
}

.page-content.seconda-astrazione-bg {
  background-color: #8b939c;
}

.page-content.astrazione-lirica-bg {
  background-color: #264562;
}

.page-content.periodo-carta-bg {
  background-color: #779baa;
}

.page-content.loading-bg {
  background-color: #fff;
}

.page-content.bio-page-content-bg {
  background-color: #f0f0f0;
}

.page-wrapper {
  min-height: 100vh;
}

.menu-toggler-line {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  font-family: Ppneuemontreal Book, sans-serif;
  font-size: 16px;
}

.nav {
  z-index: 99999999;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 65px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.logo {
  z-index: 10;
  position: relative;
}

.menu-toggler {
  z-index: 10;
  color: #fff;
  transition: color .5s;
  position: relative;
}

.menu-content {
  background-color: #b9c4cd;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: all 1.5s cubic-bezier(.68, 0, .28, .95);
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.menu-content.is--open {
  background-color: #fff;
  height: 100vh;
}

.content-wrapper {
  width: 100%;
  height: 70%;
  padding-bottom: 100px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.left-content {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  padding-bottom: 10px;
  padding-right: 40px;
  display: flex;
}

.right-content {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  padding-left: 40px;
  display: flex;
}

.nav-el {
  color: #071922;
  font-family: Ppneuemontreal Book, sans-serif;
  line-height: 120%;
  text-decoration: none;
  display: inline;
}

.nav-el.nav-extra {
  font-family: Ppneuemontreal Book, sans-serif;
}

.nav-el.nav-header {
  letter-spacing: 1px;
  font-family: Pvc Dynasty, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.nav-el.nav-link-featured {
  letter-spacing: 2px;
  font-family: Pvc Dynasty, sans-serif;
}

.nav-link-block {
  font-size: 3.3em;
  line-height: 1em;
  text-decoration: none;
  display: inline;
  overflow: visible;
}

.nav-link-block.nav-periodo {
  font-family: Ppneuemontreal Book, sans-serif;
  font-size: 24px;
}

.nav-link-block.nav-header {
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Pvc Dynasty, sans-serif;
  font-size: 16px;
  display: block;
}

.nav-link-block.nav-header.nav-header-extra {
  margin-top: 10px;
  font-size: 14px;
}

.nav-link-block.nav-link-featured.w--current {
  font-family: Pvc Dynasty, sans-serif;
}

.extra-menu-content-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.link-block {
  justify-content: flex-start;
  align-items: center;
  font-family: Ppneuemontreal Book, sans-serif;
  font-size: 16px;
  line-height: 1em;
  text-decoration: none;
}

.link-block.link-2 {
  display: flex;
}

.image-firma {
  width: 150px;
}

.menu-content-needed {
  width: 100%;
  display: block;
}

.torch {
  background-image: url('../images/Vincenzo-Balsamo.webp');
  background-size: cover;
  width: 100vw;
  height: 100vh;
  transform: scale(1.5);
}

.torch.is-middle {
  transform: none;
}

.lamp {
  border: 1px solid #fff;
  border-radius: 5000px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 40px 20px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  font-family: Ppneuemontreal Book, sans-serif;
  font-size: 12px;
  line-height: 1.2em;
}

.heading-hero {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Pvc Dynasty, sans-serif;
  font-size: 14em;
  line-height: 100%;
  display: flex;
  overflow: hidden;
}

.hero-content {
  z-index: 10;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.details-hero {
  grid-column-gap: 30px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Ppneuemontreal Book, sans-serif;
  display: flex;
  overflow: hidden;
}

.hero-el {
  filter: none;
  letter-spacing: .5px;
  transition: none;
}

.hero-el.is-inview {
  filter: none;
}

.hero-el.space-el {
  padding-right: 10px;
}

.loader {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: block;
  overflow: visible;
  transform: scale(1);
}

.loader-flex {
  border-radius: 27px;
  flex-direction: row;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  left: 0%;
  overflow: hidden;
  transform: none;
}

.loader-column {
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.loader-column_inner {
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.loader-img-wrap {
  width: 100vw;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.loader-img-wrap.torch {
  background-image: none;
  background-size: auto;
  transform: none;
}

.loader-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  transition: transform .5s;
  transform: translate(-11%);
}

.showcase-wrapper {
  width: 100%;
  height: 100vh;
}

.overlay {
  z-index: 2;
  opacity: 0;
  background-color: #0000004d;
  display: none;
  position: fixed;
  inset: 0%;
}

.body {
  background-color: #b9c4cd;
}

.block.h.noblock {
  display: none;
}

.intro {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-block-3 {
  color: #fff;
  width: 400px;
  font-family: Pvc Dynasty, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  display: flex;
}

.div-block {
  grid-column-gap: 10px;
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
}

.div-block.nebulose-date {
  margin-top: 20px;
}

.paragraph {
  color: #fff;
  font-family: Ppneuemontreal Book, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

.paragraph.p-periodo {
  font-size: 16px;
}

.paragraph.p-periodo.periodo-cubista-color {
  color: #071922;
}

.div-block-2 {
  width: 400px;
}

.text-block-4 {
  color: #fff;
  width: 150px;
  margin-top: 20px;
  font-family: Ppneuemontreal Book, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.div-block-3 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.gallery-container {
  width: 125vw;
  height: 150vh;
}

.titolo-periodo {
  color: #fff;
  width: 400px;
  font-family: Pvc Dynasty, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  display: flex;
  overflow: hidden;
}

.titolo-periodo.periodo-cubista-color {
  color: #071922;
}

.extra-info {
  color: #fff;
  width: 150px;
  margin-top: 20px;
  font-family: Ppneuemontreal Book, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.extra-info.periodo-cubista-color {
  color: #071922;
}

.block-wrapper {
  overflow: hidden;
}

.infanzia-foto {
  justify-content: flex-start;
  align-items: center;
  width: 60vw;
  height: 100vh;
  position: relative;
}

.infanzia {
  background-color: #075963;
  min-width: 90vw;
  max-width: 90vw;
  height: 100vh;
  padding: 100px 60px 60px;
}

.page-o.hor {
  flex-flow: row;
  display: flex;
}

.div-block-4 {
  background-color: red;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50%;
  display: flex;
}

.heading {
  opacity: 0;
  transition: opacity .5s;
}

.heading.is-inview {
  opacity: 1;
}

.infanzia-foto-content {
  background-color: #f0f0f0;
  justify-content: center;
  align-items: center;
  min-width: 125vw;
  height: 100vh;
  padding: 100px 60px 60px 30vh;
  display: flex;
}

.foto-parallasse-wrapper {
  width: 60vw;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.foto-parallasse-wrapper.cleopatra-wrapper {
  width: 100vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-pr {
  object-fit: cover;
  background-image: url('../images/Vincenzo-Balsamo-a-lavoro.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 80vw;
  height: 100%;
  margin-left: -10vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-pr.cleopatra-img {
  background-image: url('../images/vincenzo-balsamo-cleopatra-e-america.jpg');
  width: 120vw;
}

.foto-std {
  background-color: #075963;
  width: 30vh;
  height: 200px;
  overflow: hidden;
}

.foto-std.p-a-t-r {
  opacity: 1;
  width: 35vh;
  height: 35vh;
  transition: none;
  transform: none;
}

.foto-std.p-a-t-r.is-inview {
  opacity: 1;
  transform: none;
}

.foto-std.p-a-b-r {
  width: 35vh;
  height: 35vh;
}

.p-a-t-r {
  z-index: 10;
  position: absolute;
  top: 10vh;
  right: -15%;
}

.image-std {
  opacity: 0;
  object-fit: cover;
  object-position: 0% 0%;
  width: 100%;
  height: 100%;
  transition: opacity .1s, transform 1s cubic-bezier(.667, .007, .58, 1);
  transform: scale(1.2);
}

.image-std.is-inview {
  opacity: 1;
  transform: scale(1);
}

.image-std.img-circle {
  object-fit: contain;
  height: auto;
}

.p-a-b-r {
  position: absolute;
  bottom: 10vh;
  right: -15%;
}

.p-a-t-r-copy {
  z-index: 10;
  position: absolute;
  top: auto;
  bottom: 10%;
  right: -15%;
}

.div-block-5 {
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-6 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-end;
  width: 50%;
  height: 100%;
  padding-left: 60px;
  display: flex;
}

.data-wrapper {
  opacity: 1;
  border: 1px solid #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  transition: opacity 1s;
  position: relative;
}

.data-wrapper.is-inview {
  opacity: 1;
  transition-duration: 1s;
}

.data-wrapper.no-desktop {
  display: none;
}

.numero {
  letter-spacing: 3px;
  flex: none;
  width: auto;
  line-height: 120%;
  transition: transform 2s cubic-bezier(.78, 0, .36, .77);
  transform: translate(0, 100%);
}

.numero.is-inview {
  transform: translate(0, -100%);
}

.numeri-wrapper {
  color: #fff;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Pvc Dynasty, sans-serif;
  font-size: 35px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.numeri-wrapper.numbers {
  font-family: Ppneuemontreal Book, sans-serif;
  font-weight: 400;
}

.div-block-8 {
  width: 100%;
}

.paragraph-2 {
  color: #fff;
  letter-spacing: .5px;
  font-family: Ppneuemontreal Book, sans-serif;
  font-size: 1em;
}

.bio-heading {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-family: Pvc Dynasty, sans-serif;
  font-size: 14em;
  line-height: 100%;
  display: flex;
  overflow: hidden;
}

.paragraph-3 {
  color: #fff;
  font-family: Ppneuemontreal Book, sans-serif;
  font-size: 20px;
  line-height: 1.2em;
}

.hero-wrap {
  position: relative;
  overflow: hidden;
}

.hero-wrap.margin-left {
  padding-left: 20px;
}

.bio-hero-el {
  filter: none;
  letter-spacing: 7px;
  transform-style: preserve-3d;
  font-size: 80px;
  line-height: 1em;
  transition: none;
  transform: scale3d(1, .4, 1)translate(-150%);
}

.bio-hero-el.is-inview {
  filter: none;
}

.bio-hero-el.bio-hero-small {
  padding-left: 20px;
  font-size: 4rem;
}

.div-block-9 {
  z-index: 2;
  grid-column-gap: 100px;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-9.div-cleopatra {
  width: 80vw;
}

.p__black {
  color: #071922;
  letter-spacing: .5px;
  font-family: Ppneuemontreal Book, sans-serif;
  font-size: 1em;
}

.bio-hero-el-black {
  filter: none;
  color: #071922;
  letter-spacing: 7px;
  transform-style: preserve-3d;
  font-size: 7.5rem;
  line-height: 1em;
  transition: none;
  transform: scale3d(1, .4, 1)translate(-150%);
}

.div-block-10 {
  align-items: flex-end;
  display: flex;
}

.div-block-10.numbers {
  font-family: Ppneuemontreal Book, sans-serif;
  font-weight: 400;
}

.bio-heading-wrapper {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Pvc Dynasty, sans-serif;
  font-size: 14em;
  line-height: 100%;
  display: flex;
  overflow: hidden;
}

.bio-heading-wrapper.numbers {
  font-family: Ppneuemontreal Medium, sans-serif;
}

.div-block-11 {
  grid-row-gap: 60px;
  flex-direction: column;
  width: 40%;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  flex-direction: column;
  width: 33%;
  display: flex;
}

.foto-circ-wrapper {
  border-radius: 900px;
  width: 100%;
  height: auto;
  position: relative;
}

.p__black-big {
  color: #071922;
  letter-spacing: .5px;
  font-family: Ppneuemontreal Book, sans-serif;
  font-size: 24px;
  line-height: 1.1em;
}

.paragraph-3-black {
  color: #071922;
  font-family: Ppneuemontreal Book, sans-serif;
  font-size: 20px;
  line-height: 1.2em;
}

.image {
  width: 100%;
}

.image-std-circular {
  opacity: 0;
  object-fit: cover;
  object-position: 0% 0%;
  width: 100%;
  height: 100%;
  transition: opacity .1s, transform 1s cubic-bezier(.667, .007, .58, 1);
  transform: scale(1.2);
}

.image-std-circular.is-inview {
  opacity: 1;
  transform: scale(1);
}

.image-std-circular.img-circle {
  object-fit: contain;
  height: auto;
}

.image-std-circular.img-circle.fittizio {
  z-index: 99;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-std-circular.img-circle.fittizio.is-inview {
  filter: blur(30px);
}

.div-block-13 {
  width: 20%;
}

.circle-pre {
  background-color: #e7e7e7;
  border-radius: 9999px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.circle-pre.circle-path {
  background-color: #908574;
}

.section {
  height: 100vh;
}

.cleopatra-section {
  justify-content: flex-start;
  align-items: center;
  min-width: 100vw;
  height: 100vh;
  padding: 100px 60px 60px 10vw;
  position: relative;
}

.p__white-big {
  color: #fff;
  letter-spacing: .5px;
  font-family: Ppneuemontreal Book, sans-serif;
  font-size: 30px;
  line-height: 1.1em;
}

.cleopatra-title-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  width: 55%;
  height: 100%;
  display: flex;
}

.america-content {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  flex-direction: column;
  width: 35%;
  height: 100%;
  padding-top: 20px;
  display: flex;
}

.div-block-14 {
  padding-right: 60px;
}

.single-sect {
  background-color: #f0f0f0;
  justify-content: center;
  align-items: center;
  min-width: 40vw;
  height: 100vh;
  padding: 100px 100px 60px;
  display: flex;
}

.div-block-11-copy {
  grid-row-gap: 60px;
  flex-direction: column;
  width: 40%;
  display: flex;
}

.div-block-15 {
  grid-row-gap: 60px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.bio-h2-black {
  filter: none;
  color: #071922;
  letter-spacing: 0;
  transform-style: preserve-3d;
  font-size: 60px;
  line-height: 1em;
  transition: none;
  transform: scale3d(1, .4, 1)translate(-150%);
}

.bio-h2-black.is-inview {
  filter: none;
  transform: scale(1)translate(0%);
}

.bio-h2-black.space-l {
  padding-left: .75rem;
}

.div-block-9-copy {
  z-index: 2;
  grid-column-gap: 100px;
  align-items: flex-end;
  width: 80%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-9-copy.div-cleopatra {
  width: 80vw;
}

.sect-sngl {
  z-index: 2;
  grid-column-gap: 100px;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.sect-sngl.div-cleopatra {
  width: 80vw;
}

.div-block-16 {
  grid-row-gap: 30px;
  flex-direction: column;
  padding-right: 20%;
  display: flex;
}

.galleria-verticale {
  background-color: #f0f0f0;
  min-width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.grid__inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 180%;
  padding-left: 16px;
  padding-right: 16px;
  display: grid;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.grid-row {
  height: 100%;
}

.grid-el-wrap {
  height: 100%;
  overflow: hidden;
}

.grid-el-wrap.el-wrap-1 {
  height: 45%;
}

.grid-el-wrap.el-wrap-2 {
  height: 35%;
}

.grid-el-wrap.el-wrap-3 {
  height: 20%;
}

.grid-el-wrap.el-wrap-3_1 {
  height: 10%;
}

.grid-el-wrap.el-wrap-1_1 {
  height: 50%;
}

.grid-el-wrap.el-wrap-2_1 {
  height: 40%;
}

.grid-el {
  height: 100%;
}

.grid-el.el-1 {
  background-image: url('../images/37-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-el.el-2 {
  background-image: url('../images/43-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-el.el-3 {
  background-image: url('../images/38-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-el.el-4 {
  background-image: url('../images/40-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-el.el-5 {
  background-image: url('../images/31-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-el.el-6 {
  background-image: url('../images/32-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.grid-el.el-2-copy {
  background-image: url('../images/43-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-el.el-7 {
  background-image: url('../images/02-1.jpg');
  background-position: 0 0;
  background-size: auto;
}

.grid-row-inner {
  grid-row-gap: 10px;
  background-color: #f0f0f0;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.div-block-17 {
  height: 20%;
}

.single-sect-2 {
  background-color: #f0f0f0;
  justify-content: center;
  align-items: center;
  min-width: 50vw;
  height: 100vh;
  padding: 100px 100px 60px;
  display: flex;
}

.section-2 {
  height: 100vh;
}

.video {
  width: 100%;
  height: 100%;
}

.html-embed {
  max-width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.html-embed.video-bio {
  display: block;
}

.html-embed.video-bio-mobile {
  display: none;
}

.single-sect-3 {
  background-color: #075963;
  justify-content: center;
  align-items: center;
  min-width: 75vw;
  height: 100vh;
  padding: 100px 100px 60px;
  display: flex;
}

.single-sect-3.fix-width {
  min-width: 100vw;
}

.date {
  background-color: red;
  width: 10px;
  height: 10px;
  display: none;
  position: static;
  inset: auto 0% 0%;
}

.navbar-periodi {
  z-index: 99999;
  background-color: #da3838;
  justify-content: space-around;
  align-items: center;
  width: 45%;
  position: fixed;
  inset: auto 0% 0% auto;
}

.periodo-menu-name {
  z-index: 2;
  color: #00f;
  font-family: Ppneuemontreal Book, sans-serif;
  font-size: 34px;
  position: relative;
}

.periodo-menu-name.nome_blu {
  color: #071922;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.div-block-18 {
  color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  display: flex;
}

.nav-menu {
  z-index: 1;
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 100%;
  position: fixed;
  inset: 0% 0% auto auto;
}

.menu-button {
  z-index: 2;
  padding-top: 18px;
  padding-bottom: 18px;
}

.menu-button.w--open {
  background-color: #0000;
}

.div-block-19 {
  width: 100%;
}

.div-block-20 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 60px 20px;
}

.nav-prd {
  color: #0009;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Ppneuemontreal Book, sans-serif;
  font-size: 35px;
}

.nav-prd.active-nav-p {
  color: #000;
}

.icon {
  color: #00f;
  font-family: Ppneuemontreal Book, sans-serif;
  font-size: 34px;
}

.icon.nome-blu {
  color: #071922;
  -webkit-text-stroke-color: #071922;
}

.text-block-6 {
  color: #000;
}

.periodo-details {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-left: 60px;
  display: flex;
}

.periodo-section {
  background-color: #075963;
  width: 100vw;
  height: 100vh;
  padding: 100px 60px 60px;
}

.periodo-section-img {
  background-color: #075963;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.collection-item {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-top: 100px;
  padding: 100px;
  display: flex;
}

.div-block-21 {
  display: flex;
}

.collection-list {
  flex-flow: row;
  display: flex;
}

.image-2 {
  object-fit: contain;
  width: 90vw;
  height: 90vh;
  margin-right: 40px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%);
}

.navbar-cubista {
  z-index: 99999;
  background-color: #0000;
  justify-content: space-around;
  align-items: center;
  width: 45%;
  position: fixed;
  inset: auto 0% 0% auto;
}

.menu-btn-periodo {
  z-index: 2;
  padding-top: 18px;
  padding-bottom: 18px;
}

.menu-btn-periodo.w--open {
  background-color: #0000;
}

.next-periodo {
  z-index: 2;
  color: #fff;
  background-color: #0000;
  border: 1px solid #ffffff80;
  border-radius: 50px;
  padding: 8px 30px;
  font-family: Ppneuemontreal Book, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: transform .5s, opacity .2s, border .2s;
  position: fixed;
  bottom: 5%;
  right: 40px;
  overflow: hidden;
}

.next-periodo:hover {
  border-width: 1px;
  border-color: #fff;
}

.next-periodo.precedente {
  left: 40px;
  right: auto;
}

.next-periodo.precedente.switch-colore, .next-periodo.switch-colore {
  background-color: #061922;
}

.next-periodo-el.prossimo {
  transition: transform .5s;
  position: relative;
}

.section-bigliografia {
  background-color: #fff;
  min-width: 100vw;
  min-height: 100vh;
  padding: 60px;
  position: relative;
}

.heading-2 {
  font-family: Ppneuemontreal Book, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.biblio-el {
  overflow-wrap: normal;
  margin-bottom: 5px;
  font-family: Ppneuemontreal Book, sans-serif;
  font-size: 11px;
  line-height: 14px;
  position: relative;
}

.container-2 {
  max-width: 100%;
  display: flex;
}

.container-2.asd {
  display: none;
}

.biblio-col {
  width: 25%;
}

.div-block-22 {
  background-color: #8f3232;
  width: 90vw;
  min-width: 90vw;
  height: 100vh;
  position: relative;
}

.div-block-22-copy {
  background-color: #00f;
  width: 100vw;
  height: 100vh;
}

.section-3 {
  width: 100vw;
}

._100-100 {
  background-color: #075963;
  min-width: 90vw;
  max-width: 90vw;
  height: 100vh;
  padding: 100px 60px 60px;
}

.full-section {
  grid-row-gap: 50px;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  max-width: 100vw;
  padding: 100px 60px 60px;
  display: flex;
}

.full-section.bg-grey {
  background-color: #d1d2d3;
  justify-content: center;
  align-items: flex-end;
}

.div-block-23 {
  margin-bottom: 0;
}

.biblio-el-heading {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Ppneuemontreal Book, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}

.esposizione-el-dove {
  letter-spacing: 1px;
  overflow-wrap: normal;
  margin-bottom: 5px;
  font-family: Pvc Dynasty, sans-serif;
  font-size: 18px;
  position: relative;
}

.esposizione-el-wrap {
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.div-block-25 {
  width: 100%;
  margin-top: 60px;
}

.biblio-heading {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-family: Pvc Dynasty, sans-serif;
  font-size: 14em;
  line-height: 100%;
  display: flex;
  overflow: hidden;
}

.biblio-hero-el {
  filter: none;
  color: var(--black);
  letter-spacing: 0;
  transform-style: preserve-3d;
  font-size: 64px;
  line-height: 1.5em;
  transition: none;
  transform: none;
}

.biblio-hero-el.is-inview {
  filter: none;
}

.biblio-hero-el.bio-hero-small {
  padding-left: 20px;
  font-size: 4rem;
}

.image-3 {
  width: 32px;
}

@media screen and (max-width: 991px) {
  .page-wrapper {
    width: 100%;
    overflow: hidden;
  }

  .content-wrapper {
    flex-direction: column;
  }

  .left-content {
    order: 1;
    margin-top: 40px;
  }

  .right-content {
    grid-row-gap: 10px;
    align-items: flex-start;
    margin-top: 40px;
    padding-left: 0;
  }

  .nav-link-block {
    font-size: 3em;
  }

  .image-firma {
    order: 1;
    margin-top: 40px;
  }

  .lamp {
    display: none;
  }

  .hero-el {
    font-size: 64px;
    line-height: 96px;
  }

  .hero-el.margine-dx {
    margin-right: 20px;
  }

  .loader-flex {
    border-radius: 0;
  }

  .gallery_wrapper {
    width: 100%;
    height: auto;
    padding-top: 30%;
    padding-bottom: 50%;
    position: relative;
  }

  .intro {
    width: 100%;
  }

  .div-block {
    flex-flow: column;
    margin-top: 0;
  }

  .paragraph.p-periodo {
    font-size: 16px;
  }

  .div-block-2 {
    order: 1;
    width: 100%;
  }

  .div-block-3 {
    flex-flow: row;
    order: 0;
    margin-bottom: 20px;
  }

  .titolo-periodo {
    font-size: 30px;
  }

  .extra-info {
    width: auto;
    margin-top: 0;
  }

  .infanzia-foto {
    width: 100%;
  }

  .infanzia {
    min-width: 100%;
    max-width: 100%;
    height: auto;
  }

  .page-o {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 60px;
    display: block;
  }

  .page-o.hor {
    display: block;
  }

  .infanzia-foto-content {
    width: 100%;
    min-width: 100%;
    height: auto;
    padding-left: 20px;
    display: block;
  }

  .foto-parallasse-wrapper {
    width: 100%;
  }

  .image-pr {
    width: 100%;
    margin-left: 0;
  }

  .foto-std {
    width: 30vh;
    height: 30vh;
  }

  .foto-std.p-a-t-r {
    width: 35vh;
    height: 35vh;
    display: none;
  }

  .foto-std.p-a-t-r.is-inview {
    width: 30vh;
    height: 30vh;
  }

  .foto-std.p-a-b-r {
    width: 35vh;
    height: 35vh;
    display: none;
  }

  .div-block-5 {
    display: block;
  }

  .div-block-6 {
    width: 100%;
    height: auto;
    margin-bottom: 60px;
    display: block;
  }

  .div-block-7 {
    width: 100%;
    height: auto;
    padding-left: 0;
    display: block;
  }

  .data-wrapper {
    width: 80px;
    height: 80px;
    margin-bottom: 60px;
    display: block;
  }

  .data-wrapper.no-mobile {
    display: none;
  }

  .data-wrapper.no-desktop {
    display: block;
  }

  .numero {
    letter-spacing: 2px;
    font-size: 16px;
    transform: none;
  }

  .bio-hero-el {
    letter-spacing: 0;
    font-size: 64px;
    transform: none;
  }

  .div-block-9 {
    flex-flow: column;
    height: auto;
    display: block;
  }

  .bio-hero-el-black {
    letter-spacing: 0;
    font-size: 64px;
    transform: none;
  }

  .bio-heading-wrapper {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .div-block-11 {
    width: 100%;
    display: block;
    position: relative;
  }

  .div-block-12 {
    width: 100%;
  }

  .div-block-13 {
    width: 20px;
  }

  .cleopatra-section {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cleopatra-title-wrapper {
    grid-row-gap: 20px;
    width: 100%;
  }

  .america-content {
    width: 100%;
  }

  .single-sect {
    width: 100%;
    min-width: 100%;
    height: auto;
    padding-bottom: 100px;
  }

  .div-block-15 {
    grid-row-gap: 20px;
  }

  .bio-h2-black {
    transform: none;
  }

  .sect-sngl {
    display: block;
  }

  .div-block-16 {
    padding-right: 0%;
  }

  .galleria-verticale {
    height: auto;
  }

  .grid__inner {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    height: auto;
    display: block;
    top: 0%;
    transform: none;
  }

  .grid-row {
    margin-bottom: 10px;
  }

  .grid-el-wrap, .grid-el-wrap.el-wrap-1, .grid-el-wrap.el-wrap-2 {
    height: 400px;
  }

  .grid-el-wrap.el-wrap-3 {
    height: 400px;
    display: none;
  }

  .grid-el-wrap.el-wrap-3_1, .grid-el-wrap.el-wrap-1_1, .grid-el-wrap.el-wrap-2_1 {
    height: 400px;
  }

  .grid-el.el-1, .grid-el.el-2, .grid-el.el-3, .grid-el.el-4, .grid-el.el-5 {
    background-size: contain;
  }

  .grid-el.el-6 {
    background-repeat: no-repeat;
    background-size: contain;
  }

  .grid-el.el-7 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .grid-row-inner {
    height: auto;
  }

  .single-sect-2 {
    width: 100%;
    min-width: 100%;
    height: auto;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .html-embed.video-bio {
    display: none;
  }

  .single-sect-3 {
    min-width: 100%;
    height: auto;
  }

  .full-section {
    grid-row-gap: 0px;
    height: auto;
    padding: 0 20px;
  }

  .div-block-23 {
    flex-flow: row;
  }

  .div-block-24 {
    order: -1;
  }

  .columns {
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .biblio-hero-el {
    letter-spacing: 0;
    font-size: 64px;
    transform: none;
  }
}

@media screen and (max-width: 479px) {
  .menu-toggler-line {
    font-size: 14px;
  }

  .content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .left-content {
    width: 100%;
    margin-top: 30px;
  }

  .right-content {
    grid-row-gap: 5px;
    width: 100%;
  }

  .nav-el.nav-header {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 14px;
    display: block;
  }

  .nav-link-block, .nav-link-block.nav-periodo {
    font-size: 16px;
  }

  .nav-link-block.nav-header {
    margin-top: 0;
  }

  .extra-menu-content-wrapper {
    grid-row-gap: 5px;
  }

  .image-firma {
    display: none;
  }

  .hero-el {
    font-size: 48px;
    line-height: 64px;
  }

  .hero-el.margine-dx {
    margin-right: 5px;
  }

  .gallery_wrapper.gallery-seconda-astrazione {
    width: 100vw;
  }

  .infanzia {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-o {
    padding-top: 0;
  }

  .infanzia-foto-content {
    padding-right: 20px;
  }

  .div-block-5 {
    flex-flow: column;
  }

  .div-block-6 {
    width: 100%;
    display: block;
  }

  .div-block-7 {
    width: 100%;
    padding-left: 0;
  }

  .numero {
    transform: none;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .paragraph-3 {
    font-size: 18px;
  }

  .div-block-9.div-cleopatra {
    width: 100%;
  }

  .single-sect {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-el.el-7 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .section-2 {
    height: auto;
  }

  .html-embed {
    min-width: 100vw;
    height: 300px;
  }

  .html-embed.video-bio {
    display: none;
  }

  .html-embed.video-bio-mobile {
    display: block;
  }

  .single-sect-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .next-periodo {
    padding-left: 15px;
    padding-right: 15px;
    bottom: 2%;
    right: 20px;
  }

  .next-periodo.precedente {
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    left: 20px;
  }

  .next-periodo-el.prossimo {
    font-size: 14px;
  }

  .code-embed {
    margin-top: 30px;
  }
}


@font-face {
  font-family: 'Ppneuemontreal Book';
  src: url('../fonts/PPNeueMontreal-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal Medium';
  src: url('../fonts/PPNeueMontreal-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pvc Dynasty';
  src: url('../fonts/pvc-dynasty.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pvc';
  src: url('../fonts/pvc-dynastyitalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}