.home-fascia {
  padding-top: 35px;
  padding-bottom: 15px;
  text-align: center;
  overflow: hidden;
}
.home-fascia h2,
.home-fascia p {
  margin-bottom: 15px;
}
#home-splash {
  position: relative;
  color: white;
  padding-bottom: 0;
}
#home-splash .content-wrapper {
  display: flex;
  justify-content: space-evenly;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: left;
  min-height: 580px;
}
@media screen and (max-width: 1060px) {
  #home-splash .content-wrapper {
    text-align: center;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#home-splash .content-wrapper .home-splash-image {
  order: 2;
  align-self: flex-end;
  width: 0;
  margin-left: -30px;
  flex: 1 1 auto;
}
#home-splash .content-wrapper .home-splash-image > img {
  display: block;
  width: 100%;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1s;
}
#home-splash .content-wrapper .home-splash-image > img.active {
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  #home-splash .content-wrapper .home-splash-image {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1060px) {
  #home-splash .content-wrapper .home-splash-image {
    order: 3;
    width: 100%;
    flex: 0 0 auto;
    margin: 40px 0 0;
  }
  #home-splash .content-wrapper .home-splash-image > img {
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  #home-splash .content-wrapper .home-splash-image > img {
    width: 90%;
  }
}
#home-splash .content-wrapper .home-splash-content {
  order: 1;
  margin-top: 40px;
  align-self: flex-start;
  width: 560px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1060px) {
  #home-splash .content-wrapper .home-splash-content {
    margin-top: 20px;
    width: 100%;
    max-width: 960px;
    align-self: center;
  }
}
#home-splash .content-wrapper .home-splash-content .home-splash-content-typing > div,
#home-splash .content-wrapper .home-splash-content .home-splash-content-slideshow > div {
  position: relative;
}
#home-splash .content-wrapper .home-splash-content .home-splash-content-typing > div h2,
#home-splash .content-wrapper .home-splash-content .home-splash-content-slideshow > div h2,
#home-splash .content-wrapper .home-splash-content .home-splash-content-typing > div p,
#home-splash .content-wrapper .home-splash-content .home-splash-content-slideshow > div p {
  color: white;
}
#home-splash .content-wrapper .home-splash-content .home-splash-content-typing > div h2,
#home-splash .content-wrapper .home-splash-content .home-splash-content-slideshow > div h2 {
  margin-bottom: 20px;
  line-height: 120%;
  text-transform: none;
}
@media screen and (max-width: 1060px) {
  #home-splash .content-wrapper .home-splash-content .home-splash-content-typing > div p,
  #home-splash .content-wrapper .home-splash-content .home-splash-content-slideshow > div p {
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;
  }
}
#home-splash .content-wrapper .home-splash-content .home-splash-content-typing > div h2,
#home-splash .content-wrapper .home-splash-content .home-splash-content-typing > div p {
  font-size: 16px;
  font-weight: 300;
}
#home-splash .content-wrapper .home-splash-content .home-splash-content-typing > div h2 {
  font-size: 44px;
  line-height: 135%;
  white-space: nowrap;
}
#home-splash .content-wrapper .home-splash-content .home-splash-content-typing > div h2 * {
  vertical-align: top;
  white-space: nowrap;
}
#home-splash .content-wrapper .home-splash-content .home-splash-content-typing > div h2 #home-splash-content-typing-effect {
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 1060px) {
  #home-splash .content-wrapper .home-splash-content .home-splash-content-typing > div h2 {
    white-space: normal;
    font-size: 36px;
  }
}
@media screen and (max-width: 800px) {
  #home-splash .content-wrapper .home-splash-content .home-splash-content-typing > div h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 520px) {
  #home-splash .content-wrapper .home-splash-content .home-splash-content-typing > div h2 {
    font-size: 26px;
  }
}
#home-splash .content-wrapper .home-splash-content .home-splash-content-slideshow > div {
  display: none;
  opacity: 0;
  left: 0;
  transition-property: opacity, left;
  transition-duration: 0.5s;
}
#home-splash .content-wrapper .home-splash-content .home-splash-content-slideshow > div.active {
  display: block;
  opacity: 1;
}
#home-splash .content-wrapper .home-splash-content .home-splash-content-slideshow > div.fade-in {
  left: 100px;
  opacity: 0;
}
#home-splash .content-wrapper .home-splash-content .home-splash-content-slideshow > div.fade-out {
  left: -100px;
  opacity: 0;
}
#home-splash .content-wrapper .home-splash-content #home-splash-buttons {
  margin: 50px -10px 0;
}
#home-splash .content-wrapper .home-splash-content #home-splash-buttons .button {
  display: inline-block;
  margin: 0 10px 10px;
  padding: 15px 30px;
  color: white;
  font-size: 17px;
  font-weight: 500;
  background-color: #00C8C8;
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  transition-property: color, background-color;
}
#home-splash .content-wrapper .home-splash-content #home-splash-buttons .button:hover {
  background-color: #33d3d3;
}
#home-splash .content-wrapper .home-splash-content #home-splash-buttons .button.button-white {
  color: black;
  background-color: white;
  text-shadow: none;
}
#home-splash .content-wrapper .home-splash-content #home-splash-buttons .button.button-white:hover {
  color: #383f51;
  background-color: white;
}
#home-splash .content-wrapper .home-splash-content #download-bar {
  margin-top: 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 200%;
}
#home-splash .content-wrapper .home-splash-content #download-bar .download-bar-icons {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  margin-left: 2px;
}
#home-splash .content-wrapper .home-splash-content #download-bar .download-bar-icons > a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
#home-splash .content-wrapper .home-splash-content #download-bar .download-bar-icons > a:hover {
  opacity: 0.8;
}
#home-splash .content-wrapper .home-splash-content #download-bar .download-bar-icons > a > img {
  height: 36px;
  position: relative;
  top: -1px;
}
@media screen and (max-width: 1100px) {
  #home-splash .content-wrapper .home-splash-content #download-bar .download-bar-icons > a > img {
    height: 24px;
    top: -2px;
  }
}
#home-sistema-icone {
  position: relative;
  padding-bottom: 45px;
}
#home-sistema-icone h2 {
  margin: 20px auto 20px;
  text-transform: none;
  text-align: center;
}
#home-sistema-icone p {
  margin: 0 auto 40px;
}
#home-sistema-icone .home-sistema-icone-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 0 20px;
  text-align: left;
}
@media screen and (max-width: 920px) {
  #home-sistema-icone .home-sistema-icone-list {
    padding: 0 10px;
  }
}
@media screen and (max-width: 660px) {
  #home-sistema-icone .home-sistema-icone-list {
    padding: 0;
  }
}
#home-sistema-icone .home-sistema-icone-list > div {
  width: 33.3%;
  flex: 0 0 auto;
  padding: 20px 30px 20px 20px;
  border-top: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
}
#home-sistema-icone .home-sistema-icone-list > div:nth-child(1),
#home-sistema-icone .home-sistema-icone-list > div:nth-child(2),
#home-sistema-icone .home-sistema-icone-list > div:nth-child(3) {
  border-top-width: 0;
}
#home-sistema-icone .home-sistema-icone-list > div:nth-child(1),
#home-sistema-icone .home-sistema-icone-list > div:nth-child(4) {
  border-left-width: 0;
}
@media screen and (max-width: 920px) {
  #home-sistema-icone .home-sistema-icone-list > div {
    width: 50%;
  }
  #home-sistema-icone .home-sistema-icone-list > div:nth-child(3) {
    border-top-width: 1px;
  }
  #home-sistema-icone .home-sistema-icone-list > div:nth-child(3),
  #home-sistema-icone .home-sistema-icone-list > div:nth-child(5) {
    border-left: none;
  }
  #home-sistema-icone .home-sistema-icone-list > div:nth-child(4) {
    border-left-width: 1px;
  }
}
@media screen and (max-width: 660px) {
  #home-sistema-icone .home-sistema-icone-list > div {
    width: 100%;
    border-top-width: 1px !important;
    border-left-width: 0 !important;
  }
  #home-sistema-icone .home-sistema-icone-list > div:first-child {
    border-top-width: 0 !important;
  }
}
#home-sistema-icone .home-sistema-icone-list > div .home-sistema-icone-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #303030;
  font-weight: 500;
  margin-bottom: 10px;
}
#home-sistema-icone .home-sistema-icone-list > div .home-sistema-icone-title > .home-sistema-icone-icona {
  display: block;
  margin: 0 15px 0 0;
  background-color: #303030;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  background-position: center;
  background-size: 24px;
  background-repeat: no-repeat;
}
#home-sistema-icone .home-sistema-icone-list > div .home-sistema-icone-text {
  font-size: 90%;
}
#home-sistema-icone .home-sistema-icone-list > div:nth-child(1) .home-sistema-icone-title > .home-sistema-icone-icona {
  background-color: #FF3511;
}
#home-sistema-icone .home-sistema-icone-list > div:nth-child(2) .home-sistema-icone-title > .home-sistema-icone-icona {
  background-color: #EE5D96;
}
#home-sistema-icone .home-sistema-icone-list > div:nth-child(3) .home-sistema-icone-title > .home-sistema-icone-icona {
  background-color: #03B8A2;
}
#home-sistema-icone .home-sistema-icone-list > div:nth-child(4) .home-sistema-icone-title > .home-sistema-icone-icona {
  background-color: #716ACA;
}
#home-sistema-icone .home-sistema-icone-list > div:nth-child(5) .home-sistema-icone-title > .home-sistema-icone-icona {
  background-color: #F8A50A;
}
#home-sistema-icone .home-sistema-icone-list > div:nth-child(6) .home-sistema-icone-title > .home-sistema-icone-icona {
  background-color: #83B343;
}
#home-sistema-icone .home-sistema-icone-list.visibility-watcher > div > .home-sistema-icone-content {
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  opacity: 0;
}
#home-sistema-icone .home-sistema-icone-list.visibility-watcher-visible > div > .home-sistema-icone-content {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-duration: 0.5s;
}
#home-sistema-icone .home-sistema-icone-list.visibility-watcher-visible > div:nth-child(1) > .home-sistema-icone-content {
  transition-delay: 0s;
}
#home-sistema-icone .home-sistema-icone-list.visibility-watcher-visible > div:nth-child(2) > .home-sistema-icone-content {
  transition-delay: 0.3s;
}
#home-sistema-icone .home-sistema-icone-list.visibility-watcher-visible > div:nth-child(3) > .home-sistema-icone-content {
  transition-delay: 0.6s;
}
#home-sistema-icone .home-sistema-icone-list.visibility-watcher-visible > div:nth-child(4) > .home-sistema-icone-content {
  transition-delay: 0.9s;
}
#home-sistema-icone .home-sistema-icone-list.visibility-watcher-visible > div:nth-child(5) > .home-sistema-icone-content {
  transition-delay: 1.2s;
}
#home-sistema-icone .home-sistema-icone-list.visibility-watcher-visible > div:nth-child(6) > .home-sistema-icone-content {
  transition-delay: 1.5s;
}
.home-focus {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #BDC8D2;
  background-color: white;
  padding-top: 20px;
  margin-top: 20px;
}
.home-focus > img,
.home-focus > div {
  display: block;
  width: 50%;
  padding: 0 20px;
}
.home-focus > img {
  max-width: 700px;
  align-self: flex-end;
}
.home-focus > img.visibility-watcher {
  opacity: 0;
  -webkit-transform: translate(-200px, 0);
          transform: translate(-200px, 0);
}
.home-focus > img.visibility-watcher.visibility-watcher-visible {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-duration: 0.5s;
}
.home-focus > div {
  max-width: 600px;
  padding-top: 30px;
  padding-bottom: 10px;
}
.home-focus > div > .home-focus-title,
.home-focus > div > .home-focus-text,
.home-focus > div > .home-focus-button {
  margin-bottom: 20px;
}
.home-focus > div > .home-focus-title {
  color: #303030;
  font-weight: 500;
  font-size: 125%;
}
.home-focus > div > .home-focus-text {
  font-size: 95%;
}
.home-focus > div > .home-focus-button .button {
  font-size: 18px;
  font-weight: 500;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  background-color: #82b53f;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.home-focus > div > .home-focus-button .button:hover {
  background-color: #74a238;
}
.home-focus > div.visibility-watcher .home-focus-title,
.home-focus > div.visibility-watcher .home-focus-text,
.home-focus > div.visibility-watcher .home-focus-button {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.home-focus > div.visibility-watcher.visibility-watcher-visible .home-focus-title,
.home-focus > div.visibility-watcher.visibility-watcher-visible .home-focus-text,
.home-focus > div.visibility-watcher.visibility-watcher-visible .home-focus-button {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-duration: 0.5s;
}
.home-focus > div.visibility-watcher.visibility-watcher-visible .home-focus-title {
  transition-delay: 0s;
}
.home-focus > div.visibility-watcher.visibility-watcher-visible .home-focus-text {
  transition-delay: 0.3s;
}
.home-focus > div.visibility-watcher.visibility-watcher-visible .home-focus-button {
  transition-delay: 0.6s;
}
.home-focus.home-focus-without-image {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.home-focus.home-focus-border-top {
  margin-top: 0;
  border-top: 1px solid #BDC8D2;
}
@media screen and (max-width: 820px) {
  .home-focus {
    text-align: center;
    flex-direction: column;
  }
  .home-focus > img,
  .home-focus > div {
    width: 100%;
    align-self: auto;
  }
  .home-focus > img {
    max-width: 320px;
  }
}
#home-features {
  position: relative;
  padding-top: 45px;
  padding-bottom: 40px;
}
#home-features h2 {
  font-weight: 500;
  text-transform: none;
}
#home-features .button {
  padding: 15px 35px;
  font-weight: 500;
  font-size: 18px;
  text-transform: none;
}
#fascia-contattaci {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: left;
  background-color: #f1f2f6;
}
#fascia-contattaci h2 {
  text-transform: none;
}
#fascia-contattaci form {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
  justify-content: space-between;
}
#fascia-contattaci form > p {
  width: 49%;
  flex: 0 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  #fascia-contattaci form > p {
    width: 100%;
  }
}
#fascia-contattaci form > p label {
  font-weight: 300;
  font-size: 16px;
}
#fascia-contattaci form > p textarea {
  height: 135px;
}
#fascia-contattaci form > p.onipot {
  position: absolute;
  left: -10000px;
}
#fascia-contattaci form > p.contattaci-message {
  width: 100%;
}
#fascia-contattaci form > p.implicit-privacy {
  width: 100%;
  font-size: 16px;
}
#fascia-contattaci form > p.implicit-privacy a {
  color: #82b53f;
}
