:root {
  --white: white;
  --black: black;
}

body {
  color: #333;
  background-color: #000;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: -.09em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8rem;
  font-weight: 500;
  line-height: 1;
}

.section {
  border-bottom: 1px solid rgba(128, 128, 128, .2);
  flex: none;
}

.snap-container {
  width: 61.25rem;
  height: 100%;
  border-radius: 0;
  align-items: flex-end;
  padding: 8.2rem 3.5rem;
  display: flex;
}

.snap-container.is-red {
  width: 100%;
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .9)), url('../images/covi-desktop.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.snap-container.is-navy {
  width: 100%;
  color: #f7d5b1;
  background-color: #2c3950;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.snap-container.is-green {
  width: 100%;
  color: #ddea90;
  background-color: #1d7948;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.snap-container.is-purple {
  width: 100%;
  color: #fea4b9;
  background-color: #614f89;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.snap-container.tnliving {
  width: 100%;
  color: #fff;
  background-color: #000;
  background-image: url('../images/trentino-living-scaled.jpg');
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.snap-container.centroeno {
  width: 100%;
  color: #fff;
  background-color: #000;
  background-image: url('../images/centroeno-scaled.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.snap-container.casa-tua {
  width: 100%;
  color: #fff;
  background-color: #000;
  background-image: url('../images/casa-tua-scaled.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.snap-container.casina {
  width: 100%;
  color: #fff;
  background-color: #000;
  background-image: url('../images/casina-scaled.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.snap-container.barolo {
  width: 100%;
  color: #fff;
  background-color: #000;
  background-image: url('../images/BAROLO-scaled.jpeg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.snap-container.tosi {
  width: 100%;
  color: #fff;
  background-color: #000;
  background-image: url('../images/tosi-scaled.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.snap-container.covi {
  width: 100%;
  color: #fff;
  background-color: #000;
  background-image: url('../images/covi-scaled.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.snap-container.torboli {
  width: 100%;
  color: #fff;
  background-color: #000;
  background-image: url('../images/selezione-scaled.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.snap-container.dolomis {
  width: 100%;
  color: #fff;
  background-color: #000;
  background-image: url('../images/dolomis-scaled.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.snap-container.pravis {
  width: 100%;
  color: #fff;
  background-color: #000;
  background-image: url('../images/pravis-scaled.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.snap-container.rovertex {
  width: 100%;
  color: #fff;
  background-color: #000;
  background-image: url('../images/rovertex-scaled.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.snap-container.roeno {
  width: 100%;
  color: #fff;
  background-color: #000;
  background-image: url('../images/roeno-scaled.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.snap-container.utensilia {
  width: 100%;
  color: #fff;
  background-color: #000;
  background-image: url('../images/utensilia-scaled.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.snap-container.sleo {
  width: 100%;
  color: #fff;
  background-color: #000;
  background-image: url('../images/leo-scaled.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.snap-container.spedire {
  width: 100%;
  color: #fff;
  background-color: #000;
  background-image: url('../images/spedire-scaled.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.snap-container.ags {
  width: 100%;
  color: #fff;
  background-color: #000;
  background-image: url('../images/ags.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.container-wrapper {
  height: 100vh;
  justify-content: center;
  align-items: center;
  padding: 0% 2%;
  display: flex;
}

.snap-text {
  z-index: 1;
  color: #fff;
  text-align: left;
  letter-spacing: -.09em;
  object-fit: fill;
  align-self: auto;
  margin-left: -.5%;
  padding-left: 0;
  font-size: 8rem;
  line-height: 1;
  transition: background-color .5s;
  display: block;
  position: static;
}

.snap-text.margin-bottom {
  margin-bottom: 14px;
}

.flex-horizontal {
  z-index: 1;
  height: 40px;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2rem;
  display: flex;
  position: relative;
}

.nw-link {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px 12px;
  text-decoration: none;
  transition: background-color .35s;
}

.nw-link:hover {
  background-color: rgba(255, 255, 255, .1);
}

.neue-world-sticker {
  z-index: 1000;
  width: 100vw;
  height: 80px;
  background-color: #000;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.neue-world-sticker.frame-top.cursor-none {
  width: 98vw;
  flex-direction: row;
  align-items: center;
  overflow: visible;
}

.neue-world-sticker.frame-bottom {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.neue-world-sticker.frame-bottom.sfdgabfns {
  height: 80vh;
}

.neue-world-sticker.frame-bottom.cursor-none {
  width: 98vw;
}

.field-label {
  letter-spacing: -.25rem;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-field {
  background-color: #f7d5b1;
}

.global-nav-wrapper {
  z-index: 10;
  width: 100%;
  justify-content: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: fixed;
  top: 0;
}

.global-nav {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  letter-spacing: -.05rem;
  background-color: #111;
  border: 1px solid rgba(128, 128, 128, .2);
  border-radius: 20px;
  align-items: flex-end;
  padding: 2rem;
  font-size: 21px;
  text-decoration: none;
  display: flex;
}

.global-nav-link {
  color: #fff;
  line-height: 1.2;
  text-decoration: none;
}

.global-nav-link.w--current {
  letter-spacing: -.1rem;
  font-style: italic;
  text-decoration: underline;
}

.page-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
}

.page-sub-wrapper {
  height: 100vh;
  flex-direction: column;
  display: flex;
  position: relative;
}

.body {
  overflow: hidden;
}

.image {
  padding-top: 0;
}

.corner-1 {
  max-width: 30px;
  align-self: flex-start;
  margin-top: 80px;
  margin-left: 2%;
}

.corner-2 {
  max-width: 30px;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  margin-top: 80px;
  margin-left: 0%;
  margin-right: 0%;
}

.corner-4 {
  max-width: 30px;
  flex: 0 auto;
  order: 0;
  align-self: flex-end;
  margin: 0 0% 80px;
}

.corner-3 {
  max-width: 30px;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 80px;
  margin-left: 2%;
}

.text-block {
  z-index: 1;
  color: #fff;
  object-fit: fill;
  position: relative;
}

.text-block.personal-info {
  font-size: 12px;
  line-height: 16px;
}

.nw-link-behance {
  color: #fff;
  background-color: #053eff;
  border: 1px solid #053eff;
  border-radius: 20px;
  order: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px 12px;
  text-decoration: none;
  transition: border .35s, background-color .35s;
  display: none;
  overflow: visible;
}

.nw-link-behance:hover {
  opacity: 1;
  background-color: #2a5ff4;
  border-color: #2a5ff4;
}

.nw-link-behance.hide {
  display: none;
}

.image-website {
  width: 18px;
  margin-left: 0;
  margin-right: 8px;
}

.nw-link-first {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 20px;
  order: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px 12px;
  text-decoration: none;
  transition: background-color .35s;
  display: flex;
}

.nw-link-first:hover {
  background-color: rgba(255, 255, 255, .1);
}

.image-be {
  width: 19px;
  margin-left: 0;
  margin-right: 8px;
}

.div-block {
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-2 {
  width: 200px;
  height: 500px;
  clear: none;
  aspect-ratio: auto;
  text-transform: none;
  object-fit: contain;
  background-color: red;
  order: 0;
  display: block;
  position: fixed;
  overflow: scroll;
}

.over {
  width: 100vw;
  height: 100vh;
  clear: none;
  aspect-ratio: auto;
  text-transform: none;
  object-fit: contain;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
  order: 0;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: scroll;
}

.contact {
  z-index: 1000;
  width: auto;
  height: 40px;
  max-width: none;
  background-color: #000;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  margin-right: 2%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.contact.frame-top.cursor-none {
  width: 98vw;
  overflow: visible;
}

.contact.frame-bottom {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact.frame-bottom.sfdgabfns {
  height: 80vh;
}

.contact.frame-bottom.cursor-none {
  width: 98vw;
}

.contact-button {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 20px;
  order: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 8px 14px;
  text-decoration: none;
  transition: background-color .35s;
  display: flex;
}

.contact-button:hover {
  background-color: rgba(255, 255, 255, .1);
}

.social {
  z-index: 1000;
  width: auto;
  height: 40px;
  max-width: none;
  background-color: #000;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 2%;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.social.frame-top.cursor-none {
  width: 98vw;
  overflow: visible;
}

.social.frame-bottom {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.social.frame-bottom.sfdgabfns {
  height: 80vh;
}

.social.frame-bottom.cursor-none {
  width: 98vw;
}

.behance {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 0 #fff;
  border-radius: 0;
  order: 1;
  margin: 0 15px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.behance:hover {
  background-color: rgba(255, 255, 255, .1);
}

.behance-icon {
  width: 24px;
  opacity: .3;
  margin-left: 0;
  margin-right: 0;
  transition: opacity .2s;
}

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

.linkedin {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 0 #fff;
  border-radius: 0;
  order: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.linkedin:hover {
  background-color: rgba(255, 255, 255, .1);
}

.linkedin-icon {
  width: 22px;
  opacity: .3;
  margin-left: 0;
  margin-right: 0;
  transition: opacity .2s;
}

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

.dribble {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 0 #fff;
  border-radius: 0;
  order: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.dribble:hover {
  background-color: rgba(255, 255, 255, .1);
}

.dribble-icon {
  width: 22px;
  opacity: .3;
  margin-left: 0;
  margin-right: 0;
  transition: opacity .2s;
}

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

.cv {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 20px;
  order: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px;
  text-decoration: none;
  transition: background-color .35s;
  display: flex;
}

.cv:hover {
  background-color: rgba(255, 255, 255, .1);
}

.cv-icon {
  width: 18px;
  margin-left: 0;
  margin-right: 0;
}

.about {
  z-index: 1000;
  width: auto;
  height: 40px;
  max-width: none;
  background-color: #000;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin: 0 0% 20px 2%;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.about.frame-top.cursor-none {
  width: 98vw;
  overflow: visible;
}

.about.frame-bottom {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about.frame-bottom.sfdgabfns {
  height: 80vh;
}

.about.frame-bottom.cursor-none {
  width: 98vw;
}

.cv-link {
  opacity: .3;
  color: #fff;
  transition: opacity .2s;
  display: none;
}

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

.text-span {
  opacity: .3;
}

.logo {
  z-index: 1000;
  width: auto;
  height: 40px;
  max-width: none;
  object-fit: fill;
  background-color: #000;
  flex-flow: row;
  align-content: center;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-top: 20px;
  margin-left: 2%;
  margin-right: 0%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.logo.frame-top.cursor-none {
  width: 98vw;
  overflow: visible;
}

.logo.frame-bottom {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo.frame-bottom.sfdgabfns {
  height: 80vh;
}

.logo.frame-bottom.cursor-none {
  width: 98vw;
}

.image-2, .db {
  height: 15px;
}

.db.logo-mobile {
  display: none;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.preloader-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.preloader-bar-1 {
  width: 60%;
  height: 100%;
  background-color: #dfdfdf;
  border-radius: 1000px;
  justify-content: center;
  display: flex;
}

.cloneable-area {
  min-height: 0;
}

.c-preloader {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.c-preloader-bar {
  width: 15em;
  height: .25em;
  background-color: #222;
  border-radius: 1000px;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preloader-bar-2 {
  width: 50%;
  height: 100%;
  background-color: #585858;
}

._w-preloader-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-preloader-curtain {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.c-preloader-content {
  z-index: 5;
  position: absolute;
}

.c-preloader-title {
  margin-bottom: .5em;
  padding-left: .5em;
  padding-right: .5em;
  overflow: hidden;
}

._w-preloader {
  width: 100%;
  height: 100%;
  color: #000;
  background-color: rgba(19, 19, 19, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.preloader-curtain {
  width: 50%;
  height: 100%;
  background-color: #131313;
  position: relative;
}

.preloader-curtain.right._2 {
  color: #ff1313;
  background-color: rgba(19, 19, 19, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.preloader-curtain.left._2 {
  background-color: rgba(19, 19, 19, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

@media screen and (max-width: 991px) {
  .snap-container {
    padding: 6.3rem 2.3rem;
  }

  .container-wrapper {
    padding: 0 2%;
  }

  .snap-text {
    font-size: 6rem;
  }

  .neue-world-sticker {
    width: 100vw;
  }

  .neue-world-sticker.frame-top, .neue-world-sticker.frame-bottom {
    height: 70px;
  }

  .corner-1, .corner-2 {
    margin-top: 70px;
  }

  .corner-4, .corner-3 {
    margin-bottom: 70px;
  }

  .contact {
    width: auto;
    max-width: none;
    justify-content: flex-end;
    align-items: center;
    margin-top: 15px;
  }

  .contact.frame-top, .contact.frame-bottom {
    height: 70px;
  }

  .social {
    width: auto;
    max-width: none;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    margin-bottom: 15px;
  }

  .social.frame-top, .social.frame-bottom {
    height: 70px;
  }

  .about {
    width: auto;
    max-width: none;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    margin-bottom: 15px;
  }

  .about.frame-top, .about.frame-bottom {
    height: 70px;
  }

  .logo {
    width: auto;
    max-width: none;
    justify-content: flex-end;
    align-items: center;
    margin-top: 15px;
  }

  .logo.frame-top, .logo.frame-bottom {
    height: 70px;
  }
}

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

  .section {
    border-bottom-style: none;
  }

  .snap-container.is-red {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .9)), url('../images/covi-mobile.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .snap-container.tnliving {
    background-image: url('../images/trentino-living-scaled.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .container-wrapper {
    padding: 0 2%;
  }

  .snap-text {
    margin-bottom: 6px;
    font-size: 5rem;
  }

  .neue-world-sticker.frame-top, .neue-world-sticker.frame-bottom {
    height: 60px;
  }

  .global-nav {
    padding: 1.5rem;
    font-size: 14px;
  }

  .global-nav-link {
    font-size: 4vw;
  }

  .page-wrapper, .page-sub-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .corner-1, .corner-2 {
    margin-top: 60px;
  }

  .corner-4, .corner-3 {
    margin-bottom: 60px;
  }

  .contact {
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
  }

  .contact.frame-top, .contact.frame-bottom {
    height: 60px;
  }

  .social {
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .social.frame-top, .social.frame-bottom {
    height: 60px;
  }

  .about {
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .about.frame-top, .about.frame-bottom {
    height: 60px;
  }

  .logo {
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
  }

  .logo.frame-top, .logo.frame-bottom {
    height: 60px;
  }

  .db.logo-mobile {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .snap-container.is-red {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 6rem 2rem;
  }

  .snap-container.is-navy, .snap-container.is-green, .snap-container.is-purple {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .snap-container.tnliving {
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 6rem 2rem;
  }

  .snap-container.centroeno, .snap-container.casa-tua, .snap-container.casina, .snap-container.barolo, .snap-container.tosi, .snap-container.covi, .snap-container.torboli, .snap-container.dolomis, .snap-container.pravis, .snap-container.rovertex, .snap-container.roeno, .snap-container.utensilia, .snap-container.sleo, .snap-container.spedire, .snap-container.ags {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 6rem 2rem;
  }

  .container-wrapper {
    height: 100vh;
    overflow: visible;
  }

  .snap-text {
    margin-bottom: 8px;
    font-size: 3.5rem;
  }

  .flex-horizontal {
    width: 105%;
    min-width: auto;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .nw-link {
    border: 1px solid #fff;
    border-radius: 20px;
    flex-direction: column;
    margin-top: 8px;
    margin-bottom: 0;
    padding: 8px 12px;
    display: flex;
  }

  .neue-world-sticker {
    width: 100vw;
  }

  .neue-world-sticker.frame-top {
    overflow: visible;
  }

  .text-block.personal-info {
    font-size: 10px;
    line-height: 15px;
  }

  .nw-link-behance {
    border: 1px solid #053eff;
    border-radius: 20px;
    flex-direction: row;
    align-items: stretch;
    margin-top: 8px;
    margin-bottom: 0;
    padding: 8px 12px;
    display: none;
  }

  .image-website {
    width: 17px;
  }

  .nw-link-first {
    border: 1px solid #fff;
    border-radius: 20px;
    flex-direction: row;
    align-items: stretch;
    margin-top: 8px;
    margin-bottom: 0;
    padding: 8px 12px;
    display: flex;
  }

  .image-be {
    width: 18px;
  }

  .text-block-2, .text-block-3 {
    font-size: 14px;
  }

  .contact {
    width: auto;
    height: 40px;
    max-width: 60vw;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
    margin-right: 6%;
  }

  .contact.frame-top {
    overflow: visible;
  }

  .contact-button {
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 20px;
    flex-direction: row;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 8px 14px;
    display: flex;
  }

  .social {
    width: auto;
    height: 40px;
    max-width: none;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
    margin-right: 6%;
  }

  .social.frame-top {
    overflow: visible;
  }

  .behance {
    border: 0 #fff;
    border-radius: 0;
    flex-direction: row;
    align-items: stretch;
    margin: 0 15px;
    padding: 0;
    display: flex;
  }

  .behance-icon {
    width: 20px;
    opacity: .3;
    transition: opacity .25s;
  }

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

  .linkedin {
    border: 0 #fff;
    border-radius: 0;
    flex-direction: row;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    display: flex;
  }

  .linkedin-icon {
    width: 18px;
    opacity: .3;
    transition: opacity .25s;
  }

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

  .dribble {
    border: 0 #fff;
    border-radius: 0;
    flex-direction: row;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    display: flex;
  }

  .dribble-icon {
    width: 18px;
    opacity: .3;
    transition: opacity .25s;
  }

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

  .cv {
    border: 1px solid #fff;
    border-radius: 20px;
    flex-direction: row;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
    padding: 8px;
    display: flex;
  }

  .cv-icon {
    width: 17px;
  }

  .about {
    width: auto;
    height: 40px;
    max-width: none;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
    margin-left: 6%;
    margin-right: 6%;
  }

  .about.frame-top {
    overflow: visible;
  }

  .logo {
    width: auto;
    height: 40px;
    max-width: 60vw;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
    margin-left: 6%;
    margin-right: 0%;
  }

  .logo.frame-top {
    overflow: visible;
  }

  .db.logo-desktop {
    display: none;
  }

  .db.logo-mobile {
    height: 17px;
    display: block;
  }
}


