.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 60vh;
  max-width: 100vw;
  margin-top: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.onda-bianca {
  position: absolute;
  max-width: 120vw;
}

.onda-bianca._1 {
  bottom: 40%;
  z-index: 1;
  height: 70px;
  max-width: 1000vw;
}

.onda-bianca._2 {
  bottom: 30%;
  z-index: 2;
  height: 70px;
  max-width: 1000vw;
  margin-top: 40px;
}

.onda-bianca._3 {
  bottom: 20%;
  z-index: 3;
  height: 70px;
  max-width: 1000vw;
  margin-top: 80px;
}

.onda-bianca._4 {
  bottom: 10%;
  z-index: 5;
  height: 70px;
  max-width: 1000vw;
  margin-top: 120px;
}

.barca {
  position: absolute;
  right: 20%;
  bottom: 22%;
  z-index: 4;
  width: 80px;
  max-width: 100%;
}

.sole {
  position: absolute;
  left: 20%;
  bottom: 70%;
  z-index: 0;
  width: 80px;
}

.onda-blu {
  position: absolute;
  bottom: 0%;
  z-index: 6;
  height: 70px;
  max-width: 1000vw;
  margin-top: 160px;
}

.mare {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.presentazione {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3e00ff;
}

.bussola {
  position: absolute;
  z-index: 9;
  width: 250px;
  opacity: 1;
}

.contenitore-bussola {
  position: absolute;
  z-index: 12;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 350px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ago {
  position: relative;
  bottom: -49px;
  z-index: 10;
  width: 200px;
}

.titolo {
  font-family: Jost, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
}

.titolo-bold-giallo {
  color: #fea400;
  font-weight: 700;
}

.servizi-approdo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.griglia-servizi {
  display: -ms-grid;
  display: grid;
  width: 80vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 43px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.spiegazione-servizio {
  margin-top: 30px;
  font-family: Jost, sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: justify;
}

.singolo-servizio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.spiegazione-servizio-bold-giallo {
  color: #fda300;
  font-weight: 700;
}

.ombra-contatto {
  position: absolute;
  left: -15px;
  z-index: 8;
  width: 250px;
}

.ombra-morbida {
  position: absolute;
  z-index: 7;
  display: block;
  width: 250px;
}

.navigatore-e-download {
  height: 150vh;
  background-image: url('../images/Sfondo-icone.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.navigatore {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.base-opaca {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 80%;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.8);
  box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.schermate {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.spiegazione-schermate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.schermata-preferiti {
  position: absolute;
  width: 180px;
}

.schermata-guida {
  position: absolute;
  width: 180px;
}

.schermata-mappa {
  position: absolute;
  width: 180px;
}

.console {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 35px;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #4600ff;
}

.html-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}

.spiegazione {
  margin-bottom: 50px;
}

.testo-spiegazione {
  width: 350px;
  margin-bottom: 25px;
  font-family: Jost, sans-serif;
  color: #000;
  line-height: 16px;
  text-align: justify;
}

.testo-spiegazione._1 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 20px;
}

.testo-spiegazione._2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 20px;
}

.testo-spiegazione._3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 20px;
}

.linea-grigia {
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #d9d9d9;
}

.download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.smartphone {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #eee;
  background-image: url('../images/Sfondo-icone.svg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.link-play-store {
  position: absolute;
  width: 100px;
}

.footer {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #3d33ff;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.logo-footer {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Jost, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.footer-link {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Jost, sans-serif;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.info {
  font-family: Jost, sans-serif;
  color: #fff;
  text-align: left;
}

.div-immagine-singolo-servizio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.97);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.bottone-download {
  padding: 10px 20px;
  border-radius: 1000px;
  background-color: #e32f62;
  font-family: Jost, sans-serif;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

._404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Sfondo-icone.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

.logo-404 {
  width: 250px;
}

.testo-404 {
  margin-top: 35px;
  font-family: Jost, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.text-span {
  color: #3e01eb;
}

.contattaci {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #3d33ff;
}

.contact-form-grid {
  display: block;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.titolo-contatti {
  font-family: Jost, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
}

.field-label {
  font-family: Jost, sans-serif;
  color: #fff;
}

.text-field {
  border-radius: 1000px;
}

.textarea {
  border-radius: 1000px;
}

.submit-button {
  border-radius: 1000px;
  background-color: #faa501;
  font-family: Jost, sans-serif;
}

.text-span-2 {
  color: #faa501;
}

.div-contatti {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icone-contatti {
  -o-object-fit: fill;
  object-fit: fill;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-right: 19px;
  margin-left: 19px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #faa501;
}

.traduttore {
  position: fixed;
  left: auto;
  top: auto;
  right: 1%;
  bottom: 1%;
  z-index: 100;
  width: 200px;
  height: 50px;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sezione-cookies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .barca {
    right: 15%;
  }

  .sole {
    left: 15%;
  }

  .spiegazione-servizio {
    font-size: 14px;
    line-height: 16px;
  }

  .ombra-contatto {
    left: -14px;
  }

  .schermata-preferiti {
    width: 150px;
  }

  .schermata-guida {
    width: 150px;
  }

  .schermata-mappa {
    width: 150px;
  }

  .console {
    width: 300px;
  }

  .testo-spiegazione._1 {
    width: 300px;
    font-size: 16px;
  }

  .testo-spiegazione._2 {
    width: 300px;
    font-size: 16px;
  }

  .testo-spiegazione._3 {
    width: 300px;
    font-size: 16px;
  }

  .footer {
    padding-right: 50px;
    padding-left: 50px;
  }

  .titolo-contatti {
    font-size: 20px;
    line-height: 20px;
  }

  .link-block {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .barca {
    width: 70px;
  }

  .sole {
    width: 70px;
  }

  .presentazione {
    height: 80vh;
  }

  .bussola {
    width: 200px;
  }

  .ago {
    bottom: -40px;
    width: 150px;
  }

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

  .servizi-approdo {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .griglia-servizi {
    width: 70vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .spiegazione-servizio {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .ombra-contatto {
    left: 13px;
    width: 200px;
  }

  .ombra-morbida {
    width: 200px;
  }

  .console {
    width: 200px;
  }

  .html-embed {
    height: 15px;
  }

  .testo-spiegazione._1 {
    width: 200px;
  }

  .testo-spiegazione._2 {
    width: 200px;
  }

  .testo-spiegazione._3 {
    width: 200px;
  }

  .smartphone {
    width: 180px;
  }

  .footer {
    padding: 40px;
  }

  .logo-footer {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .contattaci {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    margin-top: 20px;
  }

  .barca {
    right: 10%;
    width: 50px;
  }

  .sole {
    left: 10%;
    width: 50px;
  }

  .bussola {
    width: 150px;
  }

  .ago {
    bottom: -28px;
    width: 120px;
  }

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

  .griglia-servizi {
    width: 80vw;
  }

  .ombra-contatto {
    left: 42px;
    width: 150px;
  }

  .ombra-morbida {
    width: 150px;
  }

  .base-opaca {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .schermate {
    width: 50%;
    height: 50%;
  }

  .spiegazione-schermate {
    width: auto;
  }

  .schermata-preferiti {
    width: 100px;
  }

  .schermata-guida {
    width: 100px;
  }

  .schermata-mappa {
    width: 100px;
  }

  .spiegazione {
    margin-bottom: 24px;
  }

  .testo-spiegazione._1 {
    font-size: 10px;
    line-height: 12px;
  }

  .testo-spiegazione._2 {
    font-size: 10px;
    line-height: 12px;
  }

  .testo-spiegazione._3 {
    font-size: 10px;
    line-height: 12px;
  }

  .linea-grigia {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .smartphone {
    width: 150px;
  }

  .footer {
    padding-right: 40px;
    padding-left: 40px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .menu {
    padding-right: 5%;
    padding-left: 5%;
  }

  .bottone-download {
    padding-right: 15px;
    padding-left: 15px;
  }
}

