html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body, h1, h2, h3, h4, h5, h6, p, ol, ul, small {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

a,
a img {
  border: 0;
  outline: none;
  background: transparent;
  text-decoration: none; }
  a:active, a:hover,
  a img:active,
  a img:hover {
    outline: 0;
    text-decoration: none; }

figure {
  margin: 0; }

body {
  position: relative;
  overflow-x: hidden;
  min-height: 100vh;
  min-height: -webkit-fill-available; }

header,
footer,
main,
aside,
section,
article {
  position: relative;
  width: 100%; }

.w-100 {
  width: 100%; }

.w-fit {
  width: fit-content; }

.h-100 {
  height: 100%; }

.vh-full {
  min-height: 100vh; }

.dvh-full {
  min-height: 100dvh; }

.h-parent {
  min-height: inherit; }

.relative {
  position: relative; }

.hide {
  display: none; }

.show {
  display: block; }

.block {
  display: block; }

.sticky {
  position: sticky;
  top: 0; }

.flex {
  display: flex;
  align-items: center; }

.f-central {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center; }

.f-auto {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px; }

.pos-full {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0; }

.f-row {
  display: flex;
  flex-direction: column; }

.item-top {
  align-items: flex-start; }

.item-middle {
  align-items: center; }

.item-center {
  justify-content: center; }

.item-left {
  justify-content: flex-start; }

.item-right {
  justify-content: flex-end; }

.item-bottom {
  align-items: flex-end; }

.item-around {
  justify-content: space-around;
  align-content: space-around; }

.item-between {
  justify-content: space-between; }

.item-column {
  flex-direction: row; }

.item-row {
  flex-direction: column; }

.item-stretch {
  align-items: stretch; }

.item-grow {
  flex-grow: 1; }

.f-grid {
  display: grid; }
  .f-grid.row-afa {
    grid-template-rows: auto 1fr auto; }
  .f-grid.row-af {
    grid-template-rows: auto 1fr; }
  .f-grid.row-fa {
    grid-template-rows: 1fr auto; }
  .f-grid.col-afa {
    grid-template-columns: auto 1fr auto; }
  .f-grid.col-af {
    grid-template-columns: auto 1fr; }
  .f-grid.col-fa {
    grid-template-columns: 1fr auto; }
  .f-grid.col-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .f-grid.col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .f-grid.col-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .f-grid.col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .f-grid.col-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .f-grid.col-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); }
  @media screen and (max-width: 1024px) {
    .f-grid.md-col-1 {
      grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .f-grid.md-col-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .f-grid.md-col-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .f-grid.md-col-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr)); } }
  @media screen and (max-width: 768px) {
    .f-grid.sm-col-1 {
      grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .f-grid.sm-col-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .f-grid.sm-col-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .f-grid.sm-col-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr)); } }
  @media screen and (max-width: 576px) {
    .f-grid.xs-col-1 {
      grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .f-grid.xs-col-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .f-grid.xs-col-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .f-grid.xs-col-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr)); } }

.owl {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; }
  .owl .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden; }
    .owl .owl-stage:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
  .owl .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl .owl-wrapper,
  .owl .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
    .owl .owl-item img {
      display: block;
      width: 100%; }
  .owl .owl-nav.disabled,
  .owl .owl-dots.disabled {
    display: none; }
  .owl .owl-prev,
  .owl .owl-next,
  .owl .owl .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    width: auto; }
  .owl button.owl-btn {
    width: auto; }
  .owl.owl-loaded {
    display: block; }
  .owl.owl-loading {
    opacity: 0;
    display: block; }
  .owl.owl-hidden {
    opacity: 0; }
  .owl.owl-refresh .owl-item {
    visibility: hidden; }
  .owl.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl.owl-rtl {
    direction: rtl; }
  .owl.owl-rtl .owl-item {
    float: right; }
  .owl .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both; }
  .owl .owl-animated-in {
    z-index: 0; }
  .owl .owl-animated-out {
    z-index: 1; }
  .owl .fadeOut {
    animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.no-js .owl {
  display: block; }

.owl-height {
  transition: height 500ms ease-in-out; }

.owl .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }
.owl .owl-item .owl-lazy[src^=""], .owl .owl .owl-item .owl-lazy:not([src]) {
  max-height: 0; }
.owl .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }
.owl .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }
.owl .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }
.owl .owl-video-playing .owl-video-tn,
.owl .owl-video-playing .owl-video-play-icon {
  display: none; }
.owl .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }
.owl .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl.caption-inside .item {
  display: grid; }
  .owl.caption-inside .item > * {
    grid-area: 1 / 1; }
.owl.caption-inside .caption {
  align-self: end;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 12px; }
.owl.caption-hover .caption {
  transition: all ease 0.3s;
  opacity: 0;
  transform: translateY(-50%); }
.owl.caption-hover .item:hover > .caption {
  opacity: 1;
  transform: translateY(0); }

.owl-dots {
  margin-top: 12px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 12px;
  width: 100%; }
  .owl-dots .owl-dot {
    min-height: inherit; }
    .owl-dots .owl-dot span {
      display: block;
      transition: opacity 200ms ease;
      width: 10px;
      height: 10px;
      border-radius: 30px;
      opacity: 0.4;
      background-color: #000; }
    .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
      opacity: 1; }

.bg-dark .owl-dot span {
  background-color: #fff; }

.owl .owl-nav button {
  min-width: 42px;
  height: 42px;
  padding: 0; }
.owl.nav-center .owl-nav {
  text-align: center; }
  .owl.nav-center .owl-nav .owl-prev,
  .owl.nav-center .owl-nav .owl-next {
    float: none; }
.owl.nav-over .owl-next,
.owl.nav-over .owl-prev, .owl.nav-inner .owl-next,
.owl.nav-inner .owl-prev, .owl.nav-offset .owl-next,
.owl.nav-offset .owl-prev, .owl.nav-bottom .owl-next,
.owl.nav-bottom .owl-prev, .owl.nav-top .owl-next,
.owl.nav-top .owl-prev {
  position: absolute;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%); }
.owl.nav-over .owl-next, .owl.nav-inner .owl-next, .owl.nav-offset .owl-next, .owl.nav-bottom .owl-next, .owl.nav-top .owl-next {
  right: 0; }
.owl.nav-over .owl-prev, .owl.nav-inner .owl-prev, .owl.nav-offset .owl-prev, .owl.nav-bottom .owl-prev, .owl.nav-top .owl-prev {
  left: 0; }
.owl.nav-over .owl-dots, .owl.nav-inner .owl-dots, .owl.nav-offset .owl-dots, .owl.nav-bottom .owl-dots, .owl.nav-top .owl-dots {
  position: absolute;
  width: 100%;
  left: 0; }
.owl.nav-inner {
  padding-left: 72px;
  padding-right: 72px; }
.owl.nav-offset {
  padding-left: 60px;
  padding-right: 60px;
  margin-left: -60px;
  width: calc(100% + 120px); }
.owl.nav-bottom .owl-next,
.owl.nav-bottom .owl-prev {
  margin: 0;
  bottom: 0;
  top: auto;
  transform: translateY(0); }
.owl.nav-top .owl-next,
.owl.nav-top .owl-prev {
  margin: 0;
  top: 0;
  transform: translateY(0); }
.owl.nav-reveal .owl-next {
  opacity: 0;
  right: -40px;
  transition: all ease .5s; }
.owl.nav-reveal .owl-prev {
  opacity: 0;
  left: -40px;
  transition: all ease .5s; }
.owl.nav-reveal:hover .owl-prev {
  left: 0px;
  opacity: 1; }
.owl.nav-reveal:hover .owl-next {
  right: 0px;
  opacity: 1; }

.owl.nearby .item img {
  height: 50vh;
  width: auto; }
.owl.nearby .owl-stage {
  background-color: #000; }

.owl.img-vh-10 .item img {
  height: 10vh; }
.owl.img-vh-20 .item img {
  height: 20vh; }
.owl.img-vh-30 .item img {
  height: 30vh; }
.owl.img-vh-40 .item img {
  height: 40vh; }
.owl.img-vh-50 .item img {
  height: 50vh; }
.owl.img-vh-60 .item img {
  height: 60vh; }
.owl.img-vh-70 .item img {
  height: 70vh; }
.owl.img-vh-80 .item img {
  height: 80vh; }
.owl.img-vh-90 .item img {
  height: 90vh; }
.owl.img-vh-100 .item img {
  height: 100vh; }

.owl {
  /*
  &.ss-slideshow {
    .item {
      display: flex;
      justify-content: center;
      img {
        width: auto;
      }
    }
  }
  */
  /*
  &.item-middle {
    .item {
      display: flex;
      align-items: center;
    }
  }
  &.item-bottom {
    .item {
      display: flex;
      align-items: flex-end;
    }
  }
  */ }

/*
.owl-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  .btn-square:first-child {
    border-bottom: 0!important;
  }
}
*/
/*
.owl-dots {
  .owl-dot span {
    background-color:#fff;
    width: 25px;
    height: 5px;
    border-radius: 0px;
  }
}
*/
:focus:not(:focus-visible) {
  outline: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  appearance: button; }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border: 0;
    padding: 0; }

.btn,
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  text-decoration: none;
  font-family: inherit;
  font-size: inherit;
  line-height: 42px;
  min-height: 42px;
  padding: 0 24px;
  cursor: pointer;
  border: 1px solid transparent;
  margin: 0;
  font-weight: 300;
  width: auto;
  gap: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap; }
  .btn.btn-full,
  input[type="button"].btn-full,
  input[type="submit"].btn-full,
  input[type="reset"].btn-full,
  button.btn-full {
    width: 100%; }
  .btn:focus,
  input[type="button"]:focus,
  input[type="submit"]:focus,
  input[type="reset"]:focus,
  button:focus {
    box-shadow: 0 0 0 4px rgba(60, 74, 84, 0.1) !important; }
  .btn.disabled, .btn:disabled,
  input[type="button"].disabled,
  input[type="button"]:disabled,
  input[type="submit"].disabled,
  input[type="submit"]:disabled,
  input[type="reset"].disabled,
  input[type="reset"]:disabled,
  button.disabled,
  button:disabled {
    opacity: 0.6;
    cursor: not-allowed; }

.btn a,
button a,
.entry .btn {
  text-decoration: none !important; }
  .btn a:hover,
  button a:hover,
  .entry .btn:hover {
    text-decoration: none; }

.btn i {
  font-size: 22px; }

.btn-full {
  width: 100%; }

.btn-fit {
  width: fit-content; }

.uppercase {
  text-transform: uppercase; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.margin-center {
  margin-left: auto;
  margin-right: auto; }

.gap-1 {
  gap: 12px; }

.gap-2 {
  gap: 18px; }

.gap-3 {
  gap: 24px; }

.gap-4 {
  gap: 48px; }

.gap-0 {
  gap: 0; }

hr, .hr {
  height: 0;
  display: block;
  clear: both;
  border: none;
  margin: 0;
  position: relative; }
  hr.line, .hr.line {
    min-height: 1px; }
    hr.line:after, .hr.line:after {
      content: '';
      left: 0;
      border-bottom: 1px solid #ddd;
      width: 100%;
      position: absolute;
      top: 50%;
      margin-top: -0.5px; }

.hr-1 {
  height: 24px; }

.hr-2 {
  height: 42px; }

.hr-3 {
  height: 72px; }

.hr-4 {
  height: 96px; }

.img-resize,
.img-resize img {
  width: 100%;
  display: block;
  height: auto; }

.vid-resize,
.map-resize {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden; }
  .vid-resize iframe,
  .vid-resize object,
  .vid-resize embed,
  .vid-resize video,
  .map-resize iframe,
  .map-resize object,
  .map-resize embed,
  .map-resize video {
    width: 100%;
    height: 100%;
    display: block; }

.vid-vertical {
  aspect-ratio: 9 / 16;
  overflow: hidden; }

.r-1-1,
.r-1-1 img {
  aspect-ratio: 1 / 1; }

.r-4-3,
.r-4-3 img {
  aspect-ratio: 4 / 3; }

.r-3-4,
.r-3-4 img {
  aspect-ratio: 3 / 4; }

.r-16-9,
.r-16-9 img {
  aspect-ratio: 16 / 9; }

.fit-cover,
.fit-contain {
  position: relative; }
  .fit-cover img,
  .fit-cover video,
  .fit-contain img,
  .fit-contain video {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }

.fit-cover img,
.fit-cover video {
  object-fit: cover; }

.fit-contain img,
.fit-contain video {
  object-fit: contain; }

.solo-icon span,
.solo-text i {
  display: none; }

.container {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px; }
  @media screen and (max-width: 768px) {
    .container {
      padding-left: 18px;
      padding-right: 18px; } }

.v-space {
  padding-top: 42px;
  padding-bottom: 42px; }
  @media screen and (max-width: 1024px) {
    .v-space {
      padding-top: 24px;
      padding-bottom: 24px; } }

[data-lang] {
  display: none; }

html[lang="it-IT"] [data-lang="it-IT"] {
  display: inline; }

html[lang="en-GB"] [data-lang="en-GB"] {
  display: inline; }

/*# sourceMappingURL=core.css.map */
