.d-none {
  display: none !important; }

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

/* REGULAR */
@font-face {
  font-family: 'SF Pro Rounded Regular';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/SF-Pro-Rounded-Regular.woff2") format("woff2"); }
/* BOLD */
@font-face {
  font-family: 'SF Pro Rounded Bold';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/SF-Pro-Rounded-Bold.woff2") format("woff2"); }
/* BLACK */
@font-face {
  font-family: 'SF Pro Rounded Black';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/fonts/SF-Pro-Rounded-Black.woff2") format("woff2"); }
html {
  box-sizing: border-box;
  width: 100%;
  height: 100svh;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  font-optical-sizing: auto;
  user-select: none; }

body {
  background-color: #000;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  touch-action: manipulation;
  color: #fff;
  font-family: 'SF Pro Rounded Regular';
  font-weight: 400;
  font-style: normal; }
  body.home {
    position: relative;
    background-color: #0a2f4e; }
    body.home::before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transform-origin: 50% 50%;
      background-image: url("/img/home-background.jpg");
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 3840px 3840px;
      animation: movingBg 240s cubic-bezier(0.68, -0.6, 0.32, 1.6) infinite; }
    body.home .external-url {
      width: 100%;
      position: absolute;
      bottom: 5vw;
      text-align: center; }
      body.home .external-url a {
        color: #fff;
        font-family: 'SF Pro Rounded Bold';
        font-style: normal;
        font-weight: 700;
        font-size: 0.88vw;
        text-decoration: underline; }
    body.home .pnrr {
      width: 12.5vw;
      position: absolute;
      bottom: 4.25vw;
      left: 4.25vw;
      display: flex;
      column-gap: 1.43vw; }
      body.home .pnrr div {
        width: 50%;
        height: 2.86vw;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 50%; }
        body.home .pnrr div.mic {
          background-image: url("/img/PNRR/mic.png"); }
        body.home .pnrr div.eu {
          background-image: url("/img/PNRR/eu.png"); }
    body.home main {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-content: center;
      align-items: center; }
      body.home main h1 {
        margin: 0;
        padding: 0;
        font-size: 3.08vw;
        text-align: center;
        font-family: 'SF Pro Rounded Black';
        font-style: normal;
        font-weight: 900;
        -webkit-text-stroke: 0.075vw #7BE1ED;
        text-shadow: 0.075vw 0.075vw 0 #7BE1ED, -0.075vw 0.075vw 0 #7BE1ED, -0.15vw 0 #7BE1ED, 0vw 0 #7BE1ED; }
        body.home main h1 span {
          position: relative;
          text-transform: uppercase; }
          body.home main h1 span::before {
            content: '';
            position: absolute;
            bottom: -0.25vw;
            left: 0;
            z-index: -1;
            width: 7.04vw;
            height: 1.375vw;
            display: block;
            background-image: url("/img/tuo.svg");
            background-repeat: no-repeat;
            background-size: cover; }

.fullscreen-btn {
  position: absolute;
  right: 0.88vw;
  top: 0.88vw;
  width: 3.52vw;
  height: 3.52vw;
  background: no-repeat 75%/75% url("../img/fullscreen-btn.svg");
  cursor: pointer;
  z-index: 1; }

@keyframes movingBg {
  0% {
    background-position: 50% 50%;
    transform: scale(115%) rotate(0deg); }
  12.5% {
    background-position: 75% 25%;
    transform: scale(120%) rotate(3deg); }
  25% {
    background-position: 92% 50%;
    transform: scale(122.5%) rotate(6deg); }
  37.5% {
    background-position: 75% 75%;
    transform: scale(135%) rotate(3deg); }
  50% {
    background-position: 50% 92%;
    transform: scale(150%) rotate(-3deg); }
  62.5% {
    background-position: 25% 75%;
    transform: scale(135%) rotate(-6deg); }
  75% {
    background-position: 8% 50%;
    transform: scale(122.5%) rotate(-3deg); }
  87.5% {
    background-position: 25% 25%;
    transform: scale(120%) rotate(-1.5deg); }
  100% {
    background-position: 50% 50%;
    transform: scale(115%) rotate(0deg); } }
.emozioni {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  column-gap: 3vw;
  padding: 5vw;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  .emozioni::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar for Chrome, Safari and Opera */ }
  .emozioni a {
    width: 20vw;
    height: 20vw;
    background-color: #fff;
    border-radius: 1.98vw;
    position: relative;
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: 50% 50%;
    text-decoration: none; }
    .emozioni a span {
      color: #fff;
      width: 100%;
      display: block;
      position: absolute;
      bottom: -1.75vw;
      text-align: center;
      font-size: 2.64vw;
      font-family: 'SF Pro Rounded Black';
      font-style: normal;
      font-weight: 900;
      text-transform: uppercase; }
    .emozioni a.amore {
      box-shadow: 0 0 0 0.66vw #C82522;
      background-image: url("/img/emozioni/amore.png"); }
      .emozioni a.amore span {
        -webkit-text-stroke: 0.075vw #C82522;
        text-shadow: 0.1vw 0.1vw 0 #C82522, -0.1vw 0.1vw 0 #C82522, -0.2vw 0 #C82522, 0vw 0 #C82522; }
    .emozioni a.curiosita {
      box-shadow: 0 0 0 0.66vw #ACC822;
      background-image: url("/img/emozioni/curiosita.png"); }
      .emozioni a.curiosita span {
        -webkit-text-stroke: 0.075vw #ACC822;
        text-shadow: 0.1vw 0.1vw 0 #ACC822, -0.1vw 0.1vw 0 #ACC822, -0.2vw 0 #ACC822, 0vw 0 #ACC822; }
    .emozioni a.gioia {
      box-shadow: 0 0 0 0.66vw #46C822;
      background-image: url("/img/emozioni/gioia.png"); }
      .emozioni a.gioia span {
        -webkit-text-stroke: 0.075vw #46C822;
        text-shadow: 0.1vw 0.1vw 0 #46C822, -0.1vw 0.1vw 0 #46C822, -0.2vw 0 #46C822, 0vw 0 #46C822; }
    .emozioni a.nostalgia {
      box-shadow: 0 0 0 0.66vw #BA22C8;
      background-image: url("/img/emozioni/nostalgia.png"); }
      .emozioni a.nostalgia span {
        -webkit-text-stroke: 0.075vw #BA22C8;
        text-shadow: 0.1vw 0.1vw 0 #BA22C8, -0.1vw 0.1vw 0 #BA22C8, -0.2vw 0 #BA22C8, 0vw 0 #BA22C8; }
    .emozioni a.tristezza {
      box-shadow: 0 0 0 0.66vw #2240C8;
      background-image: url("/img/emozioni/tristezza.png"); }
      .emozioni a.tristezza span {
        -webkit-text-stroke: 0.075vw #2240C8;
        text-shadow: 0.1vw 0.1vw 0 #2240C8, -0.1vw 0.1vw 0 #2240C8, -0.2vw 0 #2240C8, 0vw 0 #2240C8; }
    .emozioni a.comingsoon {
      filter: grayscale(100%);
      opacity: 0.85;
      background-color: #333;
      mix-blend-mode: multiply; }
      .emozioni a.comingsoon::after {
        content: "prossimamente!";
        position: absolute;
        z-index: 1;
        top: 4%;
        right: 4%;
        color: #fff;
        text-shadow: 0.3vw 0.3vw 0 #000;
        font-family: 'SF Pro Rounded Bold';
        font-style: normal;
        font-weight: 700;
        font-size: 1.5vw;
        transform: rotate(4deg); }

body.map main {
  width: 100%;
  height: 100%; }
  body.map main #map {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0; }
body.map .feel-description {
  position: fixed;
  width: 33.33%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px); }
  body.map .feel-description::before, body.map .feel-description:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.67; }
  body.map .feel-description::before {
    mix-blend-mode: multiply; }
  body.map .feel-description::after {
    mix-blend-mode: overlay; }
  body.map .feel-description .content {
    width: 100%;
    height: 100%;
    padding: 4.4vw;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    body.map .feel-description .content a.back {
      width: 3.52vw;
      aspect-ratio: 1/1;
      display: block;
      position: absolute;
      top: 4.4vw;
      left: 4.4vw;
      background-position: 50% 50%;
      background-size: cover;
      background-repeat: no-repeat;
      cursor: pointer; }
    body.map .feel-description .content .emozioni {
      width: 100%;
      padding: 0.66vw 20% 20% 20%;
      display: block; }
      body.map .feel-description .content .emozioni a {
        display: block;
        width: 100%;
        aspect-ratio: 1/1;
        height: auto; }
    body.map .feel-description .content .description {
      font-size: 1.32vw;
      line-height: 1.6vw; }
      body.map .feel-description .content .description div.disclaimer {
        margin-top: 1.2vw;
        font-family: 'SF Pro Rounded Bold';
        font-style: normal;
        font-weight: 700; }
body.map .qr-code {
  position: fixed;
  width: 8.8vw;
  height: 8.8vw;
  border: 0.88vw solid #fff;
  border-radius: 0.88vw;
  box-shadow: 0.22vw 0.22vw 0.88vw 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
  bottom: 4.4vw;
  right: 4.4vw;
  z-index: 2;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }
body.map.amore .feel-description::before {
  background-color: #C82522; }
body.map.amore .feel-description::after {
  background-color: #C82522; }
body.map.amore a.back {
  background-image: url("/img/back-amore.svg"); }
body.map.amore .qr-code {
  background-image: url("/img/qr-amore.png"); }
body.map.curiosita .feel-description::before {
  background-color: #ACC822; }
body.map.curiosita .feel-description::after {
  background-color: #ACC822; }
body.map.curiosita a.back {
  background-image: url("/img/back-curiosita.svg"); }
body.map.curiosita .qr-code {
  background-image: url("/img/qr-curiosita.png"); }
body.map.gioia .feel-description::before {
  background-color: #46C822; }
body.map.gioia .feel-description::after {
  background-color: #46C822; }
body.map.gioia a.back {
  background-image: url("/img/back-gioia.svg"); }
body.map.gioia .qr-code {
  background-image: url("/img/qr-gioia.png"); }
body.map.nostalgia .feel-description::before {
  background-color: #BA22C8; }
body.map.nostalgia .feel-description::after {
  background-color: #BA22C8; }
body.map.nostalgia a.back {
  background-image: url("/img/back-nostalgia.svg"); }
body.map.nostalgia .qr-code {
  background-image: url("/img/qr-nostalgia.png"); }
body.map.tristezza .feel-description::before {
  background-color: #2240C8; }
body.map.tristezza .feel-description::after {
  background-color: #2240C8; }
body.map.tristezza a.back {
  background-image: url("/img/back-tristezza.svg"); }
body.map.tristezza .qr-code {
  background-image: url("/img/qr-tristezza.png"); }

.gm-style-iw {
  color: #000;
  overflow: visible !important;
  padding: 0 !important;
  border-radius: 1.32vw !important;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.67) 2.5%) !important;
  backdrop-filter: blur(4px);
  -webkit-box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, 0.18), inset 0 0 7px #fff !important;
  box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, 0.18), inset 0 0 7px #fff !important;
  width: 15vw; }
  .gm-style-iw .gm-style-iw-chr {
    height: 0 !important; }
  .gm-style-iw button.gm-ui-hover-effect {
    color: #000 !important;
    background-color: #fff !important;
    opacity: 1 !important;
    border-radius: 50%;
    position: absolute;
    top: -22px;
    right: -22px;
    outline: none;
    z-index: 1; }
    .gm-style-iw button.gm-ui-hover-effect span {
      background-color: #000 !important; }

.gm-style-iw-d {
  overflow: auto !important; }

.iw_content {
  font-family: 'SF Pro Rounded Regular'; }
  .iw_content h1 {
    margin: 0 0 0.4vw 0;
    padding: 0 0.66vw;
    font-family: 'SF Pro Rounded Black';
    font-weight: 900;
    font-size: 1.2vw;
    color: #000; }
  .iw_content .image {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #e5e5e5;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 0 0 0.4vw 0;
    border-radius: 1.32vw 1.32vw 0 0;
    position: relative; }
    .iw_content .image .btn {
      position: absolute;
      bottom: 10px;
      right: 10px; }
  .iw_content .description {
    max-height: 126px;
    overflow-y: auto;
    margin: 0 0 0.4vw 0;
    padding: 0 0.66vw 0.66vw 0.66vw; }
    .iw_content .description p {
      margin: 0;
      font-size: 0.8vw; }
    .iw_content .description b {
      font-family: 'SF Pro Rounded Bold';
      font-weight: 700;
      color: #000; }

.mobile-menu {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  position: absolute;
  z-index: 1;
  left: 20px;
  top: 20px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.33);
  overflow: hidden;
  transition: height 0.3s ease-out; }
  .mobile-menu .hamburger {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    align-items: left;
    padding: 22px 20px; }
    .mobile-menu .hamburger span {
      height: 4px;
      border-radius: 2px;
      background-color: #fff;
      opacity: 1;
      transition: all 0.3s ease-out; }
      .mobile-menu .hamburger span:nth-of-type(1) {
        width: 24px; }
      .mobile-menu .hamburger span:nth-of-type(2) {
        width: 18px; }
      .mobile-menu .hamburger span:nth-of-type(3) {
        width: 12px; }
  .mobile-menu .emobtns {
    width: 64px;
    height: calc(64px * 5);
    display: flex;
    flex-direction: column;
    gap: 0; }
    .mobile-menu .emobtns .btn {
      width: 64px;
      height: 64px;
      display: block;
      position: relative;
      margin: 0; }
      .mobile-menu .emobtns .btn::before, .mobile-menu .emobtns .btn::after {
        content: '';
        position: absolute; }
      .mobile-menu .emobtns .btn::before {
        z-index: 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        border-radius: 50%;
        width: 56px;
        height: 56px;
        box-shadow: 0 0 0 4px #fff inset; }
      .mobile-menu .emobtns .btn::after {
        z-index: 1;
        top: 0;
        left: 0;
        width: 64px;
        height: 64px;
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat; }
      .mobile-menu .emobtns .btn.amore::before {
        background-color: #C82522; }
      .mobile-menu .emobtns .btn.amore::after {
        background-image: url("/img/gmap/amore.png"); }
      .mobile-menu .emobtns .btn.curiosita::before {
        background-color: #ACC822; }
      .mobile-menu .emobtns .btn.curiosita::after {
        background-image: url("/img/gmap/curiosita.png"); }
      .mobile-menu .emobtns .btn.gioia::before {
        background-color: #46C822; }
      .mobile-menu .emobtns .btn.gioia::after {
        background-image: url("/img/gmap/gioia.png"); }
      .mobile-menu .emobtns .btn.nostalgia::before {
        background-color: #BA22C8; }
      .mobile-menu .emobtns .btn.nostalgia::after {
        background-image: url("/img/gmap/nostalgia.png"); }
      .mobile-menu .emobtns .btn.tristezza::before {
        background-color: #2240C8; }
      .mobile-menu .emobtns .btn.tristezza::after {
        background-image: url("/img/gmap/tristezza.png"); }
      .mobile-menu .emobtns .btn.coming-soon {
        filter: grayscale(100%); }
        .mobile-menu .emobtns .btn.coming-soon::before {
          opacity: 0.75; }
        .mobile-menu .emobtns .btn.coming-soon::after {
          color: #fff;
          content: "a breve!";
          text-align: center;
          font-size: 14px;
          font-family: 'SF Pro Rounded Black';
          font-style: normal;
          font-weight: 900;
          text-shadow: 1px 1px 0 #000; }

body.map.amore .mobile-menu {
  background-color: #C82522; }
body.map.curiosita .mobile-menu {
  background-color: #ACC822; }
body.map.gioia .mobile-menu {
  background-color: #46C822; }
body.map.nostalgia .mobile-menu {
  background-color: #BA22C8; }
body.map.tristezza .mobile-menu {
  background-color: #2240C8; }

body.menu_open .hamburger span:nth-of-type(1) {
  width: 24px;
  transform: rotate(45deg) translate(6px, 6px); }
body.menu_open .hamburger span:nth-of-type(2) {
  width: 0;
  opacity: 0; }
body.menu_open .hamburger span:nth-of-type(3) {
  width: 24px;
  transform: rotate(-45deg) translate(5px, -5px); }
body.menu_open .mobile-menu {
  height: calc(64px * 6); }

body.iframe iframe {
  width: 100%;
  height: 100%;
  border: none; }
body.iframe a.back {
  width: 3.52vw;
  aspect-ratio: 1/1;
  display: block;
  position: absolute;
  z-index: 1;
  top: 2.2vw;
  left: 2.2vw;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  background-image: url("/img/back-iframe.svg"); }

@media (orientation: landscape) {
  body.map .mobile-menu {
    display: none; } }
@media (orientation: portrait) and (pointer: coarse) {
  body.map .feel-description, body.map .qr-code {
    display: none; }

  .fullscreen-btn {
    display: none; }

  .gm-style-iw {
    border-radius: 24px !important;
    width: 320px; }
    .gm-style-iw button.gm-ui-hover-effect {
      top: -22px;
      right: -22px; }

  .iw_content h1 {
    margin: 0 0 7px 0;
    padding: 0 12px;
    font-size: 21px; }
  .iw_content .image {
    margin: 0 0 7px 0;
    border-radius: 24px 24px 0 0;
    position: relative; }
  .iw_content .description {
    margin: 0 0 7px 0;
    padding: 0 12px 12px 12px; }
    .iw_content .description p {
      font-size: 16px; } }
