.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.preloader {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 9999;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
  background-image: url('../images/christmas-g7e68ee28b_1920.png');
  background-position: 50% 50%;
  background-size: cover;
}

.logowrapper {
  position: relative;
  overflow: hidden;
  width: 425px;
  height: 425px;
}

.image {
  position: absolute;
  left: 0%;
  top: 19%;
  right: 0%;
  bottom: 0%;
}

.image-2 {
  display: none;
}

.sticky-parent {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-text-sp {
  overflow: hidden;
}

.sticky-container {
  display: block;
  width: 100%;
  height: 420vh;
}

.hero {
  margin-bottom: 0px;
}

.hero.desktop {
  display: none;
}

.hero.mobile {
  display: none;
}

.div-hide-ab {
  position: absolute;
  z-index: 1;
  overflow: hidden;
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backdrop-filter: brightness(200%);
  backdrop-filter: brightness(200%);
}

.background-video.mobile {
  display: none;
}

.text-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 13.2em;
  height: 1.6em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #fff;
  font-size: 6em;
  font-weight: 400;
  white-space: nowrap;
}

.card-parent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.wrapper-img {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 19;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  background-image: url('../images/pexels-toni-cuenca-695971.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: -4px 0 16px -1px #000;
}

.image-4 {
  position: relative;
  top: 0px;
  z-index: 1;
  width: 50%;
  height: auto;
  max-width: 60%;
  border-radius: 20px;
  box-shadow: 4px 4px 11px 0 rgba(0, 0, 0, 0.68);
}

.image-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-parent1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-parent1.card {
  position: relative;
  display: none;
  overflow: hidden;
  width: 60vw;
  height: 30vh;
  margin-right: auto;
  margin-left: auto;
}

.hero-image-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 12;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c00), to(#c00));
  background-image: linear-gradient(180deg, #c00, #c00);
  background-position: 0px 0px;
  background-size: auto;
}

.hero-image-left.due {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
}

.img-child-v {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.img-child.img-1 {
  background-image: url('../images/IMG_0383.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section {
  position: relative;
  z-index: 19;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.background-video-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.marquee {
  position: relative;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  grid-column-gap: 1rem;
  background-color: #c00;
}

.marquee-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-column-gap: 1rem;
}

.text-block {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 3vw;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 12px 12px 4px rgba(0, 0, 0, 0.24);
}

.image-5 {
  position: relative;
  z-index: 9999;
  margin-top: 289px;
}

.section-2 {
  position: relative;
  z-index: -9;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  outline-color: #fff;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
}

.section-3 {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-border {
  padding-left: 2rem;
  border-style: none none none solid;
  border-width: 4px;
  border-color: #c00;
  border-radius: 20px;
}

.services_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.services_desktop-image-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.margin-bottom {
  margin-top: 0rem;
  margin-right: 0rem;
  margin-left: 0rem;
}

.page-padding {
  padding-right: 5%;
  padding-left: 5%;
}

.services_mobile-image {
  position: absolute;
  width: 100%;
}

.text-weight-semibold {
  font-weight: 600;
}

.services_image {
  position: absolute;
  width: 100%;
}

.services_image.is-image4 {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  outline-color: #d5c409;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 1px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 60% 50%;
  object-position: 60% 50%;
}

.services_image.is-image3 {
  height: 100%;
  border-radius: 2rem;
  outline-color: #d5c409;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 1px;
  -o-object-fit: cover;
  object-fit: cover;
}

.services_image.is-image2 {
  height: 100%;
  border-radius: 2rem;
  outline-color: #d5c409;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 1px;
  -o-object-fit: cover;
  object-fit: cover;
}

.services_image.is-image1 {
  height: 100%;
  border-radius: 2rem;
  outline-color: #d5c409;
  outline-style: solid;
  outline-width: 1px;
  -o-object-fit: cover;
  object-fit: cover;
}

.services_content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.services_mobile-image-wrapper {
  display: none;
}

.services_component {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-weight-light {
  font-family: Lemonmilk, sans-serif;
  color: #1d5356;
  line-height: 59px;
  font-weight: 400;
  text-decoration: none;
}

.text-weight-light.due {
  font-family: Lemonmilk, sans-serif;
  color: #c00;
  font-weight: 700;
}

.border-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 60%;
  padding: 0rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.4rem;
  border-color: #1d5356;
  border-radius: 2rem;
}

.icon-embed-medium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
}

.heading-xlarge {
  font-family: Lemonmilk, sans-serif;
  color: #1d5356;
  font-size: 3.25rem;
  line-height: 1.2;
  font-weight: 400;
  text-decoration: none;
}

.service-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-size-large {
  font-family: Lato, sans-serif;
  color: #1d5356;
  font-size: 1.75rem;
  line-height: 34px;
}

.heading {
  font-family: Lemonmilk, sans-serif;
  color: #1d5356;
  font-size: 51px;
  text-decoration: none;
}

.heading-2 {
  font-family: Lemonmilk, sans-serif;
  color: #c00;
  font-size: 51px;
  font-weight: 700;
  text-decoration: none;
}

.text-span {
  color: #c00;
  font-weight: 700;
}

.heading-3 {
  position: static;
  z-index: 1;
  font-family: Lemonmilk, sans-serif;
  color: #1d5356;
  font-size: 3.25em;
  line-height: 1.2em;
  font-weight: 400;
}

.text-span-2 {
  color: #c00;
  font-weight: 700;
  text-decoration: none;
}

.image-7 {
  width: 100%;
  margin-top: 0px;
}

.decks-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 270vh;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d5356;
}

.decks__wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 83, 86, 0.6)), to(rgba(29, 83, 86, 0.6))), url('../images/fiocchi-di-neve.png');
  background-image: linear-gradient(180deg, rgba(29, 83, 86, 0.6), rgba(29, 83, 86, 0.6)), url('../images/fiocchi-di-neve.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.decks__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.decks__grid.decks__grid--margin {
  margin-right: 3vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.decks__grid.decks__grid--margin.uno {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.decks__grid.decks__grid--margin.uno.due {
  display: none;
}

.decks__image {
  width: 25vw;
  border-radius: 4px;
  box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.04), 0 16px 24px 0 rgba(0, 0, 0, 0.06), 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 0 1px 0 rgba(0, 0, 0, 0.06);
}

.decks__image.decks__image--margin {
  width: 30vw;
  margin-right: 10px;
  margin-bottom: 1.5vh;
  margin-left: 20px;
  cursor: pointer;
}

.section-text-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 110vh;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #9e2000;
  background-image: url('../images/sonfo3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 13px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding-right: 20px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  border-radius: 20px 0px 0px 20px;
  background-color: #c01515;
  font-size: 15px;
  text-align: right;
}

.paragraph-2 {
  position: relative;
  width: 70%;
  margin-top: 40px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 2rem;
  line-height: 38px;
  text-align: right;
  text-transform: uppercase;
}

.paragraph-2.due {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  line-height: 40px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.text-span-6 {
  font-family: Oswald, sans-serif;
}

.bold-text-4 {
  color: #fff;
}

.city-name {
  position: static;
  width: 127%;
  margin-top: 0px;
  margin-bottom: 0px;
  border-style: none solid none none;
  border-width: 1px;
  border-color: #fff;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 1.9rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.1em;
}

.city-name.due {
  margin-bottom: 20px;
  padding-right: 60px;
  padding-left: 60px;
  font-family: Optima, sans-serif;
  text-align: center;
}

.city-name.due.tre {
  font-family: Lato, sans-serif;
}

.image-16 {
  position: absolute;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -o-object-fit: none;
  object-fit: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-16.due {
  left: auto;
  top: -1px;
  right: 0%;
  bottom: 0%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-wrapper {
  padding: 13px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 0 0 #000;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}

.button-wrapper:hover {
  box-shadow: 0 4px 15px -3px rgba(0, 0, 0, 0.64);
}

.location-row {
  position: relative;
  width: 100%;
  height: 10rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f6da00;
  -webkit-transition: background-color 800ms ease;
  transition: background-color 800ms ease;
}

.location-row.closed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
  background-color: #082a19;
}

.location-row.open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
  background-color: #082a19;
}

.time-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bold-text-2 {
  letter-spacing: 0.2em;
}

.location-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.city-time {
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1;
}

.heading-4 {
  width: 100%;
  padding-left: 20px;
  font-family: Lemonmilk, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 75px;
  text-align: left;
}

.heading-4.due {
  padding-right: 20px;
  font-family: Lemonmilk, sans-serif;
  font-size: 60px;
  text-align: right;
  text-shadow: none;
}

.blinking-css {
  display: none;
}

.time-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block-6 {
  font-family: 'Quicksand book', sans-serif;
  text-decoration: underline;
}

.heading-5 {
  display: none;
}

.row-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.time-message {
  font-family: 'Quicksand book', sans-serif;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
}

.image-26 {
  position: relative;
  z-index: 10;
  box-shadow: 0 3px 6px 0 #000;
}

.sticky-container-2 {
  display: block;
  width: 100%;
  height: 420vh;
}

.image-34 {
  max-width: 60%;
}

._148-icon-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  margin-right: 32px;
  margin-left: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed-2 {
  position: relative;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._148-social-media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-18 {
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-img-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 19;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #be0606;
  box-shadow: -4px 0 16px -1px #000;
}

.hero-image-left-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 12;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c00), to(#c00));
  background-image: linear-gradient(180deg, #c00, #c00);
  background-position: 0px 0px;
  background-size: auto;
}

.html-embed.due {
  display: none;
}

.html-embed.quattro {
  display: none;
}

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

._148-sm-icon-image {
  position: relative;
  width: 30px;
  height: 30px;
}

._148-sm-inner-circle {
  position: absolute;
  display: block;
  width: 100px;
  height: 100px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 175, 249, 0.4);
  border-radius: 50%;
}

.text-block-18 {
  font-family: 'Champagne & limousines', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.background-video-3 {
  width: 100%;
  height: 50%;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-35 {
  max-width: 30%;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-36 {
  position: relative;
  left: -166px;
  max-width: 20%;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #be0606;
  background-image: url('../images/sfondo2.png');
  background-position: 0px 0px;
  background-size: contain;
}

.bold-text-5 {
  cursor: pointer;
}

.bold-text-6 {
  text-decoration: none;
  cursor: pointer;
}

.link {
  color: #1d5356;
  text-decoration: none;
}

.section-8 {
  display: none;
}

.section-9 {
  display: none;
}

.hero-heading-right {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #fff;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.shadow-two {
  box-shadow: 0 4px 24px 0 rgba(150, 163, 181, 0.08);
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-family: 'Champagne & limousines', sans-serif;
  color: #1d5356;
  font-size: 27px;
  line-height: 28px;
}

.button-primary {
  padding: 12px 25px;
  background-color: #1a1b1f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.slide {
  background-image: url('../images/0d6b2134-1e82-4f45-b45f-718e67d7f9b7.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/15dcb901-0f54-41bb-bb97-435988936348.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-3 {
  border-radius: 20px;
  background-image: url('../images/8fa1d611-645f-4093-b874-d346a536ec4f.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.slider {
  width: 600px;
  height: 600px;
  background-color: #fff;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.mask {
  border-style: solid;
  border-width: 7px;
  border-color: #c00;
  border-radius: 20px;
}

.heading-6 {
  font-family: 'Champagne & limousines', sans-serif;
  color: #1d5356;
  font-weight: 400;
}

.text-span-13 {
  color: #c00;
}

.slide-1 {
  margin-right: 10px;
  margin-left: 10px;
}

.client-name {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

.testimonial-slider-mask {
  height: 100%;
}

.image-container.margin-bottom-40px {
  width: 430px;
  height: 500px;
  border-radius: 20px;
  background-image: url('../images/15dcb901-0f54-41bb-bb97-435988936348.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-buttons-grid {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph {
  color: #585858;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
}

.paragraph.small-paragraph {
  color: rgba(51, 51, 51, 0.5);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

.client-image {
  border-radius: 50%;
}

.heading-7 {
  margin-top: 0px;
  color: #000;
  line-height: 0.8;
  font-weight: 700;
}

.heading-7.h2 {
  margin-bottom: 0px;
  color: #333;
  font-size: 56px;
  line-height: 1.2;
  font-weight: 400;
}

.testimonials-block {
  height: 100%;
}

.testimonial {
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
}

._2-grids {
  grid-column-gap: 140px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._2-grids.center-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 45px;
  grid-row-gap: 45px;
}

._2-grids.center-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subtitle {
  padding-right: 68px;
  padding-left: 68px;
  background-image: url('../images/Rectangle.svg');
  background-position: 0% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.subtitle.dark-title {
  background-image: url('../images/Rectangle-dark.svg');
}

.review-grid {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -ms-grid-columns: auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testimonial-slider {
  height: 100%;
  background-color: transparent;
}

.section-10 {
  display: block;
  height: 120vh;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-10.ceste {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 110vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.section-10.alberi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-slider-arrows {
  display: none;
}

.container-3 {
  width: 100%;
  max-width: 90%;
  min-height: 30px;
  margin-right: auto;
  margin-left: auto;
}

.testimonial-left-block {
  padding: 48px;
}

.testimonial-left-block.bg-dark-slate-grey {
  border-right: 5px none #1d5356;
  border-left: 4px solid #1d5356;
  border-radius: 20px;
}

.hide {
  display: none;
}

.text-span-14 {
  color: #c00;
  font-weight: 700;
}

.left {
  display: none;
}

.right {
  display: none;
}

.image-37 {
  height: 500px;
}

.slider-2 {
  height: 500px;
}

.image-39 {
  height: 100%;
}

.mask-2 {
  width: 100%;
  height: 500px;
}

.testimonial-slider-mask-2 {
  height: 100%;
}

.client-image-2 {
  border-radius: 50%;
}

.testimonial-slider-2 {
  height: 100%;
  background-color: transparent;
}

.section-11 {
  display: none;
  padding-top: 40px;
  padding-bottom: 40px;
}

.hide-2 {
  display: none;
}

.slider-3 {
  height: 500px;
  border-radius: 20px;
}

.slider-3.alberi {
  height: 600px;
}

.image-42 {
  height: 100%;
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.slide-nav-2 {
  display: none;
}

.slide-5 {
  height: 500px;
}

.image-43 {
  height: 100%;
}

.image-44 {
  height: 500px;
}

.image-45 {
  height: 100%;
}

.mask-3 {
  border-radius: 20px;
}

.image-46 {
  position: relative;
  left: -32px;
  top: 126px;
  z-index: 5;
  max-width: 10%;
  border-radius: 20px;
  box-shadow: 3px 3px 2px 0 hsla(0, 0%, 100%, 0.6);
}

.section13 {
  display: none;
}

.slider-4 {
  display: none;
}

.text-span-20 {
  font-weight: 700;
  text-decoration: none;
}

.text-span-21 {
  font-weight: 700;
  text-decoration: none;
}

.bold-text-7 {
  text-decoration: none;
}

.bold-text-8 {
  text-decoration: none;
}

.bold-text-9 {
  font-family: Lemonmilk, sans-serif;
}

.image-52 {
  position: relative;
  left: 306px;
  top: 164px;
}

.image-53 {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.image-54 {
  width: 100%;
  height: 600px;
}

.text-span-25 {
  text-decoration: none;
}

.section-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/961b20204cb07fbb7813fa51a468c601.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.text-span-28 {
  font-family: 'Open Sans', sans-serif;
}

.section-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.background-video-4 {
  width: 50%;
  height: 100%;
  border-style: solid;
  border-width: 4px;
  border-color: #c00;
  border-radius: 20px 0px 0px 20px;
}

.section-14 {
  display: none;
}

.div-block-13 {
  width: 50%;
}

.body {
  background-color: #fff;
}

.image-55 {
  width: 100%;
  height: 100%;
}

.image-55.alberi {
  height: 100%;
}

.image-56 {
  width: 100%;
  height: 100%;
}

.image-56.albero3 {
  height: 100%;
}

.image-57 {
  width: 100%;
  height: 100%;
}

.image-57.albero2 {
  height: 100%;
}

.section-15 {
  display: none;
}

.section-16 {
  display: none;
}

.section-17 {
  height: 100%;
}

.image-60 {
  display: none;
}

.image-62 {
  display: none;
}

.image-63 {
  display: none;
}

.header-section {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 22px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
}

.menu_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.menu_buttoncontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-left: 12px;
  padding: 14px 0px 14px 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  cursor: pointer;
}

.topbar {
  width: 30px;
  height: 2px;
  background-color: #000;
}

.bottom-bar {
  width: 40px;
  height: 2px;
  margin-top: 10px;
  background-color: #000;
}

.div-block-16 {
  position: absolute;
  left: auto;
  top: 11%;
  right: 16%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.closex {
  position: absolute;
  left: 112px;
  top: 42%;
  right: 0%;
  bottom: auto;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link2 {
  margin-top: 6px;
  color: #000;
  text-decoration: none;
}

.div-block-3 {
  width: 30px;
  height: 2px;
  background-color: #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.full-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  overflow: hidden;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c00;
}

.link-block {
  color: #fff;
  font-size: 126px;
  line-height: 124px;
  text-decoration: none;
}

.div-block-4 {
  width: 30px;
  height: 2px;
  background-color: #000;
  -webkit-transform: rotate(-45deg) translate(1px, -2px);
  -ms-transform: rotate(-45deg) translate(1px, -2px);
  transform: rotate(-45deg) translate(1px, -2px);
}

.link3 {
  margin-top: 6px;
  color: #000;
  text-decoration: none;
}

.heading-8 {
  color: #fff;
}

.text-block-19 {
  font-family: Lemonmilk, sans-serif;
  color: #fff;
  font-size: 126px;
  line-height: 124px;
}

.text-block-20 {
  font-family: Lemonmilk, sans-serif;
  color: #fff;
  font-size: 126px;
  line-height: 124px;
}

.text-block-21 {
  font-family: Lemonmilk, sans-serif;
  color: #fff;
  font-size: 126px;
  line-height: 124px;
}

.text-block-22 {
  font-family: Lemonmilk, sans-serif;
  color: #fff;
  font-size: 126px;
  line-height: 124px;
}

.text-block-23 {
  font-family: Lemonmilk, sans-serif;
}

.navbar {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c00;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c00;
}

.icon {
  max-width: none;
}

.menu-button {
  background-color: #c00;
}

.nav-link {
  font-family: Lemonmilk, sans-serif;
  color: #fffdfd;
  font-size: 50px;
}

.nav-link-2 {
  margin-top: 20px;
  font-family: Lemonmilk, sans-serif;
  font-size: 50px;
}

.text-span-30 {
  font-family: Lemonmilk, sans-serif;
  color: #fff;
  font-size: 50px;
}

.text-span-31 {
  color: #fff;
}

.text-span-32 {
  color: #fff;
}

.nav-link-3 {
  margin-top: 20px;
}

.nav-link-4 {
  margin-top: 20px;
}

.nav-link-5 {
  margin-top: 20px;
}

.image-64 {
  margin-top: 20px;
}

.section-18 {
  display: none;
}

.image-65 {
  position: absolute;
  left: 26%;
  top: auto;
  right: auto;
  bottom: 25%;
  -webkit-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  transform: rotate(-9deg);
}

.image-66 {
  position: absolute;
  left: 31%;
  top: auto;
  right: auto;
  bottom: 13%;
}

.image-67 {
  display: none;
}

.div-block-18 {
  display: none;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 29px;
  grid-row-gap: 29px;
}

.div-block-19.due {
  display: none;
}

.text-span-33 {
  font-weight: 700;
}

.text-span-34 {
  font-weight: 700;
}

.div-block-20 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.78);
}

.popup-mercatino {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: none;
  background-color: rgba(155, 118, 118, 0.81);
}

.container-popup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pop-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 500px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-69 {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 11px;
}

.image-70 {
  display: block;
  max-width: none;
  cursor: pointer;
}

.div-block-21 {
  display: none;
}

@media screen and (min-width: 1280px) {
  .preloader {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    background-image: url('../images/christmas-g7e68ee28b_1920.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  .image-4 {
    width: 50%;
    max-width: 50%;
  }

  .hero-image-left {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c00), to(#c00));
    background-image: linear-gradient(180deg, #c00, #c00);
  }

  .section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .left-border {
    border-radius: 20px;
  }

  .services_desktop-image-wrapper {
    background-image: none;
  }

  .page-padding {
    margin-top: 0px;
  }

  .text-size-large {
    color: #1d5356;
  }

  .text-span {
    text-shadow: 1px 1px 0 #000;
  }

  .image-7 {
    display: block;
    width: 100%;
    height: 100vh;
  }

  .decks-2 {
    overflow: hidden;
    height: 250vh;
  }

  .decks__wrapper-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 83, 86, 0.5)), to(rgba(29, 83, 86, 0.5))), url('../images/fiocchi-di-neve.png');
    background-image: linear-gradient(180deg, rgba(29, 83, 86, 0.5), rgba(29, 83, 86, 0.5)), url('../images/fiocchi-di-neve.png');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, contain;
  }

  .decks__grid.decks__grid--margin {
    margin-right: 5vw;
  }

  .paragraph-2 {
    padding-left: 0px;
  }

  .city-name.due {
    padding-right: 140px;
    padding-left: 140px;
    text-decoration: none;
    text-shadow: 1px 1px 3px #fff;
  }

  .city-name.due.tre {
    text-shadow: none;
  }

  .image-26 {
    position: relative;
    z-index: 6;
    box-shadow: none;
  }

  .image-34 {
    max-width: 70%;
    margin-top: 20px;
  }

  .html-embed-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-18 {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .wrapper-img-2 {
    width: 47%;
  }

  .hero-image-left-2 {
    width: 53%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c00), to(#c00));
    background-image: linear-gradient(180deg, #c00, #c00);
  }

  .html-embed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .html-embed.tre {
    display: none;
  }

  .html-embed.quattro {
    display: block;
  }

  .text-block-18 {
    color: #fff;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
  }

  .div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .background-video-3 {
    height: 100%;
    padding: 0px;
  }

  .bold-text-5 {
    text-shadow: 0 0 1px #fff;
  }

  .bold-text-6 {
    text-shadow: 1px 1px 2px #fff;
  }

  .link {
    border: 1px none #000;
    color: #1d5356;
  }

  .testimonial-slider-mask {
    width: auto;
  }

  .image-container.margin-bottom-40px {
    background-image: none;
  }

  .client-image {
    margin-top: -44px;
    margin-bottom: 0px;
    margin-left: -49px;
    padding-left: 0px;
    border-radius: 100%;
  }

  .testimonial-slider {
    width: 1152px;
  }

  .section-10 {
    position: static;
    z-index: 0;
    overflow: visible;
    height: 120vh;
    background-position: 100% 100%;
  }

  .testimonial-left-block.bg-dark-slate-grey {
    border-radius: 20px;
  }

  .slide-4 {
    width: 100%;
    height: 100%;
  }

  .image-37 {
    width: 430px;
    height: 500px;
  }

  .slider-2 {
    width: 430px;
    height: 500px;
    border-radius: 20px;
  }

  .image-38 {
    height: 500px;
  }

  .image-39 {
    height: 500px;
  }

  .mask-2 {
    border-style: solid;
    border-width: 8px;
    border-color: #c00;
    border-radius: 20px;
  }

  .section-11 {
    display: none;
  }

  .image-42 {
    width: 100%;
  }

  .image-45 {
    width: 100%;
  }

  .section13 {
    display: none;
  }

  .bold-text-7 {
    color: #1d5356;
    text-decoration: none;
  }

  .image-53 {
    margin: 227px auto auto;
  }

  .text-span-22 {
    text-decoration: none;
  }

  .text-span-23 {
    text-decoration: none;
  }

  .text-span-24 {
    text-decoration: none;
  }

  .div-block-13 {
    width: 100%;
  }

  .image-55 {
    height: 100%;
  }

  .image-56 {
    height: 100%;
  }

  .image-57 {
    height: 100%;
  }

  .section-17 {
    height: 100%;
    background-image: none;
  }

  .div-block-15 {
    height: 99vh;
  }

  .text-span-29 {
    text-decoration: none;
  }

  .image-65 {
    margin-left: 80px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-66 {
    padding-left: 63px;
  }
}

@media screen and (min-width: 1920px) {
  .preloader {
    display: none;
  }

  .logowrapper {
    width: 30%;
    height: 37%;
  }

  .sticky-container {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
  }

  .wrapper-img {
    background-color: #be0303;
  }

  .image-4 {
    width: 50%;
    max-width: 80%;
  }

  .img-parent1.card {
    display: none;
  }

  .hero-image-left {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c00), to(#c00));
    background-image: linear-gradient(180deg, #c00, #c00);
  }

  .hero-image-left.due {
    background-image: url('../images/pexels-toni-cuenca-695971.jpg'), -webkit-gradient(linear, left top, left bottom, from(#c00), to(#c00));
    background-image: url('../images/pexels-toni-cuenca-695971.jpg'), linear-gradient(180deg, #c00, #c00);
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
  }

  .section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-6 {
    display: none;
  }

  .page-padding {
    margin-top: 0px;
  }

  .text-weight-light {
    width: 588px;
    font-size: 4.9rem;
    line-height: 90px;
  }

  .container-large {
    max-width: 90rem;
  }

  .heading-xlarge {
    font-size: 5.3rem;
    line-height: 98px;
  }

  .text-size-large {
    color: #1d5356;
    font-size: 2.6rem;
    line-height: 62px;
  }

  .heading {
    font-family: Lemonmilk, sans-serif;
    font-size: 6em;
    line-height: 78px;
    font-weight: 400;
    text-transform: uppercase;
  }

  .heading-2 {
    font-size: 6rem;
    line-height: 78px;
    text-decoration: none;
  }

  .text-span {
    font-size: 4.9rem;
  }

  .heading-3 {
    font-size: 6.3em;
    line-height: 94px;
  }

  .image-7 {
    width: 100%;
    height: 130vh;
  }

  .section-4 {
    margin-top: 0px;
  }

  .decks-2 {
    height: 250vh;
    margin-left: 0px;
    background-color: transparent;
  }

  .decks__wrapper-2 {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 83, 86, 0.32)), to(rgba(29, 83, 86, 0.32))), url('../images/fiocchi-di-neve.png');
    background-image: linear-gradient(180deg, rgba(29, 83, 86, 0.32), rgba(29, 83, 86, 0.32)), url('../images/fiocchi-di-neve.png');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, contain;
    background-repeat: repeat, repeat-y;
  }

  .decks__image {
    position: static;
    z-index: 56;
    width: 25vw;
  }

  .decks__image.decks__image--margin {
    width: 34vw;
    border-radius: 20px;
  }

  .section-5 {
    position: relative;
    z-index: 99999;
    height: 110vh;
  }

  .section-text-2 {
    position: relative;
    z-index: 5;
    height: 120vh;
  }

  .div-block-2 {
    width: 50%;
    padding-left: 0px;
  }

  .paragraph-2 {
    padding-left: 0px;
    font-size: 3.3rem;
    line-height: 53px;
  }

  .paragraph-2.due {
    width: 100%;
    padding-right: 20px;
    font-family: Montserrat, sans-serif;
    line-height: 60px;
  }

  .text-span-6 {
    color: #fff;
  }

  .city-name {
    margin-right: 40px;
    font-size: 2.2rem;
  }

  .city-name.due {
    margin-bottom: 20px;
    padding-right: 140px;
    padding-left: 140px;
    font-size: 2.5rem;
  }

  .image-16.due {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .button-wrapper {
    font-size: 52px;
    line-height: 27px;
  }

  .location-row.closed {
    height: 11.7rem;
  }

  .city-time {
    font-size: 2.5rem;
  }

  .heading-4 {
    font-size: 93px;
  }

  .heading-4.due {
    font-size: 110px;
  }

  .text-block-6 {
    font-size: 29px;
  }

  .time-message {
    font-size: 1.9rem;
  }

  .section-6 {
    margin-top: 112px;
  }

  .image-26 {
    border: 1px none #000;
    box-shadow: none;
  }

  .image-34 {
    max-width: 90%;
    margin-top: 49px;
    padding-top: 0px;
  }

  .image-18 {
    width: 70vh;
    max-width: none;
    padding-right: 20px;
    padding-left: 20px;
  }

  .wrapper-img-2 {
    width: 50%;
  }

  .hero-image-left-2 {
    width: 50%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c00), to(#c00));
    background-image: linear-gradient(180deg, #c00, #c00);
  }

  .html-embed {
    display: none;
    width: 100%;
  }

  .html-embed.due {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }

  .html-embed.quattro {
    display: none;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  ._148-sm-icon-image {
    width: 100%;
    height: 100%;
  }

  .text-block-18 {
    padding-right: 20px;
    padding-left: 20px;
    color: #fff;
    font-size: 3.3em;
    line-height: 50px;
    text-align: center;
  }

  .background-video-3 {
    height: 50%;
  }

  .image-36 {
    position: relative;
    right: -88px;
  }

  .link {
    color: #1d5356;
  }

  .section-9 {
    display: none;
  }

  .hero-wrapper {
    width: 100%;
    height: 100%;
  }

  .hero-split {
    max-width: 100%;
  }

  .margin-bottom-24px {
    font-size: 3.9em;
  }

  .image-container.margin-bottom-40px {
    width: 800px;
    height: 700px;
    border-style: solid;
    border-width: 7px;
    border-color: #c00;
    background-image: url('../images/15dcb901-0f54-41bb-bb97-435988936348.JPG');
    background-position: 50% 50%;
    background-size: cover;
  }

  .slider-buttons-grid {
    display: none;
  }

  ._2-grids.center-grid {
    justify-items: center;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  ._2-grids.center-grid {
    height: 100vh;
  }

  .section-10 {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .section-10.ceste {
    margin-top: 100px;
    background-image: none;
  }

  .section-10.alberi {
    margin-top: 220px;
  }

  .hide {
    display: none;
  }

  .text-span-14 {
    color: #c00;
    font-weight: 700;
  }

  .section-11 {
    display: none;
    height: 100vh;
    margin-bottom: 220px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-40 {
    display: none;
  }

  .text-span-15 {
    font-weight: 700;
  }

  .text-span-16 {
    font-weight: 700;
  }

  .image-41 {
    position: absolute;
    left: 0%;
    top: 13%;
    right: auto;
    bottom: auto;
    z-index: 9999;
    width: auto;
    height: 20%;
    border-radius: 20px;
    box-shadow: 1px 1px 3px 0 #000;
  }

  .slider-3 {
    height: 800px;
  }

  .slider-3.alberi {
    height: 1000px;
  }

  .image-42 {
    width: 100%;
    height: 100%;
  }

  .slide-5 {
    height: 900px;
  }

  .image-43 {
    width: 100%;
    height: 100%;
  }

  .image-45 {
    height: 100%;
  }

  .image-46 {
    left: -70px;
    top: 186px;
  }

  .section13 {
    display: none;
    margin-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-47 {
    width: 100%;
    height: 900px;
  }

  .text-span-17 {
    font-weight: 700;
  }

  .text-span-18 {
    font-weight: 700;
  }

  .text-span-19 {
    font-weight: 700;
  }

  .image-53 {
    width: 50%;
    max-width: 50%;
  }

  .image-54 {
    height: 100%;
  }

  .section-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .background-video-4 {
    width: 50%;
  }

  .div-block-13 {
    width: 50%;
    height: 50vh;
  }

  .image-55 {
    height: 100%;
  }

  .image-56 {
    height: 100%;
  }

  .image-57 {
    height: 100%;
  }

  .section-16 {
    display: block;
  }

  .image-61 {
    width: 100%;
    height: 100%;
  }

  .image-65 {
    left: 22%;
    bottom: 28%;
    margin-top: 0px;
    margin-bottom: -26px;
    margin-left: 126px;
    -webkit-transform: translate(0px, 43px) rotate(-31deg);
    -ms-transform: translate(0px, 43px) rotate(-31deg);
    transform: translate(0px, 43px) rotate(-31deg);
  }

  .image-66 {
    margin-top: 9px;
    margin-bottom: 34px;
    margin-left: 64px;
    padding-top: 0px;
    padding-left: 0px;
  }

  .pop-white {
    width: 800px;
  }
}

@media screen and (max-width: 991px) {
  .image-4 {
    width: 60%;
  }

  .left-border {
    margin-bottom: 3rem;
    padding-top: 0px;
    padding-left: 1rem;
  }

  .section-services {
    padding-right: 4%;
    padding-left: 4%;
  }

  .services_desktop-image-wrapper {
    display: none;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .services_mobile-image {
    height: 100%;
    margin-bottom: 0px;
    border-radius: 2rem;
    outline-color: #d5c409;
    outline-offset: 0px;
    outline-style: solid;
    outline-width: 1px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .services_mobile-image-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 0.4rem;
    border-color: #1d5356;
    border-radius: 2rem;
  }

  .services_component {
    grid-auto-flow: row;
    grid-column-gap: 1rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .border-wrapper {
    width: 100%;
    height: 50%;
  }

  .heading-xlarge {
    font-size: 2.75rem;
  }

  .text-size-large {
    font-size: 1.5rem;
  }

  .image-7 {
    margin-bottom: 40px;
  }

  .decks-2 {
    height: 250vh;
    padding-top: 60px;
  }

  .decks__wrapper-2 {
    background-color: #fff;
    -webkit-transform: translate(0px, -24px);
    -ms-transform: translate(0px, -24px);
    transform: translate(0px, -24px);
  }

  .decks__image {
    width: 25vw;
  }

  .div-block-2 {
    font-size: 14px;
  }

  .paragraph-2 {
    padding-left: 98px;
    font-size: 1.4rem;
    text-transform: uppercase;
  }

  .paragraph-2.due {
    padding-left: 0px;
    line-height: 32px;
  }

  .city-name {
    width: 86%;
    font-size: 1.5rem;
  }

  .city-name.due.tre {
    border-style: none;
  }

  .bold-text-2 {
    font-size: 1.2rem;
  }

  .city-time {
    font-size: 1.7rem;
  }

  .heading-4 {
    width: 100%;
    font-size: 35px;
  }

  .heading-4.due {
    font-size: 41px;
  }

  .image-34 {
    max-width: 60%;
  }

  ._148-icon-wrapper {
    margin-top: 42px;
    margin-bottom: 42px;
  }

  ._148-social-media-wrapper {
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .html-embed {
    width: 100%;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    margin-bottom: -40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  ._2-grids {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._2-grids.center-grid {
    grid-row-gap: 40px;
    border-radius: 0px;
  }

  ._2-grids.center-grid {
    grid-row-gap: 40px;
  }

  .section-10 {
    height: 160vh;
    margin-top: 0px;
  }

  .section-10.ceste {
    margin-top: 40px;
    background-position: 50% 0%;
  }

  .testimonial-left-block.bg-dark-slate-grey {
    margin-bottom: 0px;
  }

  .slider-3 {
    display: none;
  }

  .section13 {
    display: none;
  }

  .left-arrow-3 {
    display: none;
  }

  .slide-nav-3 {
    display: none;
    border-radius: 20px;
  }

  .right-arrow-3 {
    display: none;
  }

  .image-48 {
    width: 100%;
    height: 100%;
  }

  .image-49 {
    width: 100%;
    height: 100%;
  }

  .image-50 {
    width: 100%;
    height: 100%;
  }

  .image-51 {
    width: 100%;
  }

  .mask-4 {
    border-radius: 20px;
  }

  .slider-4 {
    display: block;
    width: 80%;
    height: 500px;
    border-radius: 20px;
  }

  .text-span-20 {
    font-weight: 700;
  }

  .text-span-21 {
    font-weight: 700;
  }

  .bold-text-9 {
    font-size: 21px;
    text-shadow: none;
  }

  .section-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #be0000;
    background-image: none;
    background-size: auto;
  }

  .image-60 {
    display: block;
  }

  .image-62 {
    display: none;
  }

  .image-63 {
    display: none;
  }

  .image-67 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hero.desktop {
    overflow: hidden;
  }

  .card-parent {
    height: 100vh;
  }

  .section-3 {
    overflow: hidden;
  }

  .services_content {
    height: auto;
    padding-top: 5rem;
    padding-bottom: 2rem;
  }

  .services_desktop-image-wrapper {
    display: none;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .services_mobile-image {
    position: static;
  }

  .services_mobile-image-wrapper {
    display: block;
    width: 100%;
    margin-top: 2.5rem;
  }

  .services_component {
    grid-row-gap: 3rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-weight-light {
    font-size: 34px;
    line-height: 51px;
  }

  .text-weight-light.due {
    font-size: 34px;
  }

  .heading-xlarge {
    font-size: 2.25rem;
  }

  .text-size-large {
    font-size: 1.5rem;
  }

  .heading {
    font-size: 34px;
    font-weight: 400;
  }

  .heading-2 {
    font-size: 39px;
    line-height: 33px;
  }

  .heading-3 {
    font-size: 2.8em;
  }

  .image-7 {
    height: 100%;
  }

  .section-4 {
    overflow: hidden;
  }

  .decks-2 {
    overflow: hidden;
    height: 100vh;
    padding-top: 0px;
  }

  .section-text-2 {
    height: 120vh;
    background-position: 20% 50%;
    background-size: cover;
  }

  .div-block-2 {
    line-height: 17px;
  }

  .paragraph-2 {
    padding-left: 0px;
    font-size: 1.3rem;
    line-height: 27px;
  }

  .paragraph-2.due {
    font-size: 1.5rem;
    line-height: 30px;
  }

  .city-name.due.tre {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1.4rem;
  }

  .image-16.due {
    left: 460px;
    top: -82px;
    right: -19%;
    display: none;
    width: 50%;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }

  .city-time {
    font-size: 1.4rem;
  }

  .heading-4 {
    margin-top: 89px;
    font-size: 43px;
    line-height: 52px;
  }

  .heading-4.due {
    font-size: 43px;
  }

  .time-message {
    font-size: 1.2rem;
  }

  .sticky-container-2 {
    height: 100vh;
  }

  .image-34 {
    display: none;
  }

  ._148-icon-wrapper {
    margin-top: 0px;
  }

  ._148-social-media-wrapper {
    margin-bottom: 0px;
  }

  .image-18 {
    max-width: 90%;
  }

  .footer {
    height: 100vh;
    max-height: 100vh;
  }

  .hero-image-left-2 {
    height: 100vh;
  }

  .text-block-18 {
    font-size: 19px;
    line-height: 25px;
  }

  .image-36 {
    margin-top: -57px;
  }

  .section-7 {
    height: 70vh;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .slider-buttons-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
  }

  .paragraph {
    line-height: 1.4em;
  }

  .paragraph.small-paragraph {
    font-size: 14px;
  }

  .heading-7.h2 {
    font-size: 40px;
  }

  ._2-grids {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-10 {
    display: none;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-3 {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 40px;
  }

  .testimonial-left-block.bg-dark-slate-grey {
    padding-right: 0px;
  }

  .section-11 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slider-3 {
    display: none;
  }

  .bold-text-9 {
    font-size: 17px;
  }

  .section-13 {
    overflow: hidden;
    height: 80vh;
  }

  .section-16 {
    overflow: hidden;
  }

  .section-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #be0000;
    background-image: none;
  }

  .image-62 {
    display: none;
  }

  .image-63 {
    display: none;
  }

  .image-65 {
    display: none;
  }

  .image-66 {
    display: none;
  }

  .image-67 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .preloader {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    width: auto;
    height: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-image: url('../images/christmas-g7e68ee28b_1920.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  .logowrapper {
    width: auto;
  }

  .image {
    position: relative;
    top: 0%;
    z-index: 9999;
    padding-top: 160px;
  }

  .image-2 {
    display: none;
    margin-top: 103px;
  }

  .wrapper-text-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero {
    display: none;
  }

  .hero.desktop {
    display: none;
  }

  .hero.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .background-video {
    display: none;
  }

  .background-video.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .text-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 3em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12em;
    line-height: 0.6;
  }

  .wrapper-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-left-style: none;
    background-color: transparent;
    background-image: url('../images/freestocks---Qf9JKLysUg-unsplash.png');
  }

  .image-4 {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-top: -152px;
    padding-top: 0px;
  }

  .img-parent1.card {
    width: 30vw;
  }

  .hero-image-left {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c00), to(#c00));
    background-image: linear-gradient(180deg, #c00, #c00);
    background-position: 0px 0px;
    background-size: auto;
  }

  .hero-image-left.due {
    background-image: none;
  }

  .span-text._2 {
    font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
    font-size: 1em;
    font-weight: 700;
  }

  .span-text._1 {
    font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
    font-size: 0.9em;
    font-weight: 700;
  }

  .img-child.img-1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/IMG_0383.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/IMG_0383.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .background-video-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block {
    font-size: 6vw;
  }

  .section-services {
    padding-right: 0%;
    padding-left: 0%;
  }

  .services_content {
    height: auto;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .services_mobile-image-wrapper {
    width: 85%;
    height: 30vh;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .services_component {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-weight-light {
    font-size: 0.8em;
    line-height: 42px;
  }

  .text-weight-light.due {
    font-size: 1.1em;
  }

  .heading-xlarge {
    font-size: 2.5em;
    line-height: 33px;
  }

  .text-size-large {
    font-family: Lato, sans-serif;
    color: #1d5356;
    font-size: 1.4rem;
    line-height: 29px;
    text-transform: none;
  }

  .heading {
    font-family: Lemonmilk, sans-serif;
    font-size: 2.6em;
    font-weight: 400;
  }

  .heading-2 {
    font-size: 2.8em;
    line-height: 23px;
  }

  .text-span {
    font-size: 0.9em;
  }

  .heading-3 {
    color: #1d5356;
    font-size: 2em;
    line-height: 1.2em;
    font-weight: 400;
  }

  .text-span-2 {
    color: #c00;
    font-size: 1.4em;
    font-weight: 700;
  }

  .section-4 {
    background-color: #fff;
  }

  .decks-2 {
    height: 130vh;
    padding-top: 0px;
    background-color: #082a19;
  }

  .decks__wrapper-2 {
    width: 100vw;
    background-color: #082a19;
    background-image: url('../images/fiocchi-di-neve.png');
    background-position: 50% 50%;
    background-size: contain;
  }

  .decks__grid.decks__grid--margin {
    margin-right: 2vw;
  }

  .decks__grid.decks__grid--margin.uno {
    display: none;
    margin-right: 0vw;
  }

  .lightbox-link {
    border-radius: 20px;
  }

  .decks__image {
    width: 50vw;
  }

  .decks__image.decks__image--margin {
    width: 50vw;
    margin-bottom: 1vh;
    margin-left: 2px;
  }

  .section-5 {
    overflow: hidden;
    background-color: #082a19;
  }

  .section-text-2 {
    height: 48vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    background-size: auto;
    background-repeat: repeat;
    color: #082a19;
    font-size: 0.2rem;
  }

  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(8, 42, 25, 0.62);
  }

  .paragraph-2 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1.2rem;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 6px #9b9b9b;
  }

  .paragraph-2.due {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1.3rem;
    line-height: 30px;
    text-shadow: none;
  }

  .bold-text-4 {
    font-family: Lemonmilk, sans-serif;
    color: #fff;
    text-shadow: none;
  }

  .city-name {
    width: 100%;
    padding-right: 1px;
    padding-left: 0px;
    font-family: 'Champagne & limousines', sans-serif;
    color: #fff;
    font-size: 1rem;
  }

  .city-name.due {
    margin-top: 122px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0em;
  }

  .image-16 {
    position: absolute;
    top: 489px;
  }

  .image-16.due {
    display: none;
  }

  .button-wrapper {
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    font-size: 5px;
  }

  .location-row {
    height: 8rem;
    background-color: #0a100d;
  }

  .location-row.closed {
    z-index: 0;
    height: 10.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .location-row.open {
    background-color: #082a19;
  }

  .text-span-10 {
    font-family: Exo, sans-serif;
    font-size: 0.8rem;
  }

  .time-content-wrapper {
    width: 8.4375rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .text-span-12 {
    font-family: Exo, sans-serif;
  }

  .bold-text-2 {
    font-size: 1rem;
  }

  .location-wrapper {
    padding-right: 0.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .city-time {
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    color: #fff;
    font-size: 1.1rem;
    text-align: center;
  }

  .heading-4 {
    display: none;
  }

  .text-block-6 {
    font-size: 15px;
  }

  .heading-5 {
    display: block;
    margin-top: 60px;
    color: #fff;
    font-size: 25px;
    text-align: center;
  }

  .row-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .time-message {
    display: block;
    font-family: 'Varela Round', sans-serif;
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
  }

  .sticky-container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-34 {
    display: block;
    max-width: 70%;
    margin-top: 10px;
    -webkit-transform: translate(0px, -48px);
    -ms-transform: translate(0px, -48px);
    transform: translate(0px, -48px);
  }

  ._148-icon-wrapper {
    margin-right: 0px;
    margin-left: 0px;
  }

  .html-embed-2 {
    width: 80%;
    padding-right: 40px;
  }

  ._148-social-media-wrapper {
    height: 97px;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-18 {
    display: block;
    width: 60%;
    max-width: 50%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    font-size: 12px;
  }

  .div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #c00;
  }

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .wrapper-img-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-left-style: none;
    background-color: #c00;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .hero-image-left-2 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c00), to(#c00));
    background-image: linear-gradient(180deg, #c00, #c00);
    background-position: 0px 0px;
    background-size: auto;
  }

  .html-embed {
    border: 1px solid #000;
    border-radius: 0px;
    box-shadow: -2px 0 2px 0 rgba(37, 32, 32, 0.39);
  }

  .html-embed.quattro {
    display: none;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._148-sm-inner-circle {
    width: 50px;
    height: 50px;
    border-width: 4px;
    border-color: #fff;
  }

  .text-block-18 {
    width: 100%;
    font-family: 'Varela Round', sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 21px;
    text-align: center;
  }

  .div-block-9 {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-36 {
    left: -107px;
    top: 60px;
    max-width: 41%;
    margin-top: -63px;
  }

  .section-7 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
  }

  .link {
    color: #1d5356;
  }

  .section-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-9 {
    display: block;
  }

  .hero-heading-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container {
    max-width: none;
  }

  .hero-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider {
    width: 100%;
    height: 100%;
  }

  .mask {
    width: 100%;
    height: 386px;
  }

  .heading-7.h2 {
    font-size: 35px;
  }

  ._2-grids {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._2-grids.center-grid {
    margin-bottom: 0px;
    justify-items: center;
  }

  .section-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 130vh;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: none;
    background-size: auto;
  }

  .section-10.ceste {
    height: 130vh;
    margin-top: 0px;
  }

  .section-10.alberi {
    position: relative;
    z-index: -1;
  }

  .container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .testimonial-left-block.bg-dark-slate-grey {
    width: 100%;
    height: 100%;
    margin-left: 10px;
    padding: 40px 0px;
  }

  .testimonial-left-block.bg-dark-slate-grey {
    padding: 40px;
  }

  .text-span-14 {
    font-size: 1.1em;
    line-height: 0.8em;
  }

  .section-11 {
    overflow: hidden;
  }

  .slider-3 {
    display: none;
    height: auto;
  }

  .image-42 {
    height: 100%;
  }

  .slide-5 {
    height: auto;
  }

  .image-43 {
    height: auto;
  }

  .mask-3 {
    overflow: hidden;
  }

  .image-46 {
    position: relative;
    left: 101px;
    top: 30px;
    max-width: 30%;
  }

  .section13 {
    display: none;
  }

  .slide-6 {
    overflow: visible;
  }

  .slide-7 {
    height: auto;
  }

  .left-arrow-3 {
    display: none;
  }

  .slide-nav-3 {
    display: none;
  }

  .right-arrow-3 {
    display: none;
  }

  .image-48 {
    width: 100%;
    height: 100%;
  }

  .image-49 {
    height: 100%;
  }

  .image-50 {
    width: 100%;
    height: 100%;
  }

  .image-51 {
    width: 100%;
    height: 100%;
    border-radius: 20px;
  }

  .mask-4 {
    border-radius: 20px;
  }

  .slider-4 {
    display: block;
    height: 300px;
    border-radius: 20px;
  }

  .slide-8 {
    width: 100%;
  }

  .slide-9 {
    width: 100%;
  }

  .bold-text-9 {
    font-size: 18px;
    line-height: 27px;
  }

  .text-span-26 {
    font-family: Montserrat, sans-serif;
  }

  .text-span-27 {
    font-family: 'Louis george cafe', sans-serif;
  }

  .section-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
  }

  .section-14 {
    position: static;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .background-video-5 {
    position: static;
    top: 0px;
    width: 100%;
    height: 100vh;
  }

  .body {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }

  .background-video-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
  }

  .image-58 {
    display: none;
  }

  .section-16 {
    position: relative;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }

  .background-video-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #c00;
    background-image: none;
  }

  .div-block-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-59 {
    width: 60%;
  }

  .image-61 {
    display: none;
  }

  .image-62 {
    display: block;
  }

  .image-63 {
    display: block;
    width: 100%;
    height: 100%;
  }

  .header-section {
    position: static;
    background-color: #c00;
  }

  .div-block-16 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .full-menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-19 {
    padding-bottom: 20px;
    font-size: 35px;
    line-height: 50px;
  }

  .text-block-20 {
    padding-bottom: 20px;
    font-size: 35px;
    line-height: 50px;
  }

  .text-block-21 {
    padding-bottom: 20px;
    font-size: 35px;
    line-height: 50px;
  }

  .text-block-22 {
    padding-bottom: 20px;
    font-size: 35px;
    line-height: 50px;
  }

  .text-block-23 {
    padding-bottom: 20px;
    font-size: 35px;
    line-height: 50px;
  }

  .navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0%;
  }

  .nav-link-2 {
    margin-top: 0px;
  }

  .text-span-30 {
    font-size: 25px;
  }

  .text-span-31 {
    font-size: 25px;
  }

  .text-span-32 {
    font-size: 25px;
  }

  .nav-link-3 {
    margin-top: 0px;
  }

  .nav-link-4 {
    margin-top: 0px;
  }

  .nav-link-5 {
    margin-top: 0px;
  }

  .image-64 {
    margin-top: -73px;
    margin-bottom: 40px;
  }

  .image-67 {
    position: absolute;
    bottom: -8507.39px;
    display: block;
    margin-top: 0px;
    margin-bottom: -80px;
  }

  .image-68 {
    position: absolute;
    left: 67px;
    top: 9014.89px;
    margin-top: 88px;
    -webkit-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg);
  }

  .html-embed-3 {
    width: 90%;
  }

  .div-block-18 {
    display: block;
    width: 50%;
  }

  .div-block-19 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-19.due {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .popup-mercatino {
    display: none;
  }

  .pop-white {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-69 {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }

  .image-70 {
    display: block;
  }

  .html-embed-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#w-node-_47349e65-dc3a-2593-f544-015a53448997-9932a958 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_47349e65-dc3a-2593-f544-015a534489b1-9932a958 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_50336d0e-7642-1da1-530c-2012ae85bc87-9932a958 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_884b7095-91d3-07b0-a03b-f9df54fee0a6-9932a958 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_884b7095-91d3-07b0-a03b-f9df54fee0b0-9932a958 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_884b7095-91d3-07b0-a03b-f9df54fee0b2-9932a958 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_884b7095-91d3-07b0-a03b-f9df54fee0b4-9932a958 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_884b7095-91d3-07b0-a03b-f9df54fee0b8-9932a958 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_884b7095-91d3-07b0-a03b-f9df54fee0c1-9932a958 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_884b7095-91d3-07b0-a03b-f9df54fee0c2-9932a958 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_884b7095-91d3-07b0-a03b-f9df54fee0c3-9932a958 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_884b7095-91d3-07b0-a03b-f9df54fee0c4-9932a958 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_884b7095-91d3-07b0-a03b-f9df54fee0c5-9932a958 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_884b7095-91d3-07b0-a03b-f9df54fee0c6-9932a958 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_884b7095-91d3-07b0-a03b-f9df54fee0d0-9932a958 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_884b7095-91d3-07b0-a03b-f9df54fee0d2-9932a958 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_884b7095-91d3-07b0-a03b-f9df54fee0d4-9932a958 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_43426561-46bf-b2e5-736b-fafd83a23c04-9932a958 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9acc0112-44db-946a-5595-fb28c1fa04f5-9932a958 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5f0c459f-5c47-3320-8402-2532a38d8f94-9932a958 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5f0c459f-5c47-3320-8402-2532a38d8f85-9932a958 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7eefbd68-f46d-c904-ce46-1ee0ea2e3b19-9932a958 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7eefbd68-f46d-c904-ce46-1ee0ea2e3b26-9932a958 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_47349e65-dc3a-2593-f544-015a534489a4-9932a958 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_813a949d-fe55-2e98-72d1-e6e6bffe7418-9932a958 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_5f0c459f-5c47-3320-8402-2532a38d8f76-9932a958 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_47349e65-dc3a-2593-f544-015a534489a4-9932a958 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_47349e65-dc3a-2593-f544-015a534489b1-9932a958 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_813a949d-fe55-2e98-72d1-e6e6bffe7418-9932a958 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9acc0112-44db-946a-5595-fb28c1fa04f5-9932a958 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5f0c459f-5c47-3320-8402-2532a38d8f76-9932a958 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5f0c459f-5c47-3320-8402-2532a38d8f85-9932a958 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Optima b';
  src: url('../fonts/OPTIMA_B.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Optima';
  src: url('../fonts/OPTIMA.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Champagne & limousines';
  src: url('../images/') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Champagne & limousines';
  src: url('../images/') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Champagne & limousines';
  src: url('../images/') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Champagne & limousines';
  src: url('../images/') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Louis george cafe';
  src: url('../fonts/Louis-George-Cafe-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Louis george cafe';
  src: url('../fonts/Louis-George-Cafe-Light-Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Louis george cafe';
  src: url('../fonts/Louis-George-Cafe-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Louis george cafe';
  src: url('../fonts/Louis-George-Cafe-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Louis george cafe';
  src: url('../fonts/Louis-George-Cafe-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Optima';
  src: url('../fonts/Optima-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Optima';
  src: url('../fonts/Optima_Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand book';
  src: url('../fonts/Quicksand_Book_Oblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand book';
  src: url('../fonts/Quicksand_Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/Quicksand_Light_Oblique.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/Quicksand_Bold_Oblique.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/Quicksand_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand dash';
  src: url('../fonts/Quicksand_Dash.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/Quicksand_Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lemonmilk';
  src: url('../fonts/LEMONMILK-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lemonmilk';
  src: url('../fonts/LEMONMILK-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lemonmilk';
  src: url('../fonts/LEMONMILK-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lemonmilk';
  src: url('../fonts/LEMONMILK-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lemonmilk';
  src: url('../fonts/LEMONMILK-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lemonmilk';
  src: url('../fonts/LEMONMILK-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lemonmilk';
  src: url('../fonts/LEMONMILK-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lemonmilk';
  src: url('../fonts/LEMONMILK-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}