.listino-category-title{
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
}

.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;
}

body {
  color: #010101;
  background-color: #e9e4de;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  max-width: 18ch;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  color: #636363;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

p {
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.2;
}

.card-container {
  background-color: #f3f3f5;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 20px;
  display: flex;
}

.card-paragraph {
  margin-bottom: 0;
}

.style-guide-title {
  color: #222;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 5px;
  padding-left: 18px;
  font-size: 22px;
  font-weight: 500;
  line-height: 44px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.card {
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  margin: 15px;
  padding: 40px;
  text-decoration: none;
  transition: all .15s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.card:hover {
  margin: 12px;
  padding: 43px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.success-message {
  color: #20ce7b;
  background-color: rgba(32, 206, 123, .1);
  border-radius: 4px;
}

.color-block {
  height: 70px;
  background-color: #ebebeb;
  border-radius: 4px;
  margin-top: 30px;
}

.color-block.cc-light-grey-2 {
  background-color: #ccc;
}

.color-block.cc-font-color-light {
  background-color: #727272;
}

.color-block.cc-bg-color-light {
  background-color: #f5f5f7;
}

.color-block.cc-brand-color-1 {
  background-color: #010101;
}

.color-block.cc-brand-color-6 {
  background-color: #fac436;
}

.color-block.cc-brand-color-3 {
  background-color: #f0ece8;
}

.color-block.cc-brand-color-2 {
  background-color: #e9e4de;
}

.color-block.cc-light-grey-1 {
  background-color: #f3f3f5;
}

.color-block.cc-dark-grey-1 {
  background-color: #636363;
}

.color-block.cc-font-color-dark {
  background-color: #393939;
}

.color-block.cc-brand-color-5 {
  background-color: #cac5c1;
}

.color-block.cc-font-color-bg-dark {
  background-color: #b0b9c5;
}

.color-block.cc-brand-color-7 {
  background-color: #dd901b;
}

.color-block.cc-brand-color-8 {
  background-color: #e64510;
}

.color-block.cc-brand-color-4 {
  background-color: #e4e0db;
}

.color-block.cc-dark-grey-2 {
  background-color: #f5f5f7;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.tab-pane {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 30px 40px 40px;
}

.tab-menu {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-left: 5px;
  padding-right: 5px;
  box-shadow: inset 0 -1px #ccc;
}

.tabs {
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #ccc;
}

.card-wrap {
  flex: 0 0 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.style-guide-label {
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 11px;
  line-height: 11px;
}

.style-guide-label.cc-box {
  justify-content: space-between;
  display: flex;
}

.tab-link {
  color: #aaa;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.tab-link:hover {
  color: #222;
}

.tab-link.w--current {
  color: #222;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 -1px #333;
}

.style-guide-label-link {
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
  text-decoration: none;
  display: inline-block;
}

.style-guide-label-link:hover {
  text-decoration: underline;
}

.card-title {
  margin-top: 0;
}

.error-message {
  color: #ec3872;
  text-align: center;
  background-color: rgba(236, 56, 114, .1);
  border-radius: 4px;
}

.style-guide-logo-box {
  background-image: none;
  background-position: 0 0;
  background-size: 16px;
  border: 1px solid #aaa;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.style-guide-logo-box.cc-dark {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), none;
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

.style-guide-logo-box.cc-light {
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), none;
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

.style-guide-content {
  padding-top: 40px;
}

.type-column-1 {
  padding-right: 20px;
}

.input {
  height: 44px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: 44px;
}

.input:hover {
  border-color: #636363;
}

.input:focus {
  border-color: #3898ec;
}

.input.cc-long {
  height: auto;
  min-height: 150px;
  line-height: 24px;
}

.style-guide-divider {
  width: 100%;
  height: 1px;
  background-color: #f3f3f5;
  margin-top: 20px;
  margin-bottom: 10px;
}

.style-guide-section {
  background-color: #fff;
  border-radius: 4px;
  margin: 20px;
  padding: 60px 30px;
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.white-bg {
  color: #060606;
  background-color: #f5f5f7;
}

.button {
  color: #fff;
  letter-spacing: .5px;
  background-color: #010101;
  border-radius: 1000px;
  align-items: center;
  padding: 8px 40px 11px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}

.button:hover {
  transform: translate(-2px, -2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.style-guide-wrap {
  background-color: #f3f3f5;
  padding-top: 1px;
  padding-bottom: 1px;
}

.navbar-wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(233, 228, 222, .9);
  padding: 10px 60px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.mycontain {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.mycontain.navbar {
  max-width: 1100px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.mycontain.hero-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.mycontain.listino {
  max-width: 800px;
}

.navlink {
  padding-top: 7px;
  padding-bottom: 7px;
}

.navlink:hover {
  color: #696461;
}

.navlink.w--current {
  color: #4d4039;
}

.navlink.button {
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  display: inline-block;
}

.navlink.button.navbar {
  margin-left: 10px;
}

.logo-header {
  height: 60px;
}

.section {
  padding: 30px 60px;
}

.section.hero-section {
  min-height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 80%, #f0ece8 80%);
}

.section.sezione-chiaro {
  background-color: #f0ece8;
}

.h2-subtitle {
  max-width: 30ch;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
}

.hero-img {
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.lightbox {
  max-width: 800px;
}

.team-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  margin-top: 60px;
}

.text-wrapper {
  max-width: 450px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10%;
  display: flex;
}

.margin-btm-20 {
  margin-bottom: 20px;
}

.img-wrapper {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.absolute-img-animate {
  width: 100%;
  height: 100%;
  background-color: #f0ece8;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.title-grid {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  align-items: end;
  margin-top: 40px;
}

.membri-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 10px;
  margin-bottom: 20px;
}

.membri-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.membri-img {
  border-radius: 8px;
}

.slider {
  width: 100%;
  height: 600px;
  max-width: 500px;
  border-radius: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.img-slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.servizi-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  margin-top: 60px;
}

.servizi-card {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.servizi-icon-wrapper {
  width: 80px;
  height: 80px;
  background-image: linear-gradient(131deg, #0e0e0d 49%, #4d4039);
  border-radius: 10px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.servizi-text-wrapper {
  max-width: 40ch;
  margin-left: 10px;
}

.h3-servizi {
  margin-top: 10px;
}

.servizi-text {
  margin-top: 3px;
  font-size: .9rem;
}

.listino-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 5px 1fr;
}

.linea-listino {
  width: 2px;
  background-color: #cac5c1;
  border-radius: 10px;
}

.listino-text-wrapper {
  justify-content: space-between;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1rem;
  line-height: 1.4;
  display: flex;
}

.listino-maxi-taxt-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 100px;
}

.product-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.price-wrapper {
  width: 50%;
  justify-content: space-around;
  display: flex;
}

.prezzo {
  font-weight: 700;
}

.prezzo-scontato {
  color: #868686;
  text-decoration: line-through;
}

.prezzo-scontato.hide {
  display: none;
}

.img-prodotto {
  border: 1px solid #cac5c1;
  border-radius: 10px;
}

.footer-subscribe {
  background-color: #cac5c1;
  padding: 50px 30px 40px;
  position: relative;
}

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  width: 460px;
  height: 48px;
  border: 1px #000;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: #0e0e0d;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-block.hide {
  display: none;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.footer-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-footer {
  color: #4d4039;
  margin-top: 20px;
  font-size: .9rem;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3rem;
  }

  .navbar-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mycontain.hero-container {
    margin-top: 60px;
  }

  .nav-menu {
    background-color: #e4e0db;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navlink {
    text-align: center;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .menu-button {
    padding: 4px;
  }

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

  .icon {
    color: #010101;
    font-size: 28px;
  }

  .icon:focus {
    color: #010101;
  }

  .section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .h2-subtitle {
    font-size: 1.2rem;
  }

  .container {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-block-three, .footer-social-block-three {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.1rem;
  }

  .card-wrap {
    flex: 1;
  }

  .navbar-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .h2-subtitle {
    margin-top: 0;
    font-size: 1.1rem;
  }

  .team-grid {
    flex-direction: column;
    display: flex;
  }

  .text-wrapper {
    align-self: center;
    margin-top: 0%;
  }

  .img-wrapper {
    height: 400px;
    max-width: 400px;
    align-self: center;
  }

  .slider {
    height: 400px;
    max-width: 300px;
    position: relative;
    top: 0;
  }

  .servizi-grid {
    grid-template-columns: 1fr;
  }

  .price-wrapper {
    width: 100%;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .team-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-wrapper {
    margin-top: 10px;
  }

  .title-grid {
    grid-template-columns: 1fr;
  }

  .membri-grid {
    grid-template-columns: 1fr 1fr;
  }

  .slider {
    height: 430px;
    max-width: 390px;
  }

  .servizi-grid {
    margin-top: 0;
  }

  .listino-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .linea-listino {
    display: none;
  }

  .listino-maxi-taxt-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .product-grid {
    grid-template-columns: 1fr 1fr;
  }

  .container {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-wrapper-three {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-block-three {
    align-items: center;
  }

  .footer-social-block-three {
    justify-content: center;
    margin-left: 0;
  }

  .footer-social-link-three {
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-text-wrapper {
    align-items: center;
  }
}

#w-node-_04043ae7-fe1f-554e-e008-034f36fadbbd-87f4a2e3, #w-node-fa798af0-4919-706c-a22e-7244a8f353b3-87f4a2e3, #w-node-c8e6975b-fbe3-0034-d1f4-010bc82b3f1a-87f4a2e3, #w-node-eb3042c5-507e-178e-4fbd-3f480011c85f-87f4a2e3, #w-node-_3f84f4b7-a414-fd2d-1256-d31e3fa64ae8-87f4a2e3, #w-node-_927ea765-ca45-2b84-2e49-928e679201cc-87f4a2e3, #w-node-e184e4ee-f20f-8d6c-1fbc-8c0e6feae0aa-87f4a2e3, #w-node-fcc5b8e1-19f5-fe44-f238-987c0f71758d-87f4a2e3, #w-node-_223463fa-8060-b0d1-be7e-95563c65c546-87f4a2e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8bfb647b-77e4-60d2-a699-9a049fcdb30f-87f4a2e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ed40f987-e2af-4a6b-a7b0-d854b285104c-87f4a2e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7eaddf7-7a8b-9203-9505-9d600d95bf01-87f4a2e3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f939d722-1a10-4191-0c72-1c534eedc4ed-87f4a2e3, #w-node-_13680e98-9c64-8304-b3df-ba11659a1313-87f4a2e3, #w-node-a65f96b2-bb8c-df4b-903b-9777f6ac3a33-87f4a2e3, #w-node-a65f96b2-bb8c-df4b-903b-9777f6ac3a38-87f4a2e3, #w-node-_632eb619-b229-67d0-9525-20f076398031-87f4a2e3, #w-node-f252985d-b100-ced1-4b9b-9d8f99b1113c-87f4a2e3, #w-node-d28aec66-9047-e3d6-9bd8-363870d899f6-87f4a2e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-ed40f987-e2af-4a6b-a7b0-d854b285104c-87f4a2e3 {
    justify-self: center;
  }
}