.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.page_wrapper {
  position: relative;
}

.navbar_container {
  z-index: 100;
  width: 100%;
  background-color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}

.navbar {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 48px;
  padding-right: 48px;
  position: relative;
}

.body {
  color: #2f363e;
  background-color: rgba(185, 155, 97, .06);
  font-family: Fira Sans, sans-serif;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: visible;
}

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

.logo {
  align-items: center;
  display: flex;
}

.logo-image {
  width: 60%;
  max-width: 100%;
  display: inline-block;
}

.primary_navigation {
  color: #3d3a34;
  flex: 1;
  justify-content: flex-end;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.nav_link {
  color: #2f363e;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.nav_link:hover {
  font-weight: 500;
}

.nav_link.w--current {
  color: #2f363e;
  font-weight: 500;
}

.hero_section {
  background-color: #1d4545;
  margin-top: 84px;
  padding-top: 165px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.hero_section.fornitori {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.content_wrapper {
  position: relative;
}

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

.content_wrapper.flex.margin-top {
  align-items: center;
  margin-top: 130px;
}

.content_wrapper.flex.center {
  flex-direction: column;
  justify-content: center;
}

.content_wrapper.grid {
  grid-column-gap: 30px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content_wrapper.flex-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content_wrapper._80vh {
  height: 80vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.intro {
  width: 50%;
}

.intro.center {
  width: 70%;
  text-align: center;
}

.intro.center.maxw {
  width: 50%;
  align-items: center;
  position: static;
}

.intro.padding-right {
  padding-right: 100px;
}

.intro.padding-left {
  width: 50%;
  padding-left: 50px;
}

.intro.relative {
  position: relative;
  top: -40px;
}

.intro.maxw {
  z-index: 1;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
}

.label {
  color: #00ad8f;
  background-color: rgba(0, 173, 143, .1);
  border-radius: 4px;
  margin-bottom: 16px;
  padding: 4px 8px;
  font-weight: 500;
  display: inline-block;
}

.label.dark {
  color: #fff;
  background-color: rgba(0, 0, 0, .3);
  margin-bottom: 16px;
  display: inline-block;
}

.h1 {
  margin-top: 0;
  font-size: 44px;
  line-height: 60px;
}

.h1.white {
  color: #fff;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 56px;
}

.paragraph-big {
  color: #798099;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.paragraph-big.white {
  color: #fff;
  margin-bottom: 24px;
}

.paragraph-big.bigger {
  color: #2f363e;
  font-size: 28px;
  line-height: 40px;
}

.button {
  text-transform: uppercase;
  background-color: #277568;
  border-radius: 4px;
  padding: 14px 24px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  transition: box-shadow .4s, transform .4s;
}

.button:hover {
  transform: translate(0, -3px);
  box-shadow: 0 6px 12px -2px rgba(39, 117, 104, .6);
}

.button.darker-shadow:hover {
  box-shadow: 0 6px 12px -2px rgba(33, 63, 58, .6);
}

.button.darker-shadow.margin-right {
  margin-right: 16px;
}

.button.darker-shadow.footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 4px;
  display: flex;
}

.button.grow {
  width: 100%;
  text-align: center;
}

.button.hidden-desktop {
  display: none;
}

.button.badge {
  background-color: rgba(0, 0, 0, 0);
  margin-right: 16px;
  padding: 0;
}

.button.badge.footer {
  width: 120px;
  text-align: right;
  margin-left: 16px;
  margin-right: 0;
}

.button.badge.footer:hover {
  box-shadow: 0 6px 12px -2px rgba(113, 117, 117, .6);
}

.side-image {
  width: 65%;
  padding-bottom: 0;
}

.side-image.flex-right {
  justify-content: flex-end;
  display: flex;
}

.side-image.flex-right._50 {
  width: 50%;
}

.circle {
  width: 486px;
  height: 486px;
  background-color: #ffc963;
  border-radius: 320px;
  position: relative;
}

.circle.green {
  background-color: #277568;
  justify-content: center;
  align-items: center;
  display: flex;
}

.circle.green.darker {
  background-color: #1d4545;
}

.circle.green.square {
  width: 600px;
  height: 474px;
  background-color: #c9ddda;
  border-radius: 12px;
}

.circle.orange {
  background-color: #ffb72e;
  justify-content: center;
  align-items: center;
  display: flex;
}

.circle.bigger {
  width: 800px;
  height: 800px;
  border-radius: 600px;
  flex-flow: column;
  flex: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.phone {
  position: absolute;
  bottom: 50px;
  left: 95px;
}

.phone._2 {
  position: absolute;
  top: 15%;
  bottom: auto;
  left: auto;
  right: auto;
}

.phone._3 {
  z-index: 1;
  position: absolute;
  bottom: 80px;
  left: auto;
}

.chef-bubble {
  max-width: 50%;
  position: absolute;
  top: -50px;
  bottom: auto;
  left: -120px;
  right: auto;
}

.feature {
  width: 33%;
  padding-right: 0%;
}

.feature.middle {
  margin-left: 8%;
  margin-right: 8%;
}

.feature.middle.stroke {
  margin-left: 3%;
  margin-right: 3%;
}

.feature.stroke {
  border: 1px solid #e6e8f0;
  padding: 22px;
}

.icon-box {
  width: 60px;
  height: 60px;
  border: .5px solid #fff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.icon-box.white {
  background-image: linear-gradient(27deg, #fbf9f6, #fff 100%, #fbf9f6);
  box-shadow: 0 1px 2px rgba(107, 95, 72, .4);
}

.h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}

.h4.white {
  color: #fff;
  margin-bottom: 12px;
}

.p {
  color: #798099;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.p.white {
  color: #fff;
}

.p.white.small {
  opacity: .8;
  font-size: 15px;
  line-height: 22px;
}

.p.small {
  font-size: 15px;
  line-height: 22px;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section.white {
  background-color: #fff;
}

.section.nopaddingtop {
  padding-top: 0;
}

.section.nopaddingtop.green {
  background-color: #1d4545;
}

.section.green {
  background-color: #277568;
}

.section.green.dark {
  background-color: #1d4545;
}

.section.footer {
  background-color: #fff;
  border-top: 1px solid #e6e8f0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.logos-carousel {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.logos-carousel.tablet {
  display: none;
}

.divider {
  width: 100%;
  height: 40px;
}

.divider._80 {
  height: 80px;
}

.divider._120 {
  height: 120px;
}

.loghi-container {
  height: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.loghi-container.mobile {
  display: none;
}

.logo-container {
  width: 25%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide {
  height: 100%;
}

.left-arrow {
  width: 56px;
  height: 56px;
  border: .5px solid #798099;
  border-radius: 200px;
  left: -80px;
}

.arrow-icon {
  color: #2f363e;
  font-size: 20px;
  line-height: 20px;
}

.right-arrow {
  width: 56px;
  height: 56px;
  border: .5px solid #798099;
  border-radius: 200px;
  right: -80px;
}

.h2 {
  margin-top: 0;
  font-weight: 500;
  line-height: 40px;
}

.h2.white {
  color: #fff;
}

.fornitore-highlight {
  margin-bottom: 16px;
  position: relative;
}

.fornitore-highlight.eden {
  left: 75px;
}

.fornitore-highlight.lorenzo {
  left: 28px;
}

.fornitore-box {
  box-shadow: 0 10px 19px rgba(163, 163, 164, .18);
}

.fornitori-wrapper {
  position: relative;
  top: 58px;
  left: 181px;
}

.navas {
  z-index: 2;
  position: relative;
  bottom: 142px;
  left: -123px;
}

.navas-img {
  box-shadow: 7px 7px 26px rgba(0, 0, 0, .1);
}

.edenfrutta {
  filter: blur(3px);
  position: absolute;
  bottom: 165px;
  left: auto;
  right: -35px;
}

.edenfrutta-img {
  box-shadow: 3px 3px 19px rgba(163, 163, 164, .18);
}

.details-pop {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  bottom: 57px;
  left: 148px;
}

.eden-pop {
  margin-bottom: 10px;
  box-shadow: -5px 5px 17px rgba(163, 163, 164, .18);
}

.ortofrutta-highlight {
  z-index: 2;
  position: absolute;
  bottom: 38.5px;
}

.ortofrutta-highlight-img {
  box-shadow: 0 5px 6px rgba(163, 163, 164, .18);
}

.h5 {
  font-size: 18px;
  font-weight: 500;
}

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

.the-width-400vh-scrollable-div {
  width: auto;
  height: auto;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.the-content {
  width: 300vh;
  height: auto;
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.the-sticky-div-title {
  z-index: 300;
  width: 100%;
  color: #2f363e;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: rgba(52, 152, 219, 0);
  margin-top: 0;
  margin-bottom: 56px;
  font-family: Fira Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  position: static;
  top: 0;
  left: 0;
  right: 0;
  transform: perspective(2000px);
}

.a-block {
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 38px;
  display: flex;
  overflow: hidden;
}

.the-overflow-hidden-mask {
  z-index: 200;
  width: 300vh;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 90px;
  position: relative;
  top: 0;
  overflow: visible;
}

.the-height-400vh-section {
  height: 60vh;
  background-color: #fff;
  border-top: 60px rgba(36, 36, 36, .09);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.the-height-400vh-section:focus {
  box-shadow: inset 0 0 0 85px rgba(255, 0, 0, .29);
}

.the-sticky-div {
  width: 100vw;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-top: 90px;
  padding-bottom: 90px;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: auto;
  overflow: hidden;
}

.night-sky-fixed-background {
  z-index: 100;
  width: 800vh;
  height: 100%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
}

.category-name {
  text-align: center;
  position: relative;
  top: -19px;
}

.navbar_shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, .18);
}

.dynamic_column {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 100%;
  grid-auto-columns: 1fr;
  display: grid;
}

.dynamic_column.margin-top {
  margin-top: 160px;
}

.review-1 {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  font-family: Roboto, sans-serif;
  display: flex;
  box-shadow: 0 15px 30px rgba(29, 69, 69, .7);
}

.review-v1-text {
  color: #798099;
  margin: 32px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.review-v1-bottom {
  border-top: 1px solid rgba(121, 128, 153, .18);
  align-items: center;
  padding: 24px 32px;
  display: flex;
}

.review-v1-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  flex: none;
}

.review-v1-info {
  flex: 1;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.review-v1-name {
  font-size: 15px;
  font-weight: 500;
}

.review-v1-company {
  color: #798099;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
}

.review-v1-rating {
  flex: none;
  align-items: center;
  padding: 8px;
  display: flex;
}

.review-v1-star {
  width: 16px;
  margin-left: 1px;
  margin-right: 1px;
}

.partners-wrapper {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.partner {
  width: 33%;
  height: 200px;
  border: 1px solid #e6e8f0;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 28px;
  display: flex;
}

.partner:hover {
  box-shadow: 0 16px 30px rgba(146, 134, 117, .1);
}

.partner.middle {
  margin-left: 24px;
  margin-right: 24px;
}

.contact-form {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
}

.contact-form-wrapper {
  color: #2f363e;
  background-color: #fff;
  border-radius: 13px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px;
  box-shadow: 0 26px 30px rgba(146, 134, 117, .12);
}

.contact-form-wrapper.mobile {
  display: none;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  display: grid;
}

.text-field {
  height: 48px;
  min-width: 250px;
  color: #798099;
  border: 1px solid #e6e8f0;
  border-radius: 5px;
  padding: 8px 24px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.text-field::-ms-input-placeholder {
  color: #c2c2c2;
}

.text-field::placeholder {
  color: #c2c2c2;
}

.text-field.area {
  height: auto;
  min-height: 224px;
  color: #798099;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-field.area::-ms-input-placeholder {
  color: #c2c2c2;
}

.text-field.area::placeholder {
  color: #c2c2c2;
}

.field-label {
  color: #798099;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  font-weight: 500;
}

.radio-button {
  margin-bottom: 20px;
}

.radio-circle.w--redirected-checked {
  border-color: #00ad8f;
}

.footer_grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-left {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

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

.footer-column.horizontal {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.footer_heading {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.footer_link {
  color: #2f363e;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 32px;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.footer_link.telefono {
  flex-flow: column wrap;
  align-items: flex-end;
}

.footer_link.telefono.last {
  padding-bottom: 0;
}

.contact-icon {
  margin-right: 10px;
}

.social-link {
  width: 32px;
  height: 32px;
  border: 1px solid #e6e8f0;
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.p-iva {
  color: #bdbdbd;
  margin-top: 80px;
  font-size: 16px;
  font-weight: 400;
}

.p-iva.tablet {
  display: none;
}

.footer-bottom {
  border-top: 1px solid #e6e8f0;
  justify-content: space-between;
  margin-top: 32px;
  padding-top: 32px;
  padding-bottom: 0;
  display: flex;
}

.link-left {
  align-items: flex-start;
  display: flex;
}

.poweredby {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
}

.pushapplink {
  color: #2f363e;
  line-height: 14px;
  text-decoration: none;
}

.center-image {
  z-index: 1;
  position: relative;
  top: 53px;
  bottom: 0;
}

.square {
  width: 600px;
  height: 474px;
  background-color: #c9ddda;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.square.orange {
  background-color: #ffc963;
}

.square.green-pop {
  background-color: #00ad8f;
}

.flying-pc {
  position: relative;
  bottom: 26px;
}

.flying-pc-2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.zoom-on {
  position: relative;
  bottom: 152px;
  left: 148px;
}

.imac-archivio {
  width: 85%;
  position: relative;
  bottom: -10px;
}

.image-screen {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dashboard-statistiche {
  width: 80%;
  border-radius: 4px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .3);
}

.alert-success-message {
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 41px;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  box-shadow: 1px 8px 15px rgba(0, 0, 0, .1);
}

.succcess-message {
  margin-bottom: 24px;
}

.art-13-link {
  color: #277568;
  text-decoration: underline;
}

.badge-container {
  flex-wrap: wrap;
  display: flex;
}

.badge-container.footer {
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.social-wrapper {
  display: flex;
}

.store-footer {
  max-width: 100%;
}

.phone-link {
  color: #2f363e;
  margin-top: 0;
  text-decoration: none;
}

.phone-link._2 {
  width: 100%;
  margin-top: 4px;
  padding-left: 35px;
  display: block;
}

.telefono-first-line {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.slide-nav {
  display: block;
}

@media screen and (max-width: 991px) {
  .page_wrapper {
    overflow: visible;
  }

  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    z-index: 2;
  }

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

  .nav_link {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero_section {
    margin-top: 0;
    padding-top: 200px;
    padding-bottom: 150px;
  }

  .content_wrapper.flex {
    flex-flow: wrap;
    justify-content: center;
  }

  .content_wrapper.flex.margin-top {
    flex-direction: column-reverse;
    align-items: center;
  }

  .content_wrapper.flex.center {
    align-items: center;
  }

  .content_wrapper.flex.wrap {
    flex-wrap: wrap;
  }

  .content_wrapper.grid {
    width: 100%;
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    position: relative;
  }

  .intro.center {
    width: 90%;
  }

  .intro.center.maxw {
    width: 100%;
    max-width: 580px;
    margin-bottom: 45px;
  }

  .intro.center.maxw.nomarginbottom {
    margin-bottom: 0;
  }

  .intro.center.maxw.nomarginbottom._400 {
    max-width: 400px;
  }

  .intro.padding-right {
    width: 100%;
    max-width: 540px;
    margin-top: 8%;
    padding-right: 0;
  }

  .intro.padding-right.last-child-tablet {
    order: 1;
  }

  .intro.padding-left {
    width: 100%;
    max-width: 540px;
    margin-top: 12%;
    padding-left: 0;
  }

  .intro.padding-left.margin8tablet {
    margin-top: 8%;
  }

  .intro.relative {
    width: 100%;
    max-width: 580px;
    flex-direction: column;
    order: 1;
    align-items: center;
    margin-top: 56px;
    display: flex;
    top: 0;
  }

  .intro.maxw {
    z-index: 1;
    top: 160px;
  }

  .label {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .label.dark {
    font-size: 12px;
    line-height: 16px;
  }

  .h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .h1.white {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph-big.white {
    text-align: center;
  }

  .button.hidden-desktop {
    display: inline-block;
  }

  .button.badge {
    margin-left: 16px;
  }

  .button.badge.footer {
    margin-left: 0;
    margin-right: 16px;
  }

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

  .side-image.flex-right {
    width: 100%;
    justify-content: center;
  }

  .side-image.flex-right._50 {
    width: 100%;
  }

  .circle {
    width: 400px;
    height: 400px;
  }

  .circle.bigger {
    width: 650px;
    height: 650px;
    flex: none;
    justify-content: center;
  }

  .phone {
    max-width: 60%;
    bottom: 47px;
    left: 77px;
  }

  .phone._2 {
    top: auto;
  }

  .phone._3 {
    bottom: 48px;
  }

  .chef-bubble {
    max-width: 35%;
    top: -17px;
    left: -20px;
  }

  .feature {
    width: 100%;
    max-width: 580px;
    margin-bottom: 40px;
    padding-right: 0%;
  }

  .feature.middle {
    margin-left: 0%;
    margin-right: 0%;
  }

  .h4.white {
    font-size: 18px;
    line-height: 22px;
  }

  .section.white {
    overflow: hidden;
  }

  .section.white.less-paddin-bottom-tablet {
    padding-bottom: 20px;
  }

  .section.nopaddingtop.green {
    padding-bottom: 80px;
  }

  .section.green {
    padding-top: 104px;
    padding-bottom: 80px;
  }

  .logos-carousel {
    display: none;
  }

  .logos-carousel.tablet {
    display: block;
  }

  .divider {
    height: 30px;
  }

  .divider._80.higher-mobile {
    height: 150px;
  }

  .loghi-container.mobile {
    height: auto;
    flex-wrap: nowrap;
    margin-top: 44px;
    display: none;
    overflow: auto;
  }

  .logo-container {
    width: 50%;
    flex: none;
  }

  .h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .fornitore-highlight.eden {
    left: -345px;
  }

  .fornitore-highlight.lorenzo {
    bottom: -3px;
    left: 36px;
  }

  .fornitori-wrapper {
    width: 60%;
    top: -10px;
    left: 159px;
  }

  .navas {
    bottom: 152px;
  }

  .edenfrutta {
    bottom: 128px;
  }

  .the-overflow-hidden-mask, .night-sky-fixed-background {
    width: 100vh;
  }

  .dynamic_column.margin-top {
    margin-top: 0;
  }

  .partner {
    height: 140px;
  }

  .partner.third {
    padding: 64px;
  }

  .contact-form-wrapper {
    padding: 40px 48px 48px;
  }

  .footer_grid {
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    align-items: flex-start;
    display: flex;
  }

  .footer-left {
    margin-bottom: 40px;
  }

  .footer-column {
    flex-flow: wrap;
    margin-bottom: 32px;
  }

  .footer-column.horizontal {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 8px;
    margin-bottom: 0;
  }

  .footer-column.contatti {
    flex-direction: column;
  }

  .footer_heading {
    width: 100%;
    margin-bottom: 8px;
  }

  .footer_link {
    margin-right: 28px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 0;
  }

  .footer_link.telefono {
    align-items: flex-end;
  }

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

  .p-iva {
    margin-top: 40px;
  }

  .p-iva.desktop {
    display: none;
  }

  .p-iva.tablet {
    display: block;
  }

  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 12px;
    padding-top: 16px;
  }

  .link-left {
    flex-wrap: wrap;
  }

  .poweredby {
    margin-top: 24px;
  }

  .dashboard-statistiche {
    width: 90%;
  }

  .social-wrapper {
    margin-bottom: 48px;
  }

  .phone-link._2 {
    margin-top: 10px;
  }

  .slide-nav {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .container.flex.navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .intro.maxw {
    position: static;
  }

  .h1.white {
    text-align: center;
  }

  .button.hidden-desktop {
    display: inline-block;
  }

  .circle.bigger {
    width: 480px;
    height: 480px;
    justify-content: flex-start;
    align-items: stretch;
    display: none;
  }

  .divider._80.mobile40 {
    height: 40px;
  }

  .loghi-container.mobile {
    display: none;
  }

  .fornitore-highlight {
    top: 8px;
    left: 144px;
  }

  .fornitore-highlight.eden {
    top: 6px;
    left: -163px;
    right: auto;
  }

  .fornitore-highlight.lorenzo {
    top: 32px;
    left: 152px;
  }

  .fornitori-wrapper {
    width: 50%;
    position: relative;
    left: auto;
  }

  .the-sticky-div-title {
    text-align: center;
    font-size: 18px;
  }

  .partners-wrapper {
    width: 60%;
    flex-direction: column;
    justify-content: center;
  }

  .partner {
    width: 100%;
    padding: 64px;
  }

  .partner.middle {
    margin: 32px 0;
    padding: 40px;
  }

  .contact-form-wrapper {
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 12%;
    padding-right: 12%;
  }

  .contact-form-wrapper.mobile {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .text-field {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 479px) {
  .navbar_container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .primary_navigation {
    background-color: #fff;
    border-top: 1px solid #e9e9e9;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .nav_link {
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hero_section {
    margin-top: 0;
    padding-top: 120px;
    padding-bottom: 64px;
  }

  .content_wrapper.grid {
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
  }

  .intro.center.maxw {
    margin-bottom: 0;
  }

  .intro.center.maxw.nomarginbottom._330-mobile {
    max-width: 330px;
  }

  .intro.padding-right {
    margin-top: 16%;
  }

  .intro.padding-left {
    margin-top: 25%;
  }

  .label, .label.dark {
    font-size: 14px;
  }

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

  .button.darker-shadow.footer {
    padding: 14px;
  }

  .button.badge, .button.badge.footer {
    margin-left: 4px;
    margin-right: 4px;
  }

  .side-image.flex-right {
    width: auto;
  }

  .circle {
    width: 300px;
    height: 300px;
    border-radius: 380px;
  }

  .circle.hero {
    width: 250px;
    height: 250px;
  }

  .phone {
    max-width: 70%;
    bottom: 22px;
    left: 58px;
  }

  .phone._2 {
    max-width: 60%;
  }

  .phone._3 {
    max-width: 60%;
    bottom: 35px;
  }

  .phone.hero {
    max-width: 60%;
  }

  .chef-bubble {
    max-width: 32%;
    top: -11px;
    left: -2px;
  }

  .feature {
    background-color: rgba(0, 0, 0, .23);
    border-radius: 8px;
    margin-bottom: 24px;
    padding: 16px;
  }

  .feature.stroke {
    background-color: rgba(0, 0, 0, 0);
  }

  .p {
    line-height: 26px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.nopaddingtop.green {
    padding-top: 48px;
  }

  .section.footer {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .logos-carousel.tablet {
    display: none;
  }

  .divider._80 {
    height: 80px;
  }

  .divider._80.higher-mobile {
    height: 120px;
  }

  .loghi-container.mobile {
    width: 90%;
    flex-wrap: wrap;
    margin-top: 16px;
    display: flex;
  }

  .logo-container {
    width: 50%;
    height: 70px;
    flex: 0 auto;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 10px;
  }

  .h2._260-mobile {
    max-width: 260px;
  }

  .fornitore-highlight {
    margin-bottom: 16px;
    top: auto;
    left: 2px;
  }

  .fornitore-highlight.eden {
    top: 15px;
    left: -174px;
    right: auto;
  }

  .fornitore-highlight.lorenzo {
    top: 64px;
    bottom: 0;
    left: 0;
  }

  .fornitore-box {
    box-shadow: 0 5px 19px rgba(163, 163, 164, .24);
  }

  .fornitori-wrapper {
    width: 55%;
    top: -19px;
    right: -82px;
  }

  .navas {
    width: 60%;
    bottom: 122px;
    left: -74px;
  }

  .edenfrutta {
    width: 60%;
    bottom: 95px;
    right: -15px;
  }

  .details-pop {
    align-items: center;
    bottom: 85px;
    left: 97px;
  }

  .eden-pop {
    max-width: 80%;
  }

  .ortofrutta-highlight {
    max-width: 220px;
    bottom: 31px;
  }

  .ortofrutta-highlight-img {
    max-width: 100%;
  }

  .the-sticky-div-title {
    margin-top: 0;
    padding-left: 12%;
    padding-right: 12%;
    font-size: 18px;
    line-height: 24px;
  }

  .a-block {
    width: auto;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .the-height-400vh-section {
    height: 70vh;
    margin-left: 0;
  }

  .dynamic_column, .dynamic_column.margin-top {
    grid-row-gap: 32px;
  }

  .partners-wrapper {
    width: 80%;
  }

  .partner {
    padding: 44px;
  }

  .contact-form-wrapper.mobile {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10%;
    padding-right: 10%;
  }

  .form {
    grid-row-gap: 16px;
  }

  .radio-button {
    font-size: 16px;
  }

  .radio-circle {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }

  .footer_grid {
    justify-content: center;
    align-items: center;
  }

  .footer-left {
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
  }

  .footer-column {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 56px;
  }

  .footer-column.horizontal {
    align-items: center;
    margin-top: 0;
  }

  .footer-column.contatti {
    margin-bottom: 20px;
  }

  .footer_heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 20px;
  }

  .footer_link {
    max-width: 220px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding: 16px 20px;
    font-size: 17px;
    line-height: 26px;
  }

  .footer_link.telefono {
    flex-wrap: nowrap;
    align-items: center;
  }

  .contact-icon {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .social-link {
    width: 48px;
    height: 48px;
    margin-left: 20px;
  }

  .p-iva.tablet {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .link-left {
    width: 100%;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
  }

  .poweredby {
    text-align: center;
    font-size: 17px;
    line-height: 26px;
  }

  .alsolitoporzio {
    max-width: 70%;
  }

  ._1000gourmet, .filetteria {
    max-width: 60%;
  }

  .crocca {
    max-width: 70%;
  }

  .eltacomaki {
    max-width: 80%;
  }

  .indirizzo {
    text-align: center;
  }

  .menu-icon {
    color: #2f363e;
  }

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

  .pazzo {
    max-width: 60%;
  }

  .signora-bettola {
    max-width: 90%;
  }

  .center-image {
    top: 22px;
  }

  .square {
    width: 100%;
    height: 300px;
  }

  .square.orange {
    align-items: flex-start;
    overflow: visible;
  }

  .zoom-on {
    max-width: 50%;
    position: absolute;
    bottom: 145px;
    left: auto;
    right: 0;
  }

  .imac-archivio {
    width: 90%;
  }

  .dashboard-statistiche {
    width: 100%;
  }

  .pizzium {
    max-width: 60%;
  }

  .giappoke, .lievita {
    max-width: 80%;
  }

  .alert-success-message {
    text-align: center;
  }

  .badge-container {
    width: 100%;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
  }

  .badge-container.footer {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .store-footer {
    max-width: 100%;
  }

  .phone-link {
    margin-top: 4px;
    margin-bottom: 8px;
  }

  .phone-link._2 {
    margin-top: 0;
    padding-left: 0;
  }

  .telefono-first-line {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

#w-node-ab1c08c9-88b7-c16a-99f1-45f9163ea2e9-c84f5b9b {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_6fbac711-6887-8b0c-1f78-f23d86c79f3c-c84f5b9b {
  grid-area: 1 / 5 / 2 / 9;
  align-self: start;
}

#w-node-_44c4f070-15fe-2e3d-9f8c-560470c56f42-c84f5b9b {
  grid-area: 1 / 9 / 2 / 13;
  align-self: start;
}

#w-node-_15793ed1-18ab-62b9-19db-97dc492b11da-c84f5b9b, #w-node-_15793ed1-18ab-62b9-19db-97dc492b11de-c84f5b9b, #submit_form_mobile.w-node-_15793ed1-18ab-62b9-19db-97dc492b11e9-c84f5b9b, #w-node-_549f96f8-a9f8-4a7f-0e52-1e5acfa782df-c84f5b9b, #w-node-_295838bd-1b2d-02f1-8685-5de31ab98f5d-c84f5b9b, #w-node-_16a0e1de-5b06-95af-500f-704bbfa6ad11-c84f5b9b, #submit_form.w-node-_4a6e085f-80fc-a3ad-ed36-fc8560d18598-c84f5b9b, #w-node-a32d65dd-40a2-4285-c06c-0c238d86d87b-c84f5b9b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7da9be90-0fd4-b508-eea8-b93fab5f3e1f-ab5f3e1c {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_7da9be90-0fd4-b508-eea8-b93fab5f3e25-ab5f3e1c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7da9be90-0fd4-b508-eea8-b93fab5f3e2c-ab5f3e1c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7da9be90-0fd4-b508-eea8-b93fab5f3e37-ab5f3e1c {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_91570617-0586-8a45-e748-cf4861a94a4d-794f5b9c, #w-node-_91570617-0586-8a45-e748-cf4861a94a51-794f5b9c, #submit_form_mobile.w-node-_91570617-0586-8a45-e748-cf4861a94a5c-794f5b9c, #w-node-_8eae9102-0f4e-1b0f-2ebf-bdb468d80f5d-794f5b9c, #w-node-_91570617-0586-8a45-e748-cf4861a94a77-794f5b9c, #w-node-_91570617-0586-8a45-e748-cf4861a94a7b-794f5b9c, #submit_form.w-node-_91570617-0586-8a45-e748-cf4861a94a86-794f5b9c, #w-node-_68f4f7f8-0e8c-ca1c-3158-ced9bcf3a81a-794f5b9c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-ab1c08c9-88b7-c16a-99f1-45f9163ea2e9-c84f5b9b {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_44c4f070-15fe-2e3d-9f8c-560470c56f42-c84f5b9b {
    grid-area: 2 / 5 / 3 / 9;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ab1c08c9-88b7-c16a-99f1-45f9163ea2e9-c84f5b9b {
    grid-column: 2 / 8;
  }

  #w-node-_6fbac711-6887-8b0c-1f78-f23d86c79f3c-c84f5b9b {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_44c4f070-15fe-2e3d-9f8c-560470c56f42-c84f5b9b {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-_15793ed1-18ab-62b9-19db-97dc492b11ca-c84f5b9b, #w-node-_15793ed1-18ab-62b9-19db-97dc492b11ce-c84f5b9b, #w-node-_15793ed1-18ab-62b9-19db-97dc492b11d2-c84f5b9b, #w-node-_15793ed1-18ab-62b9-19db-97dc492b11d6-c84f5b9b, #w-node-_549f96f8-a9f8-4a7f-0e52-1e5acfa782df-c84f5b9b, #w-node-cfe6455c-1868-5005-cc45-aae2d99bfb42-c84f5b9b, #w-node-_0a63c953-d770-fc27-9b55-6491c8727bf7-c84f5b9b, #w-node-f25501e6-1625-54bd-60a8-1af0aae41356-c84f5b9b, #w-node-_0efeffa1-c967-68a9-f0d4-aa04a7fade32-c84f5b9b, #w-node-_91570617-0586-8a45-e748-cf4861a94a3d-794f5b9c, #w-node-_91570617-0586-8a45-e748-cf4861a94a41-794f5b9c, #w-node-_91570617-0586-8a45-e748-cf4861a94a45-794f5b9c, #w-node-_91570617-0586-8a45-e748-cf4861a94a49-794f5b9c, #w-node-_8eae9102-0f4e-1b0f-2ebf-bdb468d80f5d-794f5b9c, #w-node-_91570617-0586-8a45-e748-cf4861a94a67-794f5b9c, #w-node-_91570617-0586-8a45-e748-cf4861a94a6b-794f5b9c, #w-node-_91570617-0586-8a45-e748-cf4861a94a6f-794f5b9c, #w-node-_91570617-0586-8a45-e748-cf4861a94a73-794f5b9c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ab1c08c9-88b7-c16a-99f1-45f9163ea2e9-c84f5b9b, #w-node-_6fbac711-6887-8b0c-1f78-f23d86c79f3c-c84f5b9b, #w-node-_44c4f070-15fe-2e3d-9f8c-560470c56f42-c84f5b9b {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }
}


