.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox:before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox:after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

a {
  text-decoration: none;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-wrapper.thank-you-page {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/thank-you-page.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.menu-hero-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 3000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.logo-menu {
  width: 15%;
  height: 80%;
  background-image: url('../images/TheLoma_logo_nero.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-menu.gallery {
  height: 60%;
  background-image: url('../images/logo-orizzontale-2.png');
  background-position: 50% 50%;
  background-size: contain;
}

.menu-btn {
  margin-bottom: -55px;
  border-right: 1px solid #000;
  background-color: transparent;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  font-family: azo-sans-web, sans-serif;
  color: #000;
  font-size: 12px;
  letter-spacing: 2px;
}

.menu-btn:hover {
  opacity: 0.5;
}

.menu-btn.dx {
  margin-bottom: -55px;
  border-right-width: 0px;
}

.menu-btn.dx.gallery {
  margin-bottom: 0px;
}

.menu-btn.gallery {
  margin-bottom: 0px;
}

.render-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #ededed;
  background-image: url('../images/LOMAZZO-VISTA-2-REV00_rework.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
  margin-top: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #1d302e;
  background-color: #1d302e;
}

.titolo-1 {
  position: static;
  font-family: kazimir, sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.paragrafo-1 {
  width: 600px;
  margin-top: 40px;
  font-family: azo-sans-web, sans-serif;
  color: #fff;
  line-height: 30px;
  text-align: center;
}

.white-btn {
  width: 250px;
  margin-top: 50px;
  margin-bottom: 0px;
  border: 5px solid #fff;
  background-color: transparent;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  font-family: azo-sans-web, sans-serif;
  text-align: center;
  letter-spacing: 3px;
}

.white-btn:hover {
  opacity: 0.45;
}

.sezione-progetto-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-progetto-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.img-progetto-home {
  width: 50%;
  background-image: url('../images/THE-LOMA_VISTA01-REV03.jpg');
  background-position: 0px 50%;
  background-size: 450px;
  background-repeat: no-repeat;
}

.heading-2 {
  border-top: 1px solid #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
  font-family: azo-sans-web, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.paragraph-2 {
  width: 290px;
  margin-top: 30px;
  font-family: kazimir, sans-serif;
  line-height: 25px;
  font-style: italic;
  text-align: center;
}

.paragraph-2.interni {
  width: 450px;
  font-family: kazimir, sans-serif;
  font-style: italic;
}

.text-block-progetto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.number {
  height: 80px;
  padding-top: 30px;
  font-family: copperplate, sans-serif;
  font-size: 70px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -5px;
}

.sezione-interni-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1500px;
  padding-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ededed;
}

.img-interni-home {
  width: 800px;
  height: 800px;
  background-image: url('../images/C11_Vista7_rev00.jpg');
  background-position: 50% 77%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block-interni {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 500px;
  margin-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sezione-contesto-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.img-location-home {
  width: 50%;
  background-image: url('../images/18_MG_7223-1-2.jpg');
  background-position: 100% 50%;
  background-size: 450px;
  background-repeat: no-repeat;
}

.text-location-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pedice {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 200px;
  background-color: #1c1c1c;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-pedice {
  width: 40%;
  height: 50px;
  margin-right: 17px;
  background-image: url('../images/logo-orizzontale.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pedice-btn {
  border-left: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  font-family: azo-sans-web, sans-serif;
  color: #fff;
  font-size: 12px;
  letter-spacing: 3px;
}

.pedice-btn:hover {
  opacity: 0.5;
}

.green-btn {
  width: 250px;
  margin-top: 40px;
  border: 5px solid #bcb70a;
  background-color: transparent;
  -webkit-transition: border 400ms ease;
  transition: border 400ms ease;
  font-family: azo-sans-web, sans-serif;
  color: #bcb70a;
  text-align: center;
  letter-spacing: 3px;
}

.green-btn:hover {
  border-color: #1c1c1c;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  color: #1c1c1c;
}

.green-btn.white-transition {
  background-color: #bcb70a;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 625ms;
  transition-duration: 625ms;
  color: #fff;
}

.green-btn.white-transition:hover {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.button {
  position: fixed;
  top: 30%;
  right: 0px;
  z-index: 3500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  height: 45px;
  max-width: 300px;
  min-width: 180px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #bcb70a;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: azo-sans-web, sans-serif;
  color: #fff;
  font-weight: 900;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
}

.button:hover {
  background-color: #1c1c1c;
  color: #fff;
}

.button.promo.contatti {
  margin-top: -65px;
}

.render-hero-wrapper-interni {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #ededed;
  background-image: url('../images/C11_vista1_rev02.jpg');
  background-position: 50% 40%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sezione-interni-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1300px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.sezione-interni-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ededed;
}

.text-intro-interni {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ededed;
}

.btn-interni {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.titolo-1-interni {
  font-family: kazimir, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.titolo-1-interni.nero {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #1c1c1c;
  font-size: 30px;
  font-style: italic;
}

.titolo-1-interni.bianco {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
  font-style: italic;
}

.paragrafo-1-interni {
  width: 600px;
  margin-top: 40px;
  font-family: azo-sans-web, sans-serif;
  color: #fff;
  line-height: 30px;
  text-align: center;
}

.paragrafo-1-interni.nero {
  margin-bottom: 30px;
  color: #1c1c1c;
}

.paragrafo-1-interni.bianco {
  width: 400px;
  margin-bottom: 30px;
  color: #fff;
}

.sezione-interni-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-areas: ". ." ". ." ". .";
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 10px auto 10px auto;
  grid-template-rows: auto auto auto;
}

.rich-text-block {
  display: block;
  width: 70%;
  margin-top: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  font-family: azo-sans-web, sans-serif;
  color: #1c1c1c;
  font-size: 15px;
  text-align: justify;
}

.menu-hero-gallery {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.sezione-contatti {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.titolo-1-contatti {
  font-family: kazimir, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.titolo-1-contatti.nero {
  margin-top: 0px;
  margin-bottom: 65px;
  color: #1c1c1c;
  font-size: 30px;
  font-style: italic;
}

.form-block {
  display: block;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block-2 {
  color: #fff;
  font-size: 1.5vh;
  text-align: center;
}

.error-message {
  background-color: #dd332f;
}

.txtspec {
  color: #1c1c1c;
  font-size: 12px;
  line-height: 2vh;
}

.text-block {
  color: #fff;
  font-size: 2vh;
  line-height: 3vh;
}

.form {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 5px;
  grid-template-areas: ". ." ". ." ". ." ". ." ". ." ". ." ". ." ". ." ". ." ". .";
  -ms-grid-columns: 0.75fr 30px 0.75fr;
  grid-template-columns: 0.75fr 0.75fr;
  -ms-grid-rows: auto 5px 40px 5px auto 5px 40px 5px auto 5px auto 5px auto 5px auto 5px auto 5px auto;
  grid-template-rows: auto 40px auto 40px auto auto auto auto auto auto;
  font-family: azo-sans-web, sans-serif;
  color: #1c1c1c;
}

.success-message {
  background-color: rgba(217, 177, 121, 0.8);
}

.txtfield {
  height: 20px;
  margin-bottom: 8px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #1c1c1c #1c1c1c;
  font-size: 14px;
}

.link {
  color: #bcb70a;
  text-decoration: none;
}

.link:hover {
  color: #a7a7a7;
}

.link:visited {
  color: #304b64;
}

.msgfield {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #1c1c1c #1c1c1c;
}

.buttonform {
  position: relative;
  width: 15vh;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 100px;
  background-color: #bcb70a;
  -webkit-transition: background-color 300ms ease, border-radius 300ms ease;
  transition: background-color 300ms ease, border-radius 300ms ease;
  font-size: 18px;
  line-height: 2vh;
  font-weight: 300;
  text-align: center;
}

.buttonform:hover {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 0px;
  background-color: #1d302e;
}

.labelform {
  margin-bottom: 3px;
  color: #1c1c1c;
  font-size: 2vh;
  line-height: 2vh;
  font-weight: 500;
}

.sezione-mappa {
  height: 500px;
}

.map {
  height: 100%;
  margin-top: 0px;
}

.mail-icon {
  width: 100px;
  height: 50px;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/mail-icon.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.render-interna {
  width: 50%;
  background-image: url('../images/C11_Vista7_rev00.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-5 {
  min-width: 900px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-template-areas: ".";
  -ms-grid-columns: minmax(300px, 500px) minmax(300px, 500px) minmax(300px, 500px);
  grid-template-columns: minmax(300px, 500px) minmax(300px, 500px) minmax(300px, 500px);
  -ms-grid-rows: 500px minmax(300px, 500px);
  grid-template-rows: 500px minmax(300px, 500px);
}

.div-block-4 {
  background-image: url('../images/replica-lampade-design-unico-handmade-laminate-pendant-lamp-secto-4201-secto-collection-by-secto-of-replica-lampade-design.jpg');
  background-position: 50% 50%;
  background-size: 1000px;
  background-repeat: no-repeat;
}

.div-block-5 {
  background-image: url('../images/C11_Vista4_rev00.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-6 {
  background-image: url('../images/C12_Vista2_rev00.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-7 {
  background-image: url('../images/C12_Vista1_rev00.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.loghi-clienti {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  height: 200px;
  margin-top: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.compagnia-immobiliare-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 100%;
  margin-top: 0px;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.serenissima-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 100%;
  margin-top: 0px;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.render-hero-wrapper-progetto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #ededed;
  background-image: url('../images/dettaglio-facciata.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-intro-progetto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ededed;
}

.render-esterna {
  width: 50%;
  background-image: url('../images/THE-LOMA_VISTA05_REV00.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sezione-progetto-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1300px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.sezione-progetto-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-areas: ". ." ". ." ". .";
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 10px auto 10px auto;
  grid-template-rows: auto auto auto;
}

.sezione-progetto-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #ededed;
}

.griglia-progetto {
  min-width: 900px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-template-areas: ".";
  -ms-grid-columns: minmax(300px, 500px) minmax(300px, 500px) minmax(300px, 500px);
  grid-template-columns: minmax(300px, 500px) minmax(300px, 500px) minmax(300px, 500px);
  -ms-grid-rows: 500px minmax(300px, 500px);
  grid-template-rows: 500px minmax(300px, 500px);
}

.img-gliglia-1 {
  background-image: url('../images/THE-LOMA_VISTA03-REV00.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-griglia-2 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-image: url('../images/dettaglio-albero.jpg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-griglia-3 {
  background-image: url('../images/dettaglio-poltrona.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-griglia-4 {
  background-image: url('../images/THE-LOMA_VISTA07-REV00.jpg');
  background-position: 50% 80%;
  background-size: cover;
  background-repeat: no-repeat;
}

.paragrafo-1-progetto {
  width: 600px;
  margin-top: 40px;
  font-family: azo-sans-web, sans-serif;
  color: #fff;
  line-height: 30px;
  text-align: center;
}

.paragrafo-1-progetto.bianco {
  width: 400px;
  margin-bottom: 30px;
  color: #fff;
}

.titolo-1-progetto {
  font-family: kazimir, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.titolo-1-progetto.bianco {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
  font-style: italic;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d302e;
  background-image: url('../images/img-closeup-erba-notte.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-9 {
  width: 50%;
  background-image: url('../images/THE-LOMA_VISTA04-REV00.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.titolo-2-progetto {
  font-family: kazimir, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.titolo-2-progetto.bianco {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
  font-style: italic;
}

.paragrafo-2-progetto {
  width: 600px;
  margin-top: 40px;
  font-family: azo-sans-web, sans-serif;
  color: #fff;
  line-height: 30px;
  text-align: center;
}

.paragrafo-2-progetto.bianco {
  width: 400px;
  margin-bottom: 30px;
  color: #fff;
}

.img-progetto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d302e;
  background-image: url('../images/img-closeup-foglie.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-interni-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d302e;
  background-image: url('../images/parquet-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sezione-interni-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-areas: ". ." ". ." ". .";
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 10px auto 10px auto;
  grid-template-rows: auto auto auto;
}

.img-interni-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d302e;
  background-image: url('../images/leather-closeup-1.jpg');
  background-position: 0% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.render-interna-01 {
  width: 50%;
  background-image: url('../images/C11_Vista3_rev00.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.render-hero-wrapper-location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #ededed;
  background-image: url('../images/dettaglio-arco-della-pace.jpg');
  background-position: 50% 80%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-intro-location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ededed;
}

.sezione-location-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-areas: ". ." ". ." ". .";
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 10px auto 10px auto;
  grid-template-rows: auto auto auto;
}

.location-img-1 {
  width: 50%;
  background-image: url('../images/18_MG_7223-1-2.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.location-img-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d302e;
  background-image: url('../images/milano-strada-dettaglio.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sezione-location-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1300px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.img-location-gliglia-1 {
  background-image: url('../images/parco-sempione.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.imgllocation-griglia-2 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-image: url('../images/dettaglio-verde-sempione.jpg');
  background-position: 50% 50%;
  background-size: 960px;
  background-repeat: no-repeat;
}

.img-location-griglia-3 {
  background-image: url('../images/dettaglio-foglie.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-location-griglia-4 {
  background-image: url('../images/via-lomazzo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sezione-location-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #ededed;
}

.location-img-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d302e;
  background-image: url('../images/dettaglio-arena.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.location-img-4 {
  width: 50%;
  background-image: url('../images/00_MG_8169-1.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.titolo-1-location {
  font-family: kazimir, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.titolo-1-location.nero {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #1c1c1c;
  font-size: 30px;
  font-style: italic;
}

.paragrafo-1-location {
  width: 600px;
  margin-top: 40px;
  font-family: azo-sans-web, sans-serif;
  color: #fff;
  line-height: 30px;
  text-align: center;
}

.paragrafo-1-location.nero {
  margin-bottom: 30px;
  color: #1c1c1c;
}

.titolo-2-location {
  font-family: kazimir, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.titolo-2-location.bianco {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
  font-style: italic;
}

.paragrafo-2-location {
  width: 600px;
  margin-top: 40px;
  font-family: azo-sans-web, sans-serif;
  color: #fff;
  line-height: 30px;
  text-align: center;
}

.paragrafo-2-location.bianco {
  width: 430px;
  margin-bottom: 30px;
  color: #fff;
}

.titolo-3-location {
  font-family: kazimir, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.titolo-3-location.bianco {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
  font-style: italic;
}

.paragrafo-3-location {
  width: 600px;
  margin-top: 40px;
  font-family: azo-sans-web, sans-serif;
  color: #fff;
  line-height: 30px;
  text-align: center;
}

.paragrafo-3-location.bianco {
  width: 400px;
  margin-bottom: 30px;
  color: #fff;
}

.sezione-location-4 {
  height: 100vh;
  background-image: url('../images/mappa.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.container-2 {
  display: none;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 100px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-3 {
  margin-bottom: -5px;
  padding-bottom: 0px;
  font-family: azo-sans-web, sans-serif;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.btn-progetto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  width: 300px;
  height: 200px;
  margin-bottom: 80px;
  background-image: url('../images/logo-verticale.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.titolo-1-thakyou {
  font-family: kazimir, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.titolo-1-thakyou.bianco {
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 30px;
  font-style: italic;
}

.text-thankyou {
  position: static;
  margin-top: 21px;
  margin-bottom: 110px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 20px;
}

.banner-cookies {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 59681458411451460;
  display: none;
  height: 150px;
  padding-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d302e;
  opacity: 0.9;
  color: #1c1c1c;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  text-align: center;
}

.paragraph-6 {
  margin-bottom: 15px;
  color: #fffbfb;
  text-decoration: none;
}

.text-span-23 {
  color: #bcb70a;
  text-decoration: none;
}

.cookie-btn {
  position: relative;
  width: 15vh;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 100px;
  background-color: #bcb70a;
  -webkit-transition: background-color 300ms ease, border-radius 300ms ease;
  transition: background-color 300ms ease, border-radius 300ms ease;
  font-size: 18px;
  line-height: 2vh;
  font-weight: 300;
  text-align: center;
}

.cookie-btn:hover {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 0px;
  background-color: #1d302e;
}

.phone-icon {
  width: 100px;
  height: 50px;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/phone-icon.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.numero-telefono {
  margin-bottom: 50px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.titolo-2-contatti {
  font-family: kazimir, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.titolo-2-contatti.nero {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #1c1c1c;
  font-size: 30px;
  font-style: italic;
}

.text-span-24 {
  color: #bcb70a;
}

.logo-serenissima {
  padding-top: 66px;
}

.link-block-2 {
  color: #1c1c1c;
}

.stamp {
  position: absolute;
  left: auto;
  top: 24%;
  right: 7%;
  bottom: auto;
  z-index: 500;
  width: 190px;
  height: 190px;
  background-image: url('../images/stamp.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.button-2 {
  display: none;
}

.slider-2 {
  height: 100vh;
}

.slide {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._01 {
  background-image: url('../images/LOMAZZO-VISTA-2-REV00_rework.jpg');
  background-size: cover;
}

.slide._02 {
  background-image: url('../images/THE-LOMA_VISTA01-REV03.jpg');
  background-size: contain;
}

.slide._03 {
  background-image: url('../images/THE-LOMA_VISTA03-REV00.jpg');
  background-size: cover;
}

.slide._04 {
  background-image: url('../images/THE-LOMA_VISTA05_REV00.jpg');
  background-size: contain;
}

.slide._05 {
  background-image: url('../images/THE-LOMA_VISTA06_REV00.jpg');
  background-size: cover;
}

.slide._06 {
  background-image: url('../images/THE-LOMA_VISTA07-REV00.jpg');
  background-size: cover;
}

.slide._07 {
  background-image: url('../images/THE-LOMA_VISTA04-REV00.jpg');
  background-size: cover;
}

.slide._08 {
  background-image: url('../images/C11_vista1_rev02.jpg');
  background-size: cover;
}

.slide._09 {
  background-image: url('../images/C11_Vista7_rev00.jpg');
  background-size: cover;
}

.slide._10 {
  background-image: url('../images/C11_Vista3_rev00.jpg');
  background-size: cover;
}

.slide._11 {
  background-image: url('../images/C11_Vista4_rev00.jpg');
  background-size: cover;
}

.slide._12 {
  background-image: url('../images/C11_vista5_rev00.jpg');
  background-size: cover;
}

.slide._13 {
  background-image: url('../images/C11_Vista6_rev00.jpg');
  background-size: contain;
}

.slide._14 {
  background-image: url('../images/C12_Vista1_rev00.jpg');
  background-size: cover;
}

.slide._15 {
  background-image: url('../images/C12_Vista2_rev00.jpg');
  background-size: contain;
}

.slide._16 {
  background-image: url('../images/C11_Vista2_rev00.jpg');
  background-size: contain;
}

.slide._17 {
  background-image: url('../images/via-lomazzo.jpg');
  background-size: cover;
}

.slide._18 {
  background-image: url('../images/18_MG_7223-1.jpg');
  background-size: contain;
}

.slide._19 {
  background-image: url('../images/fabbrica-del-vapore.jpg');
  background-size: cover;
}

.slide._20 {
  background-image: url('../images/dettaglio-arco-della-pace.jpg');
  background-size: cover;
}

.slide._21 {
  background-image: url('../images/parco-sempione.jpg');
  background-size: cover;
}

.slide._22 {
  background-image: url('../images/milano.jpg');
  background-size: cover;
}

.slide._23 {
  background-image: url('../images/00_MG_8169-1.jpg');
  background-size: cover;
}

.right-arrow {
  height: 50px;
  background-color: hsla(0, 0%, 82%, 0.35);
}

.left-arrow {
  height: 50px;
  background-color: hsla(0, 0%, 82%, 0.35);
}

.pop-up-wrapper {
  position: fixed;
  z-index: 8000;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.pop-up-img {
  width: 500px;
  height: 750px;
  margin-top: 30px;
  background-image: url('../images/TheLoma_popup-promo_REV01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 14px 11px 20px 5px rgba(0, 0, 0, 0.25);
}

.close {
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-image: url('../images/close.svg');
  background-position: 50% 50%;
  background-size: 75px;
  background-repeat: no-repeat;
  cursor: pointer;
}

@media (max-width: 991px) {
  .hero-wrapper {
    height: 1000px;
  }
  .hero-wrapper.thank-you-page {
    height: 100vh;
  }
  .logo-menu {
    width: 20%;
  }
  .menu-btn {
    font-size: 10px;
  }
  .menu-btn.w--current {
    font-size: 10px;
  }
  .render-hero-wrapper {
    width: 100%;
    height: 80%;
  }
  .text-intro {
    margin-top: 0px;
  }
  .sezione-progetto-home {
    height: 1000px;
  }
  .img-interni-home {
    width: 700px;
    height: 700px;
  }
  .sezione-contesto-home {
    height: 1000px;
  }
  .button {
    left: auto;
    top: 21%;
    right: 0%;
    bottom: auto;
    min-width: 150px;
    text-align: center;
  }
  .render-hero-wrapper-interni {
    height: 80%;
  }
  .sezione-interni-3 {
    height: 500px;
  }
  .text-intro-interni {
    height: 500px;
  }
  .sezione-interni-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .rich-text-block {
    margin-bottom: 15vh;
  }
  .form-block {
    width: 75%;
  }
  .form {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .render-interna {
    width: 100%;
    height: 50%;
  }
  .grid-5 {
    min-width: auto;
    -ms-grid-columns: minmax(300px, 500px) minmax(200px, 500px) minmax(200px, 500px);
    grid-template-columns: minmax(300px, 500px) minmax(200px, 500px) minmax(200px, 500px);
    -ms-grid-rows: 500px minmax(200px, 500px);
    grid-template-rows: 500px minmax(200px, 500px);
  }
  .div-block-4 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    background-position: 45% 50%;
  }
  .render-hero-wrapper-progetto {
    height: 80%;
  }
  .text-intro-progetto {
    height: 500px;
  }
  .render-esterna {
    width: 100%;
    height: 50%;
  }
  .sezione-progetto-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sezione-progetto-3 {
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .griglia-progetto {
    min-width: auto;
    -ms-grid-columns: minmax(300px, 500px) minmax(200px, 500px) minmax(200px, 500px);
    grid-template-columns: minmax(300px, 500px) minmax(200px, 500px) minmax(200px, 500px);
    -ms-grid-rows: 500px minmax(200px, 500px);
    grid-template-rows: 500px minmax(200px, 500px);
  }
  .img-griglia-2 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    background-position: 45% 50%;
  }
  .div-block-8 {
    width: 100%;
    height: 50%;
  }
  .div-block-9 {
    width: 100%;
    height: 50%;
  }
  .img-progetto {
    width: 100%;
    height: 50%;
  }
  .img-interni-01 {
    width: 100%;
    height: 50%;
  }
  .sezione-interni-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .img-interni-02 {
    width: 100%;
    height: 50%;
  }
  .render-interna-01 {
    width: 100%;
    height: 50%;
  }
  .render-hero-wrapper-location {
    height: 80%;
  }
  .text-intro-location {
    height: 500px;
  }
  .sezione-location-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .location-img-1 {
    width: 100%;
    height: 50%;
  }
  .location-img-2 {
    width: 100%;
    height: 50%;
  }
  .imgllocation-griglia-2 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    background-position: 45% 50%;
  }
  .sezione-location-3 {
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .location-img-3 {
    width: 100%;
    height: 50%;
  }
  .location-img-4 {
    width: 100%;
    height: 50%;
  }
  .sezione-location-4 {
    height: 500px;
    background-size: cover;
  }
  .banner-cookies {
    height: 180px;
    padding-top: 25px;
  }
  .stamp {
    top: 16%;
    right: 1%;
    width: 180px;
    height: 180px;
  }
  .button-2 {
    display: none;
  }
  .slide._01 {
    background-size: contain;
  }
  .slide._02 {
    background-image: url('../images/THE-LOMA_VISTA01-REV03.jpg');
    background-size: contain;
  }
  .slide._03 {
    background-size: contain;
  }
  .slide._05 {
    background-size: contain;
  }
  .slide._06 {
    background-size: contain;
  }
  .slide._07 {
    background-size: contain;
  }
  .slide._08 {
    background-size: contain;
  }
  .slide._09 {
    background-size: contain;
  }
  .slide._10 {
    background-size: contain;
  }
  .slide._11 {
    background-size: contain;
  }
  .slide._12 {
    background-size: contain;
  }
  .slide._14 {
    background-size: contain;
  }
  .slide._17 {
    background-size: contain;
  }
  .slide._19 {
    background-size: contain;
  }
  .slide._20 {
    background-size: contain;
  }
  .slide._21 {
    background-size: contain;
  }
  .slide._22 {
    background-size: contain;
  }
  .slide._23 {
    background-size: contain;
  }
}

@media (max-width: 767px) {
  .hero-wrapper {
    height: 600px;
  }
  .logo-menu {
    width: 40%;
    height: 70%;
  }
  .menu-btn {
    display: none;
  }
  .menu-btn.dx {
    display: none;
  }
  .render-hero-wrapper {
    height: 70%;
  }
  .paragrafo-1 {
    width: 450px;
  }
  .sezione-progetto-home {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .img-progetto-home {
    width: 100%;
    height: 600px;
    background-position: 50% 0%;
    background-size: cover;
  }
  .paragraph-2.interni {
    width: 400px;
  }
  .text-block-progetto {
    width: 100%;
  }
  .sezione-interni-home {
    height: 1000px;
  }
  .img-interni-home {
    width: 400px;
    height: 400px;
  }
  .text-block-interni {
    width: 400px;
  }
  .sezione-contesto-home {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .img-location-home {
    width: 100%;
    height: 600px;
    background-position: 50% 0%;
    background-size: cover;
  }
  .button {
    display: none;
  }
  .render-hero-wrapper-interni {
    height: 70%;
  }
  .sezione-interni-2 {
    height: 800px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .btn-interni {
    height: 10%;
  }
  .paragrafo-1-interni.nero {
    width: 450px;
  }
  .menu-hero-gallery {
    height: 190px;
  }
  .sezione-contatti {
    height: 1800px;
    padding-top: 0px;
  }
  .titolo-1-contatti.nero {
    overflow: visible;
    height: auto;
    margin-left: 0px;
    padding-right: 70px;
    padding-left: 70px;
    line-height: 30px;
    letter-spacing: normal;
    text-indent: 0px;
    -webkit-column-count: auto;
    column-count: auto;
  }
  .mail-icon {
    width: 80px;
    height: 50px;
    margin-top: 84px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-5 {
    display: -ms-grid;
    display: grid;
    min-width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-areas: ".";
    -ms-grid-columns: minmax(100px, 200px) 16px minmax(100px, 200px) 16px minmax(100px, 200px);
    grid-template-columns: minmax(100px, 200px) minmax(100px, 200px) minmax(100px, 200px);
    -ms-grid-rows: minmax(300px, 100px) 16px minmax(100px, 300px);
    grid-template-rows: minmax(300px, 100px) minmax(100px, 300px);
  }
  .div-block-4 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    background-position: 45% 50%;
  }
  .loghi-clienti {
    width: auto;
    height: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .compagnia-immobiliare-logo {
    width: 100%;
    height: 50%;
    margin-left: 0px;
    padding-top: 0px;
  }
  .serenissima-logo {
    width: 100%;
    height: 50%;
    margin-right: 0px;
  }
  .render-hero-wrapper-progetto {
    height: 70%;
  }
  .sezione-progetto-2 {
    height: 800px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .griglia-progetto {
    display: -ms-grid;
    display: grid;
    min-width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-areas: ".";
    -ms-grid-columns: minmax(100px, 200px) 16px minmax(100px, 200px) 16px minmax(100px, 200px);
    grid-template-columns: minmax(100px, 200px) minmax(100px, 200px) minmax(100px, 200px);
    -ms-grid-rows: minmax(300px, 100px) 16px minmax(100px, 300px);
    grid-template-rows: minmax(300px, 100px) minmax(100px, 300px);
  }
  .img-griglia-2 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    background-position: 45% 50%;
  }
  .sezione-interni-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .render-hero-wrapper-location {
    height: 70%;
  }
  .sezione-location-2 {
    height: 800px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .imgllocation-griglia-2 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    background-position: 45% 50%;
  }
  .paragrafo-1-location.nero {
    width: 450px;
  }
  .container-2 {
    position: fixed;
    left: 0%;
    top: 2%;
    right: 0%;
    bottom: auto;
    display: block;
    margin-top: 45px;
  }
  .image-3 {
    background-image: url('../images/menu.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .menu-button {
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .nav-menu-2 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #bcb70a;
  }
  .bottone-menu-mobile {
    position: static;
    width: 100%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
  }
  .bottone-menu-mobile.w--current {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
  }
  .navbar-2 {
    z-index: 8000;
  }
  .link-block {
    margin-bottom: -39px;
  }
  .link-block.w--current {
    margin-bottom: -20px;
  }
  .btn-progetto {
    height: 10%;
  }
  .btn-location {
    height: 10%;
  }
  .text-thankyou {
    text-align: center;
  }
  .banner-cookies {
    display: none;
    padding-top: 25px;
  }
  .paragraph-6 {
    font-size: 12px;
    line-height: 16px;
  }
  .phone-icon {
    width: 80px;
    height: 50px;
    margin-top: 84px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .numero-telefono {
    margin-bottom: 25px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-weight: 900;
  }
  .titolo-2-contatti.nero {
    overflow: visible;
    height: auto;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-right: 70px;
    padding-left: 70px;
    line-height: 30px;
    letter-spacing: normal;
    text-indent: 0px;
    -webkit-column-count: auto;
    column-count: auto;
  }
  .logo-cii {
    width: 300px;
  }
  .logo-serenissima {
    width: 300px;
    padding-top: 10px;
  }
  .stamp {
    top: 47%;
    right: 5%;
    display: none;
    width: 100px;
    height: 100px;
  }
  .button-2 {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0px;
    bottom: auto;
    z-index: 6000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    background-color: #bcb70a;
    background-image: url('../images/mail-icon.png');
    background-position: 50% 50%;
    background-size: 30px;
    background-repeat: no-repeat;
  }
}

@media (max-width: 479px) {
  .hero-wrapper {
    height: 400px;
  }
  .menu-hero-wrapper {
    height: 100px;
  }
  .logo-menu {
    width: 40%;
    height: 60%;
  }
  .logo-menu.gallery {
    width: 60%;
  }
  .menu-btn {
    display: none;
  }
  .render-hero-wrapper {
    width: 100%;
    height: 90%;
  }
  .text-intro {
    height: 520px;
    margin-top: 0px;
  }
  .titolo-1 {
    margin-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .paragrafo-1 {
    width: 290px;
    margin-top: 19px;
  }
  .white-btn {
    margin-top: 48px;
  }
  .sezione-progetto-home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 1100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .img-progetto-home {
    width: 100%;
    height: 500px;
    background-image: url('../images/THE-LOMA_VISTA01-REV03.jpg');
    background-position: 50% 0%;
    background-size: cover;
  }
  .paragraph-2.interni {
    width: 280px;
  }
  .text-block-progetto {
    width: 100%;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .sezione-interni-home {
    height: 1000px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .img-interni-home {
    width: 300px;
    height: 300px;
  }
  .text-block-interni {
    width: 100%;
  }
  .sezione-contesto-home {
    height: 1000px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .img-location-home {
    width: 100%;
    height: 40%;
    background-position: 50% 0%;
    background-size: cover;
  }
  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .logo-pedice {
    width: 90%;
    margin-right: 17px;
    margin-left: 0px;
  }
  .pedice-btn {
    border: 1px none #000;
  }
  .button {
    display: none;
  }
  .render-hero-wrapper-interni {
    height: 90%;
  }
  .btn-interni {
    height: 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .titolo-1-interni.nero {
    padding-right: 5px;
    padding-left: 5px;
  }
  .paragrafo-1-interni.nero {
    width: 290px;
    margin-top: 12px;
    margin-bottom: 17px;
  }
  .paragrafo-1-interni.bianco {
    width: 290px;
  }
  .sezione-interni-1 {
    height: 800px;
  }
  .menu-hero-gallery {
    height: 100px;
  }
  .sezione-contatti {
    height: 1950px;
    padding-top: 0px;
  }
  .titolo-1-contatti.nero {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .form-block {
    width: 75%;
  }
  .txtspec {
    line-height: 30px;
  }
  .form {
    width: auto;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-areas: ".";
    -ms-grid-columns: minmax(100px, 300px) 10px minmax(100px, 300px);
    grid-template-columns: minmax(100px, 300px) minmax(100px, 300px);
    -ms-grid-rows: 30px 10px 40px 10px 40px 10px auto 10px 40px 10px auto 10px 40px 10px auto 10px 40px 10px auto 10px auto 10px 100px 10px auto 10px auto 10px auto;
    grid-template-rows: 30px 40px 40px auto 40px auto 40px auto 40px auto auto 100px auto auto auto;
  }
  .labelform {
    font-size: 15px;
  }
  .map {
    margin-top: 0px;
  }
  .mail-icon {
    height: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .loghi-clienti {
    height: 300px;
  }
  .render-hero-wrapper-progetto {
    height: 90%;
  }
  .text-intro-progetto {
    height: 600px;
    padding-top: 56px;
  }
  .sezione-progetto-1 {
    height: 800px;
  }
  .sezione-progetto-3 {
    height: 800px;
  }
  .paragrafo-1-progetto.bianco {
    width: 290px;
  }
  .paragrafo-2-progetto.bianco {
    width: 290px;
  }
  .sezione-interni-5 {
    height: 800px;
  }
  .render-hero-wrapper-location {
    height: 90%;
  }
  .text-intro-location {
    padding-top: 28px;
  }
  .sezione-location-1 {
    height: 890px;
  }
  .sezione-location-3 {
    height: 800px;
  }
  .titolo-1-location.nero {
    padding-right: 5px;
    padding-left: 5px;
  }
  .paragrafo-1-location.nero {
    width: 290px;
    margin-top: 12px;
    margin-bottom: 9px;
  }
  .titolo-2-location.bianco {
    padding-right: 10px;
    padding-left: 10px;
  }
  .paragrafo-2-location.bianco {
    width: 290px;
  }
  .paragrafo-3-location.bianco {
    width: 290px;
  }
  .sezione-location-4 {
    height: 260px;
    background-size: 570px;
  }
  .container-2 {
    top: 1%;
    margin-top: 30px;
  }
  .image-3 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    background-position: 50% 50%;
    background-size: contain;
  }
  .menu-button {
    right: 3%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    padding: 0px 0px 0px 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-button.w--open {
    z-index: 2000;
  }
  .nav-menu-2 {
    margin-top: 100px;
  }
  .bottone-menu-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .bottone-menu-mobile.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    color: #fff;
    font-weight: 700;
  }
  .navbar-2 {
    z-index: 8000;
  }
  .link-block.w--current {
    margin-bottom: -41px;
  }
  .btn-progetto {
    height: 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .btn-location {
    height: 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .logo {
    width: 280px;
    height: 120px;
  }
  .text-thankyou {
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .banner-cookies {
    height: 200px;
    padding-top: 15px;
  }
  .paragraph-6 {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .phone-icon {
    height: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-attachment: scroll;
  }
  .numero-telefono {
    margin-bottom: 0px;
  }
  .titolo-2-contatti.nero {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .logo-cii {
    width: 200px;
  }
  .logo-serenissima {
    width: 200px;
  }
  .stamp {
    top: 28%;
    display: none;
  }
  .button-2 {
    right: 3%;
    width: 40px;
    height: 40px;
    background-size: 20px;
  }
  .pop-up-img {
    width: 280px;
    height: 500px;
  }
}

#w-node-c6bbacdca300-e5de2390 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-c6bbacdca300-e5de2390 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c6bbacdca300-e5de2390 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c6bbacdca300-e5de2390 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

#w-node-664e058fb663-e5de2390 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-664e058fb663-e5de2390 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-664e058fb663-e5de2390 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-664e058fb663-e5de2390 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

#w-node-16a0f3d33594-e5de2390 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@media screen and (max-width: 991px) {
  #w-node-16a0f3d33594-e5de2390 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-16a0f3d33594-e5de2390 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-16a0f3d33594-e5de2390 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

#w-node-dfdbb395119f-e5de2390 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@media screen and (max-width: 991px) {
  #w-node-dfdbb395119f-e5de2390 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dfdbb395119f-e5de2390 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dfdbb395119f-e5de2390 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

#w-node-458007a732ac-2fff6676 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 10;
  grid-row-start: 10;
  -ms-grid-row-span: 1;
  grid-row-end: 11;
}

@media screen and (max-width: 479px) {
  #w-node-458007a732ac-2fff6676 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 15;
    grid-row-start: 15;
    -ms-grid-row-span: 1;
    grid-row-end: 16;
  }
}

#w-node-458007a732a5-2fff6676 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 9;
  grid-row-start: 9;
  -ms-grid-row-span: 1;
  grid-row-end: 10;
}

@media screen and (max-width: 479px) {
  #w-node-458007a732a5-2fff6676 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 14;
    grid-row-start: 14;
    -ms-grid-row-span: 1;
    grid-row-end: 15;
  }
}

#w-node-458007a73293-2fff6676 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 479px) {
  #w-node-458007a73293-2fff6676 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

#w-node-458007a732a2-2fff6676 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 8;
  grid-row-start: 8;
  -ms-grid-row-span: 1;
  grid-row-end: 9;
}

@media screen and (max-width: 479px) {
  #w-node-458007a732a2-2fff6676 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 13;
    grid-row-start: 13;
    -ms-grid-row-span: 1;
    grid-row-end: 14;
  }
}

#nome.w-node-458007a73295-2fff6676 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 479px) {
  #nome.w-node-458007a73295-2fff6676 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

#w-node-458007a732a4-2fff6676 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 7;
  grid-row-start: 7;
  -ms-grid-row-span: 1;
  grid-row-end: 8;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-458007a732a4-2fff6676 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 12;
    grid-row-start: 12;
    -ms-grid-row-span: 1;
    grid-row-end: 13;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

#w-node-458007a73296-2fff6676 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 479px) {
  #w-node-458007a73296-2fff6676 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
}

#messaggio-2.w-node-458007a732a1-2fff6676 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
  -ms-grid-row-align: auto;
  align-self: auto;
}

@media screen and (max-width: 479px) {
  #messaggio-2.w-node-458007a732a1-2fff6676 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 11;
    grid-row-start: 11;
    -ms-grid-row-span: 1;
    grid-row-end: 12;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

#email-2.w-node-458007a73298-2fff6676 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: end;
  align-self: end;
}

@media screen and (max-width: 479px) {
  #email-2.w-node-458007a73298-2fff6676 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row-align: end;
    align-self: end;
  }
}

#w-node-458007a7329f-2fff6676 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

@media screen and (max-width: 479px) {
  #w-node-458007a7329f-2fff6676 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 10;
    grid-row-start: 10;
    -ms-grid-row-span: 1;
    grid-row-end: 11;
  }
}

#w-node-458007a73299-2fff6676 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

@media screen and (max-width: 479px) {
  #w-node-458007a73299-2fff6676 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }
}

#oggetto-2.w-node-458007a7329e-2fff6676 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row-align: end;
  align-self: end;
}

@media screen and (max-width: 479px) {
  #oggetto-2.w-node-458007a7329e-2fff6676 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-row-span: 1;
    grid-row-end: 10;
    -ms-grid-row-align: end;
    align-self: end;
  }
}

#telefono-2.w-node-458007a7329b-2fff6676 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row-align: end;
  align-self: end;
}

@media screen and (max-width: 479px) {
  #telefono-2.w-node-458007a7329b-2fff6676 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
    -ms-grid-row-align: end;
    align-self: end;
  }
}

#w-node-458007a7329c-2fff6676 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

@media screen and (max-width: 479px) {
  #w-node-458007a7329c-2fff6676 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
  }
}

#w-node-c6bbacdca300-ed71d106 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-c6bbacdca300-ed71d106 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c6bbacdca300-ed71d106 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c6bbacdca300-ed71d106 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

#w-node-664e058fb663-ed71d106 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-664e058fb663-ed71d106 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-664e058fb663-ed71d106 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-664e058fb663-ed71d106 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

#w-node-16a0f3d33594-ed71d106 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@media screen and (max-width: 991px) {
  #w-node-16a0f3d33594-ed71d106 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-16a0f3d33594-ed71d106 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-16a0f3d33594-ed71d106 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

#w-node-dfdbb395119f-ed71d106 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@media screen and (max-width: 991px) {
  #w-node-dfdbb395119f-ed71d106 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dfdbb395119f-ed71d106 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dfdbb395119f-ed71d106 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

#w-node-c6bbacdca300-4f96c3e8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-c6bbacdca300-4f96c3e8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c6bbacdca300-4f96c3e8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c6bbacdca300-4f96c3e8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

#w-node-664e058fb663-4f96c3e8 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-664e058fb663-4f96c3e8 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-664e058fb663-4f96c3e8 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-664e058fb663-4f96c3e8 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

#w-node-16a0f3d33594-4f96c3e8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@media screen and (max-width: 991px) {
  #w-node-16a0f3d33594-4f96c3e8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-16a0f3d33594-4f96c3e8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-16a0f3d33594-4f96c3e8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

#w-node-dfdbb395119f-4f96c3e8 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@media screen and (max-width: 991px) {
  #w-node-dfdbb395119f-4f96c3e8 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dfdbb395119f-4f96c3e8 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dfdbb395119f-4f96c3e8 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

