.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
  margin-left: 140px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  height: 1px;
  background-color: #eee;
  margin-top: -43px;
}

.divider.uuuuuuuuu.principale {
  margin-top: -29px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-top: -90px;
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-cta {
  height: 200px;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 80px;
  padding-right: 80px;
}

.section.monica {
  margin-left: 0;
  margin-right: 0;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-tiny {
  margin-left: -40px;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.button {
  width: 160px;
  height: 20px;
  max-height: 37%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  background-image: url('../images/coloreee.jpg');
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: block;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, .2);
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  margin-top: 0;
  position: relative;
}

.button.cc-contact-us.oooo {
  margin-left: 0;
}

.button.cc-contact-us.oooo.cont {
  clear: none;
  object-fit: fill;
  flex: 0 auto;
  align-self: flex-start;
  margin-left: 25px;
  margin-right: -200px;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.button.cc-contact-us.oooo.cont.blackbottom {
  background-color: #000;
  background-image: none;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
}

.button.cc-contact-us.oooo.cont.blackbottom.black {
  width: auto;
  height: auto;
  max-height: none;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.button.wite {
  color: #000;
  background-color: #fff;
  background-image: none;
}

.button.wite.opg {
  line-height: 1px;
}

.button.wite.opg.as {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, .18);
  border-radius: 2px;
}

.button.wite.opg.as.comt {
  margin-top: 23px;
  margin-left: 0;
}

.button.digitalbutton {
  background-image: url('../images/grigio-orrri.jpg'), url('../images/coloreee.jpg');
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  margin-top: 40px;
}

.button.digitalbutton.marm.mrm {
  width: 170px;
  height: 90px;
  max-height: 100%;
  background-color: #c2c2c2;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  margin-top: -60px;
  margin-right: 0;
  box-shadow: inset 4px 0 20px -6px #fff;
}

.button.digitalbutton.marm.mrm.sec {
  background-color: #c2c2c2;
  background-image: none;
}

.button.digitalbutton.marm.mrm.sec.rey.mark {
  background-image: radial-gradient(circle at 0%, #ccc, #ededed), radial-gradient(circle, #8d8d8d, #cecece);
}

.button.digitalbutton.marm.mrm.rey {
  box-shadow: none;
  -webkit-text-fill-color: inherit;
  background-color: #adadad;
  background-image: radial-gradient(circle, #aaa, #828282);
  background-clip: border-box;
}

.button.digitalbutton.marm.mrm.rey.roy {
  background-color: rgba(0, 0, 0, 0);
  background-image: radial-gradient(circle at 0%, #ccc, #e9e9e9);
}

.button.stri {
  background-color: #6ea3c2;
  background-image: none;
  margin-top: 127px;
  margin-left: 0;
}

.label {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 80px;
  margin-bottom: 10px;
  margin-left: 40px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
  text-align: left;
  margin-top: 40px;
  font-size: 15px;
}

.label.cc-light.prima {
  text-align: left;
}

.label.cc-light.prima.news {
  color: #8f4780;
}

.label.cc-light.prima.news.dol {
  color: #000;
}

.label.cc-light.prima.news.dol.ho {
  margin-left: 0;
}

.label.cc-light.centro {
  color: #000;
  text-align: center;
}

.label.cc-light.centro.dra {
  margin-top: 130px;
  margin-left: 0;
}

.label.cc-light.centro.dra.coll {
  color: #000;
}

.label.cc-light.centro.cenn {
  margin-left: 0;
}

.label.cc-light.marginesu {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  margin-top: 0;
}

.label.cc-light.strip {
  color: #0a6499;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.label.opt {
  color: #fff;
}

.label.ff {
  color: #fff;
  text-align: left;
  margin-top: 80px;
  margin-left: 40px;
  padding-top: 0;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: 1;
  text-align: left;
  font-size: 16px;
}

.paragraph-light.paragrafo1 {
  width: 700px;
  text-align: justify;
  align-items: center;
  margin-top: -30px;
  display: inline-block;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-light.paragrafo1.re {
  margin-top: 30px;
}

.paragraph-light.paragrafo1.re.hahah, .paragraph-light.paragrafo1.sfd {
  font-size: 16px;
}

.paragraph-light.paragrafo1.sfd.opt {
  width: 560px;
  height: 101.227px;
  text-align: center;
  margin-top: -30px;
  margin-bottom: 20px;
  padding-right: 0;
  font-size: 1vw;
  line-height: 2vw;
}

.paragraph-light.par2 {
  width: 500px;
  margin-top: -160px;
  margin-left: 580px;
}

.paragraph-light.pizza {
  font-size: 15px;
}

.paragraph-light.amo, .paragraph-light.amo.lok {
  color: #fff;
}

.paragraph-light.lol {
  opacity: 1;
  color: #fff;
  margin-left: 40px;
}

.paragraph-light.lok {
  color: #fff;
  margin-left: 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}

.heading-jumbo {
  color: #fff;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  margin: 10px auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 66px;
  line-height: 85px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 47px;
}

.heading-jumbo-small.digital {
  margin-top: 50px;
  font-size: 32px;
}

.heading-jumbo-small.digital.ooo {
  margin-top: -10px;
}

.heading-jumbo-small.digital.ooo.oooo {
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  font-size: 2vw;
  line-height: 2vw;
}

.heading-jumbo-small.digital.ooo.oooo.jjj.yes {
  font-size: 32px;
  line-height: 33px;
}

.heading-jumbo-small.digital.ooo.oooo.jjj.yes.pppp {
  line-height: 31px;
}

.heading-jumbo-small.yu {
  margin-top: -133px;
}

.heading-jumbo-small.yu.a {
  margin-top: -140px;
}

.heading-jumbo-small.yu.a.oii.poik {
  margin-top: -84px;
}

.heading-jumbo-small.yu.a.oii.poik.pol {
  margin-bottom: -47px;
}

.heading-jumbo-small.yu.a.oii.poik.pol.pep {
  margin-top: -70px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  height: 460px;
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  margin-left: 200px;
  margin-right: auto;
  padding-left: 0;
  padding-right: 200px;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.menu.telephome {
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #000;
  font-size: 13px;
  font-weight: 500;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  width: 160px;
  display: block;
  position: static;
}

.navigation-items {
  width: 800px;
  height: 70px;
  max-height: 100%;
  max-width: 100%;
  flex-wrap: wrap;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  height: 730px;
  opacity: 1;
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/pexels-dids-6273455.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  margin: 76px -32px 100px;
  display: flex;
}

.intro-header.cc-subpage {
  height: 490px;
  color: #c14040;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/20230222_161632.jpg');
  background-position: 0 0;
  background-size: contain;
  background-attachment: fixed;
  background-clip: border-box;
  margin-top: 60px;
}

.intro-header.cc-subpage.pezzez {
  mix-blend-mode: normal;
  background-image: url('../images/audry-copia-nero.jpg'), url('../images/20230222_161633.jpg'), url('../images/20230222_161632.jpg');
  background-position: 50%, 50% 0, 0 0;
  background-size: contain, cover, cover;
  background-attachment: scroll, fixed, fixed;
  margin-top: 60px;
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 0;
}

.intro-header.cc-subpage.offset {
  background-image: url('../images/offset-printing-macine-3634411_1920.jpg'), url('../images/offset-printing-3562701_1920.jpg'), url('../images/prova-sito.jpg'), url('../images/20230222_161632.jpg');
  background-position: 50%, 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat, repeat;
  background-size: contain, cover, contain, contain;
  background-attachment: scroll, fixed, scroll, fixed;
  margin-top: 60px;
  margin-left: -40px;
  margin-right: -40px;
}

.intro-header.cc-subpage.offset.off {
  margin-top: 0;
}

.intro-header.cc-subpage.stripper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(343deg, #000, #fff), url('../images/20230222_161632.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, contain;
  background-attachment: scroll, scroll, fixed;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  width: 80%;
  text-align: center;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  width: 80%;
  text-align: center;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.our-services-grid.grid1 {
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-flow: row;
}

.section-heading-wrap {
  text-align: center;
  margin-top: -63px;
  margin-bottom: 80px;
}

.section-heading-wrap.monicadue {
  margin-left: 0;
  margin-right: 0;
}

.section-heading-wrap.q {
  background-color: #fff;
  border: 0 #000;
  border-radius: 0;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  opacity: 1;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-top: 0;
  padding: 0 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.contact-form-grid.frag {
  opacity: 1;
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-right: 10px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.contact-heading.cee {
  color: #fff;
}

.contact-heading.cee.moni {
  color: #000;
}

.map {
  height: 460px;
  margin-bottom: 0;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  height: 150px;
  background-color: #f4f4f4;
  margin-bottom: 30px;
}

.team-pic {
  width: 100%;
  height: 420px;
  background-color: #f4f4f4;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.project-cover-pic {
  min-width: 0;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-clip: content-box;
  transition: opacity;
  display: block;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  height: 620px;
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  width: 70%;
  text-align: left;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: 1;
  color: #fff;
  mix-blend-mode: normal;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 5px;
  margin-left: 40px;
  transition-property: none;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.home-section-wrap.due {
  margin-top: -80px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.section-heading.tele2 {
  margin-bottom: -20px;
  padding-left: 0;
  font-size: 32px;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
                 ". Area"
                 / 1fr 1fr;
  align-items: center;
  margin-top: 0;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
  margin-top: 0;
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.work-heading._44 {
  color: #363636;
  margin-top: 0;
  margin-bottom: -21px;
  font-size: 26px;
}

.work-heading._44.olol.jjjjjjj {
  margin-top: 130px;
  font-size: 22px;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: rgba(0, 0, 0, .6);
}

.text-block {
  color: #000;
  font-weight: 500;
}

.div-block {
  margin-top: -30px;
}

.text-span {
  font-size: 32px;
  display: block;
}

.text-block-2 {
  text-align: center;
}

.text-block-2.bio {
  color: #797979;
  text-align: justify;
  margin-bottom: 100px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 220px;
  padding-right: 220px;
  font-size: 14px;
}

.text-block-2.bio.tele {
  border-radius: 0;
  margin-bottom: 120px;
  font-size: 15px;
}

.image-2 {
  width: 400px;
  height: 600px;
}

.image-3 {
  width: 400px;
  background-color: red;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  margin-top: 40px;
  margin-left: 110px;
  display: inline-block;
}

.image-3.tre {
  width: 910px;
  height: 400px;
  background-image: linear-gradient(#000, #bfbfbf 75%, #fff);
}

.image-4 {
  display: inline-block;
}

.paragraph {
  text-align: center;
}

.ppp {
  text-align: center;
  margin-top: 120px;
}

.image-5 {
  float: none;
  clear: none;
  opacity: 1;
  text-align: left;
  border-radius: 0;
  margin-top: -100px;
  margin-left: 540px;
  display: block;
  position: static;
  box-shadow: 0 0 0 -20px rgba(0, 0, 0, .2);
}

.div-block-2 {
  height: 0;
  text-align: center;
  flex-direction: row;
  display: flex;
}

.paragraph-2 {
  height: 100px;
  text-align: center;
  margin-left: 300px;
  margin-right: 300px;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  text-decoration: none;
}

.paragraph-2.ok {
  color: #000;
  justify-content: space-between;
  align-items: stretch;
  margin-top: -60px;
  display: flex;
}

.image-6 {
  flex: 1;
}

.image-7 {
  height: 100px;
}

.image-8 {
  height: 100px;
  display: none;
}

.text-span-2 {
  text-decoration: none;
}

.text-span-2.due {
  margin-left: 0;
  margin-right: 0;
}

.text-span-2.due.heading-jumbo-small.ok {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.text-span-2.due.heading-jumbo-small.ok.pasta {
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 35px;
  line-height: 50px;
  display: flex;
}

.text-span-2.due.heading-jumbo-small.ok.pasta.caffe {
  margin-bottom: 54px;
  font-size: 25px;
}

.text-span-2.due.heading-jumbo-small.ok.pasta.caffe.brescia {
  margin-top: -40px;
  padding-left: 200px;
  padding-right: 200px;
}

.text-span-2.due.heading-jumbo-small.ok.pasta.caffe.brescia.ppppp {
  color: #bfbfbf;
  margin-top: -102px;
  margin-bottom: 140px;
  font-size: 22px;
  font-style: italic;
  line-height: 39px;
}

.text-span-2.due.heading-jumbo-small.ok.pasta.caffe.brescia.ppppp.u {
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  font-weight: 300;
}

.text-span-2.due.heading-jumbo-small.ok.pasta.caffe.brescia.op {
  font-size: 25px;
  line-height: 42px;
}

.text-span-2.due.heading-jumbo-small.ok.pasta.caffe.brescia.op.tu {
  margin-top: 140px;
}

.text-span-2.due.heading-jumbo-small.ok.pasta.caffe.brescia.op.tu.io {
  margin-top: 45px;
  margin-left: 0;
  padding-left: 60px;
  padding-right: 0;
  font-size: 20px;
  line-height: 39px;
}

.offset {
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 32px;
}

.offset.off {
  text-align: center;
  margin-top: -40px;
}

.offset.off.yes {
  margin-top: 90px;
}

.div-block-3 {
  height: 800px;
  margin-top: 60px;
}

.image-9 {
  width: 440px;
  height: 600px;
}

.text-span-3 {
  color: #8a8a8a;
  font-weight: 500;
}

.text-span-4 {
  font-style: normal;
}

.div-block-4 {
  height: 100px;
}

.div-block-4.quattro {
  height: 130px;
  margin-top: 170px;
}

.block-quote {
  color: #4e4e4e;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

.text-block-3 {
  color: #000;
  text-align: center;
  flex: 1;
  margin-top: -151px;
  padding-top: 80px;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.text-block-3.tre {
  margin-top: -30px;
}

.text-block-3.tre.treno {
  height: 160px;
  margin-top: 0;
  padding-top: 78px;
  padding-bottom: 100px;
}

.text-block-3.tre.treno.tttpp {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.white {
  color: #fff;
}

.text-span-5, .text-span-6 {
  color: #000;
}

.background-video {
  height: 540px;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  outline-offset: 0px;
  color: #000;
  mix-blend-mode: normal;
  outline: 10px #000;
  margin-top: 0;
  display: block;
}

.paragraph-3 {
  text-align: center;
}

.paragraph-4 {
  color: #8a8a8a;
  text-align: left;
  margin-top: 570px;
  margin-left: 40px;
  margin-right: 120px;
  font-size: 16px;
  font-weight: 500;
}

.paragraph-5 {
  color: #686868;
  text-align: justify;
  font-size: .9vw;
  line-height: 28px;
}

.paragraph-6 {
  font-size: 14px;
}

.paragraph-7 {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 159px;
  margin-right: 98px;
  font-size: .9vw;
  line-height: 25px;
}

.paragraph-7.italiano, .paragraph-7.italiano.tele {
  margin-top: 20px;
}

.paragraph-7.italiano.tele.caaas {
  padding-left: 43px;
  padding-right: 79px;
  font-size: .74vw;
  line-height: 22px;
}

.paragraph-7.tele {
  text-align: right;
  margin-top: 0;
  margin-left: 90px;
  margin-right: 60px;
  font-size: .8vw;
  font-weight: 400;
  line-height: 26px;
}

.paragraph-7.tele._00 {
  line-height: 25px;
}

.paragraph-7.tele._00.caaal-copy.caaaal {
  padding-left: 43px;
  padding-right: 79px;
  font-size: .74vw;
  line-height: 22px;
}

.image-10 {
  margin-top: 10px;
  margin-left: 60px;
}

.image-10.kool {
  height: auto;
  max-height: 150%;
  margin-top: 0;
  margin-left: 100px;
  padding-top: 0;
}

.image-11 {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

.heading {
  color: #686868;
  text-align: justify;
  margin-top: 35px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.heading.uuu {
  line-height: 24px;
}

.text-span-7 {
  color: #686868;
}

.text-block-4 {
  text-align: center;
  margin-top: -7px;
}

.text-block-4.ff {
  color: #fff;
}

.columns {
  padding-bottom: 100px;
}

.text-block-5 {
  margin-top: -10px;
}

.text-span-8, .text-span-9 {
  font-size: 13px;
  font-weight: 400;
}

.paragraph-8 {
  text-align: justify;
  padding-left: 0;
  padding-right: 0;
  font-size: .9vw;
}

.background-video-2 {
  margin-top: -40px;
}

.div-block-5 {
  padding-left: 28px;
}

.div-block-5.cinque {
  height: 590px;
  background-image: url('../images/pexels-dids-6273455.jpg');
  background-position: 50%;
  background-size: auto;
  margin-left: -83px;
  padding-left: 0;
}

.image-12 {
  margin-top: 42px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: inline-block;
  position: static;
}

.paragraph-9 {
  text-align: center;
  padding-left: 0;
  padding-right: 33px;
  font-size: 12.5px;
  line-height: 25px;
}

.paragraph-9.b {
  margin-left: 0;
  padding-left: 50px;
  padding-right: 0;
}

.paragraph-9.b.kkkk.opppp {
  padding-left: 48px;
}

.paragraph-9.tg {
  margin-left: 0;
  padding-right: 50px;
}

.paragraph-9.tg.fue.all {
  padding-right: 48px;
}

.column {
  text-align: left;
  padding-left: 10px;
}

.text-span-10 {
  font-size: 15px;
  font-weight: 500;
}

.columns-2 {
  margin-top: -38px;
}

.paragraph-10 {
  text-align: center;
  margin-top: 40px;
  padding-left: 140px;
  padding-right: 140px;
}

.grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-areas: ". ."
                       ". Area";
}

.grid.tellg {
  justify-content: start;
  justify-items: start;
}

.paragraph-11 {
  text-align: center;
  margin-left: 0;
}

.paragraph-11.llll {
  margin-top: 60px;
  font-size: 18px;
}

.div-block-6 {
  margin-top: 50px;
}

.paragraph-12 {
  font-size: 14px;
}

.paragraph-13 {
  margin-top: 20px;
  margin-left: 200px;
  margin-right: 52px;
  font-size: 14px;
  line-height: 25px;
}

.paragraph-13.ola {
  text-align: right;
  margin-left: 52px;
  margin-right: 200px;
}

.text-span-11 {
  font-weight: 600;
}

.block-quote-2 {
  height: 240px;
  margin-left: 200px;
  margin-right: 0;
  padding-right: 0;
}

.text-span-12 {
  font-style: italic;
}

.text-span-13 {
  font-style: normal;
}

.column-2 {
  border: 0 solid #d4bfa0;
  margin-top: 5px;
}

.text-span-14, .text-span-15 {
  font-weight: 400;
}

.home {
  width: 1140px;
  height: 37.2px;
  max-width: 530px;
  color: #6b6b6b;
  border: 1px solid #fff;
  margin: 26px auto 0;
  padding-right: 0;
  font-size: .8vw;
  line-height: 1.5vw;
}

.home.llp {
  margin-top: 36px;
}

.column-3 {
  padding-left: 0;
  padding-right: 0;
}

.text-span-16 {
  text-transform: capitalize;
  margin-left: 6px;
  padding-left: 0;
}

.text-span-16.sve {
  color: #000;
  padding-left: 0;
}

.text-span-17, .text-span-18 {
  color: #c2c2c2;
}

.image-13 {
  margin-bottom: 80px;
}

.column-4 {
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 0;
}

.image-14 {
  margin-bottom: 95px;
}

.image-15 {
  max-height: 530px;
  max-width: 950px;
  text-align: left;
  margin-top: -72px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-7 {
  height: 630px;
  max-height: 1080px;
  max-width: 1350px;
  background-color: #000;
  background-image: url('../images/nero-colorato-copia.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.image-16 {
  max-height: 930px;
  opacity: 1;
  mix-blend-mode: normal;
  border: 30px solid #fff;
  border-radius: 0;
  margin-top: 32px;
  padding-left: 183px;
  padding-right: 183px;
}

.bold-text, .bold-text-2 {
  font-weight: 400;
}

.image-17 {
  margin-bottom: 80px;
}

.button-2 {
  background-color: #000;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
}

.text-block-6, .text-block-7 {
  font-size: 15px;
}

.text-block-8 {
  color: #000;
  margin-top: 10px;
  font-size: 16px;
}

.text-span-19, .text-span-20, .text-span-21, .text-span-22 {
  font-weight: 400;
}

.text-span-23 {
  color: #acacac;
  font-size: 13px;
}

.image-18 {
  margin-left: 200px;
  margin-right: 0;
  padding-left: 200px;
  padding-right: 0;
}

.text-block-9 {
  text-align: center;
  margin-top: -47px;
}

.text-block-9.text-block-7 {
  margin-top: -75px;
}

.text-span-24 {
  font-size: 15px;
  line-height: 28px;
}

.text-span-25, .text-span-26 {
  font-style: italic;
}

.paragraph-14 {
  text-align: right;
  margin-bottom: 0;
  margin-left: 60px;
  margin-right: 220px;
  font-size: 14px;
}

.column-5 {
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.column-6 {
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-15 {
  margin-bottom: 0;
  margin-left: 220px;
  padding-right: 60px;
  font-size: 14px;
}

.text-span-27, .text-span-28 {
  font-weight: 600;
}

.block-quote-3 {
  color: #000;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/coloreee.jpg');
  background-position: 0 0;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 19px;
  font-weight: 500;
}

.block-quote-3.tre {
  color: #c5c1c1;
  text-align: left;
  background-color: #d7d7d7;
  background-image: none;
  margin: 51px 0 0 200px;
  padding-left: 40px;
  padding-right: 0;
  font-size: 19px;
  font-weight: 500;
}

.block-quote-3.tre.ujujuj {
  background-color: #838383;
}

.text-span-29, .text-span-30 {
  font-weight: 500;
}

.text-span-31 {
  color: rgba(0, 0, 0, .98);
  -webkit-text-fill-color: transparent;
  background-color: #000;
  -webkit-background-clip: text;
  background-clip: text;
  font-style: italic;
  font-weight: 500;
}

.text-span-32 {
  color: #000;
  -webkit-text-fill-color: transparent;
  background-color: #000;
  -webkit-background-clip: text;
  background-clip: text;
  font-style: italic;
}

.op {
  -webkit-text-fill-color: transparent;
  background-color: #000;
  -webkit-background-clip: text;
  background-clip: text;
  font-style: italic;
}

.image-19 {
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-block {
    text-align: center;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    width: 80%;
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    width: 80%;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    width: 80%;
    text-align: center;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .divider.uuuuuuuuu {
    margin-top: -28px;
  }

  .label.cc-light.centro.dra.coll {
    margin-top: 174px;
    font-size: 13px;
  }

  .label.opt.telefono0, .label.telefono0 {
    text-align: left;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-jumbo-small.digital.ooo.oooo.jjj {
    font-size: 13px;
  }

  .heading-jumbo-small.digital.ooo.oooo.jjj.yes.berbie {
    font-size: 24px;
  }

  .heading-jumbo-small.digital.ooo.oooo.jjj.yes.berbie.uuhuh {
    line-height: 27px;
  }

  .heading-jumbo-small.digital.ooo.oooo.jjj.yes.berbie.uuhuh.uuuuuu {
    margin-top: 100px;
  }

  .heading-jumbo-small.yu.a.oii {
    font-size: 19px;
    line-height: 38px;
  }

  .heading-jumbo-small.yu.a.oii.poik.pol.pep.okokok {
    margin-top: -111px;
  }

  .menu-icon {
    z-index: auto;
    float: right;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .menu {
    margin-left: 15px;
  }

  .menu.telephome {
    justify-content: flex-end;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header.cell {
    background-position: 50%;
  }

  .intro-header.cell.yu {
    margin-left: 0;
    margin-right: 0;
  }

  .intro-header.cell.yu.celluio {
    margin-left: -20px;
    margin-right: -20px;
  }

  .intro-header.cell.yu.celluio.opopip {
    margin-top: 86px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .details-wrap.tel {
    text-align: center;
    margin-left: -20px;
  }

  .details-wrap.tell, .details-wrap.tey {
    margin-left: -20px;
  }

  .map.ooooo {
    margin-top: 140px;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .contact-email-link.teyy, .section-heading.tele2 {
    text-align: left;
  }

  .about-grid {
    grid-template-rows: .25fr auto;
    grid-template-columns: minmax(290px, .25fr);
  }

  .work-heading._44.olol {
    margin-top: -24px;
    font-size: 20px;
  }

  .text-span.cell {
    color: #fff;
  }

  .text-block-2.bio {
    text-align: justify;
  }

  .text-block-2.bio.tele {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .image.raaas {
    max-width: 290px;
  }

  .image.raaas.plpl {
    margin-bottom: 60px;
  }

  .image-3.kokl, .image-3.jojo, .image-3.mok, .image-3.lpl {
    margin-left: auto;
  }

  .offset.off.yes.nonono {
    font-size: 24px;
  }

  .div-block-4.quattro {
    height: 80px;
  }

  .text-block-3 {
    margin-top: -127px;
    font-size: 11px;
    line-height: 16px;
  }

  .text-block-3.tre.treno {
    height: 125px;
    padding-top: 48px;
    padding-bottom: 0;
  }

  .text-block-3.tre.treno.tttpp.jiiiiiiii {
    padding-bottom: 45px;
  }

  .text-block-3.tre.treno.tttpp.jiiiiiiii.oik {
    height: 140px;
    padding-bottom: 0;
  }

  .text-block-3.tre.treno.tttpp.jiiiiiiii.oik.iiiii {
    padding-top: 50px;
  }

  .text-block-3.tre.treno.tttpp.jiiiiiiii.oik.iiiii.mei {
    height: 123px;
    padding-top: 46px;
  }

  .text-block-3.tre.treno.uhuhuhuhu {
    height: 87px;
    padding-top: 78px;
    padding-bottom: 61px;
  }

  .text-block-3.tre.treno.uhuhuhuhu.cra {
    padding-top: 41px;
    padding-bottom: 72px;
  }

  .text-block-3.klkl {
    padding-top: 25px;
  }

  .paragraph-7 {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    font-size: 3vw;
    line-height: 25px;
  }

  .paragraph-7.italiano.tele {
    line-height: 7.5vw;
  }

  .paragraph-7.italiano.tele.caaas {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    line-height: 7vw;
  }

  .paragraph-7.italiano.tele.caaas.iy {
    padding-left: 0;
    padding-right: 0;
    font-size: 9px;
    line-height: 6vw;
  }

  .paragraph-7.tele {
    font-size: 3.5vw;
    line-height: 7.5vw;
  }

  .paragraph-7.tele._00.caaal, .paragraph-7.tele._00.caaal-copy {
    text-align: center;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .paragraph-7.tele._00.caaal-copy.caaaal {
    line-height: 7vw;
  }

  .paragraph-7.tele._00.caaal-copy.caaaal.lk {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 9px;
    line-height: 6vw;
  }

  .image-10 {
    margin-left: 0;
  }

  .image-10.kool {
    margin-top: -84px;
  }

  .image-10.kool.pol {
    margin-top: 0;
    margin-left: auto;
  }

  .image-10.kool.pol.ololol {
    margin-top: -20px;
  }

  .heading.home.uuu {
    width: 620px;
    height: 160px;
    max-width: 290px;
    font-size: 12px;
    line-height: 20px;
  }

  .text-span-8.uuuu, .text-span-9 {
    font-size: 11px;
  }

  .div-block-5.cinque.telefono {
    margin-left: 0;
  }

  .paragraph-9.b.kkkk, .paragraph-9.b.kkkk.opppp.oui.oiu {
    padding-left: 0;
  }

  .paragraph-9.tg.fue {
    margin-bottom: 40px;
    padding-right: 0;
  }

  .paragraph-9.tg.fue.all.oiu {
    padding-right: 0;
  }

  .grid.tellg {
    max-width: 100%;
  }

  .paragraph-11.llll {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-13.ola.opj {
    margin-right: 0;
  }

  .paragraph-13.pppp {
    max-width: 280px;
    margin-left: 20px;
    margin-right: 0;
  }

  .home.llp.faaas {
    width: 589vw;
    height: 40vw;
    max-width: 90vw;
    text-align: left;
    font-size: 3.6vw;
    line-height: 6vw;
  }

  .text-block-7.gicoo {
    margin-top: -9px;
    font-size: 13px;
  }

  .text-block-8.tttt {
    margin-top: 26px;
    font-size: 12px;
  }

  .text-span-24.kkkkk.hddh {
    font-size: 13px;
  }

  .paragraph-14.telefono {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-15.telefono {
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 0;
  }

  .block-quote-3.tre.ujujuj {
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 15px;
  }
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-f6d0761e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-f6d0761e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3c-f6d0761e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-deef49a8-b4ff-1f82-6764-770209ccb695-f6d0761e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-deef49a8-b4ff-1f82-6764-770209ccb69f-f6d0761e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-deef49a8-b4ff-1f82-6764-770209ccb6a0-f6d0761e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-7bd07628 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-7bd07628 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-1fd0762a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-1fd0762a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-6fd0762b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-6fd0762b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-bad0762c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-bad0762c {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d34-f6d0761e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-f6d0761e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-deef49a8-b4ff-1f82-6764-770209ccb695-f6d0761e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-deef49a8-b4ff-1f82-6764-770209ccb69f-f6d0761e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-7bd07628, #w-node-_421df62a-c217-12af-eee8-27f88a387928-1fd0762a, #w-node-_421df62a-c217-12af-eee8-27f88a387928-6fd0762b, #w-node-_421df62a-c217-12af-eee8-27f88a387928-bad0762c {
    grid-area: 2 / 1 / 3 / 2;
  }
}


