@import url(font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,300);
/*
Landed by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Basic */
/* line 17, ../sass/style.scss */
html, body {
  background: #eeeeee;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #08637d;
}

/* line 24, ../sass/style.scss */
html {
  opacity: 1 !important;
}

/* line 27, ../sass/style.scss */
#big-video-wrap {
  position: fixed;
}

/* line 30, ../sass/style.scss */
#four {
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 -0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
}
/* line 33, ../sass/style.scss */
#four .click-video {
  background-color: #0D7A95 !important;
  color: #fff !important;
  border-color: #fff !important;
}
/* line 37, ../sass/style.scss */
#four .click-video:hover {
  background-color: #fff !important;
  color: #0D7A95 !important;
}

/* line 43, ../sass/style.scss */
.riduci {
  line-height: 1.2 !important;
}

/* line 49, ../sass/style.scss */
body.is-loading *, body.is-loading *:before, body.is-loading *:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

/* line 55, ../sass/style.scss */
::selection {
  background: #FFDF00;
}

/* line 56, ../sass/style.scss */
::-moz-selection {
  background: #FFDF00;
}

/* line 58, ../sass/style.scss */
#nav li {
  padding: 0;
}

/* line 61, ../sass/style.scss */
body, input, select, textarea {
  color: #08637d;
  font-family: "Open Sans", sans-serif;
  font-size: 12pt;
  font-weight: 300;
  line-height: 1.75em;
}

/* line 69, ../sass/style.scss */
a {
  -moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-bottom: dotted 1px;
  color: #0D7A95;
  text-decoration: none;
}
/* line 75, ../sass/style.scss */
a:hover {
  color: #000 !important;
  border-bottom-color: transparent;
}

/* line 81, ../sass/style.scss */
strong, b {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 400;
}

/* line 86, ../sass/style.scss */
em, i {
  font-style: italic;
}

/* line 90, ../sass/style.scss */
p {
  margin: 0 0 2em 0;
}

/* line 94, ../sass/style.scss */
h1, h2, h3, h4, h5, h6 {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 400;
  line-height: 1em;
  margin: 0 0 1em 0;
}
/* line 100, ../sass/style.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  border: 0;
}

/* line 105, ../sass/style.scss */
.actions {
  margin: 0 !important;
}

/* line 108, ../sass/style.scss */
.overlay-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.82);
  z-index: 99999999999999;
  display: none;
}
/* line 117, ../sass/style.scss */
.overlay-video .contenitore-video {
  position: fixed;
  width: 60%;
  height: auto;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 9999999999999999;
}
/* line 127, ../sass/style.scss */
.overlay-video .contenitore-video #youtube-player-container {
  width: 100%;
  height: auto;
}
/* line 130, ../sass/style.scss */
.overlay-video .contenitore-video #youtube-player-container iframe {
  margin: 0 auto;
  display: block;
  width: 100%;
}

/* line 139, ../sass/style.scss */
.contenitore-cross {
  cursor: pointer;
  position: fixed;
  top: 1em;
  right: 1em;
}
/* line 144, ../sass/style.scss */
.contenitore-cross #cross {
  width: 2em;
  height: 2em;
  position: relative;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
/* line 151, ../sass/style.scss */
.contenitore-cross #cross:before, .contenitore-cross #cross:after {
  content: "";
  position: absolute;
  z-index: -1;
  background: #0D7A95;
}
/* line 157, ../sass/style.scss */
.contenitore-cross #cross:before {
  left: 50%;
  width: 1px;
  margin-left: -1%;
  height: 100%;
}
/* line 164, ../sass/style.scss */
.contenitore-cross #cross:after {
  top: 50%;
  height: 1px;
  margin-top: -1%;
  width: 100%;
}

/* line 172, ../sass/style.scss */
.contenitore-cross-video {
  cursor: pointer;
  position: fixed;
  top: 1em;
  right: 1em;
  z-index: 99999999999999;
}
/* line 178, ../sass/style.scss */
.contenitore-cross-video #cross {
  width: 4em;
  height: 4em;
  position: relative;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
/* line 185, ../sass/style.scss */
.contenitore-cross-video #cross:before, .contenitore-cross-video #cross:after {
  content: "";
  position: absolute;
  z-index: -1;
  background: #fff;
}
/* line 191, ../sass/style.scss */
.contenitore-cross-video #cross:before {
  left: 50%;
  width: 1px;
  margin-left: -1%;
  height: 100%;
}
/* line 198, ../sass/style.scss */
.contenitore-cross-video #cross:after {
  top: 50%;
  height: 1px;
  margin-top: -1%;
  width: 100%;
}

/* line 206, ../sass/style.scss */
.contenitore-overlay-privacy {
  display: none;
  position: fixed;
  z-index: 999999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
/* line 216, ../sass/style.scss */
.contenitore-overlay-privacy .overlay-privacy {
  box-shadow: 1px 1px 3px #999;
  position: fixed;
  height: 50%;
  width: 50%;
  line-height: 1.4;
  top: 50%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 2em;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background-color: white;
}
/* line 231, ../sass/style.scss */
.contenitore-overlay-privacy .overlay-privacy span {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}

/* line 240, ../sass/style.scss */
.mod01 h2, .mod01 h1 {
  font-weight: 300;
  letter-spacing: 4px;
  color: #5da8bf;
}
/* line 244, ../sass/style.scss */
.mod01 h2 span, .mod01 h1 span {
  font-weight: 600;
  color: #08637d;
}
/* line 250, ../sass/style.scss */
.mod01 p span {
  font-weight: 400;
}
/* line 254, ../sass/style.scss */
.mod01 .fix-m {
  margin: 0 0 0.3em 0 !important;
}
/* line 258, ../sass/style.scss */
.mod01 li span {
  font-weight: 400;
}

/* line 263, ../sass/style.scss */
#main {
  min-height: 70vh;
}

/* line 266, ../sass/style.scss */
.form li {
  margin: 0 auto;
  display: block !important;
  text-align: center;
}

/* line 271, ../sass/style.scss */
.overlay-iniziale {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 99999999999;
}

/* line 280, ../sass/style.scss */
h2 {
  font-size: 2em;
  line-height: 1.5em;
  letter-spacing: -0.025em;
}

/* line 286, ../sass/style.scss */
h3 {
  font-size: 1.35em;
  line-height: 1.5em;
  color: #1B424E;
}

/* line 292, ../sass/style.scss */
h4 {
  font-size: 1.5em;
  line-height: 1.5em;
  color: #1B424E;
}

/* line 298, ../sass/style.scss */
h5 {
  font-size: 0.9em;
  line-height: 1.5em;
}

/* line 303, ../sass/style.scss */
h6 {
  font-size: 0.7em;
  line-height: 1.5em;
}

/* line 308, ../sass/style.scss */
sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em;
}

/* line 314, ../sass/style.scss */
sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
}

/* line 320, ../sass/style.scss */
hr {
  border: 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
  margin: 3em 0;
}
/* line 327, ../sass/style.scss */
hr.major {
  margin: 4em 0;
}

/* line 332, ../sass/style.scss */
blockquote {
  border-left: solid 4px rgba(0, 0, 0, 0.3);
  font-style: italic;
  margin: 0 0 2em 0;
  padding: 0.5em 0 0.5em 2em;
}

/* line 338, ../sass/style.scss */
.ciao {
  font-weight: 300 !important;
  font-size: 0.75em;
}

/* line 342, ../sass/style.scss */
code {
  background: rgba(0, 0, 0, 0.075);
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9em;
  margin: 0 0.25em;
  padding: 0.25em 0.65em;
}

/* line 351, ../sass/style.scss */
pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9em;
  margin: 0 0 2em 0;
}
/* line 357, ../sass/style.scss */
pre code {
  display: block;
  line-height: 1.75em;
  padding: 1em 1.5em;
  overflow-x: auto;
}

/* line 365, ../sass/style.scss */
.align-left {
  text-align: left;
}

/* line 369, ../sass/style.scss */
.align-center {
  text-align: center;
}

/* line 373, ../sass/style.scss */
.align-right {
  text-align: right;
}

/* Loader */
@-moz-keyframes spinner-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spinner-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes spinner-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes spinner-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spinner-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes spinner-hide {
  0% {
    color: rgba(0, 0, 0, 0.15);
    z-index: 100001;
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  99% {
    color: #eeeeee;
    z-index: 100001;
    -moz-transform: scale(0.5) rotate(360deg);
    -webkit-transform: scale(0.5) rotate(360deg);
    -o-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg);
  }
  100% {
    color: #eeeeee;
    z-index: -1;
    -moz-transform: scale(0.5) rotate(360deg);
    -webkit-transform: scale(0.5) rotate(360deg);
    -o-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg);
  }
}
@-webkit-keyframes spinner-hide {
  0% {
    color: rgba(0, 0, 0, 0.15);
    z-index: 100001;
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  99% {
    color: #eeeeee;
    z-index: 100001;
    -moz-transform: scale(0.5) rotate(360deg);
    -webkit-transform: scale(0.5) rotate(360deg);
    -o-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg);
  }
  100% {
    color: #eeeeee;
    z-index: -1;
    -moz-transform: scale(0.5) rotate(360deg);
    -webkit-transform: scale(0.5) rotate(360deg);
    -o-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg);
  }
}
@-o-keyframes spinner-hide {
  0% {
    color: rgba(0, 0, 0, 0.15);
    z-index: 100001;
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  99% {
    color: #eeeeee;
    z-index: 100001;
    -moz-transform: scale(0.5) rotate(360deg);
    -webkit-transform: scale(0.5) rotate(360deg);
    -o-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg);
  }
  100% {
    color: #eeeeee;
    z-index: -1;
    -moz-transform: scale(0.5) rotate(360deg);
    -webkit-transform: scale(0.5) rotate(360deg);
    -o-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg);
  }
}
@-ms-keyframes spinner-hide {
  0% {
    color: rgba(0, 0, 0, 0.15);
    z-index: 100001;
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  99% {
    color: #eeeeee;
    z-index: 100001;
    -moz-transform: scale(0.5) rotate(360deg);
    -webkit-transform: scale(0.5) rotate(360deg);
    -o-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg);
  }
  100% {
    color: #eeeeee;
    z-index: -1;
    -moz-transform: scale(0.5) rotate(360deg);
    -webkit-transform: scale(0.5) rotate(360deg);
    -o-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg);
  }
}
@keyframes spinner-hide {
  0% {
    color: rgba(0, 0, 0, 0.15);
    z-index: 100001;
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  99% {
    color: #eeeeee;
    z-index: 100001;
    -moz-transform: scale(0.5) rotate(360deg);
    -webkit-transform: scale(0.5) rotate(360deg);
    -o-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg);
  }
  100% {
    color: #eeeeee;
    z-index: -1;
    -moz-transform: scale(0.5) rotate(360deg);
    -webkit-transform: scale(0.5) rotate(360deg);
    -o-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg);
  }
}
@-moz-keyframes spinner-rotate {
  0% {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  100% {
    -moz-transform: scale(1) rotate(360deg);
    -webkit-transform: scale(1) rotate(360deg);
    -o-transform: scale(1) rotate(360deg);
    -ms-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}
@-webkit-keyframes spinner-rotate {
  0% {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  100% {
    -moz-transform: scale(1) rotate(360deg);
    -webkit-transform: scale(1) rotate(360deg);
    -o-transform: scale(1) rotate(360deg);
    -ms-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}
@-o-keyframes spinner-rotate {
  0% {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  100% {
    -moz-transform: scale(1) rotate(360deg);
    -webkit-transform: scale(1) rotate(360deg);
    -o-transform: scale(1) rotate(360deg);
    -ms-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}
@-ms-keyframes spinner-rotate {
  0% {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  100% {
    -moz-transform: scale(1) rotate(360deg);
    -webkit-transform: scale(1) rotate(360deg);
    -o-transform: scale(1) rotate(360deg);
    -ms-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}
@keyframes spinner-rotate {
  0% {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  100% {
    -moz-transform: scale(1) rotate(360deg);
    -webkit-transform: scale(1) rotate(360deg);
    -o-transform: scale(1) rotate(360deg);
    -ms-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}
@-moz-keyframes overlay-hide {
  0% {
    opacity: 1;
    z-index: 100000;
  }
  15% {
    opacity: 1;
    z-index: 100000;
  }
  99% {
    opacity: 0;
    z-index: 100000;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
@-webkit-keyframes overlay-hide {
  0% {
    opacity: 1;
    z-index: 100000;
  }
  15% {
    opacity: 1;
    z-index: 100000;
  }
  99% {
    opacity: 0;
    z-index: 100000;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
@-o-keyframes overlay-hide {
  0% {
    opacity: 1;
    z-index: 100000;
  }
  15% {
    opacity: 1;
    z-index: 100000;
  }
  99% {
    opacity: 0;
    z-index: 100000;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
@-ms-keyframes overlay-hide {
  0% {
    opacity: 1;
    z-index: 100000;
  }
  15% {
    opacity: 1;
    z-index: 100000;
  }
  99% {
    opacity: 0;
    z-index: 100000;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
@keyframes overlay-hide {
  0% {
    opacity: 1;
    z-index: 100000;
  }
  15% {
    opacity: 1;
    z-index: 100000;
  }
  99% {
    opacity: 0;
    z-index: 100000;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
/* line 406, ../sass/style.scss */
body.landing {
  text-decoration: none;
}
/* line 30, ../sass/_mixins.scss */
body.landing:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}
/* line 411, ../sass/style.scss */
body.landing:before {
  -moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
  -webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
  -o-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
  -ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
  animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  color: rgba(0, 0, 0, 0.15);
  content: '\f1ce';
  cursor: default;
  display: block;
  font-size: 2em;
  height: 2em;
  left: 50%;
  line-height: 2em;
  margin: -1em 0 0 -1em;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 2em;
  z-index: -1;
}
/* line 434, ../sass/style.scss */
body.landing:after {
  -moz-animation: overlay-hide 1.5s ease-in forwards !important;
  -webkit-animation: overlay-hide 1.5s ease-in forwards !important;
  -o-animation: overlay-hide 1.5s ease-in forwards !important;
  -ms-animation: overlay-hide 1.5s ease-in forwards !important;
  animation: overlay-hide 1.5s ease-in forwards !important;
  background: #eeeeee;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
/* line 452, ../sass/style.scss */
body.landing.is-loading:before {
  -moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
  -webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
  -o-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
  -ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
  animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
  z-index: 100001;
}
/* line 459, ../sass/style.scss */
body.landing.is-loading:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  opacity: 1;
  z-index: 100000;
}

/* line 468, ../sass/style.scss */
.contenitore-win8 {
  position: fixed;
  top: 50vh;
  left: 50%;
  width: 90px;
  height: 90px;
  transform: translate(-50%, -45px);
  -webkit-transform: translate(-50%, -45px);
  -moz-transform: translate(-50%, -45px);
  z-index: 99999999999;
}

/* line 479, ../sass/style.scss */
.windows8 {
  position: relative;
  width: 90px;
  height: 90px;
}

/* line 485, ../sass/style.scss */
.windows8 .wBall {
  position: absolute;
  width: 86px;
  height: 86px;
  opacity: 0;
  -moz-transform: rotate(225deg);
  -moz-animation: orbit 4.4s infinite;
  -webkit-transform: rotate(225deg);
  -webkit-animation: orbit 4.4s infinite;
  -ms-transform: rotate(225deg);
  -ms-animation: orbit 4.4s infinite;
  -o-transform: rotate(225deg);
  -o-animation: orbit 4.4s infinite;
  transform: rotate(225deg);
  animation: orbit 4.4s infinite;
}

/* line 502, ../sass/style.scss */
.windows8 .wBall .wInnerBall {
  position: absolute;
  width: 11px;
  height: 11px;
  background: #1c424f;
  left: 0px;
  top: 0px;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  border-radius: 11px;
}

/* line 516, ../sass/style.scss */
.windows8 #wBall_1 {
  -moz-animation-delay: 0.96s;
  -webkit-animation-delay: 0.96s;
  -ms-animation-delay: 0.96s;
  -o-animation-delay: 0.96s;
  animation-delay: 0.96s;
}

/* line 524, ../sass/style.scss */
.windows8 #wBall_2 {
  -moz-animation-delay: 0.19s;
  -webkit-animation-delay: 0.19s;
  -ms-animation-delay: 0.19s;
  -o-animation-delay: 0.19s;
  animation-delay: 0.19s;
}

/* line 532, ../sass/style.scss */
.windows8 #wBall_3 {
  -moz-animation-delay: 0.38s;
  -webkit-animation-delay: 0.38s;
  -ms-animation-delay: 0.38s;
  -o-animation-delay: 0.38s;
  animation-delay: 0.38s;
}

/* line 540, ../sass/style.scss */
.windows8 #wBall_4 {
  -moz-animation-delay: 0.58s;
  -webkit-animation-delay: 0.58s;
  -ms-animation-delay: 0.58s;
  -o-animation-delay: 0.58s;
  animation-delay: 0.58s;
}

/* line 548, ../sass/style.scss */
.windows8 #wBall_5 {
  -moz-animation-delay: 0.77s;
  -webkit-animation-delay: 0.77s;
  -ms-animation-delay: 0.77s;
  -o-animation-delay: 0.77s;
  animation-delay: 0.77s;
}

/* line 555, ../sass/style.scss */
#informativa-cookie {
  border-top: 1px solid #ccc;
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
/* line 564, ../sass/style.scss */
#informativa-cookie .contenitore-bottone-cookie {
  width: 10%;
  text-align: center;
  float: left;
}
/* line 568, ../sass/style.scss */
#informativa-cookie .contenitore-bottone-cookie .button-cookies {
  padding: 0px 20px;
  margin: 0;
  margin-top: 5px;
  background-color: #08637d !important;
  float: left;
  display: inline-block;
  height: 30px !important;
  color: #fff !important;
  box-shadow: none;
  line-height: 30px;
}
/* line 579, ../sass/style.scss */
#informativa-cookie .contenitore-bottone-cookie .button-cookies:hover {
  opacity: 0.8;
}
/* line 584, ../sass/style.scss */
#informativa-cookie .contenitore-testo-cookie {
  float: left;
  width: 90%;
}
/* line 587, ../sass/style.scss */
#informativa-cookie .contenitore-testo-cookie p {
  font-size: 0.8rem;
  line-height: 3;
  text-align: center;
  margin: 0 !important;
}

@-moz-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -moz-transform: rotate(180deg);
    -moz-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -moz-transform: rotate(300deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 0%;
  }
  30% {
    opacity: 1;
    -moz-transform: rotate(410deg);
    -moz-animation-timing-function: ease-in-out;
    -moz-origin: 7%;
  }
  39% {
    opacity: 1;
    -moz-transform: rotate(645deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 30%;
  }
  70% {
    opacity: 1;
    -moz-transform: rotate(770deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 39%;
  }
  75% {
    opacity: 1;
    -moz-transform: rotate(900deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 70%;
  }
  76% {
    opacity: 0;
    -moz-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(900deg);
  }
}
@-webkit-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 0%;
  }
  30% {
    opacity: 1;
    -webkit-transform: rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
    -webkit-origin: 7%;
  }
  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 30%;
  }
  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 39%;
  }
  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 70%;
  }
  76% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
}
@-ms-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -ms-transform: rotate(180deg);
    -ms-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -ms-transform: rotate(300deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 0%;
  }
  30% {
    opacity: 1;
    -ms-transform: rotate(410deg);
    -ms-animation-timing-function: ease-in-out;
    -ms-origin: 7%;
  }
  39% {
    opacity: 1;
    -ms-transform: rotate(645deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 30%;
  }
  70% {
    opacity: 1;
    -ms-transform: rotate(770deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 39%;
  }
  75% {
    opacity: 1;
    -ms-transform: rotate(900deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 70%;
  }
  76% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }
}
@-o-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -o-transform: rotate(180deg);
    -o-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -o-transform: rotate(300deg);
    -o-animation-timing-function: linear;
    -o-origin: 0%;
  }
  30% {
    opacity: 1;
    -o-transform: rotate(410deg);
    -o-animation-timing-function: ease-in-out;
    -o-origin: 7%;
  }
  39% {
    opacity: 1;
    -o-transform: rotate(645deg);
    -o-animation-timing-function: linear;
    -o-origin: 30%;
  }
  70% {
    opacity: 1;
    -o-transform: rotate(770deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 39%;
  }
  75% {
    opacity: 1;
    -o-transform: rotate(900deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 70%;
  }
  76% {
    opacity: 0;
    -o-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -o-transform: rotate(900deg);
  }
}
@keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    transform: rotate(180deg);
    animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    transform: rotate(300deg);
    animation-timing-function: linear;
    origin: 0%;
  }
  30% {
    opacity: 1;
    transform: rotate(410deg);
    animation-timing-function: ease-in-out;
    origin: 7%;
  }
  39% {
    opacity: 1;
    transform: rotate(645deg);
    animation-timing-function: linear;
    origin: 30%;
  }
  70% {
    opacity: 1;
    transform: rotate(770deg);
    animation-timing-function: ease-out;
    origin: 39%;
  }
  75% {
    opacity: 1;
    transform: rotate(900deg);
    animation-timing-function: ease-out;
    origin: 70%;
  }
  76% {
    opacity: 0;
    transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    transform: rotate(900deg);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) {
  /* line 872, ../sass/style.scss */
  body.landing:before {
    line-height: 2.025em;
  }
}
/* Section/Article */
/* line 880, ../sass/style.scss */
section.special, article.special {
  text-align: center;
}

/* line 885, ../sass/style.scss */
.team-page h2 + p, .team-page h1 + p, .imp-page h2 + p, .imp-page h1 + p, .opt-page h2 + p, .opt-page h1 + p, .down-page h2 + p, .down-page h1 + p, .reg-page h2 + p, .reg-page h1 + p {
  margin-top: 0 !important;
}

/* line 892, ../sass/style.scss */
.opt-page li, .team-page li, .imp-page li {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}

/* line 898, ../sass/style.scss */
.team-page ul, .imp-page ul, .opt-page ul {
  text-align: left;
  margin-left: 0.5em;
}

/* line 904, ../sass/style.scss */
.contenitore-inf-mobile {
  display: none;
}

/* line 906, ../sass/style.scss */
header p {
  color: #08637d;
  position: relative;
  margin: 0 0 1.5em 0;
}
/* line 912, ../sass/style.scss */
header h2 + p {
  font-size: 1em;
  margin-top: -1em;
  line-height: 1.75em;
}
/* line 918, ../sass/style.scss */
header h3 + p {
  font-size: 1.1em;
  margin-top: -0.8em;
  line-height: 1.75em;
}
/* line 924, ../sass/style.scss */
header h4 + p,
header h5 + p,
header h6 + p {
  font-size: 0.9em;
  margin-top: -0.6em;
  line-height: 1.5em;
}
/* line 932, ../sass/style.scss */
header.major {
  margin: 0px auto 4em auto;
  position: relative;
  text-align: center;
  max-width: 50em;
}
/* line 938, ../sass/style.scss */
header.major:after {
  background: #0D7A95;
  content: '';
  display: inline-block;
  height: 1px;
  max-width: 20em;
  width: 75%;
  text-align: center !important;
}

/* line 949, ../sass/style.scss */
.rut-u {
  color: #444444;
  font-size: 0.9em;
}

/* line 953, ../sass/style.scss */
.img-team {
  width: 200px;
  margin: 0 auto;
  display: block;
  margin-bottom: 2em;
}

/* line 959, ../sass/style.scss */
.team-page header.major:after,
.opt-page header.major:after {
  background: #0D7A95;
  content: '';
  height: 1px;
  max-width: 20em;
  width: 75%;
  margin: 3em auto;
  display: block;
}

/* line 969, ../sass/style.scss */
.trst-t {
  font-size: 1.5em !important;
  font-weight: 600 !important;
  color: #08637d !important;
  letter-spacing: 4px !important;
  margin-top: 0.5em;
}

/* line 977, ../sass/style.scss */
.team-page h2, .team-page h1, .contact-page h2, .contact-page h1, .imp-page h2, .imp-page h1, .opt-page h2, .opt-page h1, .down-page h2, .down-page h1, .reg-page h2, .reg-page h1 {
  font-size: 1.5em;
  font-weight: 600;
  color: #08637d;
  letter-spacing: 4px;
}

/* line 984, ../sass/style.scss */
.contenitore-infografica {
  padding-top: 6% !important;
}
/* line 986, ../sass/style.scss */
.contenitore-infografica h1 {
  color: #e1f0f5;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 6%;
}

/* line 995, ../sass/style.scss */
.contenitore-inf-mobile {
  padding-top: 12% !important;
}
/* line 997, ../sass/style.scss */
.contenitore-inf-mobile h1 {
  color: #e1f0f5;
  font-size: 2.5em;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 6%;
}

/* line 1007, ../sass/style.scss */
.no-ma {
  margin: 0 !important;
}
/* line 1009, ../sass/style.scss */
.no-ma h2 {
  padding: 0;
  width: 100%;
}

/* line 1015, ../sass/style.scss */
.opt-page h2 {
  color: #16667d !important;
  font-size: 1.5em !important;
  font-weight: 400 !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

/* line 1024, ../sass/style.scss */
.team-page header.major, .opt-page header.major {
  text-align: left;
}
/* line 1027, ../sass/style.scss */
.team-page h1, .opt-page h1 {
  color: #027e98;
  font-size: 2.5em;
  font-weight: 600;
  letter-spacing: 0;
}

/* line 1035, ../sass/style.scss */
footer.major {
  margin: 2em 0;
}

/* Form */
/* line 1042, ../sass/style.scss */
form {
  margin: 0 0 2em 0;
}

/* line 1046, ../sass/style.scss */
label {
  color: rgba(0, 0, 0, 0.9);
  display: block;
  font-size: 0.9em;
  font-weight: 400;
  margin: 0 0 1em 0;
}

/* line 1055, ../sass/style.scss */
#logo img {
  width: 190px;
  vertical-align: middle;
}

/* line 1061, ../sass/style.scss */
input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: border-color 0.2s ease-in-out;
  -webkit-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  -ms-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  background: transparent;
  border-radius: 4px;
  border: solid 1px rgba(0, 0, 0, 0.3);
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 1em;
  text-decoration: none;
  width: 100%;
}
/* line 1078, ../sass/style.scss */
input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
select:invalid,
textarea:invalid {
  box-shadow: none;
}
/* line 1082, ../sass/style.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
  border-color: #0D7A95;
}

/* line 1087, ../sass/style.scss */
.select-wrapper {
  text-decoration: none;
  display: block;
  position: relative;
}
/* line 30, ../sass/_mixins.scss */
.select-wrapper:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}
/* line 1092, ../sass/style.scss */
.select-wrapper:before {
  color: rgba(0, 0, 0, 0.3);
  content: '\f078';
  display: block;
  height: 3em;
  line-height: 3em;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 3em;
}
/* line 1106, ../sass/style.scss */
.select-wrapper select::-ms-expand {
  display: none;
}

/* line 1111, ../sass/style.scss */
input[type="text"],
input[type="password"],
input[type="email"],
select {
  height: 3em;
}

/* line 1118, ../sass/style.scss */
textarea {
  padding: 0.75em 1em;
}

/* line 1123, ../sass/style.scss */
select option {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.9);
}
/* line 1129, ../sass/style.scss */
select:focus::-ms-value {
  background: transparent;
}

/* line 1135, ../sass/style.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2em;
  opacity: 0;
  width: 1em;
  z-index: -1;
}
/* line 1145, ../sass/style.scss */
input[type="checkbox"] + label,
input[type="radio"] + label {
  text-decoration: none;
  color: black;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 300;
  padding-left: 2.55em;
  padding-right: 0.75em;
  position: relative;
}
/* line 30, ../sass/_mixins.scss */
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}
/* line 1156, ../sass/style.scss */
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  border-radius: 4px;
  border: solid 1px rgba(0, 0, 0, 0.3);
  content: '';
  display: inline-block;
  height: 1.8em;
  left: 0;
  line-height: 1.725em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1.8em;
}
/* line 1172, ../sass/style.scss */
input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  background: rgba(0, 0, 0, 0.25);
  color: rgba(0, 0, 0, 0.9);
  content: '\f00c';
}
/* line 1180, ../sass/style.scss */
input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
  border-color: #0D7A95;
}

/* line 1185, ../sass/style.scss */
.landing .image {
  margin: 0 auto;
  display: block;
}

/* line 1189, ../sass/style.scss */
.landing h4 {
  font-size: 1em;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 0;
  color: #08637d;
}

/* line 1198, ../sass/style.scss */
input[type="checkbox"] + label:before {
  border-radius: 4px;
}

/* line 1203, ../sass/style.scss */
.cookie-policy {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 1213, ../sass/style.scss */
.contenitore-testo-cookie p a {
  cursor: pointer;
}

/* line 1216, ../sass/style.scss */
.cont-cookie {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: auto;
  padding: 30px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 9999999999;
}

/* line 1229, ../sass/style.scss */
.cont-cookie h2 {
  font-weight: 400;
  margin-bottom: -1em;
}

/* line 1233, ../sass/style.scss */
.cont-cookie p {
  line-height: 1.5;
}

/* line 1236, ../sass/style.scss */
.exit-popup {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999999;
}

/* line 1247, ../sass/style.scss */
input[type="radio"] + label:before {
  border-radius: 100%;
}

/* line 1253, ../sass/style.scss */
::-webkit-input-placeholder {
  color: #08637d !important;
  opacity: 1.0;
}

/* line 1258, ../sass/style.scss */
:-moz-placeholder {
  color: #08637d !important;
  opacity: 1.0;
}

/* line 1263, ../sass/style.scss */
::-moz-placeholder {
  color: #08637d !important;
  opacity: 1.0;
}

/* line 1268, ../sass/style.scss */
:-ms-input-placeholder {
  color: #08637d !important;
  opacity: 1.0;
}

/* line 1273, ../sass/style.scss */
.formerize-placeholder {
  color: #08637d !important;
  opacity: 1.0;
}

/* Box */
/* line 1280, ../sass/style.scss */
.box {
  border-radius: 4px;
  border: solid 1px rgba(0, 0, 0, 0.3);
  margin-bottom: 2em;
  padding: 1.5em;
}
/* line 1286, ../sass/style.scss */
.box > :last-child,
.box > :last-child > :last-child,
.box > :last-child > :last-child > :last-child {
  margin-bottom: 0;
}
/* line 1292, ../sass/style.scss */
.box.alt {
  border: 0;
  border-radius: 0;
  padding: 0;
}

/* Icon */
/* line 1301, ../sass/style.scss */
.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative;
}
/* line 30, ../sass/_mixins.scss */
.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}
/* line 1306, ../sass/style.scss */
.icon > .label {
  display: none;
}
/* line 1310, ../sass/style.scss */
.icon.alt {
  text-decoration: none;
}
/* line 30, ../sass/_mixins.scss */
.icon.alt:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}
/* line 5, ../sass/_vars.scss */
.icon.alt:before {
  color: #eeeeee !important;
  text-shadow: 1px 0 0 rgba(0, 0, 0, 0.9), -1px 0 0 rgba(0, 0, 0, 0.9), 0 1px 0 rgba(0, 0, 0, 0.9), 0 -1px 0 rgba(0, 0, 0, 0.9);
}
/* line 1314, ../sass/style.scss */
.icon.major {
  background: #ffffff;
  border-radius: 100%;
  cursor: default;
  display: inline-block;
  height: 6em;
  line-height: 6em;
  margin: 0 0 2em 0;
  text-align: center;
  width: 6em;
}
/* line 1325, ../sass/style.scss */
.icon.major:before {
  font-size: 2.25em;
}
/* line 1329, ../sass/style.scss */
.icon.major.alt {
  text-decoration: none;
}
/* line 30, ../sass/_mixins.scss */
.icon.major.alt:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}
/* line 5, ../sass/_vars.scss */
.icon.major.alt:before {
  color: #ffffff !important;
  text-shadow: 1px 0 0 rgba(0, 0, 0, 0.9), -1px 0 0 rgba(0, 0, 0, 0.9), 0 1px 0 rgba(0, 0, 0, 0.9), 0 -1px 0 rgba(0, 0, 0, 0.9);
}

/* Image */
/* line 1337, ../sass/style.scss */
.image {
  border-radius: 4px;
  border: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
/* line 1344, ../sass/style.scss */
.image:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/* line 1355, ../sass/style.scss */
.image img {
  border-radius: 4px;
  display: block;
}
/* line 1360, ../sass/style.scss */
.image.left {
  float: left;
  margin: 0 1.5em 1em 0;
  top: 0.25em;
}
/* line 1366, ../sass/style.scss */
.image.right {
  float: right;
  margin: 0 0 1em 1.5em;
  top: 0.25em;
}
/* line 1372, ../sass/style.scss */
.image.left, .image.right {
  max-width: 40%;
}
/* line 1376, ../sass/style.scss */
.image.left img, .image.right img {
  width: 100%;
}
/* line 1381, ../sass/style.scss */
.image.fit {
  display: block;
  margin: 0 0 2em 0;
  width: 100%;
}
/* line 1386, ../sass/style.scss */
.image.fit img {
  width: 100%;
}

/* List */
/* line 1396, ../sass/style.scss */
ol {
  list-style: decimal;
  margin: 0 0 2em 0;
  padding-left: 1.25em;
}
/* line 1401, ../sass/style.scss */
ol li {
  padding-left: 0.25em;
}

/* line 1407, ../sass/style.scss */
ul {
  list-style: disc url("dot.svg");
  margin: 0 0 2em 0;
  padding-left: 1em;
}
/* line 1413, ../sass/style.scss */
ul li {
  padding-left: 0.5em;
}
/* line 1417, ../sass/style.scss */
ul.alt {
  list-style: none;
  padding-left: 0;
}
/* line 1421, ../sass/style.scss */
ul.alt li {
  border-top: solid 1px rgba(0, 0, 0, 0.3);
  padding: 0.5em 0;
}
/* line 1425, ../sass/style.scss */
ul.alt li:first-child {
  border-top: 0;
  padding-top: 0;
}
/* line 1432, ../sass/style.scss */
ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
}
/* line 1437, ../sass/style.scss */
ul.icons li {
  display: inline-block;
  height: 2.5em;
  line-height: 2.5em;
  padding: 0 0.5em;
}
/* line 1443, ../sass/style.scss */
ul.icons li .icon {
  font-size: 0.8em;
}
/* line 1446, ../sass/style.scss */
ul.icons li .icon:before {
  font-size: 2em;
}
/* line 1453, ../sass/style.scss */
ul.actions {
  cursor: default;
  list-style: none;
  padding-left: 0;
}
/* line 1458, ../sass/style.scss */
ul.actions li {
  display: inline-block;
  padding: 0 1em 0 0;
  vertical-align: middle;
}
/* line 1463, ../sass/style.scss */
ul.actions li:last-child {
  padding-right: 0;
}
/* line 1469, ../sass/style.scss */
ul.actions.small li {
  padding: 0 0.5em 0 0;
}
/* line 1475, ../sass/style.scss */
ul.actions.vertical li {
  display: block;
  padding: 1em 0 0 0;
}
/* line 1479, ../sass/style.scss */
ul.actions.vertical li:first-child {
  padding-top: 0;
}
/* line 1483, ../sass/style.scss */
ul.actions.vertical li > * {
  margin-bottom: 0;
}
/* line 1489, ../sass/style.scss */
ul.actions.vertical.small li {
  padding: 0.5em 0 0 0;
}
/* line 1492, ../sass/style.scss */
ul.actions.vertical.small li:first-child {
  padding-top: 0;
}
/* line 1499, ../sass/style.scss */
ul.actions.fit {
  display: table;
  margin-left: -1em;
  padding: 0;
  table-layout: fixed;
  width: calc(100% + 1em);
}
/* line 1506, ../sass/style.scss */
ul.actions.fit li {
  display: table-cell;
  padding: 0 0 0 1em;
}
/* line 1510, ../sass/style.scss */
ul.actions.fit li > * {
  margin-bottom: 0;
}
/* line 1515, ../sass/style.scss */
ul.actions.fit.small {
  margin-left: -0.5em;
  width: calc(100% + 0.5em);
}
/* line 1519, ../sass/style.scss */
ul.actions.fit.small li {
  padding: 0 0 0 0.5em;
}

/* line 1527, ../sass/style.scss */
.no-svg ul {
  list-style: disc url("dot.png");
}
/* line 1530, ../sass/style.scss */
.no-svg .goto-next:before {
  background-image: url("images/arrow.png");
}

/* line 1535, ../sass/style.scss */
#nav ul {
  list-style: none !important;
}

/* line 1538, ../sass/style.scss */
dl {
  margin: 0 0 2em 0;
}

/* Table */
/* line 1544, ../sass/style.scss */
.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

/* line 1549, ../sass/style.scss */
table {
  margin: 0 0 2em 0;
  width: 100%;
}
/* line 1554, ../sass/style.scss */
table tbody tr {
  border: solid 1px rgba(0, 0, 0, 0.3);
  border-left: 0;
  border-right: 0;
}
/* line 1559, ../sass/style.scss */
table tbody tr:nth-child(2n + 1) {
  background-color: rgba(0, 0, 0, 0.075);
}
/* line 1565, ../sass/style.scss */
table td {
  padding: 0.75em 0.75em;
}
/* line 1569, ../sass/style.scss */
table th {
  color: rgba(0, 0, 0, 0.9);
  font-size: 0.9em;
  font-weight: 400;
  padding: 0 0.75em 0.75em 0.75em;
  text-align: left;
}
/* line 1577, ../sass/style.scss */
table thead {
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}
/* line 1581, ../sass/style.scss */
table tfoot {
  border-top: solid 1px rgba(0, 0, 0, 0.3);
}
/* line 1585, ../sass/style.scss */
table.alt {
  border-collapse: separate;
}
/* line 1590, ../sass/style.scss */
table.alt tbody tr td {
  border: solid 1px rgba(0, 0, 0, 0.3);
  border-left-width: 0;
  border-top-width: 0;
}
/* line 1595, ../sass/style.scss */
table.alt tbody tr td:first-child {
  border-left-width: 1px;
}
/* line 1601, ../sass/style.scss */
table.alt tbody tr:first-child td {
  border-top-width: 1px;
}
/* line 1608, ../sass/style.scss */
table.alt thead {
  border-bottom: 0;
}
/* line 1612, ../sass/style.scss */
table.alt tfoot {
  border-top: 0;
}

/* Button */
/* line 1620, ../sass/style.scss */
input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  background-color: transparent;
  border: 0;
  box-shadow: inset 0 0 0 1px #5ca9bd;
  color: #5ca9bd !important;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  height: 3em;
  line-height: 3em;
  padding: 0 2.25em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
/* line 1640, ../sass/style.scss */
input[type="submit"]:hover, input[type="submit"]:active,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="button"]:hover,
input[type="button"]:active,
.button:hover,
.button:active {
  box-shadow: inset 0 0 0 1px #0D7A95;
  color: #0D7A95 !important;
  background-color: #fff;
}
/* line 1646, ../sass/style.scss */
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
.button:active {
  background-color: rgba(13, 122, 149, 0.15);
}
/* line 1651, ../sass/style.scss */
input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
.button.icon:before {
  margin-right: 0.5em;
}
/* line 1656, ../sass/style.scss */
input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
.button.fit {
  display: block;
  margin: 0 0 1em 0;
  width: 100%;
}
/* line 1662, ../sass/style.scss */
input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
.button.small {
  font-size: 0.8em;
}
/* line 1666, ../sass/style.scss */
input[type="submit"].big,
input[type="reset"].big,
input[type="button"].big,
.button.big {
  font-size: 1.35em;
}
/* line 1670, ../sass/style.scss */
input[type="submit"].special,
input[type="reset"].special,
input[type="button"].special,
.button.special {
  background-color: #0D7A95;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.9) !important;
}
/* line 1675, ../sass/style.scss */
input[type="submit"].special:hover,
input[type="reset"].special:hover,
input[type="button"].special:hover,
.button.special:hover {
  background-color: #0f8dac;
}
/* line 1679, ../sass/style.scss */
input[type="submit"].special:active,
input[type="reset"].special:active,
input[type="button"].special:active,
.button.special:active {
  background-color: #0b677e;
}
/* line 1684, ../sass/style.scss */
input[type="submit"].disabled, input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
.button.disabled,
.button:disabled {
  background-color: rgba(0, 0, 0, 0.3) !important;
  box-shadow: none !important;
  color: rgba(0, 0, 0, 0.9) !important;
  cursor: default;
  opacity: 0.25;
}

/* Goto Next */
/* line 1696, ../sass/style.scss */
.goto-next {
  border: 0;
  bottom: 0;
  display: block;
  height: 5em;
  left: 50%;
  margin: 0 0 0 -5em;
  overflow: hidden;
  position: absolute;
  text-indent: 10em;
  white-space: nowrap;
  width: 10em;
  z-index: 1;
}
/* line 1710, ../sass/style.scss */
.goto-next:before {
  background-image: url("images/arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 1.5em;
  left: 50%;
  margin: -0.75em 0 0 -1em;
  position: absolute;
  top: 50%;
  width: 2em;
  z-index: 1;
}

/* Spotlight */
/* line 1729, ../sass/style.scss */
.spotlight {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
  min-height: 41em;
  overflow: hidden;
  position: relative;
}
/* line 1741, ../sass/style.scss */
.spotlight:nth-last-of-type(1) {
  z-index: 1;
}
/* line 1741, ../sass/style.scss */
.spotlight:nth-last-of-type(2) {
  z-index: 2;
}
/* line 1741, ../sass/style.scss */
.spotlight:nth-last-of-type(3) {
  z-index: 3;
}
/* line 1741, ../sass/style.scss */
.spotlight:nth-last-of-type(4) {
  z-index: 4;
}
/* line 1741, ../sass/style.scss */
.spotlight:nth-last-of-type(5) {
  z-index: 5;
}
/* line 1741, ../sass/style.scss */
.spotlight:nth-last-of-type(6) {
  z-index: 6;
}
/* line 1741, ../sass/style.scss */
.spotlight:nth-last-of-type(7) {
  z-index: 7;
}
/* line 1741, ../sass/style.scss */
.spotlight:nth-last-of-type(8) {
  z-index: 8;
}
/* line 1741, ../sass/style.scss */
.spotlight:nth-last-of-type(9) {
  z-index: 9;
}
/* line 1741, ../sass/style.scss */
.spotlight:nth-last-of-type(10) {
  z-index: 10;
}
/* line 1741, ../sass/style.scss */
.spotlight:nth-last-of-type(11) {
  z-index: 11;
}
/* line 1741, ../sass/style.scss */
.spotlight:nth-last-of-type(12) {
  z-index: 12;
}
/* line 1741, ../sass/style.scss */
.spotlight:nth-last-of-type(13) {
  z-index: 13;
}
/* line 1741, ../sass/style.scss */
.spotlight:nth-last-of-type(14) {
  z-index: 14;
}
/* line 1741, ../sass/style.scss */
.spotlight:nth-last-of-type(15) {
  z-index: 15;
}
/* line 1741, ../sass/style.scss */
.spotlight:nth-last-of-type(16) {
  z-index: 16;
}
/* line 1741, ../sass/style.scss */
.spotlight:nth-last-of-type(17) {
  z-index: 17;
}
/* line 1741, ../sass/style.scss */
.spotlight:nth-last-of-type(18) {
  z-index: 18;
}
/* line 1741, ../sass/style.scss */
.spotlight:nth-last-of-type(19) {
  z-index: 19;
}
/* line 1741, ../sass/style.scss */
.spotlight:nth-last-of-type(20) {
  z-index: 20;
}
/* line 1747, ../sass/style.scss */
.spotlight .image.main {
  display: none;
}
/* line 1750, ../sass/style.scss */
.spotlight .image.main img {
  position: relative;
}
/* line 1755, ../sass/style.scss */
.spotlight .content {
  -moz-transform: -moz-translate(0,0);
  -webkit-transform: -webkit-translate(0,0);
  -o-transform: -o-translate(0,0);
  -ms-transform: -ms-translate(0,0);
  transform: translate(0,0);
  -moz-transition: -moz-transform 1s ease, opacity 1s ease;
  -webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
  -o-transition: -o-transform 1s ease, opacity 1s ease;
  -ms-transition: -ms-transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  background: #eeeeee;
  border-style: solid;
  opacity: 1;
  position: absolute;
}
/* line 1764, ../sass/style.scss */
.spotlight .goto-next {
  -moz-transform: -moz-translate(0,0);
  -webkit-transform: -webkit-translate(0,0);
  -o-transform: -o-translate(0,0);
  -ms-transform: -ms-translate(0,0);
  transform: translate(0,0);
  -moz-transition: -moz-transform 0.75s ease, opacity 1s ease-in;
  -webkit-transition: -webkit-transform 0.75s ease, opacity 1s ease-in;
  -o-transition: -o-transform 0.75s ease, opacity 1s ease-in;
  -ms-transition: -ms-transform 0.75s ease, opacity 1s ease-in;
  transition: transform 0.75s ease, opacity 1s ease-in;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
}
/* line 1772, ../sass/style.scss */
.spotlight.top .content, .spotlight.bottom .content {
  left: 0;
  padding: 5.1em 0 3.1em 0;
  width: 100%;
  height: 100%;
}
/* line 1781, ../sass/style.scss */
.spotlight.top .content {
  border-bottom-width: 0em;
  top: 0;
}
/* line 1788, ../sass/style.scss */
.spotlight.bottom .content {
  border-top-width: 0em;
  bottom: 0;
}
/* line 1795, ../sass/style.scss */
.spotlight.left .content, .spotlight.right .content {
  height: 101%;
  padding: 6em 3em;
  top: 0;
  width: 60%;
}
/* line 1804, ../sass/style.scss */
.spotlight.left .content {
  border-right-width: 0.25em;
  left: 0;
}
/* line 1811, ../sass/style.scss */
.spotlight.right .content {
  border-left-width: 0.25em;
  right: 0;
}
/* line 1818, ../sass/style.scss */
.spotlight.style1 .content {
  border-color: #0D7A95;
}
/* line 1824, ../sass/style.scss */
.spotlight.style2 .content {
  border-color: #0D7A95;
}
/* line 1830, ../sass/style.scss */
.spotlight.style3 .content {
  border-color: #5BA8BB;
}
/* line 1836, ../sass/style.scss */
.spotlight.inactive .content {
  opacity: 0;
}
/* line 1840, ../sass/style.scss */
.spotlight.inactive .goto-next {
  -moz-transform: translate(0,1.5em);
  -webkit-transform: translate(0,1.5em);
  -o-transform: translate(0,1.5em);
  -ms-transform: translate(0,1.5em);
  transform: translate(0,1.5em);
  opacity: 0;
}
/* line 1846, ../sass/style.scss */
.spotlight.inactive.top .content {
  -moz-transform: translate(0,-5em);
  -webkit-transform: translate(0,-5em);
  -o-transform: translate(0,-5em);
  -ms-transform: translate(0,-5em);
  transform: translate(0,-5em);
}
/* line 1852, ../sass/style.scss */
.spotlight.inactive.bottom .content {
  -moz-transform: translate(0,5em);
  -webkit-transform: translate(0,5em);
  -o-transform: translate(0,5em);
  -ms-transform: translate(0,5em);
  transform: translate(0,5em);
}
/* line 1858, ../sass/style.scss */
.spotlight.inactive.left .content {
  -moz-transform: translate(-5em,0);
  -webkit-transform: translate(-5em,0);
  -o-transform: translate(-5em,0);
  -ms-transform: translate(-5em,0);
  transform: translate(-5em,0);
}
/* line 1864, ../sass/style.scss */
.spotlight.inactive.right .content {
  -moz-transform: translate(5em,0);
  -webkit-transform: translate(5em,0);
  -o-transform: translate(5em,0);
  -ms-transform: translate(5em,0);
  transform: translate(5em,0);
}

/* line 1872, ../sass/style.scss */
body.is-touch .spotlight {
  background-attachment: scroll;
}

/* Wrapper */
/* line 1880, ../sass/style.scss */
.landing .strano {
  background-color: #fff !important;
}

/* line 1884, ../sass/style.scss */
.mod-new2 {
  margin-bottom: 0.7em;
}

/* line 1887, ../sass/style.scss */
#three {
  background-image: url(../images/contacts.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 1893, ../sass/style.scss */
.wrapper {
  padding: 6em 0;
}
/* line 1899, ../sass/style.scss */
.wrapper.style2 {
  background: #0D7A95;
}
/* line 1907, ../sass/style.scss */
.wrapper.style2 input[type="text"]:focus,
.wrapper.style2 input[type="password"]:focus,
.wrapper.style2 input[type="email"]:focus,
.wrapper.style2 select:focus,
.wrapper.style2 textarea:focus {
  border-color: rgba(0, 0, 0, 0.5);
}
/* line 1916, ../sass/style.scss */
.wrapper.style2 input[type="submit"]:hover, .wrapper.style2 input[type="submit"]:active,
.wrapper.style2 input[type="reset"]:hover,
.wrapper.style2 input[type="reset"]:active,
.wrapper.style2 input[type="button"]:hover,
.wrapper.style2 input[type="button"]:active,
.wrapper.style2 .button:hover,
.wrapper.style2 .button:active {
  background-color: rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5) !important;
  color: rgba(0, 0, 0, 0.9) !important;
}
/* line 1922, ../sass/style.scss */
.wrapper.style2 input[type="submit"]:active,
.wrapper.style2 input[type="reset"]:active,
.wrapper.style2 input[type="button"]:active,
.wrapper.style2 .button:active {
  background-color: rgba(0, 0, 0, 0.25) !important;
}
/* line 1926, ../sass/style.scss */
.wrapper.style2 input[type="submit"].special,
.wrapper.style2 input[type="reset"].special,
.wrapper.style2 input[type="button"].special,
.wrapper.style2 .button.special {
  background-color: rgba(0, 0, 0, 0.9);
  color: #0D7A95 !important;
}
/* line 1930, ../sass/style.scss */
.wrapper.style2 input[type="submit"].special:hover, .wrapper.style2 input[type="submit"].special:active,
.wrapper.style2 input[type="reset"].special:hover,
.wrapper.style2 input[type="reset"].special:active,
.wrapper.style2 input[type="button"].special:hover,
.wrapper.style2 input[type="button"].special:active,
.wrapper.style2 .button.special:hover,
.wrapper.style2 .button.special:active {
  background-color: rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5) !important;
  color: rgba(0, 0, 0, 0.9) !important;
}
/* line 1936, ../sass/style.scss */
.wrapper.style2 input[type="submit"].special:active,
.wrapper.style2 input[type="reset"].special:active,
.wrapper.style2 input[type="button"].special:active,
.wrapper.style2 .button.special:active {
  background-color: rgba(0, 0, 0, 0.25) !important;
}
/* line 1944, ../sass/style.scss */
.wrapper.fade-down > .container {
  -moz-transform: -moz-translate(0,0);
  -webkit-transform: -webkit-translate(0,0);
  -o-transform: -o-translate(0,0);
  -ms-transform: -ms-translate(0,0);
  transform: translate(0,0);
  -moz-transition: -moz-transform 1s ease, opacity 1s ease;
  -webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
  -o-transition: -o-transform 1s ease, opacity 1s ease;
  -ms-transition: -ms-transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  opacity: 1;
}
/* line 1951, ../sass/style.scss */
.wrapper.fade-down.inactive > .container {
  -moz-transform: -moz-translate(0,-1em);
  -webkit-transform: -webkit-translate(0,-1em);
  -o-transform: -o-translate(0,-1em);
  -ms-transform: -ms-translate(0,-1em);
  transform: translate(0,-1em);
  opacity: 0;
}
/* line 1959, ../sass/style.scss */
.wrapper.fade-up > .container {
  -moz-transform: -moz-translate(0,0);
  -webkit-transform: -webkit-translate(0,0);
  -o-transform: -o-translate(0,0);
  -ms-transform: -ms-translate(0,0);
  transform: translate(0,0);
  -moz-transition: -moz-transform 1s ease, opacity 1s ease;
  -webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
  -o-transition: -o-transform 1s ease, opacity 1s ease;
  -ms-transition: -ms-transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  opacity: 1;
}
/* line 1966, ../sass/style.scss */
.wrapper.fade-up.inactive > .container {
  -moz-transform: -moz-translate(0,1em);
  -webkit-transform: -webkit-translate(0,1em);
  -o-transform: -o-translate(0,1em);
  -ms-transform: -ms-translate(0,1em);
  transform: translate(0,1em);
  opacity: 0;
}
/* line 1974, ../sass/style.scss */
.wrapper.fade > .container {
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 1;
}
/* line 1980, ../sass/style.scss */
.wrapper.fade.inactive > .container {
  opacity: 0;
}

/* Dropotron */
/* line 1989, ../sass/style.scss */
.dropotron {
  background: rgba(255, 255, 255, 0.965);
  border-radius: 4px;
  box-shadow: 0 0.075em 0.35em 0 rgba(0, 0, 0, 0.125);
  list-style: none !important;
  margin-top: calc(-0.25em + 1px);
  min-width: 12em;
  padding: 0.25em 0;
}
/* line 1998, ../sass/style.scss */
.dropotron > li {
  border-top: solid 1px rgba(255, 255, 255, 0.035);
  padding: 0;
}
/* line 2002, ../sass/style.scss */
.dropotron > li a, .dropotron > li span {
  border: 0;
  color: black;
  display: block;
  padding: 0.3em 1em;
  text-decoration: none;
}
/* line 2010, ../sass/style.scss */
.dropotron > li:first-child {
  border-top: 0;
}
/* line 2015, ../sass/style.scss */
.dropotron > li.active > a, .dropotron > li.active > span {
  color: #0D7A95;
}
/* line 2021, ../sass/style.scss */
.dropotron.level-0 {
  font-size: 0.8em;
  margin-top: 1em;
}
/* line 2025, ../sass/style.scss */
.dropotron.level-0:before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #ffffff;
  content: '';
  display: block;
  height: 1em;
  position: absolute;
  right: 1.5em;
  top: -0.5em;
  width: 1em;
}

/* line 2039, ../sass/style.scss */
.lang img {
  width: 20px;
  vertical-align: middle;
  margin-bottom: 3px;
}

/* line 2045, ../sass/style.scss */
.mod-head-new {
  margin-top: 5px;
}

/* line 2048, ../sass/style.scss */
#two {
  min-height: 70em !important;
}

/* line 2051, ../sass/style.scss */
#three {
  position: relative;
}

/* Header */
/* line 2057, ../sass/style.scss */
#skel-layers-wrapper {
  padding-top: 3.5em;
}

/* line 2061, ../sass/style.scss */
#header {
  background: rgba(255, 255, 255, 0.965);
  box-shadow: 0 0 0.25em 0 rgba(0, 0, 0, 0.25);
  cursor: default;
  height: 3.5em;
  left: 0;
  line-height: 3.5em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
/* line 2073, ../sass/style.scss */
#header h1 {
  height: inherit;
  left: 1.25em;
  line-height: inherit;
  margin: 0;
  position: absolute;
  top: 0;
  font-size: 1rem;
}
/* line 2083, ../sass/style.scss */
#header nav {
  position: absolute;
  right: 1em;
  top: 0;
}
/* line 2088, ../sass/style.scss */
#header nav ul {
  margin: 0;
}
/* line 2091, ../sass/style.scss */
#header nav ul li {
  display: inline-block;
  margin-left: 3em;
}
/* line 2095, ../sass/style.scss */
#header nav ul li a, #header nav ul li span {
  border: 0;
  color: inherit;
  display: inline-block;
  height: inherit;
  line-height: inherit;
  outline: 0;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 2px;
}
/* line 2106, ../sass/style.scss */
#header nav ul li a.button, #header nav ul li span.button {
  height: 2em;
  line-height: 2em;
  padding: 0 1.25em;
}
/* line 2112, ../sass/style.scss */
#header nav ul li a:not(.button):before, #header nav ul li span:not(.button):before {
  margin-right: 0.5em;
}
/* line 2118, ../sass/style.scss */
#header nav ul li.active > a, #header nav ul li.active > span {
  color: #0D7A95;
}
/* line 2123, ../sass/style.scss */
#header nav ul li > ul {
  display: none;
}

/* line 2130, ../sass/style.scss */
.fix-link {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -50px;
}

/* line 2137, ../sass/style.scss */
body.landing #skel-layers-wrapper {
  padding-top: 0;
}
/* line 2141, ../sass/style.scss */
body.landing #header {
  background: rgba(255, 255, 255, 0.965);
  box-shadow: 0 0 0.25em 0 rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  left: 0;
}

/* line 2150, ../sass/style.scss */
.row .trest {
  padding: 0px 2.5em 0 2.5em;
}

/* line 2153, ../sass/style.scss */
.trest-row {
  margin: 0 !important;
}

/* line 2156, ../sass/style.scss */
.vers01 {
  padding-left: 1em !important;
  padding-right: 3.5em !important;
  border-right: 1px solid #0D7A95;
}

/* line 2161, ../sass/style.scss */
.vers02 {
  padding-left: 3.5em !important;
  padding-right: 1em !important;
  color: #444444;
  font-size: 0.9em;
}

/* line 2167, ../sass/style.scss */
.vers03 {
  padding-right: 1em !important;
  padding-left: 3em !important;
  color: #444444;
  font-size: 0.9em;
}

/* Banner */
/* line 2175, ../sass/style.scss */
#banner {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
  min-height: 100vh;
  position: relative;
  text-align: center;
  z-index: 21;
}
/* line 2185, ../sass/style.scss */
#banner:before {
  content: '';
  display: inline-block;
  height: 100vh;
  vertical-align: middle;
  width: 0%;
}
/* line 2193, ../sass/style.scss */
#banner:after {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuNyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.7) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(50%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0.7)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.7) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.7) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.7) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.7) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=1 );
  /* IE6-8 */
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 2212, ../sass/style.scss */
#banner .content {
  display: inline-block;
  max-width: 95%;
  padding: 6em;
  position: relative;
  text-align: right;
  vertical-align: middle;
  z-index: 1;
}
/* line 2221, ../sass/style.scss */
#banner .content header {
  display: block;
  vertical-align: middle;
  text-align: center;
}
/* line 2226, ../sass/style.scss */
#banner .content header h2, #banner .content header h1 {
  font-size: 1.7em;
  margin: 0;
  font-weight: 300;
  color: #08637d;
}
/* line 2231, ../sass/style.scss */
#banner .content header h2 span, #banner .content header h1 span {
  font-weight: 400;
}
/* line 2236, ../sass/style.scss */
#banner .content header p {
  margin: 0.5em 0 0 0;
  top: 0;
}
/* line 2242, ../sass/style.scss */
#banner .content .image {
  vertical-align: middle;
  width: 21em;
}
/* line 2246, ../sass/style.scss */
#banner .content .image img {
  display: block;
  width: 100%;
}

/* line 2253, ../sass/style.scss */
.normal {
  font-size: 1em;
  margin-top: 0;
  line-height: 1.7em;
}

/* line 2258, ../sass/style.scss */
#two .content {
  max-width: 42em;
}

/* line 2261, ../sass/style.scss */
.relative {
  position: relative;
  height: 25em;
}
/* line 2264, ../sass/style.scss */
.relative p {
  margin: 0;
  margin-bottom: -10px;
}
/* line 2268, ../sass/style.scss */
.relative .blocco-02 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
}

/* line 2277, ../sass/style.scss */
.dis-none {
  display: none !important;
}

/* line 2280, ../sass/style.scss */
body.is-touch #banner {
  background-attachment: scroll;
}

/* line 2284, ../sass/style.scss */
#one {
  background-color: #eee;
}
/* line 2286, ../sass/style.scss */
#one .logo-el {
  width: 14em;
}
/* line 2290, ../sass/style.scss */
#one .content img {
  width: 9.4em;
  margin-top: 0.4em;
  margin-bottom: 0.9em;
}

/* line 2298, ../sass/style.scss */
.titolo-index {
  margin-bottom: 1em !important;
}

/* Footer */
/* line 2304, ../sass/style.scss */
#footer {
  background: #1c424f;
  padding: 3em 0;
  text-align: center;
}
/* line 2311, ../sass/style.scss */
#footer .icons .icon.alt {
  text-decoration: none;
}
/* line 30, ../sass/_mixins.scss */
#footer .icons .icon.alt:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}
/* line 5, ../sass/_vars.scss */
#footer .icons .icon.alt:before {
  color: #272833 !important;
  text-shadow: 1px 0 0 rgba(255, 255, 255, 0.5), -1px 0 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5), 0 -1px 0 rgba(255, 255, 255, 0.5);
}
/* line 2317, ../sass/style.scss */
#footer .copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8em;
  line-height: 1em;
  margin: 0 0 0 0;
  padding: 0;
  text-align: center;
}
/* line 2325, ../sass/style.scss */
#footer .copyright li {
  border-left: solid 1px rgba(255, 255, 255, 0.4);
  display: inline-block;
  list-style: none;
  margin-left: 1.5em;
  padding-left: 1.5em;
}
/* line 2332, ../sass/style.scss */
#footer .copyright li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}
/* line 2338, ../sass/style.scss */
#footer .copyright li a {
  color: inherit;
}

/* line 2344, ../sass/style.scss */
.opt-page .bkg-head-over, .team-page .bkg-head-over {
  background-color: rgba(255, 255, 255, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 2352, ../sass/style.scss */
.contenitore-li {
  width: 100%;
  max-width: 50em;
  margin: 0 auto;
  margin-bottom: 3em;
}

/* line 2358, ../sass/style.scss */
.opt-page .bkg-cont, .team-page .bkg-cont {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 2365, ../sass/style.scss */
.opt-page .wrapper, .team-page .wrapper {
  padding-top: 0 !important;
}

/* line 2368, ../sass/style.scss */
.cont-head-opt {
  position: relative;
  padding: 6em 0;
  padding-bottom: 0;
}

/* line 2373, ../sass/style.scss */
.opt-page .major, .team-page .major {
  z-index: 9;
}

/* line 2376, ../sass/style.scss */
.team-page .bkg-head {
  background-image: url(../images/Optimate_chi-siamo.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
}

/* line 2384, ../sass/style.scss */
.opt-page .bkg-head {
  background-image: url(../images/polygon-1600.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
}

/* line 2392, ../sass/style.scss */
.contenitore-inf-mobile {
  height: 1400px;
  background-color: #00424F;
}
/* line 2395, ../sass/style.scss */
.contenitore-inf-mobile .elem-mob {
  float: left;
  width: 33.3%;
  height: 40%;
  background-color: #00424F;
  position: relative;
}
/* line 2401, ../sass/style.scss */
.contenitore-inf-mobile .elem-mob li {
  color: #fff;
  padding: 0 !important;
  font-size: 0.8em;
  line-height: 1.1;
  padding: 0 10px 0.4em 0px !important;
  margin-left: 20px;
}
/* line 2410, ../sass/style.scss */
.contenitore-inf-mobile .elem-mob .spazio {
  padding-top: 2em;
}
/* line 2413, ../sass/style.scss */
.contenitore-inf-mobile .elem-mob .spazio-v {
  padding-bottom: 2em;
}
/* line 2416, ../sass/style.scss */
.contenitore-inf-mobile .elem-mob img {
  width: 60%;
  display: block;
  margin: 0em auto;
  padding-bottom: 1em;
}
/* line 2422, ../sass/style.scss */
.contenitore-inf-mobile .elem-mob h2, .contenitore-inf-mobile .elem-mob h1 {
  color: #fff;
  font-weight: 600;
  font-size: 100%;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  line-height: 1.2;
  padding: 0 10px;
}
/* line 2430, ../sass/style.scss */
.contenitore-inf-mobile .elem-mob h2 span, .contenitore-inf-mobile .elem-mob h1 span {
  font-weight: 300;
}

/* line 2436, ../sass/style.scss */
.infog-page #skel-layers-wrapper {
  background-color: #00424F;
}

/* line 2439, ../sass/style.scss */
.contenitore-infografica {
  font-size: 10px;
  width: 100%;
  height: 100%;
  padding: 10% 0;
  background-color: #00424F;
  max-width: 1300px;
  margin: 0 auto;
}

/* line 2448, ../sass/style.scss */
.contenitore-infografica a {
  text-decoration: none;
}

/* line 2451, ../sass/style.scss */
.clear {
  clear: both;
}

/* line 2457, ../sass/style.scss */
.tooltip {
  display: inline;
  position: relative;
}

/* Gap filler */
/* line 2463, ../sass/style.scss */
.tooltip::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: 100%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 2475, ../sass/style.scss */
.tooltip:hover::after {
  pointer-events: auto;
}

/* Tooltip */
/* line 2481, ../sass/style.scss */
.tooltip-content {
  position: absolute;
  z-index: 9999;
  width: 100%;
  left: 100%;
  margin-left: 10%;
  bottom: 50%;
  font-size: 1.3em;
  line-height: 1.5;
  text-align: left;
  font-weight: 300;
  transform: translate(0%, 50%);
  -webkit-transform: translate(0%, 50%);
  color: #000;
  background: transparent;
  opacity: 0;
  cursor: default;
  pointer-events: none;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
  border-radius: 30px;
}

/* line 2506, ../sass/style.scss */
.tooltip:hover .tooltip-content {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* line 2513, ../sass/style.scss */
.tooltip-content span {
  display: block;
}

/* line 2517, ../sass/style.scss */
.tooltip-text {
  border-left: 10px solid #237284;
  overflow: hidden;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.3s 0.1s;
  transition: transform 0.3s 0.1s;
  border-radius: 30px;
}

/* line 2527, ../sass/style.scss */
.tooltip:hover .tooltip-text {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* line 2534, ../sass/style.scss */
.tooltip-inner {
  background: rgba(255, 255, 255, 0.95);
  padding: 20px;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  border-radius: 22px;
}

/* line 2544, ../sass/style.scss */
.tooltip:hover .tooltip-inner {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Arrow */
/* line 2552, ../sass/style.scss */
.tooltip-content::after {
  content: '';
  bottom: 50%;
  left: -20px;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #237284;
  border-width: 10px;
  transform: rotate(90deg) translate(50%, 0);
  -webkit-transform: rotate(90deg) translate(50%, 0);
}

/* line 2571, ../sass/style.scss */
.inf-sx, .inf-dx {
  background-color: #00424F;
  width: 37.5%;
  float: left;
  height: 100%;
  position: relative;
}

/* line 2578, ../sass/style.scss */
.inf-center {
  background-color: #237284;
  width: 25%;
  float: left;
  height: 100%;
  position: relative;
  cursor: pointer;
}

/* line 2586, ../sass/style.scss */
.sezione-inf {
  height: 200px;
}

/* line 2589, ../sass/style.scss */
.inf-center img {
  width: 8em;
  display: block;
  margin: 0 auto;
  padding-bottom: 2%;
}

/* line 2595, ../sass/style.scss */
.inf-center h2, .inf-center h1 {
  color: #fff;
  font-weight: 600;
  font-size: 1.7em;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  line-height: 1.2;
  padding: 0 10px;
}

/* line 2604, ../sass/style.scss */
.inf-center h2 span, .inf-center h1 span {
  font-weight: 300;
}

/* line 2607, ../sass/style.scss */
.trips-optimization {
  padding-bottom: 0 !important;
  margin-bottom: -3% !important;
}

/* line 2611, ../sass/style.scss */
.mission-instructions {
  padding-bottom: 0 !important;
  margin-bottom: -4% !important;
}

/* line 2615, ../sass/style.scss */
.delivery {
  padding-bottom: 0 !important;
}

/* line 2618, ../sass/style.scss */
.contenitore-blocco-interno {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 10;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
}

/* line 2628, ../sass/style.scss */
.cerchio-selezione {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  width: 1.8em;
  height: 1.8em;
  background-color: transparent;
  border-radius: 150px;
  z-index: 2;
  border: 1px solid #fff;
}

/* line 2642, ../sass/style.scss */
.cerchio-interno {
  position: absolute;
  width: 1.4em;
  height: 1.4em;
  background-color: #83BDC7;
  border-radius: 150px;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

/* line 2655, ../sass/style.scss */
.sfondo-cerchio {
  font-size: 10px;
}

/* line 2656, ../sass/style.scss */
.inf-sx .sfondo-cerchio {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  border-radius: 150px;
  height: 3.6em;
  width: 3.6em;
  background-color: #00424F;
  z-index: 1;
}

/* line 2669, ../sass/style.scss */
.inf-dx .sfondo-cerchio {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  border-radius: 150px;
  height: 3.6em;
  width: 3.6em;
  background-color: #00424F;
  z-index: 1;
}

/* line 2682, ../sass/style.scss */
.inf-dx .linea-dashed {
  border-top: 1px dashed #fff;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 1;
  width: 15%;
}

/* line 2690, ../sass/style.scss */
.inf-sx .linea-dashed {
  border-top: 1px dashed #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  width: 15%;
}

/* line 2698, ../sass/style.scss */
.linea-dashed-spaz {
  border-top: 1px dashed #fff;
  position: absolute;
  top: 50%;
  left: 35%;
  z-index: 1;
  width: 15%;
}

/* line 2706, ../sass/style.scss */
.linea-dashed-quattro {
  border-right: 1px dashed #fff;
  position: absolute;
  bottom: 83%;
  left: 57%;
  z-index: 1;
  height: 33%;
  width: 1px;
}

/* line 2715, ../sass/style.scss */
.mod-new {
  text-align: center !important;
  padding: 1em 0 !important;
}

/* line 2719, ../sass/style.scss */
.linea-dashed-tre {
  border-right: 1px dashed #fff;
  position: absolute;
  bottom: 70%;
  left: 26%;
  z-index: 1;
  height: 15%;
  width: 1px;
}

/* line 2728, ../sass/style.scss */
.linea-dashed-tre-orr {
  border-top: 1px dashed #fff;
  position: absolute;
  bottom: 85%;
  left: 27%;
  z-index: 1;
  width: 30%;
  margin-bottom: -1px;
  padding-right: 1px;
}

/* line 2738, ../sass/style.scss */
.linea-dashed-min {
  border-top: 1px dashed #fff;
  position: absolute;
  top: 50%;
  left: 21%;
  z-index: 1;
  width: 5.3%;
}

/* line 2746, ../sass/style.scss */
.linea-dashed-min-v {
  border-right: 1px dashed #fff;
  position: absolute;
  top: 26%;
  left: 26%;
  z-index: 1;
  height: 24%;
  width: 1px;
  margin-left: -1px;
}

/* line 2756, ../sass/style.scss */
.linea-dashed-orr-n {
  border-top: 1px dashed #fff;
  position: absolute;
  bottom: 19%;
  left: 28%;
  z-index: 1;
  width: 27%;
  margin-left: 1px;
  padding-right: 1px;
}

/* line 2766, ../sass/style.scss */
.linea-dashed-disc {
  border-top: 1px dashed #fff;
  position: absolute;
  top: 50%;
  left: 25%;
  z-index: 1;
  width: 15%;
}

/* line 2774, ../sass/style.scss */
.linea-dashed-disc-su {
  border-right: 1px dashed #fff;
  position: absolute;
  bottom: 50%;
  left: 55%;
  z-index: 1;
  height: 40%;
  width: 1px;
}

/* line 2783, ../sass/style.scss */
.linea-dashed-disc-su2 {
  border-right: 1px dashed #fff;
  position: absolute;
  bottom: 30%;
  left: 55%;
  z-index: 1;
  height: 103%;
  width: 1px;
}

/* line 2792, ../sass/style.scss */
.linea-dashed-disc-su3 {
  border-right: 1px dashed #fff;
  position: absolute;
  bottom: 68%;
  left: 55%;
  z-index: 1;
  height: 151%;
  width: 1px;
}

/* line 2801, ../sass/style.scss */
.sat {
  position: absolute;
  left: 55%;
  bottom: -12%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  width: 8em;
}

/* line 2809, ../sass/style.scss */
.linea-dashed-5 {
  border-top: 1px dashed #fff;
  position: absolute;
  top: 50%;
  right: 30%;
  z-index: 1;
  width: 15%;
  margin-right: 0.2em;
}

/* line 2818, ../sass/style.scss */
.linea-dashed-top {
  border-right: 1px dashed #fff;
  position: absolute;
  width: 1px;
  height: 580%;
  z-index: 1;
  bottom: 50%;
  right: 46%;
  margin-right: 1em;
}

/* line 2828, ../sass/style.scss */
.linea-dashed-top-new {
  border-right: 1px dashed #fff;
  position: absolute;
  width: 1px;
  height: 172%;
  z-index: 1;
  bottom: 58%;
  right: 40%;
  margin-right: 1em;
}

/* line 2838, ../sass/style.scss */
.linea-dashed-top2 {
  border-right: 1px dashed #fff;
  position: absolute;
  width: 1px;
  height: 480%;
  z-index: 1;
  bottom: 50%;
  right: 43%;
  margin-right: 1em;
}

/* line 2848, ../sass/style.scss */
.linea-dashed-bottom {
  border-right: 1px dashed #fff;
  position: absolute;
  width: 1px;
  height: 15%;
  z-index: 1;
  top: 50%;
  right: 20%;
  margin-right: 1em;
}

/* line 2858, ../sass/style.scss */
.linea-dashed-top1 {
  border-right: 1px dashed #fff;
  position: absolute;
  width: 1px;
  height: 20%;
  z-index: 1;
  top: 51%;
  right: 44%;
  margin-right: 1.3em;
}

/* line 2868, ../sass/style.scss */
.linea-dashed-bottom-int {
  border-right: 1px dashed #fff;
  position: absolute;
  width: 1px;
  height: 80%;
  z-index: 1;
  top: 50%;
  right: 43%;
  margin-right: 0.3em;
}

/* line 2878, ../sass/style.scss */
.linea-dashed-bottom-int2 {
  border-right: 1px dashed #fff;
  position: absolute;
  width: 1px;
  height: 125%;
  z-index: 1;
  bottom: -30%;
  right: 46%;
  margin-right: 0.3em;
}

/* line 2888, ../sass/style.scss */
.prova-trat {
  display: none;
}

/* line 2891, ../sass/style.scss */
.linea-dashed-bottom-2 {
  border-right: 1px dashed #fff;
  position: absolute;
  width: 1px;
  height: 15%;
  z-index: 1;
  bottom: 31%;
  right: 20%;
  margin-right: 1em;
}

/* line 2901, ../sass/style.scss */
.linea-dashed-top-3 {
  border-right: 1px dashed #fff;
  position: absolute;
  width: 1px;
  height: 15%;
  z-index: 1;
  top: 31%;
  right: 20%;
  margin-right: 1em;
}

/* line 2911, ../sass/style.scss */
.pallino-linea-dx {
  border-radius: 150px;
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -0.4em;
  background-color: #fff;
}

/* line 2921, ../sass/style.scss */
.pallino-linea-sx {
  border-radius: 150px;
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -0.4em;
  background-color: #fff;
}

/* line 2931, ../sass/style.scss */
.pallino-linea-su {
  border-radius: 150px;
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  top: 0;
  right: -0.8em;
  margin-right: 0.4em;
  background-color: #fff;
}

/* line 2941, ../sass/style.scss */
.linea-dashed-giu-n {
  border-right: 1px dashed #fff;
  position: absolute;
  top: 66%;
  left: 24%;
  z-index: 1;
  height: 23%;
  width: 1px;
}

/* line 2950, ../sass/style.scss */
.linea-dashed-giu-f {
  border-right: 1px dashed #fff;
  position: absolute;
  top: 66%;
  left: 28%;
  z-index: 1;
  height: 15%;
  width: 1px;
}

/* line 2959, ../sass/style.scss */
.pallino-linea-giu {
  border-radius: 150px;
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  bottom: 0;
  right: -0.8em;
  margin-right: 0.4em;
  background-color: #fff;
}

/* line 2969, ../sass/style.scss */
.inf-dx .linea-sopra {
  top: 46% !important;
  left: 0.7em !important;
}

/* line 2973, ../sass/style.scss */
.inf-dx .linea-sotto {
  bottom: 46% !important;
  top: inherit !important;
  left: 0.7em !important;
}

/* line 2978, ../sass/style.scss */
.inf-sx .linea-sopra {
  top: 46% !important;
  right: 0.7em !important;
}

/* line 2982, ../sass/style.scss */
.inf-sx .linea-sotto {
  bottom: 46% !important;
  top: inherit !important;
  right: 0.7em !important;
}

/* line 2987, ../sass/style.scss */
.nasc-mob {
  display: none !important;
}

/* line 2988, ../sass/style.scss */
.linea1x {
  width: 5% !important;
}

/* line 2991, ../sass/style.scss */
.linea2x {
  width: 7.5% !important;
}

/* line 2994, ../sass/style.scss */
.linea2-5x {
  width: 13% !important;
}

/* line 2997, ../sass/style.scss */
.linea3x {
  width: 20% !important;
}

/* line 3000, ../sass/style.scss */
.linea4x {
  width: 25% !important;
}

/* line 3003, ../sass/style.scss */
.linea5x {
  width: 30.3% !important;
}

/* line 3006, ../sass/style.scss */
.linea6x {
  width: 35% !important;
}

/* line 3009, ../sass/style.scss */
.linea7x {
  width: 40% !important;
}

/* line 3012, ../sass/style.scss */
.linea8x {
  width: 43% !important;
}

/* line 3015, ../sass/style.scss */
.linea9x {
  width: 46% !important;
}

/* line 3018, ../sass/style.scss */
.ingranaggio {
  position: absolute;
  right: 15%;
  margin-right: 1em;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  width: 7em;
}

/* line 3027, ../sass/style.scss */
.ingranaggio-mod {
  position: absolute;
  left: 55%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 7em;
}

/* line 3035, ../sass/style.scss */
.ingranaggio-su {
  position: absolute;
  right: 39%;
  margin-right: 0.3em;
  bottom: -23%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  width: 7em;
}

/* line 3044, ../sass/style.scss */
.bar2 {
  position: absolute;
  right: 34%;
  margin-right: 0.3em;
  bottom: 0%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  width: 16em;
}

/* line 3053, ../sass/style.scss */
#navPanel .link {
  white-space: nowrap;
}

/* line 3056, ../sass/style.scss */
.ingranaggio-b {
  position: absolute;
  right: 36%;
  margin-right: 1em;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  width: 7em;
}

/* line 3065, ../sass/style.scss */
.cloud {
  position: absolute;
  right: 25%;
  margin-right: 1.5em;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  width: 7em;
}

/* line 3074, ../sass/style.scss */
.cloud4 {
  position: absolute;
  left: 19%;
  top: 10%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  width: 7em;
}

/* line 3082, ../sass/style.scss */
.sim {
  position: absolute;
  left: 5%;
  top: 53%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  width: 8em;
}

/* line 3090, ../sass/style.scss */
.cloud3 {
  position: absolute;
  left: 19%;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  width: 7em;
}

/* line 3098, ../sass/style.scss */
.cell {
  position: absolute;
  left: 48%;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  width: 8em;
}

/* line 3106, ../sass/style.scss */
.pc {
  position: absolute;
  left: 48%;
  top: 70%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  width: 8em;
}

/* line 3114, ../sass/style.scss */
.ingranaggio-dx {
  position: absolute;
  left: 15%;
  margin-left: 2em;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  width: 9em;
}

/* line 3123, ../sass/style.scss */
.n7-dx {
  position: absolute;
  left: 5%;
  margin-left: 2em;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  width: 7em;
}

/* line 3132, ../sass/style.scss */
.cloud2 {
  position: absolute;
  left: 15%;
  margin-left: 2em;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  width: 7em;
}

/* line 3141, ../sass/style.scss */
.linea-dashed-inter {
  border-right: 1px dashed #fff;
  position: absolute;
  width: 1px;
  height: 60%;
  z-index: 1;
  top: 66%;
  left: 27%;
}

/* line 3150, ../sass/style.scss */
.tel {
  position: absolute;
  left: 20%;
  margin-left: 0.2em;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  width: 7em;
}

/* line 3159, ../sass/style.scss */
.blocchi {
  width: 8em;
  position: absolute;
  top: 62%;
  right: 20%;
  margin-right: 2em;
  transform: translate(50%, 0);
  -webkit-transform: translate(50%, 0);
}

/* line 3168, ../sass/style.scss */
.blocchi-new {
  margin-top: 1em;
  width: 8em;
  position: absolute;
  top: 62%;
  right: 20%;
  margin-right: 2em;
  transform: translate(50%, 0);
  -webkit-transform: translate(50%, 0);
}

/* line 3178, ../sass/style.scss */
.blocchi-su {
  width: 8em;
  position: absolute;
  bottom: 62%;
  right: 20%;
  margin-right: 1em;
  transform: translate(50%, 0);
  -webkit-transform: translate(50%, 0);
  margin-bottom: 1em;
}

@media screen and (max-width: 1200px) {
  /* line 3190, ../sass/style.scss */
  .tooltip-content {
    width: 120%;
  }
}
@media screen and (max-width: 1150px) {
  /* line 3196, ../sass/style.scss */
  .contenitore-infografica {
    font-size: 8px;
  }

  /* line 3199, ../sass/style.scss */
  .ingranaggio-su {
    right: 40%;
    bottom: -15%;
  }

  /* line 3203, ../sass/style.scss */
  .bar2 {
    right: 31%;
    bottom: 10%;
  }
}
@media screen and (max-width: 1000px) {
  /* line 3209, ../sass/style.scss */
  .ingranaggio-su {
    right: 39%;
  }

  /* line 3212, ../sass/style.scss */
  .inf-center {
    width: 22%;
  }

  /* line 3215, ../sass/style.scss */
  .tooltip-content {
    width: 150%;
  }

  /* line 3218, ../sass/style.scss */
  .inf-sx, .inf-dx {
    width: 39%;
  }

  /* line 3221, ../sass/style.scss */
  .inf-sx .linea-dashed, .inf-dx .linea-dashed {
    right: 9px;
  }

  /* line 3223, ../sass/style.scss */
  .sfondo-cerchio {
    font-size: 5px;
  }
}
@media screen and (max-width: 970px) {
  /* line 3227, ../sass/style.scss */
  .linea-dashed-spaz {
    left: 40%;
  }

  /* line 3229, ../sass/style.scss */
  .cell {
    left: 53%;
  }

  /* line 3231, ../sass/style.scss */
  .ingranaggio {
    margin-right: 0.5em;
  }
}
@media screen and (max-width: 920px) {
  /* line 3236, ../sass/style.scss */
  .linea-dashed-bottom-int, .linea-dashed-top2 {
    right: 44%;
  }

  /* line 3239, ../sass/style.scss */
  .linea-dashed-bottom-int2, .linea-dashed-top {
    right: 47%;
  }

  /* line 3242, ../sass/style.scss */
  .linea-dashed-5 {
    right: 31%;
  }

  /* line 3245, ../sass/style.scss */
  .linea-dashed-top-new {
    right: 41%;
  }

  /* line 3248, ../sass/style.scss */
  .linea8x {
    width: 44% !important;
  }
}
@media screen and (max-width: 880px) {
  /* line 3253, ../sass/style.scss */
  .linea-dashed-bottom-int, .linea-dashed-top2 {
    right: 46%;
  }

  /* line 3256, ../sass/style.scss */
  .linea-dashed-bottom-int2, .linea-dashed-top {
    right: 49%;
  }

  /* line 3259, ../sass/style.scss */
  .linea-dashed-5 {
    right: 33%;
  }

  /* line 3262, ../sass/style.scss */
  .linea-dashed-top-new {
    right: 43%;
  }

  /* line 3265, ../sass/style.scss */
  .linea-dashed-min {
    left: 23%;
  }

  /* line 3267, ../sass/style.scss */
  .linea-dashed-min-v {
    top: 28%;
    left: 28%;
  }

  /* line 3270, ../sass/style.scss */
  .linea8x {
    width: 46% !important;
  }

  /* line 3273, ../sass/style.scss */
  .linea9x {
    width: 49% !important;
  }
}
@media screen and (max-width: 550px) {
  /* line 3280, ../sass/style.scss */
  .contenitore-inf-mobile h2 {
    font-size: 80% !important;
  }

  /* line 3284, ../sass/style.scss */
  header.major, .content {
    text-align: left !important;
  }
}
@media screen and (max-width: 565px) {
  /* line 3290, ../sass/style.scss */
  #informativa-cookie .contenitore-bottone-cookie .button-cookies {
    margin-top: 16px !important;
  }
}
@media screen and (max-width: 393px) {
  /* line 3297, ../sass/style.scss */
  #informativa-cookie .contenitore-bottone-cookie .button-cookies {
    margin-top: 25px !important;
  }
  /* line 3300, ../sass/style.scss */
  #informativa-cookie .contenitore-testo-cookie p {
    padding-left: 1rem !important;
  }
}
@media screen and (max-width: 400px) {
  /* line 3306, ../sass/style.scss */
  .cont-cookie {
    width: 80% !important;
    padding: 20px !important;
    font-size: 14px;
  }

  /* line 3312, ../sass/style.scss */
  .contenitore-inf-mobile {
    height: 1600px;
    margin-bottom: 70%;
  }
  /* line 3315, ../sass/style.scss */
  .contenitore-inf-mobile .elem-mob {
    width: 50%;
    height: 24%;
  }
  /* line 3320, ../sass/style.scss */
  .contenitore-inf-mobile .variab-sp {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 850px) {
  /* line 3327, ../sass/style.scss */
  .ingranaggio {
    margin-right: 0em;
  }
}
@media screen and (max-width: 1280px) {
  /* line 3332, ../sass/style.scss */
  .spotlight {
    min-height: 39em !important;
  }
}
@media screen and (max-width: 1100px) {
  /* line 3339, ../sass/style.scss */
  .spotlight {
    min-height: 42em !important;
  }
}
@media screen and (max-width: 1000px) {
  /* line 3344, ../sass/style.scss */
  .spotlight {
    min-height: 44em !important;
  }
}
@media screen and (min-height: 625px) {
  /* line 3349, ../sass/style.scss */
  #main {
    min-height: 76vh;
  }
}
@media screen and (min-height: 650px) {
  /* line 3354, ../sass/style.scss */
  #main {
    min-height: 82vh;
  }
}
@media screen and (min-height: 825px) {
  /* line 3359, ../sass/style.scss */
  #main {
    min-height: 86vh;
  }
}
@media screen and (max-width: 767px) {
  /* line 3364, ../sass/style.scss */
  .contenitore-inf-mobile {
    display: block;
    padding-bottom: 50%;
  }

  /* line 3366, ../sass/style.scss */
  .contenitore-infografica {
    display: none;
  }
}
@media screen and (max-width: 875px) {
  /* line 3369, ../sass/style.scss */
  #header nav ul li {
    margin-left: 2em !important;
  }
}
@media screen and (max-width: 800px) {
  /* line 3374, ../sass/style.scss */
  #header nav ul li {
    margin-left: 1.2em !important;
  }

  /* line 3377, ../sass/style.scss */
  .cont-cookie {
    width: 70%;
  }
}
@media screen and (max-height: 675px) {
  /* line 3382, ../sass/style.scss */
  .landing h4 span {
    display: none;
  }

  /* line 3385, ../sass/style.scss */
  .landing h4 {
    margin-top: 0em;
  }
}
@media screen and (max-height: 640px) {
  /* line 3391, ../sass/style.scss */
  .landing h4 .prova-br {
    display: none;
  }
  /* line 3394, ../sass/style.scss */
  .landing h4 .prova-trat {
    display: inline-block;
  }
}
@media screen and (max-height: 615px) {
  /* line 3400, ../sass/style.scss */
  #banner .content .image {
    width: 16em;
  }
}
@media screen and (max-width: 930px) {
  /* line 3406, ../sass/style.scss */
  #informativa-cookie .contenitore-testo-cookie {
    width: 70%;
  }
  /* line 3408, ../sass/style.scss */
  #informativa-cookie .contenitore-testo-cookie p {
    line-height: 1.4;
    padding-left: 2rem;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  /* line 3415, ../sass/style.scss */
  #informativa-cookie .contenitore-bottone-cookie {
    width: 30%;
  }
  /* line 3417, ../sass/style.scss */
  #informativa-cookie .contenitore-bottone-cookie .button-cookies {
    float: none;
    margin-top: 9px;
  }
}
@media screen and (max-width: 1100px) {
  /* line 3426, ../sass/style.scss */
  #big-video-wrap {
    display: none;
  }

  /* line 3429, ../sass/style.scss */
  #two {
    min-height: 67em !important;
  }

  /* line 3432, ../sass/style.scss */
  #banner {
    background-image: url(../images/polygon-1600.jpg);
  }
}
