.body {
  background-color: #150a2c;
}

.sections-container {
  height: 100vh;
  overflow: scroll;
}

.home-button {
  position: absolute;
  top: 7%;
  bottom: auto;
  left: 5%;
  right: auto;
}

.jack-logo-nav {
  width: 75px;
}

.section-hi {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph {
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.red-paragraph {
  color: #d72d11;
}

.section-idea {
  height: 100vh;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-paragraph {
  height: 20%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.go-to-text {
  color: red;
  margin-top: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.go-to-text.white {
  color: #fff;
  margin-top: 40px;
}

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

.image-idea {
  width: 200px;
}

.section-logo {
  height: 100vh;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.html-embed {
  display: none;
}

.image-logo {
  width: 350px;
}

.section-brand {
  height: 100vh;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-footer {
  flex-direction: column;
  display: flex;
}

.footer-info {
  width: 80vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.info-jack {
  color: red;
  margin-right: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 13px;
  line-height: 13px;
}

.link-social-icons {
  width: 30px;
  height: 30px;
}

.footer {
  height: 100vh;
  background-color: #150a2c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 40px;
  display: flex;
  position: relative;
}

.social-icon {
  width: 100%;
  height: 100%;
}

.image-footer-logo {
  width: 50px;
}

.footer-title {
  color: red;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.grid-footer {
  width: 80vw;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  padding-bottom: 100px;
  display: grid;
}

.footer-link-list {
  flex-direction: column;
  display: flex;
}

.footer-link {
  color: #fff;
  margin-top: 5px;
  font-family: DM Sans, sans-serif;
}

.hi {
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
}

.red-hi {
  color: red;
}

.section-3d {
  height: 100vh;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.brand-image {
  width: 50%;
}

.div-brand {
  width: 45vw;
  display: flex;
}

.section-app {
  height: 100vh;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-app {
  width: 200px;
}

.section-adv {
  height: 100vh;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-adv {
  width: 300px;
}

.section-website {
  height: 100vh;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-website {
  width: 700px;
}

.image-website.mobile {
  width: 250px;
  display: none;
}

.section-digital {
  height: 100vh;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-conclusion {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.conclusion {
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.div-conclusion {
  width: 80vw;
  justify-content: center;
  display: flex;
}

.conclusion-red {
  color: #d72d11;
  text-decoration: none;
}

.link-team, .link-noprofit {
  text-decoration: none;
}

.case-history {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-ch {
  width: 80vw;
  grid-column-gap: 10px;
  grid-row-gap: 45px;
  grid-template-rows: 1fr auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.grid-ch.brand {
  grid-template-rows: 1fr auto auto auto auto;
}

.grid-ch.website {
  grid-template-rows: 1fr auto auto auto;
}

.grid-ch.app {
  grid-template-rows: 1fr auto auto;
}

.grid-ch.personal {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-ch {
  width: 60vw;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: row;
  align-items: center;
  padding: 30px;
  display: flex;
}

.logo-ch {
  height: 80px;
}

.logo-ch.cpr {
  width: 80px;
  height: auto;
}

.logo-ch.rippl {
  height: 55px;
}

.legenda {
  color: #000;
  text-align: left;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
}

.section-team {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.grid-team {
  max-width: 60vw;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-expl {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-ch {
  width: 25%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-right: 30px;
  display: flex;
}

.div-legenda {
  width: 75%;
}

.image-digital {
  height: 100%;
  object-fit: cover;
}

.div-spacer {
  height: 20%;
}

.grid-3d {
  width: 80vw;
  grid-column-gap: 15px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}

.image-lightbox {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.image-lightbox.vertical {
  height: auto;
}

.slider-ch {
  width: 80%;
  height: auto;
  margin-bottom: 40px;
}

.slide-nav {
  display: none;
}

.grid-digital {
  width: 80vw;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container {
  height: 70vh;
  max-width: 70vh;
  flex: 1;
  margin-bottom: 20px;
  position: relative;
}

.drag {
  z-index: 5;
  width: 2%;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  cursor: grab;
  background-color: rgba(255, 255, 255, .55);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 49%;
  right: auto;
}

.icon {
  width: 50px;
  height: 38px;
  min-height: 38px;
  min-width: 37px;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: rgba(255, 255, 255, .89);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

.before {
  z-index: 2;
  width: 50%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.before-mobile {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url('../images/alice-in-chains-dirt.jpg');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  overflow: hidden;
}

.before-mobile._2 {
  background-image: url('../images/cannibal-corpse-violence-unimagined.jpg.jpg');
}

.before-mobile._3 {
  background-image: url('../images/guns-n-roses-appetite-for-destruction.jpg');
}

.before-mobile._4 {
  background-image: url('../images/iron-maiden-the-number-of-the-beast.jpg');
}

.before-mobile._5 {
  background-image: url('../images/metallica-ride-the-lightning.jpg');
}

.before-mobile._6 {
  background-image: url('../images/muse-absolution.jpg');
}

.before-mobile._7 {
  background-image: url('../images/nirvana-nevermind.jpg');
}

.before-mobile._8 {
  background-image: url('../images/paramore-brand-new-eyes.jpg');
}

.before-mobile._9 {
  background-image: url('../images/queen-greatest-hits-1.jpg');
}

.after {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/post-urbi-giornata-mondiale-abbraccio.jpg');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  overflow: hidden;
}

.after-mobile {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/oldness-alice-in-chains-dirt.jpg');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
}

.after-mobile._2 {
  background-image: url('../images/oldness-cannibal-corpse-violence-unimagined.jpg');
}

.after-mobile._3 {
  background-image: url('../images/oldness-guns-n-roses-appetite-for-destruction.jpg');
}

.after-mobile._4 {
  background-image: url('../images/oldness-iron-maiden-the-number-of-the-beast.jpg');
}

.after-mobile._5 {
  background-image: url('../images/oldness-metallica-ride-the-lightning.jpg');
}

.after-mobile._6 {
  background-image: url('../images/oldness-muse-absolution.jpg');
}

.after-mobile._7 {
  background-image: url('../images/oldness-nirvana-nevermind.jpg');
}

.after-mobile._8 {
  background-image: url('../images/oldness-paramore-brand-new-eyes.jpg');
}

.after-mobile._9 {
  background-image: url('../images/oldness-queen-greatest-hits-1.jpg');
}

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

.image-right {
  z-index: 0;
  width: 600px;
  height: 600px;
  object-fit: cover;
  position: absolute;
}

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

.before-2 {
  z-index: 3;
  width: 100px;
  background-color: rgba(255, 255, 255, .15);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  transition: opacity .2s ease-in-out;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: 20px;
  right: auto;
}

.handle {
  width: auto;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.circle-wrapper {
  width: 40px;
  height: 40px;
  cursor: grab;
  background-color: #fff;
  background-image: url('../images/cd-arrows-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border-radius: 50%;
  position: absolute;
}

.image-left {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.handle-wrapper {
  width: 600px;
  height: 600px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.handle-bar {
  z-index: 10;
  width: 1px;
  height: 100%;
  color: rgba(0, 0, 0, 0);
  cursor: grab;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.after-2 {
  z-index: 3;
  width: 100px;
  background-color: rgba(255, 255, 255, .15);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  transition: opacity .2s ease-in-out;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

@media screen and (max-width: 991px) {
  .grid-footer {
    width: 90vw;
    grid-column-gap: 33px;
  }

  .div-brand {
    width: 65vw;
  }

  .image-website {
    width: 600px;
  }

  .div-ch {
    width: 80vw;
  }

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

  .grid-team {
    max-width: 80vw;
  }

  .grid-3d {
    grid-template-columns: 1fr 1fr;
  }

  .before {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .before-mobile {
    width: 95vw;
  }

  .after {
    background-image: none;
  }

  .after-mobile {
    width: 95vw;
  }

  .image-right {
    width: 80vw;
    height: 80vw;
  }

  .handle-container {
    width: 90%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .image-left {
    width: auto;
  }

  .handle-wrapper {
    width: 80vw;
    height: 80vw;
    max-width: none;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .paragraph {
    text-align: center;
  }

  .div-paragraph {
    max-width: 80vw;
  }

  .go-to-text {
    text-align: center;
  }

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

  .link-social-icons {
    width: 25px;
    height: 25px;
  }

  .grid-footer {
    width: 80vw;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-link-list {
    text-align: center;
  }

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

  .brand-image {
    width: 60%;
  }

  .div-brand {
    flex-direction: column;
    align-items: center;
  }

  .image-website {
    display: none;
  }

  .image-website.mobile {
    display: block;
  }

  .case-history {
    margin-bottom: 100px;
  }

  .image-digital {
    object-fit: cover;
  }

  .grid-3d {
    padding-bottom: 100px;
  }

  .container {
    height: 400px;
    max-width: 400px;
  }

  .div-befafter {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 479px) {
  .jack-logo-nav {
    width: 50px;
  }

  .paragraph {
    font-size: 25px;
    line-height: 25px;
  }

  .div-paragraph {
    height: 30%;
  }

  .go-to-text {
    margin-top: 15px;
    font-size: 12px;
    line-height: 12px;
  }

  .div-content {
    height: 40%;
  }

  .image-idea {
    width: 150px;
  }

  .image-logo {
    width: 250px;
  }

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

  .info-jack {
    text-align: center;
  }

  .link-social-icons {
    margin-top: 5px;
  }

  .footer-title {
    font-size: 16px;
  }

  .grid-footer {
    grid-row-gap: 25px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-link {
    margin-top: 0;
    font-size: 12px;
  }

  .hi {
    width: 80vw;
    font-size: 25px;
    line-height: 25px;
  }

  .brand-image {
    width: 60%;
  }

  .brand-image._4, .brand-image._1 {
    width: 55%;
  }

  .div-brand {
    width: 808vw;
  }

  .image-adv {
    width: 230px;
  }

  .image-website.mobile {
    width: 200px;
  }

  .conclusion {
    font-size: 16px;
    line-height: 16px;
  }

  .case-history {
    margin-bottom: 0;
    padding-bottom: 100px;
  }

  .case-history.video {
    padding-bottom: 40px;
  }

  .grid-ch.personal {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-ch {
    flex-direction: column;
    padding: 30px 15px;
  }

  .legenda {
    font-size: 16px;
    line-height: 18px;
  }

  .link-ch {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .image-digital {
    object-fit: cover;
  }

  .div-spacer {
    height: 30%;
  }

  .grid-3d {
    grid-template-columns: 1fr;
  }

  .slider-ch {
    margin-bottom: 0;
  }

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

  .container {
    height: 90vw;
    max-width: 90vw;
    margin-bottom: 40px;
    display: flex;
  }

  .drag {
    width: 4%;
    left: 48%;
  }

  .before, .before-mobile {
    background-repeat: repeat-x;
    background-size: cover;
  }
}

#w-node-d12e20d2-ab08-24dc-28f4-ecd566a6a1c6-66a6a1c2 {
  justify-self: center;
}

#w-node-d12e20d2-ab08-24dc-28f4-ecd566a6a1ed-66a6a1c2, #w-node-ae4b2697-bb94-7a0a-f0ba-0282472abc26-d7a88b48, #w-node-_930a8801-4916-2540-c8db-f43ef1dfaf66-d7a88b48, #w-node-_5d54c962-62c4-3e73-53de-31025710e38b-d7a88b48, #w-node-_60363140-b7bb-d3fe-4862-aae32f53bc11-c3fc70db, #w-node-_39e02101-a00c-90a7-e262-553a34246159-de5969e5, #w-node-_0385bb0c-87b2-a806-808f-79bee8de6a32-de5969e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


