:root {
  --white-smoke: #f8f8f8;
  --royal-blue: #0055c2;
  --midnight-blue: #0f3e79;
  --medium-turquoise: #57d5e0;
  --dark-cyan: #006ab3;
  --light-sky-blue: #8ad0ff;
  --dodger-blue: #09f;
  --sandy-brown: #fad160;
  --dark-slate-gray: #414b50;
  --slate-gray: #65757e;
  --peru: #c4a141;
  --dark-slate-gray-2: #242b2e;
  --gold: #ffd334;
  --gainsboro: #d8dadb;
  --light-sky-blue-2: #7fcff7;
  --snow: #fbfbfb;
  --olive: #9b7100;
  --dark-slate-gray-3: #364146;
  --gray: #7e7e7e;
  --black: #242121;
  --dark-slate-gray-4: #4e4b4b;
  --white-smoke-2: #f1f1f1;
}

.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: #4e4b4b;
  font-family: Clear Sans, sans-serif;
  line-height: 1.4em;
}

h1 {
  font-family: Montserrat, sans-serif;
}

h2 {
  color: #242121;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: #242b2e;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 24px;
}

p {
  margin-bottom: 20px;
  line-height: 1.5em;
  display: block;
}

a {
  color: #242b2e;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

blockquote {
  color: #65757e;
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 19px;
  line-height: 22px;
}

.browser {
  background-color: #eee;
  border: 1px solid silver;
  border-radius: 8px;
  width: 800px;
  height: 540px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  transform: translate(0, 20%);
  box-shadow: 0 1px 6px rgba(0, 0, 0, .27);
}

.screen {
  width: 100%;
  height: 100%;
  position: absolute;
}

.screen-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.section-title {
  color: #242121;
  letter-spacing: 0;
  text-transform: lowercase;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 3.4em;
  font-weight: 600;
  line-height: 1.5em;
  display: inline-block;
  position: static;
}

.branding {
  height: 100px;
  position: static;
  top: 0;
  left: 0;
}

.section {
  perspective: 700px;
  background-color: #fff;
  width: 100%;
  min-height: 100vh;
  padding: 60px 20px 80px;
  overflow: hidden;
}

.section.hero {
  z-index: 9998;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  height: 100vh;
  min-height: 100vh;
  max-height: 1200px;
  position: relative;
}

.section.hero._1 {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/produzione-pesche-sicilia2.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.about {
  perspective: 500px;
  background-color: #fff;
  min-height: auto;
  padding-top: 80px;
}

.section.about.aa {
  padding-bottom: 30px;
}

.section.projects {
  color: #414b50;
  background-color: #242b2e;
}

.section.contact {
  color: #242121;
  text-align: left;
  background-color: #f1f1f1;
  min-height: 100%;
  padding-top: 80px;
  padding-bottom: 200px;
  font-size: 17px;
}

.section.contact.a {
  padding-bottom: 80px;
}

.section.footer {
  background-color: #fff;
  min-height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 1px 1px 3px #000;
}

.section.article-header {
  opacity: 1;
  color: #fff;
  background-color: #000;
  height: 100vh;
  min-height: 50vh;
}

.section.article {
  background-color: #f8f8f8;
  padding-bottom: 120px;
}

.section.article.white {
  background-color: #fbfbfb;
}

.hero-subtitle {
  text-align: left;
  width: 80%;
  margin-top: 40px;
  font-family: Clear Sans, sans-serif;
  font-size: 21px;
  font-weight: 200;
  line-height: 1.6em;
  display: inline-block;
}

.hero-img {
  text-align: right;
  width: 640px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.section-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 208px;
  display: flex;
  position: static;
  left: 0;
  right: 0;
}

.nav-icon {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.section-header {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.big-icon {
  width: 110px;
  height: 110px;
}

.service-title {
  color: #242121;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2em;
}

.service-block {
  text-align: left;
  margin-bottom: 40px;
}

.gallery-img {
  margin-top: -30px;
  display: block;
}

.gallery-block {
  text-align: center;
  width: 300px;
  height: 250px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.button {
  color: #9b7100;
  text-transform: lowercase;
  background-color: #ffd334;
  border-radius: 3px;
  padding: 4px 20px 5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 2em;
  transition: all .317s;
  position: static;
  top: 0;
  bottom: 0;
  right: 0;
}

.button:hover {
  color: #fff;
  background-color: #242b2e;
  transform: none;
}

.button.wire {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #ffd334;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  line-height: 2em;
}

.button.wire:hover {
  color: #242b2e;
  background-color: #ffd334;
  border-radius: 2px;
}

.button.wire.black {
  color: #fff;
  border-color: #fff;
  border-radius: 4px;
  line-height: 1.8em;
}

.button.wire.black:hover {
  color: #ffd334;
  background-color: #242b2e;
}

.button.wire.black.small {
  opacity: .5;
  color: #414b50;
  letter-spacing: 0;
  text-transform: none;
  border-width: 2px;
  border-color: #414b50;
  height: 34px;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8em;
}

.button.wire.black.small:hover {
  opacity: 1;
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
}

.button.wire.black._2 {
  color: #4e4b4b;
  border-color: #4e4b4b;
}

.button.wire.black._2:hover {
  color: #ffd334;
}

.button.small {
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 11px;
  line-height: 2em;
}

.button.wh {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 25px;
}

.button.wh:hover {
  color: #4e4b4b;
  background-color: #ffd334;
}

.contact {
  text-align: left;
}

.highlight {
  color: #fff;
}

.gallery {
  margin-bottom: 60px;
}

.divider {
  float: none;
  background-color: var(--white-smoke);
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  width: 80%;
  min-width: 250px;
  max-width: 1600px;
  height: 8px;
  margin-top: 10px;
  margin-bottom: 0;
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
}

.divider.left {
  background-color: #ffd334;
  width: 66%;
  height: 10px;
  margin-left: 0;
}

.divider.sections {
  background-color: #3f9357;
  border-radius: 10px;
  width: 300px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.service-description {
  color: #4e4b4b;
  font-size: 15px;
  line-height: 1.4em;
}

.service-description.a1 {
  text-align: left;
  font-size: 16px;
  line-height: 1.8em;
}

.button-container {
  perspective: 215px;
  text-align: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.layover {
  background-color: #fad160;
  height: 100%;
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.tab-content {
  padding-top: 60px;
  padding-bottom: 80px;
  padding-right: 0%;
}

.tab-nav {
  text-align: left;
}

.tab-link {
  color: #c4a141;
  letter-spacing: 0;
  background-color: rgba(0, 0, 0, 0);
  height: 60px;
  margin-right: 10px;
  padding: 20px 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 700;
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.tab-link.w--current {
  color: #414b50;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 6px solid #414b50;
  display: inline-block;
}

.experience-row {
  cursor: pointer;
  border-bottom: 1px dashed #d8dadb;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 40px 10px 20px;
  transition: background-color .35s;
  overflow: hidden;
}

.experience-row:hover {
  background-color: #f8f8f8;
}

.section-menu {
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.menu-close {
  width: 60px;
  height: 60px;
}

.menu-close.w--current {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.menu-close.hidden {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
}

.experience-function {
  margin-top: 0;
  font-size: 18px;
}

.experience-function.subtitle {
  font-size: 15px;
  font-weight: 400;
}

.big-text {
  float: left;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 3em;
  line-height: 1.2em;
  display: inline-block;
}

.service-icon {
  text-align: center;
  height: 100%;
  overflow: hidden;
}

.service-text-container {
  padding-right: 10px;
}

.nav-section-fixed {
  z-index: 10;
  perspective: 55px;
  perspective-origin: 100%;
  width: 120px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
}

.nav-section-fixed.hidden {
  display: none;
}

.nav-bar-top {
  color: #fff;
  text-transform: lowercase;
  background-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  font-weight: 800;
  line-height: 8px;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.nav-link {
  opacity: 1;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  line-height: 2em;
  transition: all .1s;
}

.nav-link:hover {
  opacity: 1;
  color: #fff;
  border-bottom-width: 6px;
  border-bottom-color: #ffd334;
}

.nav-link.w--current {
  color: #242b2e;
}

.nav-link.light {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-left: 30px;
  padding-bottom: 10px;
  padding-left: 2px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1em;
}

.nav-link.light:hover {
  background-color: rgba(0, 0, 0, 0);
}

.brand-image {
  float: left;
  height: 100%;
}

.brand-image.small {
  margin-left: 5px;
  margin-right: 5px;
}

.brand-image.small.v-center {
  height: 50px;
  display: none;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.hero-title {
  color: #fff;
  text-align: left;
  letter-spacing: -6px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  margin-top: 31px;
  margin-bottom: 0;
  font-size: 78px;
  font-weight: 800;
  line-height: .8em;
  display: block;
  position: relative;
  transform: translate(0);
}

.hero-text {
  margin-bottom: 40px;
  position: relative;
}

.nav-bar-small {
  opacity: 1;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 0;
  padding-right: 0;
  font-weight: 800;
  line-height: 1.7em;
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  right: 0;
  transform: translate(0, -50%);
}

.nav-bar-small.hidden {
  opacity: 0;
  display: none;
  position: fixed;
  overflow: visible;
  transform: translate(0, -40px);
}

.nav-side-link {
  float: right;
  clear: right;
  border: 3px solid #ffd334;
  border-radius: 80px;
  margin: 10px;
  padding: 5px;
  line-height: 2em;
  transition: all .4s ease-out;
  display: block;
  position: relative;
  overflow: visible;
}

.nav-side-link:hover {
  opacity: 1;
}

.nav-side-link:focus {
  background-color: #ffd334;
}

.nav-side-link.w--current {
  background-color: #ffd334;
  transition: background-color .2s;
}

.icon-nav {
  height: 40px;
  display: inline-block;
  position: relative;
}

.icon-nav:hover {
  opacity: 1;
}

.sidenav {
  margin-right: 15px;
  display: block;
  position: relative;
  top: 50%;
  right: 0;
}

.content {
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.title-block {
  text-align: left;
  margin-bottom: 40px;
  display: block;
}

.img.right {
  float: right;
  margin-left: 20px;
}

.text-link {
  border-bottom: 2px solid #ffd334;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2px;
  padding-right: 2px;
  display: inline;
}

.text-link:hover {
  color: #ffd334;
  border-bottom-color: #242b2e;
}

.link-block {
  border-style: none;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.link-block:hover {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  display: block;
}

.img-link {
  display: block;
}

.img-link:hover {
  opacity: .6;
}

.img-link-block {
  float: left;
  background-color: #242b2e;
  margin-right: 20px;
  display: inline-block;
}

.article-title {
  clear: none;
  color: #fff;
  text-transform: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 3em;
  font-weight: 800;
  line-height: 1.3em;
  display: block;
}

.header-content {
  text-align: left;
  height: 100%;
  font-size: 19px;
}

.header-content.v-center {
  color: #fff;
  height: auto;
  position: relative;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.full-bg {
  z-index: -1;
  opacity: .7;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8)), url('../images/P1030933.JPG');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.full-bg.home {
  opacity: .2;
  background-image: url('../images/bg-img-bw.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.full-bg.work {
  opacity: 1;
  background-image: url('../images/bg-img-03-dark.jpg');
  background-position: 50%;
  background-size: cover;
}

.full-bg.contact {
  opacity: .82;
  background-color: #fff;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), #fff), url('../images/uva-background.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.full-bg.contact.a {
  background-image: linear-gradient(to top, rgba(251, 251, 251, .93), #fff), url('../images/uva-background.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.experience-block {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.job-company {
  color: #65757e;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8em;
}

.job-year {
  color: #242b2e;
  text-align: center;
  background-color: #ffd334;
  border-radius: 2px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1em;
  font-weight: 700;
  line-height: 2.4em;
  display: inline-block;
  overflow: hidden;
}

.job-title {
  color: #242121;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 1.4em;
}

.job-description {
  padding-right: 20px;
  font-size: 15px;
}

.experience-btn {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 10px;
  overflow: hidden;
}

.job-info {
  margin-top: 20px;
  margin-bottom: 0;
  overflow: hidden;
}

.roles {
  color: #a6b9c4;
  text-transform: uppercase;
  width: 85%;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.8em;
}

.tag {
  color: #65757e;
  text-transform: uppercase;
  background-color: #d8dadb;
  margin-bottom: 4px;
  margin-right: 6px;
  padding: 0 6px;
  font-family: Clear Sans, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 2em;
  transition: opacity .2s;
  display: inline-block;
}

.tag:hover {
  opacity: 1;
  color: #fff;
  background-color: #65757e;
  margin-right: 6px;
  padding-left: 6px;
  padding-right: 6px;
}

.tag.skill-item {
  opacity: 1;
  color: #fff;
  text-transform: uppercase;
  background-color: #414b50;
  padding-left: 6px;
  padding-right: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  font-weight: 700;
}

.hero-paragraph {
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px 6px #000;
  margin-bottom: 20px;
  margin-right: 10px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8em;
  display: block;
}

.hero-link {
  color: #ffd334;
  background-color: rgba(22, 23, 23, .29);
  border-style: none;
  border-bottom-width: 3px;
  border-bottom-color: rgba(0, 0, 0, 0);
  padding-left: 6px;
  padding-right: 7px;
  font-weight: 700;
  transition: all .2s;
  display: inline-block;
}

.hero-link:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, .62);
}

.contact-icon {
  float: left;
  width: 40px;
  margin-right: 4px;
}

.contact-text {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 40px;
  display: inline-block;
}

.footer-contact-link {
  opacity: .4;
  color: #fff;
  margin-right: 10px;
  font-size: 11px;
  line-height: 3em;
  display: inline-block;
}

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

.contact-linkblock {
  text-align: right;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.title-mask {
  transform-origin: 0 100%;
  margin-top: 10px;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
  transform: scale(1);
}

.title-mask.hero {
  width: 900px;
  height: 170px;
}

.label-container {
  float: right;
  perspective: 269px;
  perspective-origin: 100%;
  text-align: right;
  background-color: rgba(0, 0, 0, 0);
  width: 80px;
  height: 26px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 6px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  overflow: visible;
  transform: translate(0, -50%);
}

.nav-label {
  float: right;
  transform-origin: 100%;
  color: #fff;
  letter-spacing: 0;
  background-color: #242121;
  border-radius: 3px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  line-height: 2.4em;
  position: absolute;
  top: 0;
  right: 3px;
  overflow: visible;
}

.section-title {
  color: #242121;
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.5em;
  display: block;
  position: relative;
}

.section-title.white {
  color: #fbfbfb;
}

.section-title.white.center {
  text-align: center;
  display: block;
}

.skill-item {
  font-size: 15px;
  line-height: 2em;
}

.rating {
  float: right;
  text-align: right;
  width: 43%;
  padding-top: 8px;
  padding-bottom: 5px;
}

.rate-dot {
  float: left;
  text-align: right;
  background-color: #ffd334;
  border-radius: 10px;
  width: 9px;
  height: 9px;
  margin: 5px;
  display: inline-block;
}

.rate-dot.empty {
  background-color: #d8dadb;
}

.skillname {
  border-bottom: 1px dashed rgba(0, 0, 0, .09);
  width: auto;
  line-height: 2.2em;
}

.skillname:hover {
  background-color: #fbfbfb;
}

.heading-item {
  color: #fff;
  text-transform: lowercase;
  text-shadow: 1px 1px 6px #000;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  line-height: 2em;
}

.heading-item._2 {
  color: #000;
  text-align: left;
  text-transform: capitalize;
  text-shadow: none;
}

.nav-menu {
  margin-top: 20px;
}

.layover-title {
  color: #242121;
  text-align: left;
  letter-spacing: 0;
  text-transform: lowercase;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1em;
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 0;
}

.layover-bg {
  background-color: #ffd334;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.line {
  background-color: #242121;
  border-radius: 1px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 7px;
  bottom: 0;
  right: 1px;
  transform: rotate(45deg);
}

.form-succes {
  color: #242121;
  background-color: #ffd334;
}

.form-succes-text {
  text-align: left;
  text-transform: lowercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.form-field {
  opacity: .7;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 2px;
  transition: opacity .2s;
  box-shadow: 0 0 #000;
}

.form-field:hover {
  opacity: 1;
  color: #364146;
  background-color: rgba(255, 255, 255, .8);
  border-color: #ffd334;
}

.form-field:focus {
  opacity: 1;
  background-color: rgba(255, 255, 255, .85);
  border: 2px solid #242b2e;
}

.form-field.message {
  min-height: 150px;
}

.form-field._2 {
  border-color: #4e4b4b;
}

.scoial-link {
  float: right;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 11px;
}

.social-icon {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.social-link {
  color: #364146;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 2.7em;
}

.social-link:hover {
  opacity: 1;
  color: #ffd334;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 60px;
  display: none;
}

.slider-nav-arrow {
  color: #fff;
}

.slider-nav-arrow.left {
  top: 0;
  bottom: 0;
  left: -80px;
}

.slider-nav-arrow.right {
  top: 0;
  bottom: 0;
  right: -80px;
}

.slider-dots {
  color: #fff;
  font-size: 9px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-toptitle {
  float: none;
  color: #fff;
  text-align: left;
  text-transform: capitalize;
  text-shadow: 1px 1px 6px #000;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1em;
  display: block;
  position: static;
  top: 50px;
}

.hero-title-container {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.arrow {
  clear: right;
  background-image: url('../images/arrows-white.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 44px;
  height: 44px;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  position: static;
}

.arrow.dark {
  background-image: url('../images/arrows-dark.svg');
  background-size: auto 100%;
}

.arrow.up {
  background-image: url('../images/arrows-dark.svg');
  background-position: 33%;
  background-size: auto 100%;
}

.arrow-down {
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.timeline-item {
  margin-bottom: 40px;
}

.background-video {
  background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25));
  height: 100vh;
}

.image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image.a {
  margin-bottom: 25px;
}

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

.hidden-container {
  padding-left: 150px;
  padding-right: 150px;
}

.hidden-overlay-block {
  opacity: 1;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  transition: all .5s;
  display: flex;
}

.hidden-overlay-block:hover {
  opacity: 1;
  align-items: center;
}

.fixed-image {
  background-image: url('../images/territorio-canicatti-frutta-in.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: auto;
  padding-top: 0;
}

.button-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #bf2c36;
  border: 2px solid #bf2c36;
  border-radius: 0;
  margin: 20px auto 10px;
  padding: 6px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

.button-2:hover {
  color: #fff;
  background-color: #004461;
  border-color: #004461;
}

.button-2.lined {
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 0;
  margin-top: 20px;
  margin-left: 3px;
  margin-right: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
}

.button-2.lined:hover {
  color: #bf2c36;
  background-color: #fff;
  border-radius: 0;
}

.paragraph-white {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.title-white {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
}

.title-white.description {
  text-transform: none;
  margin-top: 1px;
  margin-bottom: 21px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.div-block-9 {
  background-image: url('../images/Frutta-in.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  transition: all .5s;
}

.div-block-9:hover {
  filter: none;
}

.text-block-4-copy {
  color: #26dba8;
  text-align: center;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.text-block-4-copy.w {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
}

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

.row {
  margin-bottom: 30px;
}

.column, .column-2 {
  text-align: center;
}

.div-block-7-vertical {
  background-color: #ffd334;
  width: 20%;
  height: 1px;
  margin: 60px auto;
  display: block;
  transform: rotate(90deg);
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.container-5 {
  flex: 1;
}

.container-6 {
  margin-bottom: 30px;
}

.div-block-17 {
  background-image: url('../images/frutta-in-francia.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-6-mob {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 65px;
  padding-bottom: 65px;
  display: flex;
}

.container-3 {
  text-align: center;
  background-image: url('../images/quadro.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 900px 500px;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  text-transform: none;
  text-shadow: 1px 1px 6px #000;
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-style: italic;
  font-weight: 900;
  line-height: 40px;
}

.div-block-7 {
  background-color: #ffd334;
  width: 10%;
  height: 1px;
  margin: 15px auto;
  display: block;
}

.paragraph {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding: 0 82px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-7-copy {
  background-color: #ffd334;
  width: 10%;
  height: 1px;
  margin: 25px auto;
  display: block;
}

.contact-copy {
  text-transform: uppercase;
  cursor: pointer;
  background-color: #26dba8;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 15px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  transition: all .4s;
  display: inline-block;
}

.contact-copy:hover {
  background-color: #1382b6;
}

.div-block-18 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.row-2 {
  margin-top: 50px;
}

.card-wrapper {
  perspective: 1500px;
  background-color: #fff;
  min-width: 225px;
  min-height: 300px;
  margin-left: 40px;
  margin-right: 40px;
  position: relative;
  box-shadow: 0 4px 20px -5px rgba(0, 0, 0, .52);
}

.card-wrapper.bg-image {
  background-image: linear-gradient(rgba(0, 0, 0, .19), rgba(0, 0, 0, .19)), url('../images/albicocche-frutta-in_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  min-width: auto;
  min-height: 450px;
  margin-left: 0;
  margin-right: 0;
}

.card-wrapper.bg-image:hover {
  background-image: url('../images/albicocche-frutta-in_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-wrapper.bg-image.ss {
  background-image: linear-gradient(rgba(0, 0, 0, .19), rgba(0, 0, 0, .19)), url('../images/837c8a2e-db33-463d-b585-ece2ee16f966.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.card-wrapper.bg-image-copy {
  background-image: linear-gradient(rgba(0, 0, 0, .19), rgba(0, 0, 0, .19)), url('../images/uva-frutta-in_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  min-width: auto;
  min-height: 450px;
  margin-left: 0;
  margin-right: 0;
}

.card-wrapper.bg-image-copy:hover {
  background-image: url('../images/uva-frutta-in_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-wrapper.bg-image-copy.ff {
  background-image: linear-gradient(rgba(0, 0, 0, .19), rgba(0, 0, 0, .19));
}

.card-wrapper.bg-image-copy.ff.u4 {
  background-image: linear-gradient(rgba(0, 0, 0, .19), rgba(0, 0, 0, .19)), url('../images/Red-1-min.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.card-wrapper.bg-image-copycopy {
  background-image: linear-gradient(rgba(0, 0, 0, .19), rgba(0, 0, 0, .19)), url('../images/pesche-a-canicatti-frutta-in.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  min-width: auto;
  min-height: 450px;
  margin-left: 0;
  margin-right: 0;
}

.card-wrapper.bg-image-copycopy:hover {
  background-image: url('../images/pesche-a-canicatti-frutta-in.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-wrapper.bg-image-copycopy.ff {
  background-image: linear-gradient(rgba(0, 0, 0, .19), rgba(0, 0, 0, .19));
}

.card-wrapper.bg-image-copycopy.ff.kiw {
  background-image: linear-gradient(rgba(0, 0, 0, .19), rgba(0, 0, 0, .19)), url('../images/be3b658f-3b3b-4adf-8d3a-1ff101e8f37b.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.card-lines-shadow {
  z-index: 9;
  opacity: .31;
  filter: blur(4px);
  border: 10px solid #000;
  margin: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.card-lines {
  z-index: 10;
  border: 7px solid #fff;
  margin: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.card-details {
  z-index: 99999;
  padding: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.card-title {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 4px #000;
  font-size: 20px;
  font-weight: 900;
  line-height: 25px;
}

.card-subtitle {
  color: red;
  margin-top: 5px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-3 {
  padding-left: 5px;
  padding-right: 5px;
}

.text-span-2 {
  color: green;
}

.card-lines-copy {
  z-index: 10;
  border: 7px solid #fff;
  margin: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.card-details-copy {
  z-index: 99999;
  padding: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.card-lines-copy1 {
  z-index: 10;
  border: 7px solid #fff;
  margin: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.card-details-copy1 {
  z-index: 9999;
  padding: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.image-3 {
  width: 30px;
  height: 30px;
  margin-top: 5px;
}

.row-3 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.column-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-4 {
  text-align: center;
  margin-left: 15px;
  margin-right: 10px;
  font-size: 13px;
}

.row-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-menu {
  flex-direction: column;
  width: 33.3%;
  padding-top: 4.95238em;
  padding-bottom: 4.95238em;
  display: flex;
  position: relative;
}

.tab-menu.content-down {
  background-color: #fff;
  justify-content: flex-end;
}

.lead {
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8vw;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2em;
}

.tabs-content {
  flex: 1;
}

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

.column-5 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 2em;
  padding-right: 1em;
  display: flex;
}

.p {
  margin-bottom: 1em;
  position: static;
}

.content-2 {
  padding: 0;
}

.slider-2 {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: auto;
}

.switchable-item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  margin: 4.95238em;
  padding: 0%;
  display: flex;
}

.switchable-item-content.without-margin {
  justify-content: flex-start;
  margin: 0;
}

.switchable-item-content.content-top {
  justify-content: flex-start;
  padding: 0%;
}

.switchable-item-content.content-centered {
  justify-content: center;
  padding: 0%;
}

.switchable-item-content.content-down {
  justify-content: flex-end;
  padding: 0;
}

.switchable-item {
  background-color: #fff;
  flex-direction: column;
  flex: 33.3%;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  padding: 0;
  display: block;
}

.switchable-item.outline-white {
  border: 1px solid rgba(255, 255, 255, .1);
}

.switchable-item.image-03 {
  background-image: url('../images/albicocche_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.switchable-item.image-03._2 {
  background-image: url('../images/albicocche.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.switchable-item.image-03._2.a {
  background-image: url('../images/albicocche-frutta-in_1.jpg');
  background-position: 50%;
  background-attachment: scroll;
  width: 100%;
  height: 100vh;
}

.switchable-item.image-03._2.a._7 {
  background-image: none;
}

.switchable-item.image-03._2.a.pesca {
  background-image: url('../images/pesche-frutta-in---vendita-a-canicatti.jpg');
  background-attachment: scroll;
}

.switchable-item.image-03._2.a.pesca.p1 {
  background-image: url('../images/Pesche-frutta-in-.jpg');
  background-position: 100%;
}

.switchable-item.image-03._2.b {
  background-position: 50% 0;
  background-attachment: scroll;
}

.switchable-item.image-03._2.c {
  background-position: 50% 100%;
  background-attachment: scroll;
}

.switchable-item.image-03._4 {
  background-image: url('../images/uva-frutta-in.jpg');
}

.switchable-item.image-03._4.dd {
  background-image: url('../images/dff9fe51-3103-4daa-805d-64af03974286.jpg');
}

.switchable-item.image-03._4.dd.kiw {
  background-image: url('../images/26902c54-7d2a-465c-8a24-c29fc56e2163.jpg');
}

.switchable-item.image-03._4.dd.ur {
  background-image: url('../images/Red-2-min.jpg');
}

.switchable-item.image-03.a2 {
  background-image: url('../images/pesche-frutta-in---canicatti.jpg');
}

.switchable-item.image-03.a2.b {
  background-image: url('../images/pesche-a-canicatti-frutta-in.jpg');
}

.switchable-item.bg-dark-grey {
  color: #fff;
  letter-spacing: .02em;
  background-color: #171719;
  font-weight: 100;
}

.switchable-item.outline-black {
  border: 1px solid rgba(0, 0, 0, .1);
}

.switchable-item.underline-top {
  border-top: 1px solid rgba(0, 0, 0, .1);
  width: 100%;
}

.switchable-item.image-02 {
  background-image: url('../images/1aa91d53218517.592cd1d1ced1b.jpg');
  background-position: 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
}

.switchable-item.image-01 {
  background-image: url('../images/9f2a8753218517.592cd1d1cd06e.jpg');
  background-position: 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
}

.switchable-item._2of3 {
  flex-basis: 66.6%;
}

.switchable-item.bg-light-grey {
  background-color: #f2f2f2;
}

.switchable-item.image-03-copy {
  background-image: url('../images/albicocche-frutta-in.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.switchable-item.image-03-copy._5 {
  background-image: url('../images/uva-bianca.JPG');
  background-attachment: scroll;
}

.switchable-item.image-03-copy._5.r {
  background-image: url('../images/837c8a2e-db33-463d-b585-ece2ee16f966.jpg');
}

.switchable-item.image-03-copy._5.r.kiww {
  background-image: url('../images/7c702331-9903-416c-b79a-42cfb87dd324.jpg');
}

.switchable-item.image-03-copy._5.r.ur2 {
  background-image: url('../images/Red-3-min.jpg');
}

.switchable-item.image-03-copy.a1 {
  background-image: url('../images/pesche-frutta-in-2.jpg');
}

.switchable-item.image-03-copy.a1.c {
  background-image: url('../images/20130612_161721.jpg');
  background-position: 50%;
  background-attachment: scroll;
}

.switchable-item.image-03-copyy {
  background-image: url('../images/albicocche-frutta-in-3.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.switchable-item.image-03-copyy._6 {
  background-image: url('../images/Uva-frutta-in-3.jpg');
}

.switchable-item.image-03-copyy._6._4 {
  background-image: url('../images/a8a23028-3289-4515-8f27-9854030f9278.jpg');
}

.switchable-item.image-03-copyy._6._4.ki3 {
  background-image: url('../images/62a6ab2f-bd56-4fe5-8517-66797e4c2298.jpg');
}

.switchable-item.image-03-copyy._6._4.u3 {
  background-image: url('../images/DSC_9364-min.jpg');
}

.switchable-item.image-03-copyy.pes {
  background-image: url('../images/noce-pesca.jpg');
  background-attachment: scroll;
}

.centered {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.mask {
  height: auto;
}

.color-red {
  color: #fa5151;
}

.space-xxs {
  letter-spacing: -.03em;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
  line-height: 1.43em;
}

.space-xxs.bg-dark-grey {
  color: #fff;
  background-color: #171719;
}

.copytext-xs {
  letter-spacing: .01em;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4em;
}

.switchable {
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.switchable._50x {
  height: 50vh;
}

.switchable.fullscreen {
  align-content: stretch;
}

.img-2 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
}

.img-2.landscape {
  justify-content: center;
  height: 100%;
}

.row-5 {
  width: 100%;
  display: flex;
}

.fullscreen {
  width: 100%;
  height: 100vh;
  display: flex;
}

.fullscreen.bg-image-01 {
  background-image: url('../images/sydney-jackson-310578.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.tabs {
  background-color: #171719;
  width: 100%;
  display: flex;
}

.footer {
  padding: 0;
}

.tab-link-2 {
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 60px 10px 4.95238em;
}

.tab-link-2:hover {
  color: #9f9f9f;
}

.tab-link-2.w--current {
  color: #9f9f9f;
  background-color: rgba(0, 0, 0, 0);
}

.space-md {
  padding-top: 11.1429em;
  padding-bottom: 11.1429em;
}

.space-md.bg-dark-grey {
  color: #fff;
  background-color: #171719;
}

.numbers {
  color: #000;
  letter-spacing: .05em;
  text-transform: none;
  margin-right: 10px;
  font-weight: 800;
}

.color-white {
  color: #fff;
  flex: 0 auto;
  width: 100%;
}

.tab-pane {
  height: 100%;
}

.div-block-20 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.column-6, .column-7 {
  padding-left: 0;
  padding-right: 0;
}

.row-6 {
  align-items: center;
  display: flex;
}

.image-4 {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.ai {
  background-image: url('../images/uva-frutta-in-2.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.ai.rr {
  background-image: url('../images/1c917cd9-4dbe-48fb-8b92-7ea3e81668ba.jpg');
}

.ai.rr.k {
  background-image: url('../images/2733971c-7463-4aaf-9c51-fc1973cb1d56.jpg');
}

.ai.rr.u4 {
  background-image: url('../images/Red-1-min.jpg');
  background-position: 0%;
}

.column-8 {
  flex-direction: column;
  margin-bottom: 3px;
  display: flex;
}

.list-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-2 {
  width: 100%;
  height: 100%;
}

.column-10 {
  border-left: 1px solid #ffd334;
  border-right: 1px solid #ffd334;
}

.div-block-21 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 9px;
  display: flex;
}

.text-span-3 {
  text-transform: none;
}

.image-5 {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.div-block-22 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-23 {
  padding-top: 30px;
  padding-bottom: 40px;
}

.column-11 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.row-7 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-24 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.column-12 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  height: 300px;
  padding-left: 3px;
  padding-right: 3px;
}

.column-12._1 {
  background-image: url('../images/9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.column-12._2 {
  background-image: url('../images/10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.column-12._3 {
  background-image: url('../images/14.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.column-12._4 {
  background-image: url('../images/15.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.column-12._5 {
  background-image: url('../images/16.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.column-12._6 {
  background-image: url('../images/uva-frutta-in-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.column-12._7 {
  background-image: url('../images/pesche-frutta-in-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.column-12._8 {
  background-image: url('../images/Uva-frutta-in-3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.column-12._9 {
  background-image: url('../images/uva-frutta-in.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.column-12._11 {
  background-image: url('../images/2.jpg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.column-12._12 {
  background-image: url('../images/3.jpg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.column-12._13 {
  background-image: url('../images/20131024_165746.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.column-12._15 {
  background-image: url('../images/albicocche_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.column-12._16 {
  background-image: url('../images/pesche-frutta-in---canicatti.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.column-12._18 {
  background-image: url('../images/uva-frutta-in_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.column-12._19 {
  background-image: url('../images/image.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.column-12._20 {
  background-image: url('../images/albicocche-frutta-in_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.column-12._14 {
  background-image: url('../images/4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.row-8 {
  margin-bottom: 6px;
}

.div-block-25 {
  height: 50vh;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.navbar {
  background-color: #fff;
}

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

.nav {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  line-height: 18px;
  transition-property: all;
  transition-duration: .3s;
}

.nav:hover {
  border-right: 10px solid #ffd334;
}

.nav.w--current {
  color: var(--white-smoke);
  background-color: #1f492b;
  font-size: 15px;
  line-height: 18px;
  display: inline-block;
}

.nav-link-2 {
  font-size: 15px;
}

.div-block-26 {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.link-block-3 {
  width: 100%;
  height: 100%;
}

.div-block-27 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 3px #000;
}

.navbar-3 {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .33);
}

.div-block-28 {
  height: 100vh;
}

.slider-3 {
  width: 100%;
  height: 100%;
}

.div-block-29 {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.slide-2 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-3 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-4 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.navbar-4 {
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
}

.slide-nav {
  font-size: 10px;
}

.slide-5 {
  background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-6 {
  background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/5.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.image-6 {
  opacity: 0;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-3 {
  text-shadow: 1px 1px 6px #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  transition-property: all;
}

.button-3:hover {
  background-color: rgba(248, 248, 248, .26);
  transform: scale(1.03);
}

.text-span-4 {
  color: green;
}

.text-span-5 {
  color: #00f;
}

.fixed-image-copy {
  background-image: url('../images/territorio-canicatti-frutta-in.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: auto;
  padding-top: 0;
}

.div-block-9-copy {
  background-image: url('../images/Frutta-in.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  transition: all .5s;
}

.div-block-9-copy:hover {
  filter: none;
}

.div-block-18-copy {
  padding-top: 100px;
  padding-bottom: 100px;
}

.navbar-francese {
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
}

.div-block-37 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.linka {
  color: #4e4b4b;
  font-weight: 400;
}

.linka:hover {
  color: #ffd334;
  font-weight: 400;
}

.container-8 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-9 {
  display: inline;
}

.image-10 {
  width: auto;
  height: 388px;
}

.grid {
  align-content: center;
  justify-content: center;
}

.left-arrow, .right-arrow {
  display: none;
}

.div-block-38, .slider-4 {
  height: 100vh;
}

.slide-7 {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-8 {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/1c917cd9-4dbe-48fb-8b92-7ea3e81668ba.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.slide-8.d {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/Arra15-e-Arra19-min.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.container-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-4 {
  background-color: #1f492b;
  margin-top: 20px;
}

.text-block-5 {
  letter-spacing: -1px;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 800;
}

.div-block-39 {
  width: 33%;
  height: 700px;
}

.div-block-39._1 {
  background-image: url('../images/WhatsApp-Image-2024-07-01-at-08.35.59-1.jpeg');
  background-position: 50%;
  background-size: cover;
}

.div-block-39._2 {
  background-image: url('../images/WhatsApp-Image-2024-07-01-at-08.36.14-2.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-39._3 {
  background-image: url('../images/WhatsApp-Image-2024-07-01-at-08.36.14-4.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-39._4 {
  background-image: url('../images/WhatsApp-Image-2024-07-01-at-08.36.15.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-39._5 {
  background-image: url('../images/WhatsApp-Image-2024-07-01-at-08.36.14-8.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-39._6 {
  background-image: url('../images/WhatsApp-Image-2024-07-01-at-08.35.59.jpeg');
  background-position: 0 0;
  background-size: cover;
}

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

html.w-mod-js [data-ix="sidenav-label-init"] {
  opacity: 0;
  transform: rotateX(0)rotateY(90deg)rotateZ(0);
}

html.w-mod-js [data-ix="hero-divider-onload"] {
  transform: translate(-130vh);
}

html.w-mod-js [data-ix="hero-title"] {
  opacity: 0;
  transform: translate(0, 100%);
}

html.w-mod-js [data-ix="hero-text"] {
  opacity: 0;
  transform: translate(0, -100%);
}

html.w-mod-js [data-ix="hero-text-2"] {
  opacity: 0;
  transform: translate(0, 120%);
}

html.w-mod-js [data-ix="hero-text-3"] {
  opacity: 0;
  transform: translate(0, -50%);
}

html.w-mod-js [data-ix="title-appear"] {
  transform: translate(0, 100%);
}

html.w-mod-js [data-ix="title-divider"] {
  transform: translate(-130vh);
}

html.w-mod-js [data-ix="popup"] {
  opacity: 0;
  transform: translate(0, 110%);
}

html.w-mod-js [data-ix="header-fullscreen"] {
  height: 70px;
  display: block;
  transform: translate(0);
}

html.w-mod-js [data-ix="hero-unit"] {
  opacity: 0;
}

html.w-mod-js [data-ix="experience-initial-collapsed"] {
  height: 0;
}

html.w-mod-js [data-ix="hero-content-appear-1"] {
  opacity: 0;
  transform: translate(0, 20px);
}

html.w-mod-js [data-ix="background-onload"] {
  opacity: 0;
}

html.w-mod-js [data-ix="nav-hover"] {
  opacity: 0;
  transform: translate(0, -40px);
}

html.w-mod-js [data-ix="sidemenu-items"] {
  opacity: 0;
  transform: translate(100px);
}

html.w-mod-js [data-ix="sidenav-line-init"] {
  opacity: 0;
  transform: rotate(45deg)scale(.5);
}

html.w-mod-js [data-ix="slider-thumbs"], html.w-mod-js [data-ix="layover"] {
  opacity: 0;
}

html.w-mod-js [data-ix="appear"] {
  opacity: 0;
  transform: translate(0, -20px);
}

html.w-mod-js [data-ix="appear-onload"] {
  opacity: 0;
  transform: translate(100px);
}

html.w-mod-js [data-ix="nav-offpage"] {
  transform: translate(0);
}

html.w-mod-js [data-ix="arrow-icon"] {
  opacity: 0;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="new-interaction-5"] {
  transform: skewX(0)skewY(-10deg);
}

html.w-mod-js [data-ix="show-by-load"], html.w-mod-js [data-ix="show-by-load-wait-1s"], html.w-mod-js [data-ix="show-by-load-wait-2s"], html.w-mod-js [data-ix="show-by-load-wait-3s"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="show-by-scroll-30x"], html.w-mod-js [data-ix="show-by-scroll"] {
  opacity: 0;
  transform: translate(0, 50px);
}

@media screen and (max-width: 991px) {
  body {
    background-color: #242121;
  }

  p {
    font-size: 1em;
  }

  .branding {
    width: 300px;
  }

  .section.hero {
    background-position: 100% 0;
  }

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

  .hero-subtitle {
    width: 100%;
    line-height: 1.6em;
    display: inline-block;
  }

  .hero-img {
    width: auto;
  }

  .big-icon {
    max-height: 180px;
  }

  .service-title {
    font-size: 20px;
  }

  .gallery-img {
    margin-top: -20px;
  }

  .gallery-block {
    width: 220px;
    height: 200px;
    margin-bottom: 10px;
  }

  .button.wire.black.small {
    opacity: .35;
  }

  .brand-img {
    padding-left: 60px;
  }

  .experience-row {
    border-color: #d8dadb;
  }

  .nav-section-fixed {
    width: 100%;
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
  }

  .nav-bar-top {
    margin-top: 0;
    top: 0;
  }

  .brand-image {
    position: absolute;
  }

  .hero-title {
    letter-spacing: -5px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 800;
    display: inline-block;
    transform: none;
  }

  .nav-bar-small {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    transform: none;
  }

  .nav-side-link {
    float: none;
    color: rgba(36, 33, 33, .39);
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    border-radius: 0;
    width: 100%;
    height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
  }

  .nav-side-link.w--current {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    margin-right: 0;
  }

  .menu-button {
    color: #ffd334;
    font-size: 32px;
  }

  .menu-button.w--open {
    z-index: 10;
    color: rgba(36, 33, 33, .1);
    background-color: rgba(0, 0, 0, 0);
  }

  .sidenav {
    color: #242121;
    background-color: #ffd334;
    width: 320px;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0;
    right: 0;
  }

  .title-block {
    margin-bottom: 20px;
    padding-left: 20px;
    display: block;
    overflow: visible;
  }

  .header-content.v-center {
    width: 80%;
  }

  .job-company {
    font-size: .8em;
  }

  .job-year {
    font-size: .8em;
    font-weight: 700;
  }

  .job-title {
    font-size: 1.3em;
  }

  .job-info {
    font-size: .9em;
  }

  .tag {
    display: inline-block;
  }

  .hero-paragraph {
    text-align: left;
  }

  .title-mask {
    transform-origin: 0 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: none;
  }

  .title-mask.hero {
    width: auto;
    height: auto;
  }

  .label-container {
    perspective: 340px;
    perspective-origin: 100%;
    width: 113px;
    top: 2px;
    right: 0;
    overflow: visible;
  }

  .nav-label {
    transform-origin: 100%;
    color: #242121;
    letter-spacing: 0;
    text-transform: uppercase;
    background-color: #ffd334;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 29px;
    line-height: 1.8em;
    right: 0;
  }

  .section-title {
    font-size: 3.5em;
  }

  .rating {
    width: 60%;
  }

  .nav-link-mobile {
    text-transform: lowercase;
    font-family: Montserrat, sans-serif;
    font-size: 45px;
    line-height: 1em;
  }

  .hero-title-container {
    display: inline-block;
    overflow: visible;
  }

  .hero-container {
    transform-origin: 0 100%;
    max-width: 100%;
    display: inline-block;
    transform: scale(.8);
  }

  .hidden-container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .hidden-overlay-block {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .hidden-overlay-block:hover {
    opacity: 1;
    padding-top: 45px;
    padding-bottom: 55px;
  }

  .fixed-image {
    background-attachment: scroll;
    height: auto;
  }

  .title-white {
    font-size: 30px;
  }

  .div-block-18 {
    background-color: #fff;
  }

  .lead {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: block;
  }

  .column-5 {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .content-2 {
    padding-top: 61px;
  }

  .switchable-item-content {
    flex-direction: column;
    margin: 1.95238em;
  }

  .switchable-item {
    width: 100%;
  }

  .switchable-item.underline-top {
    display: block;
  }

  .switchable {
    flex-direction: column;
  }

  .switchable._50x, .switchable.fullscreen {
    height: auto;
  }

  .row-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .space-md {
    padding-top: 5.14286em;
    padding-bottom: 5.14286em;
  }

  .div-block-23, .div-block-24 {
    background-color: #fff;
  }

  .nav {
    margin-left: 0;
    margin-right: 1px;
  }

  .nav.w--current {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .nav-menu-2 {
    background-color: #fff;
  }

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

  .fixed-image-copy {
    background-attachment: scroll;
    height: 300px;
  }

  .div-block-18-copy, .div-block-30, .div-block-31, .div-block-34 {
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .section.hero {
    max-height: 1400px;
  }

  .section.about {
    background-color: #f8f8f8;
  }

  .section.contact {
    text-align: left;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.footer {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.article-header {
    height: 100vh;
  }

  .hero-subtitle {
    font-size: 1.8em;
    line-height: 1.3em;
  }

  .hero-img {
    width: auto;
  }

  .section-content {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    top: 60px;
    transform: none;
  }

  .section-header {
    text-align: center;
    margin-bottom: 40px;
  }

  .section-header.contact {
    margin-bottom: 0;
  }

  .big-icon {
    clear: none;
    width: 120px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .service-title {
    margin-bottom: 10px;
  }

  .service-block {
    float: left;
    margin-bottom: 0;
  }

  .service-block.skills {
    text-align: center;
  }

  .gallery-img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .gallery-block {
    text-align: center;
    width: 150px;
    height: 150px;
  }

  .button.wire.black {
    margin-left: 0;
  }

  .brand-img {
    padding-left: 0;
    padding-right: 0;
  }

  .divider {
    display: block;
  }

  .divider.left {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-container {
    margin-left: auto;
    margin-right: auto;
  }

  .experience-row {
    text-align: left;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .menu-close.hidden {
    display: block;
    position: absolute;
    top: 0;
  }

  .big-text {
    font-size: 2.8em;
  }

  .service-icon {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .service-text-container {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: block;
  }

  .nav-section-fixed {
    width: 100%;
    bottom: auto;
  }

  .nav-bar-top {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    top: 0;
  }

  .nav-link.light {
    letter-spacing: 0;
    font-size: 15px;
  }

  .brand-image {
    height: 70%;
    top: 0;
  }

  .hero-title {
    text-align: left;
    letter-spacing: -2px;
    font-size: 30px;
    line-height: 40px;
  }

  .hero-text {
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .nav-side-link {
    border-style: none;
    width: auto;
    height: auto;
    display: block;
  }

  .nav-side-link.w--current {
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    margin-right: 10px;
  }

  .sidenav {
    padding-top: 70px;
    padding-right: 10px;
  }

  .content {
    text-align: center;
  }

  .title-block {
    margin-bottom: 40px;
    padding-left: 0;
  }

  .article-title {
    font-size: 3.5em;
  }

  .header-content.v-center {
    width: 100%;
    font-size: 16px;
  }

  .full-bg.contact {
    opacity: .9;
    background-image: url('../images/profiel-zw.jpeg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-attachment: fixed;
  }

  .experience-block {
    margin-bottom: 40px;
    padding-top: 0;
  }

  .job-year {
    text-align: left;
    margin-bottom: 10px;
    display: inline-block;
    position: static;
    top: 0;
    right: 10px;
  }

  .experience-btn {
    top: -40px;
  }

  .job-info {
    text-align: left;
    font-size: .9em;
  }

  .tag {
    font-size: 8px;
    line-height: 2.2em;
  }

  .hero-paragraph {
    font-size: 17px;
  }

  .contact-linkblock {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .title-mask.hero {
    width: auto;
  }

  .nav-label {
    float: right;
    font-size: 27px;
    display: block;
    position: relative;
  }

  .section-title {
    font-size: 3em;
  }

  .rating {
    width: 40%;
  }

  .rate-dot {
    display: block;
  }

  .skillname {
    font-size: 14px;
  }

  .skill-row, .heading-item {
    text-align: left;
  }

  .nav-link-mobile {
    display: inline-block;
  }

  .scoial-link, .social-icon {
    float: left;
  }

  .social-link {
    text-align: left;
    display: block;
  }

  .hero-toptitle {
    font-size: 35px;
    line-height: 40px;
  }

  .hero-container {
    transform: scale(.6);
  }

  .timeline-item {
    text-align: left;
  }

  .hidden-overlay-block:hover {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .title-white {
    font-size: 30px;
  }

  .div-block-17 {
    height: auto;
    padding-top: 0;
  }

  .div-block-6-mob {
    padding: 20px 10px;
  }

  .text-block-3 {
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-18 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .row-3 {
    flex-direction: column;
    align-items: center;
  }

  .lead {
    font-size: 15px;
    line-height: 20px;
  }

  .switchable.fullscreen {
    display: block;
  }

  .column-9 {
    flex-direction: column;
  }

  .div-block-21 {
    align-items: center;
  }

  .div-block-24 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-12._2 {
    padding-left: 0;
  }

  .row-8 {
    margin-bottom: 0;
  }

  .unordered-list {
    padding-left: 0;
  }

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

  .div-block-36 {
    background-color: #fff;
  }
}

@media screen and (max-width: 479px) {
  h4 {
    font-size: 17px;
  }

  .section-title {
    color: #414b50;
    font-size: 38px;
    display: inline-block;
  }

  .branding {
    height: 70px;
    display: block;
  }

  .section.hero {
    max-height: auto;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    flex-direction: column;
    height: 100%;
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .section.about {
    text-align: center;
    height: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.about.aa {
    background-color: #fff;
  }

  .section.projects {
    padding: 40px 10px 0;
  }

  .section.contact {
    text-align: left;
    background-color: #f1f1f1;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.footer, .section.article {
    text-align: center;
  }

  .hero-subtitle {
    color: #fff;
    letter-spacing: 0;
    font-size: 1.2em;
    line-height: 1.6em;
  }

  .hero-img {
    width: 100%;
    overflow: hidden;
  }

  .section-content {
    margin-left: -10px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 100px;
    transform: translate(0, -50%);
  }

  .nav-icon {
    width: auto;
  }

  .section-header {
    width: 100%;
    margin-bottom: 10px;
  }

  .big-icon {
    color: #7fcff7;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .service-title {
    font-size: 21px;
  }

  .service-block {
    text-align: left;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .gallery-img {
    margin-bottom: 10px;
  }

  .gallery-block {
    width: 100%;
    height: 100%;
    padding: 0;
  }

  .button {
    font-size: 15px;
    font-weight: 700;
  }

  .button.wire.black {
    margin-left: 0;
    margin-right: auto;
    font-size: 12px;
    display: inline-block;
  }

  .button.wire.black.small {
    color: #65757e;
    border-width: 2px;
    border-color: #65757e;
  }

  .button.wire.black.small:hover {
    color: #fff;
    background-color: #364146;
    border-color: #364146;
  }

  .contact {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    top: 50%;
  }

  .brand-img {
    position: relative;
  }

  .divider {
    background-color: #ffd334;
    width: 20%;
    min-width: 20%;
    display: block;
  }

  .divider.left {
    margin-left: 0;
  }

  .divider.sections {
    width: 190px;
    height: 6px;
  }

  .service-description {
    font-size: 13px;
  }

  .service-description.a1 {
    text-align: center;
  }

  .tab-nav {
    padding-left: 0;
  }

  .tab-link {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 50px;
    display: block;
  }

  .tab-link.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .experience-row {
    padding-bottom: 40px;
  }

  .big-text {
    text-align: center;
    letter-spacing: 0;
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2em;
  }

  .service-icon {
    padding-top: 0;
  }

  .service-text-container {
    width: 100%;
    margin-bottom: 0;
  }

  .nav-section-fixed {
    top: 0;
    left: 0;
    right: 0;
  }

  .nav-bar-top {
    height: 70px;
    margin-top: 0;
  }

  .nav-link {
    color: #ffd334;
    font-size: 33px;
    line-height: 18px;
  }

  .brand-image {
    width: 170px;
    height: 50px;
    margin-top: 9px;
    left: 0;
  }

  .hero-title {
    letter-spacing: -2px;
    margin-top: 1px;
    font-size: 25px;
    line-height: 30px;
  }

  .hero-text, .nav-bar-small {
    width: 100%;
    height: 100%;
  }

  .nav-side-link {
    text-align: right;
    border-style: none;
    margin-top: 0;
    margin-bottom: 4px;
    margin-right: 0;
    display: block;
  }

  .nav-side-link.w--current {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button {
    color: #ffd334;
    font-size: 24px;
  }

  .menu-button.w--open {
    z-index: 99;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }

  .sidenav {
    width: 250px;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 15px;
  }

  .title-block {
    margin-bottom: 10px;
    overflow: visible;
  }

  .gallery-row {
    margin-bottom: 0;
  }

  .article-title {
    font-size: 3em;
    line-height: 1em;
  }

  .full-bg {
    background-position: 0 0, -710px -96px;
    background-size: auto, auto;
  }

  .full-bg.contact {
    opacity: .44;
    background-image: url('../images/profiel-zw.jpeg');
    background-position: 50%;
    background-size: cover;
    position: absolute;
    top: 0%;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .experience-block {
    text-align: center;
    padding: 10px 10px 0;
    font-size: 13px;
  }

  .job-company {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: .7em;
    line-height: 2em;
  }

  .job-year {
    line-height: 2em;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    right: auto;
  }

  .job-title {
    margin-top: 0;
    font-size: 1.3em;
    line-height: 28px;
  }

  .job-description {
    width: 100%;
    margin-top: 0;
    padding-right: 0;
  }

  .experience-item {
    margin-bottom: 20px;
  }

  .experience-btn {
    top: auto;
    bottom: -30px;
    left: 10px;
    right: 10px;
  }

  .job-info {
    font-size: .9em;
    display: block;
  }

  .roles {
    letter-spacing: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .tag {
    opacity: 1;
    color: #fff;
    background-color: #364146;
    font-size: 7px;
    line-height: 2.5em;
  }

  .tag:hover {
    opacity: 1;
  }

  .hero-paragraph {
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.6em;
  }

  .hero-link {
    padding-left: 3px;
    padding-right: 3px;
  }

  .contact-linkblock {
    margin-top: 40px;
    margin-bottom: 40px;
    display: none;
  }

  .label-container {
    text-align: right;
    width: 140px;
    height: 40px;
    margin-right: 0;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .nav-label {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 2em;
    display: inline-block;
    position: relative;
  }

  .section-title {
    color: #242121;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
    display: block;
  }

  .rating {
    width: 100%;
    padding-bottom: 0;
  }

  .rate-dot {
    width: 6px;
    height: 6px;
    margin-left: 0;
  }

  .skillname {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1.6em;
  }

  .heading-item {
    text-align: left;
    font-size: 14px;
    line-height: 1.5em;
  }

  .nav-link-mobile {
    font-size: 36px;
  }

  .social-icon {
    width: 25px;
    height: 25px;
  }

  .social-link {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 13px;
    line-height: 3em;
    display: flex;
  }

  .hero-toptitle {
    width: auto;
    font-size: 30px;
    display: block;
    position: static;
  }

  .hero-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: scale(.32);
  }

  .arrow.up {
    background-image: url('../images/arrows-dark.svg');
    background-position: -44px 0;
    background-size: auto 100%;
  }

  .form {
    text-align: left;
  }

  .hidden-container {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hidden-overlay-block, .hidden-overlay-block:hover {
    padding-bottom: 20px;
  }

  .fixed-image {
    height: auto;
  }

  .title-white {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 31px;
  }

  .title-white.description {
    font-size: 15px;
    line-height: 18px;
  }

  .div-block-9 {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .column-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-6-mob {
    height: auto;
    padding-top: 100px;
  }

  .paragraph {
    padding-left: 10px;
    padding-right: 10px;
  }

  .row-4 {
    flex-direction: column;
  }

  .lead {
    font-size: 15px;
  }

  .content-2 {
    margin-top: 0;
    padding-top: 55px;
  }

  .switchable._50x {
    clear: none;
    height: auto;
  }

  .switchable.fullscreen {
    height: auto;
  }

  .fullscreen {
    height: auto;
    display: block;
  }

  .fullscreen.bg-image-01 {
    height: auto;
  }

  .row-6 {
    flex-direction: column;
  }

  .column-8 {
    justify-content: center;
    align-items: center;
  }

  .list-item {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .column-9 {
    padding-top: 20px;
  }

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

  .column-11 {
    margin-bottom: 15px;
  }

  .row-7 {
    flex-direction: column;
  }

  .nav, .nav.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .nav-menu-2, .menu-button-2 {
    background-color: #fff;
  }

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

  .fixed-image-copy {
    height: auto;
  }

  .div-block-9-copy {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div {
    width: 100%;
    height: 100%;
    padding-top: 122px;
  }

  .image-7 {
    margin-bottom: 10px;
  }

  .div-block-32 {
    width: 100%;
    height: 100%;
  }

  .div-block-33 {
    background-image: url('../images/uva-frutta-in_1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
  }

  .div-block-33._222 {
    background-image: url('../images/dff9fe51-3103-4daa-805d-64af03974286.jpg');
  }

  .image-8 {
    margin-bottom: 10px;
  }

  .section-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-35 {
    background-image: url('../images/Uva-frutta-in-4.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
  }

  .div-block-39, .div-block-39._1 {
    width: 100%;
    height: 400px;
  }

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

#w-node-c8cc71eb-bc35-828c-70d6-407cad37a8a1-b7dc5559 {
  justify-self: center;
}


@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-extrabold-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-semibold-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Clear Sans';
  src: url('../fonts/ClearSans-Regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Clear Sans';
  src: url('../fonts/ClearSans-Bold-webfont.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Clear Sans';
  src: url('../fonts/ClearSans-Light-webfont.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Clear Sans';
  src: url('../fonts/ClearSans-Italic-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}