/* COMMON */
/*
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400&display=swap');
*/
/*
.main-loading .animation-out-hover { opacity:1;  }
.main-loading .animation-out-hover .loading-logo {animation: main-loading-fade-in-out 2s ease-in-out infinite;  display:block; position:absolute; top:50%; left:50%; width:200px; height: 200px; transform:translate(-50%, -50%); }
.animation-out-hover { background-color: white; position:fixed;opacity:0;  transition:opacity 1s ease-out; top:0; left:0; height:100%; width:100%; pointer-events: none;  z-index:999;}
.main-animation-out .animation-out-hover {   opacity:1; }
*/

@font-face {
  font-family: "Roboto";
  src: url("font/Roboto-Italic.woff2") format("woff2"),
    url("font/Roboto-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("font/Roboto-Regular.woff2") format("woff2"),
    url("font/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("font/Roboto-BoldItalic.woff2") format("woff2"),
    url("font/Roboto-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("font/Roboto-Bold.woff2") format("woff2"),
    url("font/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.animation-out-hover .loading-logo {
  display: none;
}

* {
  outline: 0px transparent !important;
}
*:focus {
  outline: 0 !important;
}
.form-control:focus {
  box-shadow: none !important;
}

.hide {
  display: none;
}
.loading {
  pointer-events: none;
}
form .fa-spinner {
  display: none;
  position: absolute;
  margin-top: 5px;
  margin-left: 5px;
}
form.loading .fa-spinner {
  display: inline;
}
.animatedBox {
  opacity: 0;
}
body {
  background: white;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}
h2,
h3,
h4 {
  font-weight: 400;
}
a,
a:hover,
a:link,
a:active {
  color: inherit;
  transition: color 0.5s;
}

.flow-box-container {
  overflow-x: hidden;
  overflow-y: clip;
}
.row {
  margin-left: -8px;
  margin-right: -8px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 8px;
  padding-right: 8px;
}
/* MENU */
.main-menu {
  background-color: white;
  position: fixed;
  height: 100px;
  width: 100%;
  top: 0;
  transition: top 0.3s ease-out;
  z-index: 100;
}
.main-menu.scroll-up {
  top: -100px;
  transition: top 0.3s ease-out;
}
.main-menu.sub-menu-open {
  top: 0 !important;
}

.main-menu .navbar-brand {
  height: 80px;
  position: absolute;
  left: 24px;
  top: 10px;
  padding: 0;
  margin: 0;
}
.main-menu .navbar-brand img {
  height: 100%;
  width: auto;
}
.menu-primary-box {
  display: flex;
  align-items: center;
  margin-left: 130px;
  justify-content: right;
  width: calc(100% - 130px);
  max-width: 1187px;
  margin-left: auto;
  margin-rigth: 0;
}

.menu-primary-container-sx,
.menu-primary-container-dx {
  display: flex;
  align-items: flex-end;
}

/* force hide old lang switcher */
.menu-primary-container-dx ul li:nth-last-child(2) {
  display: none;
}

.menu-primary-container-sx {
  flex: 1 1 0;
  display: flex;
  max-width: 729px;
  justify-content: space-evenly;
  height: 100%;
  padding-bottom: 10px;
}
.menu-primary-container-dx {
  flex: 0.6 1 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.menu-primary-container-sx .menu-primary-content-sx {
  margin-left: 21px;
}

.menu-primary-container-sx .menu-primary-content-sx,
.menu-primary-container-dx .menu-primary-content-dx {
  flex-direction: row;
  width: 100%;
}

.menu-primary-container-sx .menu-primary-content-sx {
  justify-content: space-around;
}

.menu-primary-container-dx .menu-primary-content-dx {
  justify-content: space-between;
}

.menu-primary .menu-item {
  text-transform: uppercase;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.75px;
  color: white;
}

.menu-primary-sub {
  display: grid;
  height: 0;
  z-index: 99;
  transition: height 0.5s cubic-bezier(0, 0.99, 0.375, 0.995);
  transition-delay: 0.3s;
  overflow-y: hidden;
  position: fixed;
  top: 100px;
  width: 100%;
}
.menu-primary-sub.active {
  height: 370px;
  transition-delay: 0 !important;
  transition: height 0.5s cubic-bezier(0, 0.99, 0.375, 0.995);
}

.menu-primary-sub .menu-primary-container-sx,
.menu-primary-sub .menu-primary-container-dx {
  background-color: #f2f5f5;
}

.menu-primary-container-sx a {
  color: #000;
}

.main-sep {
  height: 100px;
}

.open-sub a:after {
  content: url(../img/main-menu-arrow.svg);
  position: absolute;
  margin-left: 6px;
  transform-origin: center 175%;
  width: 12px;
  height: 6px;
  transform: scale(0.9, 0.9);
  transition: transform 0.3s;
}

.open-sub a.active:after {
  transform: scale(0.9, 0.9) rotate(-180deg);
  -webkit-transform: scale(0.9, 0.9) rotate(-180deg);
}

.line-menu {
  position: absolute;
  margin-top: 0;
  width: 30px;
  height: 0;
  left: 0;
  background-color: #46727c;
}
.line-menu.white {
  background-color: #fff;
}
.line-menu.active {
  height: 3px;
  margin-top: -3px;
  transition: all 0.6s ease-in-out, height 0.1s ease-out,
    margin-top 0.1s ease-out;
}
.line-menu.animation-out {
  height: 0;
  margin-top: 0;
  transition: all 0.6s ease-in-out, height 0.1s ease-out,
    margin-top 0.1s ease-out;
  transition-delay: 0.6s;
}
.line-menu.delay {
  transition-delay: 0.6s;
}

.desktop .menu-primary-container-dx a:hover {
  color: inherit;
}
.menu-primary-sub .menu-primary-container-sx {
  position: relative;
}
.menu-primary-sub .sub-sx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
  transition-delay: 0;
  padding: 25px 0 0 30px;
}
.menu-primary-sub .sub-sx.active {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s ease-out;
  transition-delay: 0.3s;
}
.menu-primary-sub .sub-sx a {
  letter-spacing: 0.75px;
}
.menu-primary-sub .sub-dx {
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
  transition-delay: 0;
}
.menu-primary-sub .sub-dx.active {
  opacity: 1;
  pointer-events: auto;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease-out;
  transition-delay: 0.3s;
}

.menu-primary-sub .slide-menu {
  background-size: cover;
  width: 100%;
  height: 370px !important;
  background-position: center center;
}
.menu-primary-sub .sub-sx .menu-item {
  margin-bottom: 16px;
}

.menu-primary-sub .menu-item {
  overflow: hidden;
  position: relative;
}
.menu-primary-sub .menu-item a {
  transition: all 0.3s ease-out;
  padding-left: 0;
}
.desktop .menu-primary-sub .menu-item:hover a,
.menu-primary-sub .current_page_item a {
  padding-left: 34px;
  color: #073c49;
}
.menu-primary-sub .menu-item a:before {
  content: url(../img/sub-menu-arrow.svg);
  color: #073c49;
  width: 24px;
  height: 24px;
  transition: all 0.6s;
  position: absolute;
  display: inline-block;
  margin-left: -34px;
}

#menu-primary-mobile-back {
  opacity: 0;
  transition: opacity 0.3s;
}

#menu-primary-mobile {
  display: none !important;
}
.menu-primary-mobile-box {
  display: none !important;
}

#menu-primary-back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
#menu-primary-back.active {
  opacity: 1;
  height: 100%;
  pointer-events: auto;
}

.sub-menu-fram-container {
  width: 458px;
  height: 370px;
}
.sub-menu-fram-container .fram {
  height: 100%;
  width: 458px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.sub-menu-fram-container .fram-1 {
  clip-path: polygon(27% 69%, 22% 94%, 12% 100%, 2% 100%, 6% 80%);
  background-color: #e3e9eb;
  animation: sub-menu-fram-anim-1 6s ease-in-out infinite;
}
.sub-menu-fram-container .fram-2 {
  clip-path: polygon(53% 38%, 67% 64%, 35% 64%, 22% 38%);
  background-color: #dbe3e5;
  animation: sub-menu-fram-anim-2 4s ease-in-out infinite;
  animation-delay: -3s;
}
.sub-menu-fram-container .fram-3 {
  clip-path: polygon(100% 0, 90% 34%, 56% 34%, 66% 0);
  background-color: #cfdadc;
  animation: sub-menu-fram-anim-3 6s ease-in-out infinite;
  animation-delay: -3s;
}

@keyframes sub-menu-fram-anim-1 {
  0% {
    -webkit-clip-path: polygon(27% 69%, 22% 94%, 12% 100%, 2% 100%, 6% 80%);
    clip-path: polygon(27% 69%, 22% 94%, 12% 100%, 2% 100%, 6% 80%);
  }
  50% {
    -webkit-clip-path: polygon(31% 74%, 31% 88%, 18% 100%, 1% 100%, 5% 74%);
    clip-path: polygon(31% 74%, 31% 88%, 18% 100%, 1% 100%, 5% 74%);
  }
  100% {
    -webkit-clip-path: polygon(27% 69%, 22% 94%, 12% 100%, 2% 100%, 6% 80%);
    clip-path: polygon(27% 69%, 22% 94%, 12% 100%, 2% 100%, 6% 80%);
  }
}

@keyframes sub-menu-fram-anim-2 {
  0% {
    -webkit-clip-path: polygon(53% 38%, 67% 64%, 35% 64%, 22% 38%);
    clip-path: polygon(53% 38%, 67% 64%, 35% 64%, 22% 38%);
  }
  50% {
    -webkit-clip-path: polygon(57% 41%, 62% 66%, 31% 63%, 24% 35%);
    clip-path: polygon(57% 41%, 62% 66%, 31% 63%, 24% 35%);
  }
  100% {
    -webkit-clip-path: polygon(53% 38%, 67% 64%, 35% 64%, 22% 38%);
    clip-path: polygon(53% 38%, 67% 64%, 35% 64%, 22% 38%);
  }
}
@keyframes sub-menu-fram-anim-3 {
  0% {
    -webkit-clip-path: polygon(100% 0, 90% 34%, 56% 34%, 66% 0);
    clip-path: polygon(100% 0, 90% 34%, 56% 34%, 66% 0);
  }
  50% {
    -webkit-clip-path: polygon(100% 3%, 93% 31%, 58% 37%, 63% 1%);
    clip-path: polygon(100% 3%, 93% 31%, 58% 37%, 63% 1%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 90% 34%, 56% 34%, 66% 0);
    clip-path: polygon(100% 0, 90% 34%, 56% 34%, 66% 0);
  }
}

.container-fna {
  padding-left: 80px;
  padding-right: 80px;
}

.container-fna-exp {
  padding-left: 20vw;
  padding-right: 20vw;
}

/* head-img-txt */

.head-img-txt {
  background-color: #073c49;
  height: calc(100vh - 100px);
  background-position: center top;
  background-size: auto 100%;
  background-repeat: repeat-x;
}

.head-img-txt h1 {
  font-size: 68px;
  line-height: 68px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
}
.head-img-txt .h1-box {
  height: calc(100vh - 100px);
}
.head-img-txt-scroll-down {
  position: absolute;
  margin-top: -56px;
  width: 24px;
  height: 24px;
  overflow: hidden;
  left: calc(50% - 12px);
}

.head-img-txt {
  animation: img-txt-scroll 500s linear;
  animation-iteration-count: infinite;
}
@keyframes img-txt-scroll {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -9999px center;
  }
}

/* head-fra-txt */

.head-fra-txt {
  background-color: #7a979f;
  min-height: 340px;
  height: 23vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
}
.head-fra-txt .titolo {
  font-weight: bold;
  font-size: 52px;
  line-height: 58px;
  text-align: center;
  letter-spacing: 1px;
  color: #ffffff;
  position: relative;
  z-index: 3;
}
.head-fra-txt .container-fram {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 340px;
  height: 23vw;
  width: 100%;
}

.head-fra-txt .container-fram .fram-sx {
  min-height: 340px;
  height: 23vw;
  width: 100%;
  min-width: 1440px;
  position: absolute;
  top: 0;
  left: 0;
}

.head-fra-txt .container-fram .fram-dx {
  min-height: 340px;
  height: 23vw;
  width: 100%;
  min-width: 1440px;
  position: absolute;
  top: 0;
  right: 0;
}

.head-fra-txt .container-fram .fram-1 {
  clip-path: polygon(0 23%, 5% 35%, 5% 59%, 0 46%);
  background-color: #567c86;
  animation: head-fra-txt-fram-anim-1 6s ease-in-out infinite;
}
.head-fra-txt .container-fram .fram-2 {
  clip-path: polygon(9% 0, 14% 0, 17% 17%, 11% 44%, 7% 11%);
  background-color: #6b8c95;
  animation: head-fra-txt-fram-anim-2 8s ease-in-out infinite;
}
.head-fra-txt .container-fram .fram-3 {
  clip-path: polygon(8% 56%, 15% 68%, 16% 96%, 10% 88%);
  background-color: #75929a;
  animation: head-fra-txt-fram-anim-3 7s ease-in-out infinite;
}

.head-fra-txt .container-fram .fram-4 {
  clip-path: polygon(91% 0, 100% 0, 100% 22%, 90% 34%);
  background-color: #567c86;
  animation: head-fra-txt-fram-anim-4 6s ease-in-out infinite;
}
.head-fra-txt .container-fram .fram-5 {
  clip-path: polygon(85% 29%, 89% 43%, 88% 63%, 84% 48%);
  background-color: #6b8c95;
  animation: head-fra-txt-fram-anim-5 9s ease-in-out infinite;
}
.head-fra-txt .container-fram .fram-6 {
  clip-path: polygon(90% 67%, 97% 49%, 97% 83%, 89% 100%);
  background-color: #75929a;
  animation: head-fra-txt-fram-anim-6 7s ease-in-out infinite;
}

@keyframes head-fra-txt-fram-anim-1 {
  0% {
    -webkit-clip-path: polygon(0 23%, 5% 35%, 5% 59%, 0 46%);
    clip-path: polygon(0 23%, 5% 35%, 5% 59%, 0 46%);
  }
  50% {
    -webkit-clip-path: polygon(2% 21%, 8% 41%, 3% 70%, 0 39%);
    clip-path: polygon(2% 21%, 8% 41%, 3% 70%, 0 39%);
  }
  100% {
    -webkit-clip-path: polygon(0 23%, 5% 35%, 5% 59%, 0 46%);
    clip-path: polygon(0 23%, 5% 35%, 5% 59%, 0 46%);
  }
}

@keyframes head-fra-txt-fram-anim-2 {
  0% {
    -webkit-clip-path: polygon(9% 0, 14% 0, 17% 17%, 11% 44%, 7% 11%);
    clip-path: polygon(9% 0, 14% 0, 17% 17%, 11% 44%, 7% 11%);
  }
  50% {
    -webkit-clip-path: polygon(10% 0, 16% 0, 17% 32%, 9% 41%, 7% 5%);
    clip-path: polygon(10% 0, 16% 0, 17% 32%, 9% 41%, 7% 5%);
  }
  100% {
    -webkit-clip-path: polygon(9% 0, 14% 0, 17% 17%, 11% 44%, 7% 11%);
    clip-path: polygon(9% 0, 14% 0, 17% 17%, 11% 44%, 7% 11%);
  }
}

@keyframes head-fra-txt-fram-anim-3 {
  0% {
    -webkit-clip-path: polygon(8% 56%, 15% 68%, 16% 96%, 10% 88%);
    clip-path: polygon(8% 56%, 15% 68%, 16% 96%, 10% 88%);
  }
  50% {
    -webkit-clip-path: polygon(11% 54%, 16% 73%, 13% 96%, 8% 86%);
    clip-path: polygon(11% 54%, 16% 73%, 13% 96%, 8% 86%);
  }
  100% {
    -webkit-clip-path: polygon(8% 56%, 15% 68%, 16% 96%, 10% 88%);
    clip-path: polygon(8% 56%, 15% 68%, 16% 96%, 10% 88%);
  }
}
@keyframes head-fra-txt-fram-anim-4 {
  0% {
    -webkit-clip-path: polygon(91% 0, 100% 0, 100% 22%, 90% 34%);
    clip-path: polygon(91% 0, 100% 0, 100% 22%, 90% 34%);
  }
  50% {
    -webkit-clip-path: polygon(95% 0, 100% 0, 100% 39%, 90% 31%);
    clip-path: polygon(95% 0, 100% 0, 100% 39%, 90% 31%);
  }
  100% {
    -webkit-clip-path: polygon(91% 0, 100% 0, 100% 22%, 90% 34%);
    clip-path: polygon(91% 0, 100% 0, 100% 22%, 90% 34%);
  }
}

@keyframes head-fra-txt-fram-anim-5 {
  0% {
    -webkit-clip-path: polygon(85% 29%, 89% 43%, 88% 63%, 84% 48%);
    clip-path: polygon(85% 29%, 89% 43%, 88% 63%, 84% 48%);
  }
  50% {
    -webkit-clip-path: polygon(86% 25%, 90% 40%, 86% 60%, 82% 36%);
    clip-path: polygon(86% 25%, 90% 40%, 86% 60%, 82% 36%);
  }
  100% {
    -webkit-clip-path: polygon(85% 29%, 89% 43%, 88% 63%, 84% 48%);
    clip-path: polygon(85% 29%, 89% 43%, 88% 63%, 84% 48%);
  }
}
@keyframes head-fra-txt-fram-anim-6 {
  0% {
    -webkit-clip-path: polygon(90% 67%, 97% 49%, 97% 83%, 89% 100%);
    clip-path: polygon(90% 67%, 97% 49%, 97% 83%, 89% 100%);
  }
  50% {
    -webkit-clip-path: polygon(91% 58%, 99% 65%, 96% 96%, 87% 93%);
    clip-path: polygon(91% 58%, 99% 65%, 96% 96%, 87% 93%);
  }
  100% {
    -webkit-clip-path: polygon(90% 67%, 97% 49%, 97% 83%, 89% 100%);
    clip-path: polygon(90% 67%, 97% 49%, 97% 83%, 89% 100%);
  }
}

.head-bg-img-txt {
  background-color: #7a979f;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 23vw;
}
.head-bg-img-txt .titolo {
  font-weight: bold;
  font-size: 52px;
  line-height: 58px;
  letter-spacing: 1px;
  text-align: center;
  color: white;
}

/* head-img-logo*/
.head-img-logo {
  background-color: #ffffff;
  width: 100%;
  min-height: 340px;
  height: 23vw;
  overflow: hidden;
  position: relative;
}
.head-img-logo .box-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  min-width: 720px;
  height: 100%;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
}
.head-img-logo .box-immagine {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: right;
}
.head-img-logo .img-h {
  height: 100%;
  width: auto;
}

/* box-txt-vid-des-lin */
.box-txt-vid-des-lin {
  background-color: #46727c;
  padding-top: 64px;
  padding-bottom: 98px;
}
.box-txt-vid-des-lin .titolo {
  font-size: 26px;
  letter-spacing: 1px;
  color: #ffffff;
}
.box-txt-vid-des-lin .descrizione {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.75px;
  color: #ffffff;
  margin-top: 32px;
}
.fancybox__content {
  width: 100vw !important;
  height: 56vw !important;
}

.box-txt-vid-des-lin .video-preview {
  position: relative;
}

.box-txt-vid-des-lin .video-preview .play-video {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease-out;
}
.desktop .box-txt-vid-des-lin .video-preview .play-video:hover {
  background-color: rgba(0, 0, 0, 0);
}
.box-txt-vid-des-lin .video-preview .play-video .play-button {
  width: 80px;
  height: 80px;
  transform: scale(1, 1);
  transition: transform 0.3s ease-out;
}
.desktop .box-txt-vid-des-lin .video-preview .play-video:hover .play-button {
  transform: scale(1.2, 1.2);
}

.box-txt-vid-des-lin .btn-arrow-slide {
  margin-top: 52px;
}

/* box-txt-2des-r-card */
.box-txt-2des-r-card {
  background-color: white;
  padding-top: 64px;
  padding-bottom: 96px;
}
.box-txt-2des-r-card .titolo {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #14142b;
}
.box-txt-2des-r-card .descrizione {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.75px;
  color: #414141;
}
.box-txt-2des-r-card .descrizione-2 {
  font-style: italic;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 1px;
  color: #14142b;
  margin-top: 12px;
}
.box-txt-2des-r-card .card-list {
  margin-top: 56px;
}
.box-txt-2des-r-card .card-logo {
  margin-top: 8px;
  margin-bottom: 8px;
}
.box-txt-2des-r-card .arrow-dec {
  position: absolute;
  right: 23px;
  bottom: 23px;
  width: 28px;
  height: 28px;
}

/* box-txt-r-info */

.box-txt-r-info {
  background-color: #f2f5f5;
  padding-top: 64px;
  padding-bottom: 96px;
}
.box-txt-r-info .info {
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
}
.box-txt-r-info .info .titolo {
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  display: flex;
  align-items: flex-end;
  letter-spacing: 1px;
}
.box-txt-r-info .info .info-text-container {
  /*max-width:550px;*/
}
.box-txt-r-info .info-text {
  padding-left: 48px;
}

.box-txt-r-info .descrizione {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.75px;
  color: #414141;
}

/* box-whats-new*/
.box-whats-new {
  background-color: #d7e0e2;
  padding-top: 64px;
  padding-bottom: 96px;
  overflow-x: hidden;
  overflow-y: hidden;
}
.box-whats-new .titolo {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #14142b;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.box-whats-new .col-sx-content {
  min-height: 500px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.box-whats-new .col-sx-content .image {
  min-height: 500px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.box-whats-new .col-sx-content .col-sx-image {
  height: 100%;
}
.box-whats-new .col-sx-content .col-sx-image .image-scale-hover {
  height: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.box-whats-new .col-sx-content .col-sx-image .image-scale-hover .image {
  transform-origin: center center;
  transform: scale(1, 1);
  width: 100%;
  transition: transform 0.5s ease-out;
}
.desktop
  .box-whats-new
  .col-sx-content:hover
  .col-sx-image
  .image-scale-hover
  .image {
  transform: scale(1.1, 1.1);
}
.box-whats-new .col-sx-content .col-sx-image .image-scale-hover img {
  width: 100%;
}
.box-whats-new .col-sx-content p {
  margin-bottom: 0;
}
.box-whats-new .col-sx-content .col-sx-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 16px);
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.7)
  );
  padding: 40px 70px 27px 30px;
  transition: padding-top 0.6s ease-out;
  margin-left: 8px;
  margin-right: 8px;
}
.desktop .box-whats-new a:hover {
  text-decoration: none;
}

.desktop .box-whats-new .col-sx-content:hover .col-sx-text {
  padding-top: 100px;
}
.box-whats-new .col-sx-content .titolo-sx {
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 1px;
  color: #ffffff;
}
.box-whats-new .col-sx-content .descrizione-sx {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.75px;
  color: #ffffff;
  max-width: 500px;
}

.box-whats-new .btn-arrow-slide {
  position: absolute;
  right: 25px;
  bottom: 10px;
}
.desktop
  .box-whats-new
  .col-sx-content:hover
  .btn-arrow-slide
  .arror-slide-right
  .arrow-slide-right-content {
  margin-left: 0;
}
.box-whats-new .media-dx {
  background-color: white;
  min-height: 500px;
  height: 100%;
  pointer-events: none;
  position: relative;
}
.desktop .box-whats-new a:hover .media-dx {
  text-decoration: none;
}
.box-whats-new .media-dx-content {
  padding: 24px 48px 46px 24px;
  pointer-events: auto;
}
.box-whats-new .image-scale-hover {
  pointer-events: auto;
}
.box-whats-new .media-dx-content .media-time {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #414141;
  padding-bottom: 6px;
}
.box-whats-new .media-dx-content .media-titolo {
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #14142b;
}

.desktop .box-whats-new .col-sx-content:hover .image-scale-hover img {
  transform: scale(1.1, 1.1);
}

.desktop
  .box-whats-new
  a:hover
  .media-dx
  .btn-arrow-slide
  .arror-slide-right
  .arrow-slide-right-content {
  margin-left: 0;
}
.desktop .box-whats-new a:hover .media-dx .image-scale-hover img {
  transform: scale(1.1, 1.1);
}

/* box-breadcrumb */
.box-breadcrumb {
  padding-top: 3px;
}
.box-breadcrumb-link {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
}
.box-breadcrumb-link span {
  padding-left: 19px;
  padding-right: 19px;
}
.box-breadcrumb-link:last-child span {
  display: none;
}
.box-breadcrumb-link .breadcrumb-arrow {
  margin-top: -3px;
}
.box-breadcrumb .line {
  height: 1px;
  background-color: rgba(70, 114, 124, 0.2);
}
.box-breadcrumb.no-line .line-container {
  display: none;
}

/* box-txt-3des-r-img-cit */
.box-txt-3des-r-img-cit {
  background-color: #f2f5f5;
  padding-top: 64px;
  padding-bottom: 96px;
}
.box-txt-3des-r-img-cit .titolo {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #14142b;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.box-txt-3des-r-img-cit .descrizione {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.75px;
  color: #414141;
}
.box-txt-3des-r-img-cit .descrizione p {
  margin-bottom: 25px;
}

.box-txt-3des-r-img-cit .elenco-loghi {
  margin-top: 42px;
  margin-bottom: 42px;
}
.box-txt-3des-r-img-cit .logo-container {
  min-height: 120px;
  justify-content: center;
}
.box-txt-3des-r-img-cit .citazione-container {
  padding-top: 30px;
  padding-bottom: 60px;
}

.box-txt-3des-r-img-cit .citazione-testo {
  font-family: Roboto;
  font-style: italic;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 1px;
  color: #14142b;
}
.box-txt-3des-r-img-cit .citazione-autore {
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.75px;
  color: #14142b;
  display: inline-block;
  padding-left: 16px;
  width: calc(100% - 66px);
  vertical-align: middle;
}

.box-txt-3des-r-img-cit .citazione-immagine {
  border-radius: 100%;
  display: inline-block;
  width: 40px;
}

/* box-txt-2ico-2txt-2des */
.box-txt-2ico-2txt-2des {
  background-color: #46727c;
  padding-top: 64px;
  padding-bottom: 96px;
}
.box-txt-2ico-2txt-2des .titolo {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.box-txt-2ico-2txt-2des .info-icona {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
}
.box-txt-2ico-2txt-2des .info-titolo {
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #ffffff;
  margin-bottom: 16px;
}
.box-txt-2ico-2txt-2des .info-descrizione {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.75px;
  color: #ffffff;
}

/*box-txt-r-card-neff*/
.box-txt-r-card-neff {
  background-color: #d7e0e2;
  padding-top: 64px;
  padding-bottom: 28px;
}
.box-txt-r-card-neff .titolo {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #14142b;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.box-txt-r-card-neff .row-card-neff {
  margin-left: -29px;
  margin-right: -29px;
}
.box-txt-r-card-neff .col-card-neff {
  padding-left: 29px;
  padding-right: 29px;
  margin-top: 85px;
  margin-bottom: 65px;
}
.box-txt-r-card-neff .card-neff {
  border: 2px solid #46727c;
  min-height: 360px;
  position: relative;
  z-index: 2;
}
.box-txt-r-card-neff .card-neff .descrizione {
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 1px;
  color: #46727c;
  padding: 35px 32px;
}
.box-txt-r-card-neff .card-neff-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  text-align: right;
  z-index: 1;
}
.container-card-neff {
  position: relative;
}

.box-txt-r-card-neff .outline-effect {
  padding-left: 32px;
}
.box-txt-r-card-neff .outline-effect span {
  margin-right: -4px;
}

.box-txt-next-page {
  background-color: #ffffff;
  padding-top: 36px;
  padding-bottom: 96px;
}
.box-txt-next-page a {
  text-decoration: none;
}
.box-txt-next-page .titolo {
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.box-txt-next-page .page-title {
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: 0.75px;
  color: #14142b;
  margin-top: 16px;
}

/*box-img-sx-txt-des-lin-num-dx*/
.box-img-sx-txt-des-lin-num-dx {
  background-color: #f2f5f5;
  padding-top: 64px;
  padding-bottom: 30px;
}
.box-img-sx-txt-des-lin-num-dx .titolo {
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 1px;
  color: #000000;
}
.box-img-sx-txt-des-lin-num-dx .descrizione {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.75px;
  color: #414141;
}
.box-img-sx-txt-des-lin-num-dx .descrizione p:last-child {
  margin-bottom: 0;
}
.box-img-sx-txt-des-lin-num-dx .btn-arrow-slide {
  padding-top: 40px;
}
.box-img-sx-txt-des-lin-num-dx .info-text {
  padding-left: 48px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.box-img-sx-txt-des-lin-num-dx .outline-effect {
  margin-top: -161px;
  text-align: right;
  height: 161px;
  pointer-events: none;
}
.box-img-sx-txt-des-lin-num-dx .outline-effect span {
  color: #f2f5f5;
  -webkit-text-fill-color: #f2f5f5 !important;
  font-size: 150px;
}
.box-img-sx-txt-des-lin-num-dx.last {
  padding-bottom: 96px;
}

.box-img-sx-txt-des-lin-num-dx.last-lavora {
  padding-bottom: 96px;
}
/*.box-img-sx-txt-des-lin-num-dx.last-lavora .btn-arrow-slide {padding-bottom:32px;}*/

/*.box-img-sx-txt-des-lin-num-dx .btn-arrow-slide {margin-bottom: 50px;}*/
.box-img-sx-txt-des-lin-num-dx .info-text {
  z-index: 2;
}
.box-img-sx-txt-des-lin-num-dx .line-number {
  z-index: 1;
}

/*box-anno-info*/

.box-anno-info {
  background-color: #f2f5f5;
  padding-top: 64px;
  padding-bottom: 30px;
  position: relative;
}
.box-anno-info.last-item {
  padding-bottom: 99px;
}

.box-anno-info.animated {
  opacity: 1;
}
.box-anno-info.bg-white {
  background-color: white;
}
.box-anno-info .titolo-container {
  height: 40px;
}
.box-anno-info .titolo {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #14142b;
  text-transform: uppercase;
}
.box-anno-info .descrizione {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.75px;
  color: #000000;
  margin-top: 31px;
  padding-right: 115px;
}
.box-anno-info .logo {
  margin-top: 31px;
  width: fit-content;
}
.box-anno-info .info-container {
  padding-right: 0px;
}
.box-anno-info .col-immagine {
  padding-left: 0;
  padding-top: 101px;
}
.box-anno-info .titolo,
.box-anno-info .outline-effect,
.box-anno-info .descrizione,
.box-anno-info .logo {
  padding-left: 115px;
}
.box-anno-info .outline-effect span {
  font-size: 160px;
  -webkit-text-fill-color: #f2f5f5;
}
.box-anno-info .outline-effect {
  height: 170px;
  margin-top: 0px;
}

.box-anno-info.bg-white .outline-effect span {
  -webkit-text-fill-color: white;
  margin-left: -5px;
}
.anno-linea {
  position: relative;
}
.anno-linea .linea-container {
  overflow: hidden;
  height: 0;
  padding-bottom: 300px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  transition: height 0.3s ease-out;
}
.anno-linea .linea-sfumatura {
  position: absolute;
  height: 180px;
  top: 30px;
  left: 80px;
  width: 2px;
  background: linear-gradient(180deg, rgba(70, 114, 124, 0) 0%, #46727c 100%);
}
.anno-linea .linea {
  position: absolute;
  top: 205px;
  left: 80px;
  width: 2px;
  height: calc(100% - 205px);
  background-color: #46727c;
}

/* box-stabilimento*/
.box-stabilimento {
  padding-top: 64px;
  padding-bottom: 32px;
  background-color: #f2f5f5;
}
.box-stabilimento .titolo {
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #000000;
  margin-bottom: 5px;
}
.box-stabilimento .sottotitolo {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #46727c;
  margin-bottom: 4px;
}
.box-stabilimento .descrizione {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.75px;
  color: #414141;
}
.box-stabilimento .info-titolo {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #414141;
  padding-top: 18px;
  margin-bottom: 5px;
}
.box-stabilimento .info-titolo-padding {
  /*padding-top: 26px;*/
}
.box-stabilimento .info-descrizione {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.75px;
  color: #14142b;
}
.box-stabilimento .info-descrizione-bold {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.75px;
  color: #14142b;
}
.box-stabilimento .info-contenuto {
  padding-left: 54px;
}
.box-stabilimento.last-item {
  padding-bottom: 64px;
}

/*box-bg-txt-des-lin*/
.box-bg-txt-des-lin {
  padding-top: 68px;
  padding-bottom: 80px;
}
.box-bg-txt-des-lin .nome {
  font-weight: bold;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: 1px;
  padding-right: 60px;
}
.box-bg-txt-des-lin .titolo {
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 1px;
  padding-right: 60px;
}
.box-bg-txt-des-lin .descrizione {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.75px;
}
.box-bg-txt-des-lin .descrizione p {
  margin-bottom: 28px;
  padding-right: 30px;
}

.box-bg-txt-des-lin .btn-arrow-slide {
  margin-top: 58px;
}

/*box-gallery*/
.box-gallery {
  padding-top: 68px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.box-gallery .gallery-arrow-left {
  padding-right: 24px;
  padding-top: 2px;
}
.box-gallery .gallery-arrow-right {
  padding-left: 24px;
  padding-top: 2px;
}
.box-gallery .gallery-arrow-left,
.box-gallery .gallery-arrow-right {
  cursor: pointer;
  display: inline-block;
}
.box-gallery .gallery-dots {
  display: inline-block;
  max-width: calc(100% - 98px);
}
.box-gallery .slick-dots li button {
  text-indent: -9999px;
}
.box-gallery .slick-dots {
  list-style-type: none;
  padding-left: 0;
  margin: auto;
}
.box-gallery .slick-dots li {
  display: inline-block;
}
.box-gallery .slick-dots li button {
  background-color: #d3d3d3;
  width: 39px;
  height: 4px;
  border: none;
  position: relative;
  pauseonfocus: false;
  margin: 0 8px;
  top: 12px;
}
.box-gallery .slick-dots li button:after {
  content: "";
  display: none;
  background-color: #073c49;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  transition: width 0s linear;
}
.box-gallery.slider-active .slick-dots li button:after {
  display: block;
  width: 0;
}
.box-gallery .slide img {
  margin: auto;
}
/*
.box-gallery.slider-active  .slick-dots li.slick-active button:after {content:''; display:block; background-color:#073C49; position: absolute; top:0; left:0; height: 100%; width: 100%; transition:width 3.5s linear;}
*/
.box-gallery.slider-active .slick-dots li.slick-active button:after {
  animation: gallery-btn 3.5s linear;
  animation-fill-mode: forwards;
}
.box-gallery .col-control {
  text-align: center;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes gallery-btn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

/*box-txt-next-marchi*/

.box-txt-next-marchi {
  background-color: #ffffff;
  padding-top: 47px;
  padding-bottom: 70px;
}
.box-txt-next-marchi .titolo {
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.box-txt-next-marchi .card-logo {
  margin-top: 10px;
}
.box-txt-next-marchi .arrow-dec {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 28px;
  height: 28px;
}

/*  .box-txt-4des-img */
.box-txt-4des-img {
  background-color: #f2f5f5;
  padding-top: 64px;
  padding-bottom: 60px;
  position: relative;
}
.box-txt-4des-img .titolo {
  font-weight: bold;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: 1px;
  color: #14142b;
  padding-bottom: 32px;
  margin-bottom: 0;
}
.box-txt-4des-img .descrizione {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.75px;
  color: #414141;
  padding-bottom: 18px;
}
.box-txt-4des-img .descrizione li {
  margin-top: 30px;
  margin-bottom: 30px;
}
.box-txt-4des-img .immagine {
  padding-bottom: 32px;
}
.box-txt-4des-img .descrizione-3 {
  font-style: italic;
  font-weight: normal;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 1px;
  color: #14142b;
}

/* box-img-txt-sot-des */
.box-img-txt-sot-des {
  background-color: #f2f5f5;
  padding-bottom: 48x;
  position: relative;
}
.box-img-txt-sot-des .titolo {
  font-weight: bold;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: 1px;
  color: #14142b;
  padding-left: 32px;
}
.box-img-txt-sot-des .media {
  padding-bottom: 42px;
}
.box-img-txt-sot-des .sottotitolo {
  font-style: italic;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 1px;
  color: #14142b;
  padding-bottom: 48px;
}
.box-img-txt-sot-des .descrizione {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.75px;
  color: #414141;
  padding-bottom: 18px;
}

/*box-txt-r-img-txt-r-img */
.box-txt-r-img-txt-r-img {
  background-color: #f2f5f5;
  padding-bottom: 88px;
  position: relative;
}
.box-txt-r-img-txt-r-img .titolo {
  font-weight: bold;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: 1px;
  color: #14142b;
  margin-bottom: 70px;
}
.box-txt-r-img-txt-r-img .titolo-2 {
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #14142b;
  margin-top: 64px;
  margin-bottom: 32px;
}
.box-txt-r-img-txt-r-img .titolo-3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.75px;
  color: #414141;
  display: block;
}
.box-txt-r-img-txt-r-img .img2-container {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}

/* box-2txt-2sot-2inc-2neff*/
.box-2txt-2sot-2inc-2neff {
  background-color: #f2f5f5;
  padding-top: 70px;
  padding-bottom: 88px;
  position: relative;
}
.box-2txt-2sot-2inc-2neff .titolo {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #14142b;
  display: inline;
}
.box-2txt-2sot-2inc-2neff .sottotitolo {
  padding-left: 24px;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.75px;
  color: #414141;
  display: inline;
}
.box-2txt-2sot-2inc-2neff .incremento {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.75px;
  color: #46727c;
  display: inline;
}
.box-2txt-2sot-2inc-2neff .outline-effect {
  height: 192px;
  margin-top: -12px;
}
.box-2txt-2sot-2inc-2neff .outline-effect span {
  -webkit-text-fill-color: #f2f5f5;
  font-size: 180px;
  margin-left: -4px;
}
.box-2txt-2sot-2inc-2neff .single-char {
  min-width: 50px;
}
.box-2txt-2sot-2inc-2neff .secondo-box {
  margin-top: 120px;
}

/*  box-4img-4nom-4des */
.box-4img-4nom-4des {
  background-color: #f2f5f5;
  padding-top: 64px;
  padding-bottom: 26px;
  position: relative;
}
.box-4img-4nom-4des .nome {
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #000000;
  padding-top: 32px;
}
.box-4img-4nom-4des .descrizione {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.75px;
  color: #414141;
  padding-bottom: 48px;
}

/*box-download-file */
.box-download-file {
  background-color: #f2f5f5;
  padding-top: 33px;
  padding-bottom: 96px;
  position: relative;
}

.btn-arrow-slide .arror-slide-top .arrow-slide-top-content {
  width: 24px;
  height: 72px;
  margin-top: -48px;
  transition: margin-top 0.6s ease-in-out;
}
.btn-arrow-slide .arror-slide-top {
  margin-left: 0;
  margin-right: 26px;
  width: 24px;
  height: 24px;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
}
.btn-arrow-slide:hover .arror-slide-top .arrow-slide-top-content,
.btn-arrow-slide.loading .arror-slide-top .arrow-slide-top-content {
  margin-top: 0px;
}

/* box-banner-full */
.box-banner-full {
  min-height: 420px;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: center center;
  display: flex;
  align-items: center;
}
.box-banner-full .descrizione {
  font-weight: bold;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: 1px;
  color: #ffffff;
  padding-bottom: 28px;
  text-align: center;
}
.box-banner-full .btn-arrow-slide {
  margin: auto;
}

/*box-contatti */
.box-contatti {
  background-color: #f2f5f5;
  padding-top: 64px;
  padding-bottom: 32px;
  position: relative;
}
.box-contatti .titolo {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #14142b;
}
.box-contatti .container-info {
  padding: 32px 24px 22px 24px;
  margin: 0;
  background-color: white;
}
.box-contatti .content-contatti {
  display: inline-block;
  padding-left: 16px;
}
.box-contatti .titolo-contatti {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  display: inline;
}
.box-contatti .icona-contatti {
  vertical-align: top;
}
.box-contatti .contatto-contatti {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.75px;
  color: #14142b;
}
.box-contatti .descrizione {
  padding-top: 42px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.75px;
  color: #414141;
}

/*box-sedi-indicazioni-stradali */
.box-sedi-indicazioni-stradali {
  background-color: #f2f5f5;
  padding-top: 64px;
  padding-bottom: 32px;
  position: relative;
}
.box-sedi-indicazioni-stradali .col-sedi {
  background-color: white;
  padding: 32px;
  height: 100%;
}
.box-sedi-indicazioni-stradali .titolo {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #14142b;
}
.box-sedi-indicazioni-stradali .titolo-sede {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 1px;
  font-weight: bold;
}
.box-sedi-indicazioni-stradali .mappa-container {
  margin-bottom: 64px;
}
.box-sedi-indicazioni-stradali .occhiello {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #7a979f;
}
.box-sedi-indicazioni-stradali .titolo-info {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #414141;
  margin-top: 32px;
}
.box-sedi-indicazioni-stradali .indirizzo {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.75px;
  color: #14142b;
  margin-bottom: 48px;
}

.box-form-mail {
  background-color: #f2f5f5;
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
}
.box-form-mail .titolo {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #14142b;
}
.box-form-mail .card-arrow {
  position: relative;
  background-color: white;
  padding: 24px 130px 24px 30px;
  height: 100%;
}
.box-form-mail .card-titolo {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.75px;
  color: #000000;
}
.box-form-mail .card-arrow .descrizione p {
  margin-bottom: 0;
}
.box-form-mail .intro {
  padding-top: 42px;
  padding-bottom: 22px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.75px;
  color: #414141;
}
.box-form-mail .form-privacy-link {
  text-decoration: underline;
}

.box-form-mail input[type="text"],
.box-form-mail input[type="email"],
.box-form-mail textarea {
  background: #ffffff;
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 24px;

  letter-spacing: 0.75px;
  color: #414141;
  padding: 31px 20px;
  border-radius: 0;
  margin-top: 50px;
}
.box-form-mail .first-input {
  margin-top: 0 !important;
}
.box-form-mail textarea {
  padding: 25px 20px;
  height: 170px;
}
.box-form-mail select {
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.75px;
  color: #414141;
  border-radius: 0;
  padding-left: 20px;
  padding-top: 25px;

  height: 64px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../img/select-arrow.svg");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 30px);
  background-position-y: 50%;
  margin-top: 50px;
}
.wpcf7-form-control.btn-primary {
  background-color: transparent !important;
  border-color: transparent !important;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #073c49 !important;
  outline: 0px transparent !important;
  box-shadow: none !important;
  padding-right: 70px;
  padding-left: 0;
}
.box-form-mail .btn-arrow-slide:after {
  top: 52px;
  left: 0;
  width: 96px;
}
.box-form-mail .btn-arrow-slide .arror-slide-right {
  position: absolute;
  left: 48px;
  margin-top: -48px;
  pointer-events: none;
}

.box-form-mail .wpcf7-spinner {
  top: 7px;
  margin-left: 12px;
}

.row-privacy {
  margin-top: 48px;
  margin-bottom: 68px;
}
.wpcf7-not-valid-tip {
  padding-top: 5px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0.75px;
  color: #c20052;
}
.wpcf7 form.sent .wpcf7-response-output {
  background: #f2fffb;
  border: 1px solid #00ba88;
  margin: 40px 0 0 0;
  padding: 20px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background: #fff3f8;
  border: 1px solid #c20052;
  margin: 40px 0 0 0;
  padding: 20px;
}

.box-form-mail input.wpcf7-not-valid,
.box-form-mail textarea.wpcf7-not-valid {
  background: #fff3f8 !important;
  border: 1px solid #c20052 !important;
}

.select-wrap-input {
  position: relative;
}
.select-wrap-input label {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.75px;
  color: #414141;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  pointer-events: none;
  transition: all 0.5s;
}
.select-wrap-input.selected label {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.75px;
  color: #8f8f8f;
  top: 10px;
  left: 20px;
}
.select-wrap-input.selected input {
  padding: 42px 20px 20px 20px !important;
}
.select-wrap-input.selected textarea {
  padding: 32px 20px 20px 20px;
}

.row-privacy .wpcf7-not-valid-tip {
  padding-top: 12px !important;
  padding-left: 0px !important;
}

.box-form-mail .form-privacy label {
  display: flex;
}

.row-privacy {
}
.row-privacy .wpcf7-form-control-wrap {
  position: relative;
  cursor: pointer;
}
.row-privacy p {
  line-height: 1em;
  min-height: 45px;
  cursor: pointer;
}
.row-privacy span.wpcf7-list-item {
  margin: 0;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.row-privacy span {
  display: block;
}
.row-privacy input {
  cursor: pointer;
  position: relative;
  opacity: 0;
  margin: 0 5px 0 4px;
  z-index: 2;
  cursor: pointer;
  width: auto !important;
  height: auto !important;
}
.row-privacy span.wpcf7-list-item-label::after {
  /*    
    cursor: pointer; position: absolute;content: "";background:transparent;width: 20px;height: 20px;left: 6px;top: 6px;transition: all 0.4s ease-out;
*/
  cursor: pointer;
  position: absolute;
  content: "";
  background: transparent;
  transition: all 0.4s ease-out;
  width: 10px;
  height: 20px;
  left: 11px;
  top: 3px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}
.row-privacy span.wpcf7-list-item-label::before {
  cursor: pointer;
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  left: 0;
  top: 0;
  background: white;
  border: 1px solid #cdcdcd;
}
.row-privacy .wpcf7-list-item-label {
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.75px;
  color: #414141;
  padding-left: 48px;
  margin-top: -26px;
}
.row-privacy input:checked + span.wpcf7-list-item-label::after {
  opacity: 1;
}
.row-privacy input:checked + span.wpcf7-list-item-label::before {
  background-color: #46727c;
}

.row-privacy span.wpcf7-not-valid-tip {
  padding-left: 30px;
  padding-top: 0;
}
.row-privacy .wpcf7-list-item-label p {
  display: none;
}

/*txt-des*/
.box-txt-des {
  background-color: #f2f5f5;
  padding-top: 64px;
  padding-bottom: 32px;
  position: relative;
}
.box-txt-des .titolo {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 1px;
  color: #000;
}
.box-txt-des .descrizione {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.75px;
  color: #414141;
  margin-top: 32px;
}

/* box-archivio-media */
.box-archivio-media {
  background-color: #f2f5f5;
  padding-top: 64px;
  padding-bottom: 96px;
  position: relative;
}
.box-archivio-media .titolo-filtri {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}
.box-archivio-media .year-link {
  text-decoration: none;
}
.box-archivio-media .container-year {
  display: flex;
  margin-left: -16px;
  margin-right: -16px;
}
.box-archivio-media .btn-year {
  overflow: hidden;
  margin: 0 16px;
  position: relative;
  padding: 17px;
  transition: color 0.5s;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #7a979f;
}
.box-archivio-media .btn-year.active,
.box-archivio-media .btn-year:hover {
  color: #073c49;
}

.box-archivio-media .btn-year:after {
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  transition: width 0.5s;
  background-color: #073c49;
  position: absolute;
}

.box-archivio-media .btn-year:hover:after,
.box-archivio-media .btn-year.active:after {
  content: "";
  width: 100%;
}
.desktop .box-archivio-media .loading.btn-year:after {
  animation: btn-year-loading 2s ease-in-out infinite;
}

.box-archivio-media .card-arrow {
  background-color: white;
  margin-top: 32px;
  position: relative;
}
.box-archivio-media .media-info-container {
  padding: 32px 74px 32px 16px;
}
.box-archivio-media .media-info-container span {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #414141;
}
.box-archivio-media .media-info-container .titolo {
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #14142b;
  margin-top: 8px;
}
.box-archivio-media .contatto-stampa {
  background-color: #46727c;
  padding: 48px 32px 32px 32px;
  margin-left: 42px;
  height: fit-content;
}

.box-archivio-media .contatto-stampa .contatto-titolo {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #ffffff;
}
.box-archivio-media .contatto-stampa .contatto-sottotitolo {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.75px;
  color: #ffffff;
  margin-bottom: 10px;
  padding-top: 16px;
}
.box-archivio-media .contatto-stampa .contatto-email {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.75px;
  color: #ffffff;
  margin-bottom: 10px;
}
.box-archivio-media .contatto-stampa .contatto-press-kit {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.75px;
  color: #ffffff;
  margin-bottom: 10px;
}
.box-archivio-media .contatto-stampa .contatto-descrizione {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.75px;
  color: #ffffff;
  padding-top: 16px;
}
.box-archivio-media .contatto-stampa .contatto-descrizione a {
  text-decoration: underline;
}
.box-archivio-media .contatto-email span {
  padding-left: 10px;
  vertical-align: middle;
}

@keyframes btn-year-loading {
  0% {
    left: -100%;
  }
  75% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

/*content-404*/
.content-404 {
  background-color: #f2f5f5;
  padding-top: 64px;
  padding-bottom: 32px;
  position: relative;
  min-height: 60vh;
}
.content-404 .titolo {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #14142b;
}
.content-404 .descrizione {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.75px;
  color: #414141;
  padding-bottom: 48px;
  margin-top: 32px;
}

::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: #073c49;
}

::selection {
  color: white;
  background: #073c49;
}

/* search */
.box-search {
  padding-top: 130px;
  padding-bottom: 110px;
  background-color: white;
}
.box-search input[type="text"] {
  background: #ffffff;
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 24px;

  letter-spacing: 0.75px;
  color: #414141;
  padding: 31px 20px;
  border-radius: 0;
  width: 100%;
}

.box-search .select-wrap-input {
  width: calc(100% - 130px);
}
.box-search .btn-success {
  display: inline-block;
}
.box-search .risultati {
  padding-top: 14px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #414141;
}

.box-search .container-btn {
  margin-left: 16px;
  position: relative;
}
.box-search .btn-primary {
  background-color: transparent !important;
  border-color: transparent;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #073c49 !important;
  outline: 0px transparent !important;
  box-shadow: none !important;
  padding-left: 0;
  padding: 20px;
  border-radius: 0 !important;
}
.box-search .btn-arrow-slide:after {
  bottom: 0;
  left: 0;
}

.box-search-result {
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #f2f5f5;
}

.box-search .search-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 20px;
  left: 24px;
}

.box-search .select-wrap-input label {
  left: 64px !important;
}
.box-search .select-wrap-input input {
  padding-left: 64px !important;
}
.box-search-result .col-card-arrow {
  margin-bottom: 32px;
}
.box-search-result .card-arrow {
  background-color: white;
  padding: 32px 72px 32px 32px;
}
.box-search-result .card-arrow .titolo {
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #14142b;
}
.box-search-result .card-arrow .descrizione {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.75px;
  color: #414141;
}
.box-search-result .card-arrow .descrizione p {
  display: inline;
}
.box-search-result .card-arrow .descrizione p:after {
  content: " ";
}
.box-search-result .card-arrow .descrizione br {
  display: none;
}

.box-search-result .card-arrow .algolia-search-highlight {
  background-color: #d8e0e3;
  border-radius: 0;
  font-weight: bold;
  padding: 0 2px;
}
.box-search-result .breadcrumb-search {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #14142b;
}
.box-search-result .breadcrumb-search .sep {
  padding-left: 19px;
  padding-right: 19px;
}

.box-search-result .card-arrow .arror-slide-right {
  right: 40px;
  bottom: 25px;
}
.box-search-result .search-logo {
  padding-right: 58px;
}

.media-container {
  background-color: #f2f5f5;
}
.media-container .box-breadcrumb {
  margin-bottom: 64px;
}

.flow-box-container .box-m-titolo:first-child {
  padding-top: 64px;
}

.box-m-titolo {
  padding-bottom: 32px;
  background-color: #f2f5f5;
}
.box-m-titolo .titolo {
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 1px;
  color: #14142b;
}
.box-m-descrizione {
  padding-bottom: 32px;
  background-color: #f2f5f5;
}
.box-m-descrizione .descrizione {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.75px;
  color: #414141;
}
.box-m-descrizione li {
  margin-bottom: 30px;
}
.box-m-immagine {
  padding-bottom: 32px;
  text-align: center;
  background-color: #f2f5f5;
}

.box-m-video {
  padding-bottom: 32px;
  text-align: center;
  background-color: #f2f5f5;
}

.box-m-video .video-preview {
  position: relative;
}

.box-m-video .video-preview .play-video {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease-out;
}
.box-m-video .video-preview .play-video:hover {
  background-color: rgba(0, 0, 0, 0);
}
.box-m-video .video-preview .play-video .play-button {
  width: 80px;
  height: 80px;
  transform: scale(1, 1);
  transition: transform 0.3s ease-out;
}
.box-m-video .video-preview .play-video:hover .play-button {
  transform: scale(1.2, 1.2);
}

.box-m-titolo-grassetto {
  padding-bottom: 32px;
  background-color: #f2f5f5;
}
.box-m-titolo-grassetto .titolo,
.box-gallery .titolo {
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #14142b;
}

.box-m-descrizione-corsivo {
  padding-bottom: 32px;
  background-color: #f2f5f5;
}
.box-m-descrizione-corsivo .descrizione {
  font-style: italic;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 1px;
  color: #14142b;
}

.media-share {
  display: flex;
  align-items: center;
}
.media-share .media-share-titolo {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.75px;
  color: #414141;
}
.media-share a {
  padding: 0 8px;
  transition: transform 0.6s;
  transform: scale(1, 1);
  display: inline-block;
}
.media-share a:hover {
  transform: scale(1.1, 1.1);
}
.media-share .share-btn {
  width: 48px;
  height: 48px;
}

.media-single-nav {
  background-color: #f2f5f5;
  padding-top: 64px;
  padding-bottom: 64px;
}
.media-single-nav .media-info-container .titolo {
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #14142b;
}
.media-single-nav .media-info-container .data {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #414141;
}
.media-single-nav .media-info-container {
  padding: 40px 40px 40px 8px;
}
.media-single-nav .card-arrow {
  background-color: white;
  height: 100%;
}
.media-single-nav .card-arrow .image {
  min-height: 230px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.media-single-nav .nav-titolo {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  padding-bottom: 32px;
}

.media-single-nav .image-scale-hover .image {
  transform-origin: center center;
  transform: scale(1, 1);
  width: 100%;
  transition: transform 0.5s ease-out;
}
.card-arrow .image-scale-hover:hover .image {
  transform: scale(1.1, 1.1);
}

/* footer */
.with-fancybox .footer-container {
  display: none;
}

.footer-activator {
}
.footer-container {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
.footer-container:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  transition: background 0.5s;
}
.footer-container.show:after {
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.footer {
  padding-top: 58px;
  padding-bottom: 26px;
  background-color: #073c49;
}
.footer-contatti {
  padding-left: 60px;
}
.footer-titolo {
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #46727c;
  font-size: 14px;
  margin-bottom: 7px;
}
.footer-marchi {
  padding-left: 40px;
}
.footer .nav-link {
  color: white;
  letter-spacing: 0.75px;
  padding-top: 6px;
}
.footer-sep {
  margin-top: 413px;
}
.footer-logo {
  padding-right: 2px;
}
.copyright {
  background-color: #06303a;
  color: white;
  font-size: 14px;
  height: 64px;
}
.copyright p {
  margin: 0;
}
.copyright-content,
.copyright-legal {
  display: flex;
  align-items: center;
  letter-spacing: 0.75px;
}
.copyright-content {
  justify-content: space-between;
}

@media (max-width: 767px) {
  .copyright-content {
    margin-bottom: 10px;
    flex-direction: column;
    gap: 14px;
  }
}

.copyright-legal {
  justify-content: right;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: right;
}

.copyright-legal .navbar-nav {
  flex-direction: row;
  justify-content: right;
}
.copyright-legal ul {
  margin-left: auto;
}
.copyright-legal .navbar-nav .nav-link {
  padding-left: 15px;
  color: white;
}
.copyright-legal .navbar-nav .nav-link:hover,
.copyright-legal .navbar-nav .nav-link:link,
.copyright-legal .navbar-nav .nav-link:active,
.footer .navbar-nav .nav-link:hover {
  color: #cdcdcd;
}
.unbreak {
  white-space: nowrap;
}

.arrow-slide-down {
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin-top: -48px;
  transition: margin-top 0.6s ease-in-out;
}
.arrow-slide-down:hover {
  margin-top: 0;
}

.btn-arrow-slide {
  position: relative;
  width: fit-content;
  overflow-y: visible;
  overflow-x: clip;
}

.btn-arrow-slide:after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #073c49;
  position: absolute;
}
.no-line.btn-arrow-slide:after {
  display: none;
}

.btn-arrow-slide a {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #073c49;
  height: 42px;
  text-decoration: none;
}

.white.btn-arrow-slide:after {
  background-color: white;
}
.white.btn-arrow-slide a {
  color: white;
}
.btn-arrow-slide .arror-slide-right {
  margin-left: 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
}
.btn-arrow-slide .arror-slide-right .arrow-slide-right-content {
  width: 72px;
  height: 24px;
  margin-left: -48px;
  transition: margin-left 0.6s ease-in-out;
}
.desktop .btn-arrow-slide:hover .arror-slide-right .arrow-slide-right-content,
.btn-arrow-slide.loading .arror-slide-right .arrow-slide-right-content {
  margin-left: 0;
}

.desktop .loading.btn-arrow-slide:after {
  animation: btn-arrow-slide-loading 2s ease-in-out infinite;
}

.card-arrow-link {
  text-decoration: none !important;
}
.card-arrow .arror-slide-right {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
}
.card-arrow .arror-slide-right .arrow-slide-right-content {
  width: 72px;
  height: 24px;
  margin-left: -48px;
  transition: margin-left 0.6s ease-in-out;
}
.desktop .card-arrow:hover .arror-slide-right .arrow-slide-right-content,
.card-arrow.loading .arror-slide-right .arrow-slide-right-content {
  margin-left: 0;
}

@keyframes btn-arrow-slide-loading {
  0% {
    left: -100%;
  }
  75% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.main-loading {
  overflow: hidden;
}
.lazyload,
.lazyloading {
  opacity: 0;
  transition: opacity 500ms;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 500ms;
}

.image-animation {
  opacity: 0;
  transform: scale(1.1, 1.1) translate(0, 40px);
  transform-origin: center top;
  transition: opacity 0.7s ease-out,
    transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.image-animation.loaded.animated,
.box-whats-new .image-animation.animated,
.box-gallery .image-animation.animated,
.box-sedi-indicazioni-stradali .image-animation.animated {
  opacity: 1;
  transform: scale(1, 1) translate(0, 0);
}

@keyframes main-loading-fade-in-out {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* .main-animation-out .image-animation.animated {opacity: 0; transform:scale(1.1,1.1) translate(0,-40px);}*/

/*
.image-animation { overflow: hidden; }
.image-animation.animated {opacity: 1; }
.image-animation .image-animation-content{transform: translate(-100%, 0); transition: transform 1.3s ease-out;}
.image-animation.animated .image-animation-content{transform: translate(0, 0); }
*/

.text-animation {
  transition: opacity 1.3s, transform 1s;
  transform: translate(0, 40px);
}
.text-animation.animated {
  opacity: 1;
  transform: translate(0, 0);
}
/*.main-animation-out .text-animation.animated {opacity: 0; transform: translate(0,-40px);}*/

.line-animation {
  opacity: 0;
  width: 0;
  height: 2px;
  transition: opacity 0.4s, width 0.7s ease-out, margin-left 0.7s ease-out;
  overflow: hidden;
  position: relative;
}
.line-animation.animated {
  opacity: 1;
  width: 100%;
}
/*.main-animation-out .line-animation.animated {opacity: 0; width:100%; margin-left: 100%;}*/
.line {
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #46727c;
}

.fade-hover {
  position: relative;
}
.fade-hover .fade-hover-image {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 1.3s;
  width: 100%;
}
.desktop .fade-hover:hover .fade-hover-image {
  opacity: 1;
  transition: opacity 0.3s;
}
.mobile .fade-hover .fade-hover-image {
  opacity: 1;
  transition: opacity 0.3s;
}

.image-scale-hover {
  overflow: hidden;
}
.image-scale-hover img {
  transform: scale(1, 1);
  transition: transform 0.5s ease-out;
}
.desktop .image-scale-hover:hover img {
  transform: scale(1.1, 1.1);
}

.fancybox__backdrop {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.delay-01 {
  transition-delay: 0.1s;
}
.delay-02 {
  transition-delay: 0.2s;
}
.delay-03 {
  transition-delay: 0.3s;
}
.delay-04 {
  transition-delay: 0.4s;
}
.delay-05 {
  transition-delay: 0.5s;
}
.delay-06 {
  transition-delay: 0.6s;
}
.delay-07 {
  transition-delay: 0.7s;
}
.delay-08 {
  transition-delay: 0.8s;
}
.delay-10 {
  transition-delay: 1s;
}
.delay-12 {
  transition-delay: 1.2s;
}

.outline-effect {
  overflow: hidden;
  margin-bottom: -2px;
  z-index: 3;
  position: relative;
  height: 96px;
  margin-top: -96px;
  opacity: 0;
  transition: opacity 0.01s;
  transition-delay: 0.9s;
}
.outline-effect.animated {
  opacity: 1;
}
.outline-effect span {
  font-weight: bold;
  font-size: 90px;
  letter-spacing: 1px;
  color: #d7e0e2;
  -webkit-text-stroke: 2px #46727c;
  -webkit-text-fill-color: #d7e0e2;
  transform: translate(0, 100%);
  transition: transform 1s ease-out;
  transition-delay: 0.5s;
  display: inline-block;
}
.outline-effect.animated span {
  transform: translate(0, 0);
}

.slide-arrow-btn {
  overflow: hidden;
  position: relative;
}
.slide-arrow-btn h4 {
  transition: all 0.3s ease-out;
  padding-left: 0;
}
.slide-arrow-btn h4:before {
  content: url(../img/sub-menu-arrow.svg);
  color: #073c49;
  width: 24px;
  height: 24px;
  transition: all 0.6s;
  position: absolute;
  display: inline-block;
  margin-left: -34px;
}
.desktop a:hover .slide-arrow-btn h4 {
  padding-left: 34px;
  color: #073c49;
}
.img-max-width {
  width: 100%;
}

.grecaptcha-badge {
  visibility: hidden;
}

.table-css table {
  min-width: 700px;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: left !important;
}
.table-css table td {
  padding: 10px 16px 10px 16px;
}
.table-css table tr:first-child {
  background-color: #d7e0e2;
  border-bottom: 0 solid;
}
.table-css table tr:first-child td {
  padding: 10px 16px 0 16px;
}
.table-css table tr {
  border-bottom: 1px solid #46727c;
}
.table-css table h5,
.table-css table p {
  text-align: left !important;
}

.pb-68px {
  padding-bottom: 68px;
}

.decrease-space {
  margin-top: -56px;
}

@media (max-width: 768px) {
  .decrease-space {
    margin-top: -32px;
  }
}

#multi-site-controls {
  width: 100%;
  max-width: 405px;
  background-color: #46727c;
}

#multi-site-controls > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 10px;
  height: 100%;
  padding-left: 32px;
  padding-right: 32px;
}

.country-switcher {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
  padding-top: 12px;
}

.country-switcher button {
  display: flex;
  align-items: center;
  appearance: none;
  padding: 0;
  border: 0;
  gap: 8px;
  background-color: transparent;
  font-size: 12px;
  color: white;
  font-weight: 300;
}

.menu-primary-container-dx {
  padding-bottom: 25px;
}

.country-switcher-icon {
  width: 16px;
}

.country-switcher-icon svg {
  width: 100%;
  height: auto;
}

.switcher-overlay {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(1, 75, 97, 0.5);
  backdrop-filter: blur(20px);
  z-index: 100;
  opacity: 0;
  visibility: visible;
  pointer-events: none;
  transition: all 0.3s ease;
}

.switcher-overlay.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.switcher-panel {
  position: relative;
  width: 400px;
  background-color: white;
  z-index: 10;
}

.switcher-panel header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 8px 16px 16px;
  background-color: rgba(1, 75, 97, 1);
  color: white;
}

.switcher-panel header h4 {
  font-size: 14px;
  line-height: 1;
  margin: 0;
}

.switcher-panel ul {
  padding: 0;
  margin: 0;
}

.switcher-panel li {
  padding: 16px;
  list-style: none;
}

.switcher-panel li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.switcher-panel li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.switcher-panel li a span {
  position: relative;
  flex: none;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}

.switcher-panel header svg {
  display: block;
  width: 16px;
}

.switcher-panel li.active a span {
  background-color: rgba(1, 75, 97, 1);
}

.switcher-panel li.active a span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 15px;
  height: 15px;
  background-color: white;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 10px;
  content: "";
}

.switcher-panel button {
  padding: 10px;
  appearance: none;
  background-color: transparent;
  border: none;
}

.switcher-overlay-bg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#country-switcher-panel li {
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(1, 75, 97, 1);
}

#country-switcher-panel svg {
  width: 24px;
}

#location-banner {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 68px;
  background-color: #073c49;
  color: white;
  z-index: 50;
  transition: all 0.3s ease;
}

#location-banner > div {
  display: inline-flex;
  align-items: center;
  gap: 40px;
}

.main-menu.push {
  margin-top: 68px;
}

.main-menu.push.scroll-up {
  top: -168px;
}

#location-banner.scroll-up {
  top: -68px;
}

#location-banner .btn-arrow-slide a {
  height: 34px;
  bottom: 12px;
}

#location-banner select {
  appearance: none;
  min-width: 213px;
  padding: 14px 16px;
  font-size: 14px;
  color: #565656;
  height: 44px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L5 5L8 2' stroke='%23073C49' stroke-width='2' stroke-miterlimit='10' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 6px;
  background-position: right 10px center;
  border: 1px solid #cdcdcd;
  line-height: 1;
}

#location-banner-close {
  position: absolute;
  top: 50%;
  right: 30px;
  appearance: none;
  padding: 5px;
  background-color: transparent;
  border: none;
  transform: translateY(-50%);
}

html.location-banner-visible {
  padding-top: 68px;
}

@media (max-width: 767px) {
  html.location-banner-visible {
    padding-top: 228px;
  }

  #location-banner {
    height: 228px;
    text-align: center;
    padding: 40px 60px 20px 60px;
  }

  #location-banner > div {
    flex-direction: column;
    gap: 16px;
  }

  .main-menu.push {
    margin-top: 228px;
  }

  .main-menu.push.scroll-up {
    top: -228px;
  }

  #location-banner.scroll-up {
    top: -228px;
  }

  #location-banner-close {
    top: 20px;
    right: 10px;
  }

  #location-banner select {
    width: 100%;
  }

  #location-banner .white.btn-arrow-slide:after {
    left: 0;
  }
}
.image-animation.animated {
  opacity: 1;
  transform: none;
}

.info-img {
  position: relative;
  width: 100%;
}

.change-country-trigger,
.lang-switcher-trigger {
  align-items: center;
  line-height: 1;
}

.copyright-content .change-country-trigger,
.copyright-content .lang-switcher-trigger {
  font-size: 14px !important;
}

.main-menu-mobile-inner-inner ul li:last-child {
  display: none;
}

#mobile-switcher {
  position: relative;
  display: flex;
  width: 100%;
  height: 60px;
  background-color: #46727c;
  border-top: 1px #7a979f solid;
  color: white;
}

#mobile-switcher .country-switcher {
  width: 100%;
  padding-top: 0;
  gap: 0;
}

#mobile-switcher .country-switcher button {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 14px;
  padding: 16px;
}

#mobile-switcher .country-switcher button:first-child {
  border-right: 1px solid #7a979f;
}
