@font-face {
  font-family: CorporateS;
  font-weight: 400;
  src: url("../font/CorporateS-Regular.otf") format("opentype");
}

@font-face {
  font-family: CorporateS-Demi;
  font-weight: 700;
  src: url("../font/CorporateS-Demi.otf") format("opentype");
}

@font-face {
  font-family: CorporateS-Light;
  font-weight: 300;
  src: url("../font/CorporateS-Light.otf") format("opentype");
}

@font-face {
  font-family: CorporateACon-Reg;
  src: url("../font/CorporateACon-Reg.otf") format("opentype");
}

b {
  font-family: CorporateS-Demi;
}

html, body {
  margin: 0px;
  padding: 0px;
}

body {
  background-color: #000;
  color: #fff;
  height: calc(100vh + 1px);
  width: 100vw;
  overflow: hidden;
  font-family: CorporateS;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body > .wrap {
  padding: 0px !important;
}

.wrap {
  width: 100%;
  max-width: 1312px;
  margin: 0 auto;
  padding: 0px 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header {
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(black), to(#2e2e2e));
  background: linear-gradient(to right, black 0%, #2e2e2e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2e2e2e',GradientType=1 );
}

header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 23px;
}

header .header__logo-trivellato {
  text-align: right;
}

header .header__logo-trivellato img {
  height: 18px;
  margin-bottom: 10px;
}

header .header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .header__nav ul {
  margin: 0px;
  padding: 0px;
  text-align: right;
  margin-top: 30px;
}

header .header__nav ul li {
  display: inline-block;
  margin-left: 17px;
  margin-right: 17px;
}

header .header__nav ul li a {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

header .header__nav ul li a:hover {
  color: #00ADEF;
}

header #header__menu-icon {
  display: none;
  height: 20px;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: -10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

header #header__menu-icon:hover {
  color: #00ADEF;
}

header #header__menu-icon line {
  -webkit-transition: .3s;
  transition: .3s;
}

header #header__menu-icon.header__menu-icon--close line:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 6px 9px;
          transform-origin: 6px 9px;
}

header #header__menu-icon.header__menu-icon--close line:nth-child(1) {
  display: none;
}

header #header__menu-icon.header__menu-icon--close line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 4px 14px;
          transform-origin: 4px 14px;
}

footer {
  background-color: #000;
}

footer .footer__top {
  border-bottom: 1px solid #fff;
  display: none;
}

footer .footer__top .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 23px;
}

footer .footer__top .footer_top__mercedes {
  height: 13px;
}

footer .footer__top .footer_top__mercedes-stella {
  height: 68px;
  width: 68px;
}

footer .footer__bottom {
  padding: 22px 0px;
  font-size: 16px;
}

footer .footer__bottom .wrap {
  position: relative;
}

footer .footer__bottom .footer_bottom__trivellato {
  height: 18px;
}

footer .footer__bottom p {
  margin: 0px;
  margin-top: 16px;
}

footer .footer__bottom #footer__bottom__privacy {
  position: absolute;
  right: 23px;
  top: 4px;
  color: #fff;
  text-decoration: none;
}

#innerscreen {
  position: relative;
  width: 100vw;
  height: calc(100vh - 271px);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#innerscreen.innerscreen-wrapped {
  width: 100%;
  position: relative;
}

#innerscreen .img-wrapper {
  display: none;
  width: 1200px;
  position: relative;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  position: absolute;
  height: 768px;
  margin-top: -384px;
  top: 50%;
}

#innerscreen .img-wrapper.active {
  display: block;
}

#innerscreen .img-wrapper .switcher {
  z-index: 10;
}

#innerscreen .img-wrapper .map-temi-list {
  width: 266px;
  position: absolute;
  top: 288px;
  left: 39%;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#innerscreen .img-wrapper .map-temi-list li {
  height: 42px;
  display: block;
  opacity: 0.8;
  cursor: pointer;
  position: relative;
}

#innerscreen .img-wrapper .map-temi-list li:after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  left: 6px;
  top: 50%;
  margin-top: -4px;
  background-color: #f1ffff;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 2px 2px #7af2f6;
          box-shadow: 0px 0px 2px 2px #7af2f6;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

#innerscreen .img-wrapper .map-temi-list li:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#innerscreen .img-wrapper .map-temi-list li span {
  display: none;
  font-size: 30px;
  padding-left: 35px;
  padding-top: 3px;
  letter-spacing: -0.02em;
}

#innerscreen .img-wrapper .map-temi-list.map-temi-list--discreto {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 3px rgba(255, 255, 255, 0.3);
          box-shadow: 0px 0px 3px rgba(255, 255, 255, 0.3);
  cursor: pointer;
  opacity: 0.2;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

#innerscreen .img-wrapper .map-temi-list.map-temi-list--discreto:hover {
  opacity: 1;
}

#innerscreen .img-wrapper .map-temi-list.map-temi-list--discreto li span {
  display: block;
}

#innerscreen .img-wrapper .map-temi-list.map-temi-list--discreto li:before {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
  left: 6px;
  top: 50%;
  margin-left: -4px;
  margin-top: -8px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#innerscreen .img-wrapper .map-temi-list.map-temi-list--discreto li:last-child:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#innerscreen .img-wrapper .map-info-list {
  width: 740px;
  position: absolute;
  top: 27%;
  left: 25%;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#innerscreen .img-wrapper .map-info-list li {
  height: 49px;
  display: inline-block;
  opacity: 0.8;
  cursor: pointer;
  border-radius: 7px 7px 0px 0px;
  -webkit-transition: .3s;
  transition: .3s;
}

#innerscreen .img-wrapper .map-info-list li:hover {
  background-color: rgba(60, 214, 253, 0.1);
}

#innerscreen .img-wrapper .map-info-list li:nth-child(1) {
  width: 122px;
}

#innerscreen .img-wrapper .map-info-list li:nth-child(2) {
  width: 121px;
}

#innerscreen .img-wrapper .map-info-list li:nth-child(3) {
  width: 152px;
}

#innerscreen .img-wrapper .map-info-list li:nth-child(4) {
  width: 207px;
}

#innerscreen .img-wrapper .map-impostazioni-list {
  width: 740px;
  position: absolute;
  top: 27%;
  left: 20%;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#innerscreen .img-wrapper .map-impostazioni-list li {
  height: 49px;
  display: inline-block;
  opacity: 0.8;
  cursor: pointer;
  border-radius: 7px 7px 0px 0px;
  -webkit-transition: .3s;
  transition: .3s;
}

#innerscreen .img-wrapper .map-impostazioni-list li:hover {
  background-color: rgba(60, 214, 253, 0.1);
}

#innerscreen .img-wrapper .map-impostazioni-list li:nth-child(1) {
  width: 211px;
}

#innerscreen .img-wrapper .map-impostazioni-list li:nth-child(2) {
  width: 166px;
}

#innerscreen .img-wrapper .map-impostazioni-list li:nth-child(3) {
  width: 118px;
}

#innerscreen .img-wrapper .map-impostazioni-list li:nth-child(4) {
  width: 100px;
}

#innerscreen .img-wrapper .map-impostazioni-list li:nth-child(5) {
  width: 122px;
}

#innerscreen .img-wrapper img {
  width: 100%;
  height: auto;
  pointer-events: none;
  position: absolute;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  display: block;
  visibility: visible;
  opacity: 0;
  z-index: 0;
}

#innerscreen .img-wrapper img.show-below {
  opacity: 1;
  z-index: 2;
  -webkit-transition: 0s;
  transition: 0s;
}

#innerscreen .img-wrapper img.show {
  opacity: 1;
  z-index: 3;
}

#innerscreen .img-wrapper#home-wrapper .home-wrapper__prev, #innerscreen .img-wrapper#home-wrapper .home-wrapper__next {
  position: absolute;
  top: 44%;
  left: 0px;
  padding: 40px;
  width: 40px;
  cursor: pointer;
  z-index: 5;
}

#innerscreen .img-wrapper#home-wrapper .home-wrapper__prev:hover, #innerscreen .img-wrapper#home-wrapper .home-wrapper__next:hover {
  stroke: #00ADEF;
}

#innerscreen .img-wrapper#home-wrapper .home-wrapper__next {
  right: 0px;
  left: initial;
}

#innerscreen .img-wrapper#home-wrapper .home-wrapper__item, #innerscreen .img-wrapper#home-wrapper .home-wrapper__item-prev, #innerscreen .img-wrapper#home-wrapper .home-wrapper__item-next {
  position: absolute;
  top: 35%;
  left: 41%;
  background-color: rgba(255, 255, 255, 0.1);
  width: 222px;
  height: 280px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 3px rgba(255, 255, 255, 0.3);
          box-shadow: 0px 0px 3px rgba(255, 255, 255, 0.3);
  cursor: pointer;
  opacity: 0;
  z-index: 5;
}

#innerscreen .img-wrapper#home-wrapper .home-wrapper__item:hover, #innerscreen .img-wrapper#home-wrapper .home-wrapper__item-prev:hover, #innerscreen .img-wrapper#home-wrapper .home-wrapper__item-next:hover {
  -webkit-animation-name: blupHomeItem;
          animation-name: blupHomeItem;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#innerscreen .img-wrapper#home-wrapper .home-wrapper__item-prev {
  left: 120px;
}

#innerscreen .img-wrapper#home-wrapper .home-wrapper__item-next {
  left: initial;
  right: 100px;
}

@-webkit-keyframes blupHomeItem {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes blupHomeItem {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

#innerscreen .img-wrapper .img-wrapper__prev, #innerscreen .img-wrapper .img-wrapper__next {
  position: absolute;
  top: 44%;
  left: 0px;
  padding: 40px;
  width: 40px;
  cursor: pointer;
}

#innerscreen .img-wrapper .img-wrapper__prev:hover, #innerscreen .img-wrapper .img-wrapper__next:hover {
  stroke: #00ADEF;
}

#innerscreen .img-wrapper .img-wrapper__next {
  right: 0px;
  left: initial;
}

.back-to-home-2 {
  position: absolute;
  top: 23%;
  left: 43px;
  display: block;
  width: 85px;
  height: 57px;
  border-radius: 0px 0px 26px;
  -webkit-transform: skewX(-22deg);
          transform: skewX(-22deg);
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  z-index: 5;
}

.back-to-home-2:hover {
  -webkit-box-shadow: 2px 4px 3px 0px rgba(1, 104, 139, 0.9);
          box-shadow: 2px 4px 3px 0px rgba(1, 104, 139, 0.9);
}

#video-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 100%;
  opacity: 1;
  background-color: #000;
}

#video-wrapper #video {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  -webkit-transition: 1.4s;
  transition: 1.4s;
}

#video-wrapper.video-zoom {
  -webkit-animation-name: fadeOutVideo;
          animation-name: fadeOutVideo;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
  -webkit-animation-duration: .7s;
          animation-duration: .7s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#video-wrapper.video-zoom #video {
  -webkit-transform: scale(4.4);
          transform: scale(4.4);
  -webkit-transform-origin: 33% 50%;
          transform-origin: 33% 50%;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

#video-wrapper.video-zoom.video-zoom-right {
  -webkit-animation-name: none;
          animation-name: none;
}

#video-wrapper.video-zoom.video-zoom-right #video {
  -webkit-transform-origin: 76% 67%;
          transform-origin: 76% 67%;
  -webkit-transform: scale(2.58);
          transform: scale(2.58);
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

@-webkit-keyframes fadeOutVideo {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeOutVideo {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

#video-wrapper.video-blur #video {
  -webkit-animation-name: videoBlur;
          animation-name: videoBlur;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes videoBlur {
  0% {
    -webkit-filter: blur(5px) contrast(1);
            filter: blur(5px) contrast(1);
  }
  20% {
    -webkit-filter: blur(5px) contrast(1.3);
            filter: blur(5px) contrast(1.3);
  }
  40% {
    -webkit-filter: blur(5px) contrast(0.9);
            filter: blur(5px) contrast(0.9);
  }
  60% {
    -webkit-filter: blur(5px) contrast(1.3);
            filter: blur(5px) contrast(1.3);
  }
  100% {
    -webkit-filter: blur(5px) contrast(1);
            filter: blur(5px) contrast(1);
  }
}

@keyframes videoBlur {
  0% {
    -webkit-filter: blur(5px) contrast(1);
            filter: blur(5px) contrast(1);
  }
  20% {
    -webkit-filter: blur(5px) contrast(1.3);
            filter: blur(5px) contrast(1.3);
  }
  40% {
    -webkit-filter: blur(5px) contrast(0.9);
            filter: blur(5px) contrast(0.9);
  }
  60% {
    -webkit-filter: blur(5px) contrast(1.3);
            filter: blur(5px) contrast(1.3);
  }
  100% {
    -webkit-filter: blur(5px) contrast(1);
            filter: blur(5px) contrast(1);
  }
}

#popup-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}

#popup-overlay #popup {
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  position: absolute;
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-animation-name: showLoginPopup;
          animation-name: showLoginPopup;
  -webkit-animation-duration: .8s;
          animation-duration: .8s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#popup-overlay #popup h1 {
  font-family: CorporateACon-Reg;
}

#popup-overlay #popup h2 {
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
}

@-webkit-keyframes showLoginPopup {
  from {
    top: calc(50% - 80px);
    -webkit-transform: scale(0.8) translateY(-50%);
            transform: scale(0.8) translateY(-50%);
    opacity: 0;
  }
  to {
    top: 50%;
    -webkit-transform: scale(1) translateY(-50%);
            transform: scale(1) translateY(-50%);
    opacity: 1;
  }
}

@keyframes showLoginPopup {
  from {
    top: calc(50% - 80px);
    -webkit-transform: scale(0.8) translateY(-50%);
            transform: scale(0.8) translateY(-50%);
    opacity: 0;
  }
  to {
    top: 50%;
    -webkit-transform: scale(1) translateY(-50%);
            transform: scale(1) translateY(-50%);
    opacity: 1;
  }
}

#popup-overlay.popup-overlay-hide {
  opacity: 0;
  visibility: hidden;
}

#popup-overlay.popup-overlay-hide .popup {
  top: calc(50% - 40px);
}

#mega-spinner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 68px;
  margin-left: -34px;
  margin-top: -34px;
  display: none;
}

.mini-spinner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

#start-mbux {
  cursor: pointer;
  border-radius: 7px;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #00ADEF;
  color: #fff;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 9px 0px #00ADEF;
          box-shadow: 0px 0px 9px 0px #00ADEF;
  border: 0px solid transparent;
  outline: none;
}

#start-mbux:hover {
  background-color: #037bb5;
}

#go-to-left-display, #go-to-right-display {
  display: none;
  cursor: pointer;
  border-radius: 7px;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #00ADEF;
  color: #fff;
  padding: 10px 15px;
  position: absolute;
  left: 25px;
  bottom: 25px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 9px 0px #00ADEF;
          box-shadow: 0px 0px 9px 0px #00ADEF;
}

#go-to-left-display:hover, #go-to-right-display:hover {
  background-color: #037bb5;
}

#ask-to-mercedes, #close-ask-to-mercedes {
  display: none;
  cursor: pointer;
  border-radius: 7px;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #00ADEF;
  color: #fff;
  padding: 10px 15px;
  position: absolute;
  right: 25px;
  bottom: 25px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 9px 0px #00ADEF;
          box-shadow: 0px 0px 9px 0px #00ADEF;
}

#ask-to-mercedes:hover, #close-ask-to-mercedes:hover {
  background-color: #037bb5;
}

.mbux-buttons.mbux-buttons--disabled {
  opacity: 0.3;
  pointer-events: none;
}

#merceds-asks-wrapper {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  -webkit-transition: .3s;
  transition: .3s;
}

#merceds-asks-wrapper.merceds-asks-wrapper--hidden {
  -webkit-transform: translate(-50%, -12%) scale(0.7);
          transform: translate(-50%, -12%) scale(0.7);
  opacity: 0;
  visibility: hidden;
}

#merceds-asks-wrapper li {
  border-radius: 7px;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: rgba(255, 255, 255, 0.22);
  padding: 10px 15px;
  margin-bottom: 25px;
  position: relative;
  cursor: pointer;
  -webkit-animation-name: blupLi;
          animation-name: blupLi;
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

#merceds-asks-wrapper li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

#merceds-asks-wrapper li:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

#merceds-asks-wrapper li:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

#merceds-asks-wrapper li:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@-webkit-keyframes blupLi {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    bottom: -20px;
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    bottom: 0px;
  }
}

@keyframes blupLi {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    bottom: -20px;
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    bottom: 0px;
  }
}

.blur {
  -webkit-filter: blur(7px);
          filter: blur(7px);
}

/* video ask */
#video-wrapper-ask {
  position: absolute;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

#video-wrapper-ask.video-wrapper-ask--visible {
  visibility: visible;
  opacity: 1;
}

#video-wrapper-ask.video-wrapper-ask--zoom video {
  -webkit-transform: translateY(-44%) translateX(4%) scale(1.47) rotate(0.7deg);
          transform: translateY(-44%) translateX(4%) scale(1.47) rotate(0.7deg);
}

#video-ask {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  -webkit-transition: 1.4s;
  transition: 1.4s;
}

/* popup temporalizzato */
#popup-get-more {
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  position: absolute;
  z-index: 9999999999999;
  top: 50%;
  left: 50%;
  width: calc(100% - 10px);
  max-width: 700px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-height: 250px;
  border-radius: 2px;
  color: #000;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform-origin: left;
          transform-origin: left;
}

#popup-get-more.showPopup {
  -webkit-animation-name: popupGetMore;
          animation-name: popupGetMore;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes popupGetMore {
  from {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.8) translate(-50%, -50%);
            transform: scale(0.8) translate(-50%, -50%);
  }
  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@keyframes popupGetMore {
  from {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.8) translate(-50%, -50%);
            transform: scale(0.8) translate(-50%, -50%);
  }
  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

#popup-get-more h2 {
  font-family: CorporateACon-Reg;
  font-size: 32px;
}

#popup-get-more h3 {
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
}

#popup-get-more h3 b {
  color: #00ADEF;
}

#popup-get-more #popup-get-more__close {
  fill: #000;
  position: absolute;
  right: 25px;
  top: 25px;
  height: 25px;
  cursor: pointer;
}

#popup-get-more #popup-get-more__close:hover {
  fill: #00ADEF;
}

#rotate-screen-wrapper {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  display: none;
}

#rotate-screen-wrapper #rotate-screen {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60px;
  -webkit-filter: invert(100%);
          filter: invert(100%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation-name: rotateScreenIcon;
          animation-name: rotateScreenIcon;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes rotateScreenIcon {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  40% {
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  41% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
}

@keyframes rotateScreenIcon {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  40% {
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  41% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
}

#screen-guide {
  display: block;
  opacity: 0.8;
  cursor: pointer;
  border-radius: 7px;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 25px;
  cursor: pointer;
  max-width: calc(100% - 20px);
  text-align: center;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  opacity: 0;
  color: #000;
}

#screen-guide p {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}

#screen-guide #screen-guide__close {
  position: absolute;
  top: -1px;
  right: -1px;
  height: 8px;
  fill: #000;
  padding: 8px;
}

#screen-guide #screen-guide__close:hover {
  fill: #000;
}

#screen-guide.screen-guide--visible {
  -webkit-animation-name: screenGuideMessage;
          animation-name: screenGuideMessage;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes screenGuideMessage {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translateX(-50%) scale(0.7);
            transform: translateX(-50%) scale(0.7);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}

@keyframes screenGuideMessage {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translateX(-50%) scale(0.7);
            transform: translateX(-50%) scale(0.7);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}

@media only screen and (orientation: portrait) and (max-width: 768px) {
  .header .header__logo img {
    height: 54px;
  }
}

@media only screen and (orientation: landscape) and (max-height: 700px) {
  #innerscreen {
    height: calc(100vh - 118px);
  }
  .footer {
    display: none;
  }
}

@media only screen and (orientation: landscape) and (max-height: 600px) {
  .header {
    display: none;
  }
  #innerscreen {
    height: calc(100vh + 1px);
  }
  .footer {
    display: none;
  }
}

@media only screen and (max-width: 990px) {
  header #header__menu-icon {
    display: inline-block;
  }
  header .header__logo-trivellato img {
    display: block;
  }
  header .header__logo-trivellato .header__logo-trivellato__text {
    display: none;
  }
  header .header__nav {
    visibility: hidden;
    position: absolute;
    top: 119px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    display: block;
    z-index: 99999999999;
    background-color: rgba(0, 0, 0, 0.9);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), color-stop(56%, rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.9)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 56%, rgba(0, 0, 0, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
  }
  header .header__nav.header__nav--opened {
    -webkit-animation-name: navMobileAnimation;
            animation-name: navMobileAnimation;
    -webkit-animation-duration: .3s;
            animation-duration: .3s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  @-webkit-keyframes navMobileAnimation {
    from {
      opacity: 0;
      visibility: hidden;
    }
    to {
      opacity: 1;
      visibility: visible;
    }
  }
  @keyframes navMobileAnimation {
    from {
      opacity: 0;
      visibility: hidden;
    }
    to {
      opacity: 1;
      visibility: visible;
    }
  }
  header .header__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .header__nav ul li {
    margin-top: 20px;
  }
}

.swipe-layer {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  z-index: 5;
}

.swipe-layer:active {
  background-color: rgba(0, 0, 0, 0.1);
}

#preventPromiseRejection {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}

#preventPromiseRejection.preventPromiseRejection--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#preventPromiseRejection #preventPromiseRejection__play {
  width: 45px;
  stroke: #fff;
  -webkit-box-shadow: 0px 0px 10px 9px rgba(3, 173, 239, 0.2), inset 0px 0px 10px 20px rgba(3, 173, 239, 0.2);
          box-shadow: 0px 0px 10px 9px rgba(3, 173, 239, 0.2), inset 0px 0px 10px 20px rgba(3, 173, 239, 0.2);
  border-radius: 100px;
}

/* TEMPORARY SHOWROOM */
.content .content__intro {
  text-align: center;
  padding: 60px 0px;
  width: 100%;
  max-width: 900px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  font-size: 18px;
  line-height: 22px;
}

.content section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0px;
}

@media only screen and (orientation: portrait) and (max-width: 768px) {
  .content section:nth-child(2n+1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content section:nth-child(2n+2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.content section .section__col-title {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (orientation: portrait) and (max-width: 1100px) {
  .content section .section__col-title {
    width: 40%;
  }
}

@media only screen and (orientation: portrait) and (max-width: 768px) {
  .content section .section__col-title {
    width: 100%;
    margin-bottom: 40px;
  }
}

@media only screen and (orientation: portrait) and (min-width: 580px) and (max-width: 768px) {
  .content section .section__col-title > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .content section .section__col-title > div p {
    margin: 0px 0px 0px 30px;
  }
}

@media only screen and (orientation: portrait) and (max-width: 580px) {
  .content section .section__col-title {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}

.content section .section__col-title h2 {
  display: block;
  font-family: CorporateACon-Reg;
  font-size: 44px;
  margin: 0px;
  padding: 0px;
  font-weight: 400;
}

.content section .section__col-title p {
  font-size: 18px;
  line-height: 22px;
  margin: 30px 0px 0px 0px;
  padding: 0px;
}

.content section .section__col-title p b {
  font-family: CorporateS-Demi;
}

.content section .section__col-content {
  width: 50%;
  height: 440px;
}

@media only screen and (orientation: portrait) and (max-width: 1100px) {
  .content section .section__col-content {
    width: 60%;
  }
}

@media only screen and (orientation: portrait) and (max-width: 768px) {
  .content section .section__col-content {
    width: 100%;
    margin-left: -23px;
    width: calc(100% + 46px);
    height: initial;
  }
}

.content section .section__col-content img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.content section .section__col-content #ts-map {
  height: 100%;
  width: 100%;
  min-height: 300px;
}

.form-wrapper {
  background-color: #fff;
  color: #515151;
  padding: 60px 0px;
  font-size: 18px;
}

.form-wrapper form h2 {
  font-family: CorporateACon-Reg;
  font-size: 44px;
  font-weight: 400;
  margin-top: 0px;
}

.form-wrapper form p label {
  display: block;
  margin-bottom: 14px;
  font-size: 16px;
}

.form-wrapper form p input[type="text"], .form-wrapper form p input[type="email"], .form-wrapper form p textarea {
  font-family: CorporateS;
  outline: none;
  width: 100%;
  border: 1px solid #707070;
  font-size: 18px;
  padding: 10px 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}

.form-wrapper form p input[type="text"]:focus, .form-wrapper form p input[type="email"]:focus, .form-wrapper form p textarea:focus {
  border-color: #00ADEF;
}

.form-wrapper form .form-footer-wrapper {
  text-align: left;
}

.form-wrapper form .form-footer-wrapper input[type="submit"] {
  outline: none;
  border: 0px solid transparent;
  background-color: #00ADEF;
  color: #fff;
  font-size: 16px;
  font-family: CorporateS;
  border-radius: 2px;
  margin-top: 20px;
  padding: 10px 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 300px;
  cursor: pointer;
}

.form-wrapper form .form__message {
  background-color: rgba(19, 175, 0, 0.09);
  border-radius: 3px;
  padding: 20px;
  margin-top: 30px;
  color: #648e5e;
  display: none;
}

.checkbox-wrapper {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 16px;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* When the checkbox is checked, add a blue background */
  /* Style the checkmark/indicator */
  /* Show the checkmark when checked */
}

.checkbox-wrapper input {
  position: absolute;
  left: 6px;
  top: 9px;
  opacity: 0;
  cursor: pointer;
  height: 1px;
  width: 1px;
}

.checkbox-wrapper .checkmark {
  position: absolute;
  left: 0px;
  top: 1px;
  height: 15px;
  width: 15px;
  border: 1px solid #707070;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.checkbox-wrapper input:checked ~ .checkmark {
  border: 1px solid #00ADEF;
  background-color: #00ADEF;
}

.checkbox-wrapper .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 0px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.checkbox-wrapper input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-wrapper a {
  text-decoration: none;
  color: #515151;
}

.checkbox-wrapper a:hover {
  color: #00ADEF;
}

.slick-dots {
  list-style: none;
  position: absolute;
  bottom: -15px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  width: 100%;
}

.slick-dots li {
  padding-top: 20px;
  border-bottom: 2px solid #fff;
  height: 2px;
  width: 40px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px 10px;
  cursor: pointer;
}

.slick-dots li.slick-active {
  border-color: #00ADEF;
}

.slick-dots li button {
  display: none;
}
/*# sourceMappingURL=style.css.map */