.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;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 120px;
  line-height: 1;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 96px;
  line-height: 1;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 64px;
  line-height: 1;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
}

img {
  display: inline-block;
  max-width: 100%;
}

figcaption {
  margin-top: 5px;
  font-family: Raleway, sans-serif;
  color: #fff;
  text-align: center;
}

.hero-wrap {
  position: relative;
  width: 100%;
  background-color: #000;
}

.hero-wrap.mobile {
  display: none;
}

.wrap-hero-video {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.wrap-hero-video.hero {
  position: -webkit-sticky;
  position: sticky;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

.wrap-hero-video.first {
  display: flex;
  height: 200vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.background-video {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 3;
  overflow: visible;
  width: 100vw;
  height: 100vh;
}

.background-video.absolute {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  display: block;
  overflow: hidden;
  width: 100%;
  opacity: 1;
  transition-property: none;
}

.size-container {
  position: relative;
  display: flex;
  overflow: visible;
  height: 500vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.stiky-image-backgrounf {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 3;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

.stiky-image-backgrounf.absolute {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: flex;
  overflow: hidden;
  width: 18vw;
  height: 50vh;
}

.image-move {
  height: 120%;
  background-image: url('../images/3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-move.second {
  height: 100vh;
  background-image: url('../images/m5.png');
  background-position: 40% 20%;
}

.image-move.first {
  display: flex;
  height: 100vh;
  margin-bottom: auto;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.47), rgba(0, 0, 0, 0.47)), url('../images/dettagli.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
}

.background-image-effect {
  display: block;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/226773429_3717266235040149_164464058072652146_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.background-image-effect.absolute {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 4;
  display: none;
  width: 100vw;
  align-items: center;
  background-image: url('../images/3.jpg');
  opacity: 1;
  transition-property: none;
}

.scale-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

.horizzontal-scroll {
  position: relative;
  top: 0px;
  height: 300vh;
  background-color: #000;
}

.horizzontal-div-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: auto;
  height: 100vh;
}

.overflow-mask {
  overflow: hidden;
  height: 100%;
}

.horizzontal-scrollable {
  position: relative;
  width: 100vw;
  height: 100%;
}

.horizzontal-content {
  position: relative;
  display: flex;
  width: 300vw;
  height: 100%;
  justify-content: flex-start;
}

.crew-wrap {
  position: relative;
  display: flex;
  width: auto;
  height: 100%;
  margin-left: 50vw;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, 0px);
}

.crew-wrap.second {
  margin-left: 0vw;
}

.crew-wrap.third {
  display: none;
}

.image-crew {
  height: 80vh;
}

.main-heading {
  margin-top: 40px;
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 48px;
  font-weight: 400;
  text-align: left;
}

.main-heading.h2 {
  position: static;
  top: 37%;
  right: -35%;
  margin-top: 291px;
  margin-right: -212px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 77px;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  white-space: normal;
}

.main-heading.h2.due {
  margin-top: -251px;
  margin-right: 0px;
  margin-left: -94px;
  padding-right: 0px;
}

.main-heading.hero {
  display: block;
  height: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 30px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 1;
  font-weight: 400;
}

.main-heading.about {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 17px;
  font-size: 54px;
  line-height: 1;
  font-weight: 400;
  white-space: normal;
}

.main-heading.chef {
  position: static;
  left: 186px;
  top: 100px;
  display: none;
  margin-right: 10px;
  font-size: 5vw;
  line-height: 1;
}

.main-heading.servic {
  margin-top: 25px;
  margin-bottom: 15px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 96px;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
}

.main-heading.modal {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  font-size: 18.8vw;
  line-height: 0.8;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.main-heading.modal.firs {
  font-size: 10vw;
  line-height: 1;
  text-align: left;
}

.main-heading.modal.firs.due {
  margin-top: 0px;
}

.main-heading.modal.firs.uno {
  margin-top: 0px;
  font-size: 20vw;
}

.main-heading.modal-second {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  font-size: 18.8vw;
  line-height: 0.8;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.main-heading.modal-second.second {
  font-size: 16vw;
}

.main-heading.modal-third {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  font-size: 15vw;
  line-height: 0.8;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.main-heading.modal-fourth {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  font-size: 14vw;
  line-height: 0.8;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.main-heading.modal-fifth {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  font-size: 14vw;
  line-height: 0.8;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.main-heading.black {
  width: 100%;
  margin-right: auto;
  margin-bottom: 86px;
  margin-left: auto;
  color: #000;
  font-size: 144px;
  line-height: 1;
}

.main-heading.menu {
  width: 77%;
  margin-bottom: 32px;
  font-size: 5vw;
  line-height: 1;
}

.main-heading.card {
  display: none;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 36px;
  font-style: italic;
  text-align: right;
}

.main-heading.price {
  display: none;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 48px;
  font-style: italic;
  text-align: center;
}

.main-heading.form {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
}

.main-heading.form.second {
  margin-top: 60px;
}

.main-heading.center {
  margin-bottom: 100px;
  text-align: center;
}

.main-heading.center.no-margin {
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
  text-transform: none;
}

.main-heading.center.no-margin.italic {
  margin-top: 60px;
}

.main-heading.enjoy {
  position: absolute;
  left: 532px;
  top: 0%;
  right: 7%;
  bottom: auto;
  z-index: 1001;
  margin-top: 0px;
  font-size: 144px;
  line-height: 1;
}

.main-heading.featured {
  display: none;
  font-size: 96px;
  line-height: 1;
  text-align: center;
}

.main-heading._404 {
  font-size: 80px;
  font-weight: 400;
}

.main-heading.form-wrap {
  margin-bottom: 0px;
  text-align: center;
  text-transform: capitalize;
}

.main-heading.social {
  text-decoration: underline;
}

.container-info-crew {
  position: static;
  left: auto;
  top: 40%;
  right: -34%;
  bottom: auto;
}

.container-info-crew._2 {
  right: -11%;
}

.container-info-crew._3 {
  right: -20%;
}

.main-text {
  display: none;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
}

.main-text.form {
  font-size: 1rem;
}

.footer {
  position: relative;
  padding: 60px;
  background-color: #000;
}

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

.footer-grid {
  grid-column-gap: 0px;
  -ms-grid-columns: 428px 443px 1.5fr;
  grid-template-columns: 428px 443px 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.munu-footer-grid {
  grid-column-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.collumn {
  display: flex;
  flex-direction: column;
}

.main-link {
  margin-right: 20px;
  margin-bottom: 10px;
  transition: color 400ms ease-in-out;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 0.9rem;
  text-decoration: none;
  text-transform: none;
}

.main-link:hover {
  color: #c1ae8e;
}

.main-link.checkbox {
  margin-right: 0px;
  font-family: Raleway, sans-serif;
  color: #c1ae8e;
  font-size: 13px;
}

.main-link.margin {
  margin-right: 20px;
  margin-bottom: 0px;
  align-self: flex-end;
  font-size: 15px;
}

.main-link.nav {
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
}

.main-link.nav.w--current {
  color: #c1ae8e;
}

.form-wrap {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  padding-left: 0px;
}

.text-field {
  height: auto;
  margin-bottom: 0px;
  padding-left: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #000 #000 #c1ae8e;
  background-color: transparent;
  font-family: Raleway, sans-serif;
  color: #c1ae8e;
  font-size: 3.1vw;
  line-height: 1;
}

.checkbox-label {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 13px;
}

.checkbox-2 {
  border-style: solid;
  border-color: #c1ae8e;
  background-color: transparent;
  color: #c1ae8e;
}

.checkbox-2.w--redirected-checked {
  border-style: none;
  background-color: #c1ae8e;
}

.checkbox-2.w--redirected-focus {
  color: #c1ae8e;
}

.checkbox-field {
  margin-top: 10px;
}

.form-row {
  display: flex;
  margin-top: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #c1ae8e;
}

.submit-button {
  background-color: transparent;
  transition: color 400ms ease-in-out, transform 400ms ease-in-out;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 42px;
  font-weight: 100;
}

.submit-button:hover {
  transform: translate(14px, 0px);
  color: #c1ae8e;
}

.form-block {
  margin-bottom: 3rem;
}

.orizzontal-nav-footer {
  display: flex;
  padding-top: 6rem;
  justify-content: flex-start;
}

.social-grid {
  display: flex;
  margin-left: auto;
  align-items: center;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-link {
  position: relative;
  display: flex;
  width: 20px;
  justify-content: center;
  align-items: center;
  transition: transform 400ms ease-in-out;
}

.social-link:hover {
  transform: scale(1.1);
}

.main-image {
  width: auto;
  height: auto;
}

.main-image._100 {
  width: 100%;
}

.main-image._100.mobile {
  height: 100%;
}

.main-image.absolute {
  bottom: 0%;
  width: auto;
  height: 60px;
}

.main-image.logo {
  height: 200px;
}

.main-image.nav {
  width: 40px;
}

.logo-link {
  position: relative;
  display: flex;
  width: 60px;
  margin-top: auto;
  justify-content: flex-start;
  align-items: center;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: flex;
  height: 80px;
  padding: 15px 60px 10px;
  align-items: stretch;
  background-color: transparent;
}

.nav-menu {
  position: static;
  display: flex;
  height: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  background-color: transparent;
}

.flex-nav {
  display: flex;
  margin-left: auto;
  align-items: center;
}

.nav-container {
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  justify-content: revert;
  align-items: center;
}

.menu-button {
  display: flex;
  align-items: center;
  background-color: transparent;
}

.menu-button.w--open {
  background-color: transparent;
}

.burgher-line {
  width: 35px;
  height: 1px;
  border: 1px none #000;
  background-color: #fff;
}

.burgher-line.center {
  margin-top: 5px;
  margin-bottom: 5px;
}

.brand {
  width: auto;
}

.size-hero {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-wrao-text {
  position: absolute;
  bottom: 218px;
  z-index: 7;
  display: flex;
  width: 100%;
  max-width: 1480px;
  margin: 0px auto -91px;
  padding-top: 0px;
  padding-right: 60px;
  padding-left: 60px;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}

.line {
  position: static;
  left: auto;
  top: 0px;
  right: auto;
  width: 100%;
  height: 1px;
  margin-bottom: 32px;
  flex: 0 auto;
  background-color: #c1ae8e;
  color: #fff;
}

.line.service {
  position: relative;
  z-index: 1;
  margin-top: 10px;
}

.line.white {
  width: 99%;
  margin-top: 24px;
  background-color: #fff;
  font-size: 13px;
}

.line.white:hover {
  opacity: 0;
}

.line.white.due {
  display: none;
}

.line.view {
  display: none;
}

.paragraph-hero {
  max-width: 456px;
  margin-left: auto;
  padding-left: 70px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 31px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
}

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

.wrap-text {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 5;
  display: flex;
  width: auto;
  margin-top: 50vh;
  margin-left: 118px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  transform: translate(0px, -50%);
}

.main-paragraph {
  width: auto;
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 20.83px;
  font-weight: 400;
  text-align: left;
}

.main-paragraph.modale {
  width: 400px;
  margin-left: 23px;
}

.main-paragraph.modale.first {
  margin-left: 10px;
  opacity: 1;
}

.main-paragraph.services {
  position: relative;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 140px;
  margin-left: auto;
  font-size: 36px;
  line-height: 42.26px;
  font-weight: 300;
  text-align: left;
}

.main-paragraph.modale-second {
  width: 400px;
  margin-left: 9px;
}

.main-paragraph.modale-second.second {
  width: 569px;
  font-family: Raleway, sans-serif;
  line-height: 25px;
}

.main-paragraph.modale-third {
  width: 600px;
  margin-left: 10px;
}

.main-paragraph.modale-fourth {
  width: 600px;
  margin-left: 10px;
}

.main-paragraph.modale-fifth {
  width: 600px;
  margin-left: 0px;
}

.main-paragraph.black {
  width: auto;
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
  color: #000;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
}

.main-paragraph.black.italic {
  font-style: normal;
  font-weight: 200;
}

.main-paragraph._50 {
  width: 100%;
  margin-left: auto;
  font-size: 24px;
  line-height: 28.18px;
  font-weight: 300;
  text-align: left;
}

.main-paragraph.center {
  display: none;
  text-align: left;
}

.main-paragraph.how-it-wroks {
  font-size: 25px;
  line-height: 29px;
  font-weight: 300;
}

.main-paragraph.review {
  font-size: 16px;
  line-height: 24px;
}

.main-paragraph.review.second {
  display: block;
  margin-right: auto;
  margin-bottom: -20px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 64px;
  line-height: 1;
}

.main-paragraph.gift {
  width: 474px;
  margin-top: 0px;
  font-size: 24px;
  line-height: 27px;
}

.main-paragraph.second {
  font-family: 'Playfair Display', sans-serif;
  font-style: italic;
  font-weight: 400;
}

.roe-text {
  margin-top: 0px;
}

.roe-text.tre {
  position: absolute;
  top: -446.332px;
  margin-top: 0px;
  padding-top: 0px;
}

.overflow {
  display: block;
  overflow: hidden;
  height: auto;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: transparent;
}

.overflow.margin {
  margin-top: 0px;
  margin-bottom: 15px;
}

.overflow.flex {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}

.overflow.absolute {
  position: absolute;
  left: 3%;
  top: 10%;
  opacity: 1;
}

.overflow.center {
  display: block;
}

.services-section {
  position: static;
  top: 0px;
  height: auto;
  padding: 60px 60px 140px;
  background-color: transparent;
  text-align: center;
}

.container {
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.container.second {
  max-width: 1200px;
}

.container.second.stiky {
  height: 100%;
}

.services-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}

.heading {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  justify-content: center;
  align-items: flex-start;
  border-radius: 0px;
  opacity: 1;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 114px;
  line-height: 1;
  font-style: italic;
  font-weight: 800;
}

.modal-wrap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.modal-wrap.first {
  display: none;
}

.modal-wrap.second {
  display: none;
}

.modal-wrap.third {
  display: none;
}

.modal-wrap.fourth {
  display: none;
}

.modal-wrap.fifth {
  display: none;
}

.modal-wrap.six {
  display: none;
}

.modal-wrap.seven {
  display: none;
}

.backgroundo-move-image {
  position: absolute;
  left: auto;
  top: auto;
  right: -6%;
  bottom: auto;
  width: 20vw;
  height: 25vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.backgroundo-move-image.first {
  right: -6%;
  bottom: auto;
  background-image: url('../images/maio.jpg');
}

.backgroundo-move-image.second {
  right: -6%;
  bottom: auto;
  background-image: url('../images/croccaria.jpg');
}

.backgroundo-move-image.third {
  right: -6%;
  background-image: url('../images/uramaki.jpg');
}

.backgroundo-move-image.fouth {
  background-image: url('../images/tapas2.png');
}

.backgroundo-move-image.fifth {
  background-image: url('../images/vapore.jpg');
}

.backgroundo-move-image.six {
  background-image: url('../images/93282499_2478911155542336_5446562626374991872_n.jpg');
}

.backgroundo-move-image.seven {
  background-image: url('../images/pizzain-pala.jpg');
}

.wrap-text-modal {
  position: relative;
  bottom: 0px;
  z-index: 6;
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
}

.background-modal.first {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/maio.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  opacity: 1;
}

.background-modal.second {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://uploads-ssl.webflow.com/621f460d3090a9849e87b738/622f3ae2c9962a16d9e1c0c3_CROCCARIA%20DALL'ALTO.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.background-modal.third {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/uramaki.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.background-modal.fourth {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/tapas2.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.background-modal.fifth {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/vapore.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.background-modal.six {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/93282499_2478911155542336_5446562626374991872_n.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.background-modal.seven {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/pizzain-pala.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.back-to-services {
  position: absolute;
  left: auto;
  top: 4%;
  right: 3%;
  bottom: auto;
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.text-block {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.text-block.first {
  display: block;
  color: #fff;
  font-size: 20px;
}

.text-block.first.margin {
  margin-right: 5px;
}

.text-block.second {
  color: #fff;
  font-size: 20px;
}

.text-block.third {
  color: #fff;
  font-size: 20px;
}

.text-block.fourth {
  color: #fff;
  font-size: 20px;
}

.text-block.fifth {
  color: #fff;
  font-size: 20px;
}

.text-block.sixth {
  color: #fff;
  font-size: 20px;
}

.text-block.seventh {
  color: #fff;
  font-size: 20px;
}

.text-block._8 {
  color: #fff;
  font-size: 20px;
}

.container-button-services {
  display: flex;
  overflow: hidden;
}

.container-button-services.absolute {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -100%;
  display: flex;
  overflow: visible;
  opacity: 1;
}

.flex-hero {
  display: flex;
  width: 100%;
}

.flex-hero._404 {
  justify-content: space-between;
  align-items: center;
}

.change-bg-wrap {
  position: relative;
  margin-top: 140px;
  padding: 200px 60px;
  background-color: transparent;
}

.about-grid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wrapper-text-grid {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.container-image {
  position: relative;
  overflow: hidden;
}

.container-image.padding {
  margin-top: 100px;
  padding-top: 100px;
}

.cover-shape {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0px;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
}

.cover-shape._50 {
  bottom: auto;
  width: 80%;
  background-color: #c1ae8e;
}

.cover-shape._50.second {
  left: auto;
  top: auto;
  bottom: 0px;
  height: 100%;
}

.cover-shape._80 {
  right: auto;
  width: 80%;
  background-color: #c1ae8e;
}

.cover-shape._20 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 20%;
  background-color: #c1ae8e;
}

.cover-shape._80 {
  top: auto;
  width: 100%;
  height: 80%;
}

.cover-shape._20 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 20%;
}

.cover-shape.second {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 20%;
  background-color: #c1ae8e;
}

.cover-shape.third {
  width: 80%;
  background-color: #c1ae8e;
}

.change-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #000;
}

.menu-section {
  position: relative;
  z-index: 4;
  padding: 100px 0px 140px;
}

.wrap-heading {
  padding-right: 40px;
  padding-left: 40px;
}

.card-grid {
  display: none;
  margin-top: 140px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.menu-card {
  max-height: 700px;
  min-height: 500px;
  padding: 17px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.menu-card.first {
  height: 500px;
  max-height: none;
  min-height: auto;
  padding: 22px 26px;
  background-image: url('../images/ca.png');
}

.menu-card.second {
  height: 500px;
  max-height: none;
  min-height: auto;
  padding: 40px 26px;
  background-image: url('../images/consegna2.png');
}

.menu-card.hird {
  height: 500px;
  max-height: none;
  min-height: auto;
  padding: 40px 26px;
  background-image: url('../images/12.jpg');
}

.info-card {
  display: flex;
  height: 100%;
  padding: 20px 28px;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.79);
}

.info-card.uno {
  display: none;
}

.info-card.due {
  display: none;
}

.brand-image {
  display: none;
  width: 73px;
  opacity: 0.49;
}

.form-section {
  position: relative;
  display: none;
  padding-top: 140px;
  padding-bottom: 100px;
}

.text-field-form {
  height: auto;
  margin-bottom: 60px;
  padding-top: 0px;
  padding-bottom: 18px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  font-family: 'Playfair Display', sans-serif;
  font-size: 24px;
}

.text-field-form:focus {
  border-bottom-color: #fff;
}

.select-field {
  height: auto;
  padding-top: 18px;
  padding-right: 35px;
  padding-bottom: 18px;
  background-color: rgba(0, 0, 0, 0.78);
  transition: border-color 400ms ease-in-out;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 24px;
}

.select-field:hover {
  border: 1px solid #c1ae8e;
}

.select-field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.submit-button-2 {
  height: auto;
  margin-top: 20px;
  margin-left: auto;
  padding: 0px 40px 14px 0px;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  transition: color 400ms ease-in-out, border-color 400ms ease-in-out, padding-right 400ms ease-in-out;
  font-family: 'Playfair Display', sans-serif;
  font-size: 24px;
}

.submit-button-2:hover {
  padding-right: 0px;
  border-bottom-color: #c1ae8e;
  color: #c1ae8e;
}

.submit-button-2.contact {
  transition: border-color 400ms ease-in-out, color 400ms ease-in-out, padding-right 400ms ease-in-out;
  font-size: 18px;
  text-transform: uppercase;
}

.submit-button-2.contact:hover {
  border-bottom-color: #c1ae8e;
  color: #c1ae8e;
}

.submit-button-2.contact.due {
  margin-bottom: 20px;
  margin-left: 0px;
  font-size: 37px;
}

.submit-button-2.center {
  margin-right: auto;
  padding-left: 40px;
  transition: border-color 400ms ease-in-out, color 400ms ease-in-out, padding-left 400ms ease-in-out, padding-right 400ms ease-in-out;
}

.submit-button-2.center:hover {
  padding-left: 0px;
}

.section-slider {
  position: relative;
  height: 100vh;
  cursor: none;
}

.slider {
  height: 100%;
}

.bg-slide {
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.bg-slide.first {
  background-image: url('../images/P2700417.MOV.17_20_38_33.Immagine001.jpg');
}

.bg-slide.second {
  background-image: url('../images/P2700369.MOV.16_54_14_49.Immagine001.jpg');
  background-position: 50% 0%;
}

.bg-slide.third {
  background-image: url('../images/P2688435.MOV.06_52_50_00.Immagine001.jpg');
}

.bg-slide.fourth {
  background-image: url('../images/P2755746.MOV.17_49_29_36.Immagine001.jpg');
}

.form-2 {
  display: flex;
  width: 100%;
  max-width: 888px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
}

.right-arrow {
  width: 50vw;
}

.left-arrow {
  width: 50vw;
}

.div-block-4 {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #000;
}

.slide-nav {
  display: none;
}

.how-it-work-section {
  position: relative;
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
}

.how-it-works-grid {
  grid-auto-flow: column;
  grid-column-gap: 61px;
  grid-row-gap: 52px;
  grid-template-areas: "Area Area Area-2"
    "Area-6 Area-6 Area-3"
    "Area-4 Area-4 Area-4"
    "Area-7 Area-7 Area-7";
  -ms-grid-columns: 1fr 61px 1fr 61px 1.25fr;
  grid-template-columns: 1fr 1fr 1.25fr;
  -ms-grid-rows: auto 52px auto 52px auto 52px auto;
  grid-template-rows: auto auto auto auto;
}

.wrap-image {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.wrap-image.second {
  display: flex;
  width: 100%;
}

.image {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-top: 0px;
}

.image.brand {
  width: auto;
  height: 120%;
  max-width: 120%;
}

.image.brand.tre {
  height: 100%;
  max-width: 100%;
}

.image.brand.uno {
  height: 100%;
  max-width: 100%;
}

.image.brand.due {
  height: 130%;
  max-width: 130%;
}

.image.mangia {
  display: none;
}

.container-text {
  display: block;
  padding-right: 40px;
  padding-bottom: 60px;
  padding-left: 40px;
}

.container-text.second {
  display: block;
  width: 585px;
  max-width: 100%;
}

.container-text.second.padding {
  display: block;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 66px;
}

.featured-section {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
}

.featured-grid {
  margin-top: 60px;
  padding-right: 57px;
  padding-left: 57px;
  justify-items: stretch;
  align-items: stretch;
  grid-auto-rows: 0px;
  grid-column-gap: 39px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1.25fr 1fr;
  grid-template-columns: 1fr 1.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-brand {
  height: 161px;
}

.container-brand.second {
  height: 90px;
}

.review-section {
  position: relative;
  display: flex;
  height: 400vh;
  padding-top: 138px;
  padding-bottom: 152px;
  align-items: flex-start;
}

.review-section.view {
  padding-top: 20px;
  padding-bottom: 0px;
}

.review-section.hide {
  display: none;
}

.review-grid {
  position: -webkit-sticky;
  position: sticky;
  top: 13.8vh;
  height: auto;
  padding-right: 40px;
  padding-left: 40px;
  align-items: start;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto 80vh;
  grid-template-rows: auto 80vh;
}

.wrap-review-image {
  position: relative;
  top: 79px;
}

.review-image {
  width: 450px;
}

.review-image.absolute {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.review-image.absolute.first {
  left: 42px;
  top: 42px;
  opacity: 1;
  transition-property: none;
}

.review-image.absolute.first.due {
  display: block;
}

.review-image.absolute.second {
  left: 84px;
  top: 84px;
  display: block;
  opacity: 1;
}

.review-image.absolute.third {
  left: 126px;
  top: 126px;
  display: block;
  opacity: 1;
}

.review-image.absolute.third:hover {
  opacity: 1;
}

.text-review {
  position: static;
  top: auto;
  display: flex;
  width: 380px;
  height: 289px;
  margin-top: 0px;
  padding-left: 35px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-left: 1px solid #fff;
  background-color: #000;
}

.text-review.second {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  justify-content: center;
}

.text-review.hero {
  height: auto;
  margin-top: 20px;
  background-color: transparent;
}

.name {
  margin-top: 22px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 23px;
  text-transform: uppercase;
}

.name.hero {
  margin-left: auto;
  font-size: 18px;
}

.container-text-review {
  position: relative;
  margin-top: 130px;
  margin-left: auto;
}

.instagram-section {
  position: relative;
  padding-bottom: 100px;
}

.instagram-slider {
  display: block;
  overflow: hidden;
  height: auto;
  padding-top: 0px;
  background-color: transparent;
}

.mask-instagram-slider {
  overflow: visible;
  width: 40%;
  height: auto;
  margin-right: auto;
  margin-left: 0px;
}

.instagram-card {
  display: none;
}

.wrap-text-instagram {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding: 34px;
}

.instagram-logo {
  width: 25px;
}

.rotate-wrap {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 12%;
  transform: rotate(-90deg);
}

.instagram-text {
  display: none;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}

.slide-insta {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 90px;
  padding-left: 0px;
}

.right-arrow-2 {
  left: auto;
  top: 7%;
  right: 8%;
  bottom: auto;
}

.left-arrow-2 {
  left: auto;
  top: 7%;
  right: 18%;
  bottom: auto;
}

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

.line-instagram {
  display: none;
  width: 40px;
  height: 1px;
  margin-right: 10px;
  margin-left: 40px;
  background-color: #fff;
}

.rotyate {
  display: none;
  transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  transform-style: preserve-3d;
}

.rotyate.absolute {
  display: none;
}

.contact-section {
  position: relative;
  display: flex;
  height: 691px;
  padding-right: 40px;
  padding-left: 40px;
  align-items: center;
  background-image: radial-gradient(circle farthest-corner at 0% 50%, rgba(0, 0, 0, 0.74) 40%, hsla(0, 0%, 100%, 0.25)), url('../images/locale2.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.overflow-image {
  position: relative;
  overflow: hidden;
  width: 50%;
}

.utility-page-wrap {
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(231, 228, 221, 0.82), rgba(231, 228, 221, 0.82)), url('../images/10.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.main-heading-2 {
  position: static;
  left: auto;
  top: auto;
  right: -39%;
  bottom: 31%;
  margin-bottom: 65px;
  padding-left: 0px;
  font-size: 25px;
  line-height: 1;
  font-weight: 400;
}

.main-heading-2.password {
  margin-bottom: 20px;
  font-size: 4vw;
}

.licensing-container-2 {
  display: flex;
  width: 60%;
  height: auto;
  margin-bottom: 10px;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  border: 1px solid #333;
  background-color: transparent;
  background-image: linear-gradient(180deg, transparent, transparent);
  color: hsla(0, 0%, 100%, 0);
}

.changelog-text-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-paragraph-2 {
  width: auto;
  color: #f3f4f1;
  line-height: 1.4;
}

.main-paragraph-2.changelog {
  margin-bottom: 0px;
  color: #333;
}

.source-link {
  margin-right: 20px;
  background-color: transparent;
  transition: color 400ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 400;
}

.source-link:hover {
  color: #c1ae8e;
}

.licensing-text-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.licensing-link-wrapper {
  display: flex;
  align-items: center;
}

.licensing-head {
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
}

.licensing-paragraph {
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.hero-heading-smal {
  color: #fff;
  font-size: 100px;
}

.licensing-container {
  width: 100%;
  height: auto;
  max-width: 1000px;
  margin-bottom: 10px;
  padding: 40px;
  border: 1px solid #c1ae8e;
  border-radius: 10px;
  background-color: transparent;
}

.license-link {
  transition: color 400ms ease-in-out;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 400;
}

.license-link:hover {
  color: #c1ae8e;
}

.images-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.licensing-section {
  display: flex;
  height: auto;
  min-height: 100vh;
  margin-top: 0px;
  padding-top: 220px;
  padding-bottom: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.main-2 {
  display: flex;
  overflow: hidden;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 1px;
  padding-left: 0px;
  flex-direction: column;
  align-items: center;
  background-color: #000;
  text-align: center;
}

.small-hero-2 {
  display: flex;
  width: 100%;
  min-height: 500px;
  padding-right: 20px;
  padding-left: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f3f4f1;
  background-image: url('../images/10.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.image-licensing {
  display: flex;
  width: 100%;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #272727;
}

.image-licensing._5 {
  min-height: 150px;
  border-style: none;
  background-image: url('../images/q4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-licensing._1 {
  width: 100%;
  min-height: 150px;
  border-style: none;
  background-image: url('../images/q2.jpg');
  background-position: 50% 90%;
  background-size: cover;
}

.image-licensing._3 {
  min-height: 150px;
  border-style: none;
  border-color: #272727;
  background-image: url('../images/q9.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-licensing._2 {
  min-height: 300px;
  border-style: none;
  background-image: url('../images/q5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-licensing._6 {
  min-height: 300px;
  border-style: none;
  background-image: url('../images/q1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-licensing._4 {
  min-height: 150px;
  border-style: none;
  background-image: url('../images/q6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-licensing._7 {
  background-image: url('../images/r1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-licensing._8 {
  background-image: url('../images/r2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-licensing._9 {
  min-height: 300px;
  background-image: url('../images/r4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.button-style-guide {
  margin-right: auto;
  margin-bottom: 60px;
  padding: 13px 40px 13px 30px;
  background-color: #000;
}

.main-text-2 {
  margin-top: 0rem;
  margin-bottom: 20px;
  margin-left: 0px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.main-text-2.blod {
  margin-top: 0rem;
  font-size: 16px;
  font-weight: 700;
  text-transform: lowercase;
}

.main-text-2.italic {
  font-style: italic;
}

.style-guide-block {
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 60px 40px 40px;
  flex-direction: column;
  border: 1px solid #c1ae8e;
}

.grid-style-guide {
  grid-row-gap: 38px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.main-heading-3 {
  margin: 0px;
  color: #000;
  font-size: 92px;
  line-height: 1;
  font-weight: 300;
  text-transform: none;
}

.main-heading-3.h4 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 45px;
  font-weight: 700;
}

.main-heading-3.h1 {
  position: -webkit-sticky;
  position: sticky;
  top: 50%;
  margin-right: 60px;
  transform: translate(0px, -50%);
  color: #fff;
  font-size: 140px;
  font-weight: 700;
}

.list-2 {
  color: #fff;
}

.container-2 {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.container-2.style-guide {
  position: relative;
  top: 0px;
  display: flex;
  padding-top: 100px;
  padding-right: 40px;
  padding-left: 40px;
  flex-direction: row;
  align-items: flex-start;
}

.col-right {
  border-top: 1px solid #c1ae8e;
}

.col-right._2 {
  border-top-style: none;
}

.info-heading {
  margin-top: 20px;
  margin-bottom: 0px;
  border: 1px none #c1ae8e;
  font-family: Raleway, sans-serif;
  color: #c1ae8e;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.main-paragraph-3 {
  display: block;
  width: auto;
  margin-top: 0rem;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
  text-align: left;
}

.main-paragraph-3.bold {
  margin-top: 40px;
  font-weight: 600;
}

.main-paragraph-3.italic {
  font-style: italic;
  font-weight: 400;
}

.style-text {
  position: absolute;
  left: 0%;
  top: 9%;
  right: auto;
  bottom: auto;
  color: #c1ae8e;
  font-size: 14px;
  font-weight: 200;
}

.style-text.static {
  position: static;
  margin-top: 5px;
  color: #c1ae8e;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.03em;
}

.container-heading-style.style-guide {
  position: relative;
  padding: 40px 60px;
  border: 1px none #000;
}

.background-color {
  width: 10vw;
  height: 10vw;
  border: 1px solid #c1c1c1;
  background-color: #aeaeae;
}

.background-color.first {
  background-color: #c1ae8e;
  color: #f3f4f1;
}

.background-color.second {
  background-color: #000;
}

.background-color.third {
  background-color: #fff;
}

.body {
  background-color: #000;
}

.privacy-cookie-policy {
  display: flex;
  min-height: auto;
  padding: 180px 20px 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.content-info-section {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: auto;
  margin-top: 0px;
  padding: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.container-3 {
  display: flex;
  width: 100%;
  max-width: 900px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.title-wrap {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #7b88a8;
}

.title-wrap.policy {
  margin-bottom: 20px;
}

.content {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #c1ae8e;
  font-size: 55px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.privacy-paragraph {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
}

.policy-text-wrapper {
  width: 100%;
  margin-top: 20px;
}

.body-2 {
  background-color: #000;
}

.success-message {
  padding-left: 0px;
  background-color: transparent;
  font-family: Raleway, sans-serif;
  color: #c1ae8e;
  font-size: 16px;
  text-align: left;
}

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

.error-message {
  padding-left: 0px;
  background-color: transparent;
  font-family: Raleway, sans-serif;
  color: #c74b4b;
  font-size: 16px;
}

.error-message.box {
  width: 100%;
  max-width: 888px;
  margin-right: auto;
  margin-left: auto;
}

.utility-page-content {
  display: flex;
  width: 100vw;
  height: 100vh;
  margin-bottom: 0px;
  flex-direction: row;
  text-align: center;
}

.link-404 {
  display: flex;
  align-items: center;
  transition: transform 400ms ease-in-out, opacity 400ms ease-in-out;
  text-decoration: none;
}

.link-404:hover {
  opacity: 0.86;
  transform: translate(20px, 0px);
}

._404-link-text {
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  text-decoration: none;
}

.arrow {
  width: 80px;
}

.utility-page-form {
  display: flex;
  padding-right: 70px;
  padding-left: 70px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  flex: 1;
  background-color: #000;
}

.utilitypage-wrap {
  display: flex;
  width: 100vw;
  height: 100vh;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.bg-image-password {
  width: 40%;
  height: 100%;
  background-image: url('../images/19.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.passwor-heading {
  margin-bottom: 93px;
  font-size: 48px;
  font-weight: 400;
  text-align: left;
}

.field-label-password {
  font-family: Raleway, sans-serif;
  color: #c1ae8e;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.text-field-password {
  margin-bottom: 25px;
  border: 1px solid #c1ae8e;
  background-color: transparent;
  font-family: Raleway, sans-serif;
  color: #fff;
}

.form-contact {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  justify-content: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.wrap-form {
  position: relative;
  display: block;
  width: 795px;
  padding: 70px 100px;
  background-color: rgba(0, 0, 0, 0.8);
}

.text-field-form-section {
  height: auto;
  margin-top: 30px;
  padding: 0px 0px 18px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.text-field-form-section:focus {
  border-bottom-color: #fff;
}

.form-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bg-form {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/10.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.form-block-2 {
  position: relative;
}

.load-bunner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  width: 50%;
  height: 100vh;
  background-color: #c1ae8e;
}

.load-bunner.second {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
}

.close-button-pop-up {
  position: absolute;
  left: auto;
  top: 25px;
  right: 54px;
  bottom: auto;
  z-index: 4;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.close-line {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #333;
  transform: rotate(-45deg);
}

.close-line._2 {
  width: 30px;
  height: 2px;
  transform: rotate(45deg);
}

.image-mobile {
  display: inline-block;
  width: 100%;
}

.social-hover {
  position: absolute;
  left: 0%;
  top: auto;
  right: 161%;
  bottom: auto;
  width: 60px;
  opacity: 0;
  transition: opacity 400ms ease-in-out;
}

.social-hover:hover {
  opacity: 1;
}

.absolute {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  opacity: 0;
  transition: opacity 400ms ease-in-out;
}

.absolute:hover {
  opacity: 1;
}

.text-span-5 {
  margin-left: 10px;
  font-size: 50px;
}

.text-span-6 {
  margin-left: 10px;
  font-size: 50px;
}

.text-span-7 {
  margin-left: 10px;
  font-size: 50px;
}

.bold-text-2 {
  font-weight: 800;
}

.italic-text {
  font-weight: 800;
}

.italic-text-3 {
  font-weight: 400;
}

.bold-text-3 {
  font-style: italic;
}

.bold-text-4 {
  font-style: italic;
}

.text-span-8 {
  position: static;
  display: flex;
  margin-left: 12px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 120px;
  line-height: 1;
  font-style: italic;
  font-weight: 400;
}

.bold-text-5 {
  font-weight: 400;
}

.text-span-9 {
  font-weight: 300;
  text-decoration: underline;
}

.text-span-10 {
  text-decoration: underline;
}

.italic-text-4 {
  font-weight: 700;
}

.link-406 {
  display: flex;
  width: 100%;
  margin-top: 0px;
  justify-content: center;
  align-items: flex-start;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 45px;
  text-align: center;
}

.link-406:hover {
  transform: skew(-24deg, 0deg);
  color: #c1ae8e;
}

.image-4 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 54px;
  margin-left: -99px;
  padding-top: 0px;
}

.image-5 {
  position: relative;
  left: -331px;
  top: 63px;
  right: auto;
}

.image-6 {
  position: relative;
  left: -694px;
  top: 52px;
}

.image-7 {
  display: none;
  margin-left: 615px;
}

.form-4 {
  display: none;
}

.grid-4 {
  -ms-grid-columns: 0.25fr 0.25fr 1fr;
  grid-template-columns: 0.25fr 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-10 {
  position: absolute;
}

.grid-5 {
  display: none;
}

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

.image-12 {
  display: none;
}

.grid-7 {
  justify-items: center;
  align-items: end;
  -ms-grid-columns: 0.75fr 1fr 1fr 1fr;
  grid-template-columns: 0.75fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.bold-text-6 {
  display: block;
  margin-bottom: 20px;
  font-size: 30px;
}

.bold-text-7 {
  display: block;
  margin-bottom: 0px;
  font-size: 29px;
}

.bold-text-8 {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 0px;
  font-size: 30px;
}

.heading-3 {
  font-size: 40px;
}

.heading-4 {
  font-size: 15px;
  text-align: center;
}

.grid-9 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-10 {
  grid-column-gap: 16px;
  grid-row-gap: 23px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.heading-5 {
  font-size: 24px;
}

.heading-6 {
  font-size: 30px;
}

.heading-7 {
  font-size: 20px;
}

.heading-8 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  text-align: left;
}

.heading-8.due {
  font-weight: 400;
  text-align: right;
}

.text-span-11 {
  text-decoration: underline;
}

.grid-11 {
  grid-auto-rows: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-12 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-19 {
  height: auto;
  margin-top: 0px;
  padding-top: 10px;
}

.footer-container-2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.notice-link {
  transition: color 200ms ease;
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}

.notice-link:hover {
  opacity: 0.85;
  color: #c1ae8e;
}

.top-margin {
  position: relative;
}

.top-margin._3-pixels {
  margin-top: 3px;
}

.top-margin._15-pixels {
  margin-top: 15px;
}

.footer-box {
  width: 100%;
  max-width: 345px;
  margin-bottom: 40px;
  text-align: center;
}

.footer-text {
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
}

.social-box {
  display: flex;
  justify-content: center;
}

.notice {
  margin-top: 0px;
  padding-top: 15px;
  font-size: 13px;
  text-align: center;
}

.notice-text {
  color: #fff;
  font-size: 15px;
  line-height: 21px;
}

.footer-link {
  margin-bottom: 0px;
  transition: color 200ms ease;
  color: #c1ae8e;
  font-size: 20px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.content-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1210px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 25px;
  padding-left: 25px;
  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;
}

.content-wrapper.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.footer-social-link {
  width: 38px;
  height: 38px;
  margin-right: 10px;
  border: 1px solid #415d6b;
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
  transition: background-color 200ms ease;
}

.footer-social-link:hover {
  background-color: #415d6b;
}

.footer-social-link.instagram {
  background-color: #000;
  background-image: url('../images/logotipo-de-instagram-1.svg');
  background-size: 16px;
}

.footer-social-link.instagram:hover {
  background-color: #c1ae8e;
  background-image: url('../images/logotipo-de-instagram-1.svg');
}

.footer-social-link.facebook {
  background-color: #000;
  background-image: url('../images/logo-de-facebook-1.svg');
  background-size: 16px;
}

.footer-social-link.facebook:hover {
  background-color: #c1ae8e;
  background-image: url('../images/logo-de-facebook-1.svg');
}

.image-20 {
  width: auto;
  max-width: none;
}

.text-span-15 {
  text-transform: lowercase;
}

.text-span-16 {
  text-transform: lowercase;
}

.text-span-17 {
  text-transform: lowercase;
}

.image-21 {
  position: absolute;
  left: auto;
  top: auto;
  right: 20%;
  bottom: 43%;
}

.bold-text-11 {
  color: #000;
}

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

.background-video-2 {
  z-index: 999;
  display: block;
  overflow: visible;
}

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

.image-23 {
  display: none;
}

.heading-9 {
  margin-top: 100px;
  font-size: 100px;
}

.text-span-18 {
  text-decoration: underline;
}

.column {
  display: flex;
  justify-content: center;
  align-items: center;
}

.column-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.columns {
  display: flex;
}

@media screen and (min-width: 1440px) {
  .wrap-hero-video {
    display: flex;
  }

  .wrap-hero-video.hero {
    display: flex;
    align-items: center;
  }

  .wrap-hero-video.first {
    display: block;
    flex-direction: row;
    justify-content: center;
  }

  .stiky-image-backgrounf {
    display: flex;
  }

  .image-move.second {
    display: block;
    overflow: visible;
    height: 100vh;
    max-height: none;
    margin-top: 0px;
    padding-top: 0px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex: 0 auto;
    background-image: url('../images/m5.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: scroll;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-move.first {
    display: flex;
    align-items: center;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.48)), url('../images/dettagli.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
  }

  .background-image-effect {
    display: block;
    background-image: url('../images/226773429_3717266235040149_164464058072652146_n.jpg');
  }

  .background-image-effect.absolute {
    display: none;
  }

  .scale-wrap {
    display: flex;
  }

  .crew-wrap.second {
    margin-left: 0vw;
  }

  .crew-wrap.third {
    display: none;
  }

  .image-crew {
    padding-left: 0px;
  }

  .main-heading.h2 {
    margin-left: 0px;
  }

  .main-heading.hero {
    display: block;
    width: auto;
    height: 50%;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .main-heading.about {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 17px;
    font-size: 72px;
  }

  .main-heading.chef {
    display: none;
  }

  .main-heading.servic {
    text-transform: uppercase;
  }

  .main-heading.modal.firs {
    padding-bottom: 45px;
    font-size: 10vw;
    line-height: 0.8;
  }

  .main-heading.modal-second.second {
    font-size: 13vw;
  }

  .main-heading.modal-third {
    font-size: 12vw;
  }

  .main-heading.modal-fourth {
    font-size: 14vw;
  }

  .main-heading.modal-fifth {
    font-size: 12vw;
  }

  .main-heading.black {
    border-style: none;
    border-width: 1px;
    border-color: #000;
    color: #000;
  }

  .main-heading.menu {
    width: auto;
    font-size: 5vw;
  }

  .main-heading.card {
    display: none;
  }

  .main-heading.price {
    display: none;
  }

  .main-heading.center.no-margin {
    margin-top: 40px;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
  }

  .main-heading.center.no-margin.italic {
    margin-top: 10px;
    font-style: italic;
    font-weight: 800;
  }

  .main-heading.enjoy {
    left: 56%;
    top: 1%;
    right: auto;
    bottom: auto;
  }

  .main-heading.featured {
    display: none;
  }

  .main-heading.form-wrap {
    display: none;
  }

  .container-info-crew {
    position: static;
    display: block;
  }

  .main-text {
    display: none;
  }

  .footer {
    padding-top: 0px;
  }

  .footer-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: ". ."
      ". Area";
    -ms-grid-columns: 514px 0px 591px 0px minmax(200px, 2fr);
    grid-template-columns: 514px 591px minmax(200px, 2fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .munu-footer-grid {
    align-content: space-between;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .text-field {
    font-size: 2.5vw;
  }

  .checkbox-label {
    font-size: 16px;
  }

  .orizzontal-nav-footer {
    padding-top: 2.3rem;
    flex-direction: row;
    align-items: stretch;
  }

  .social-grid {
    display: flex;
    padding-top: 10px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .main-image.logo {
    position: static;
    height: 200px;
    clear: none;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .main-image.nav {
    width: 40px;
  }

  .hero-wrao-text {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 10%;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    justify-content: center;
  }

  .line.white {
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .line.white.uno {
    margin-bottom: 20px;
  }

  .wrap-text {
    width: auto;
    height: 100vh;
    margin-top: 0vh;
    align-items: center;
    transform: none;
  }

  .main-paragraph {
    font-size: 22px;
    line-height: 21px;
    text-align: left;
  }

  .main-paragraph.modale.first {
    width: 650px;
  }

  .main-paragraph.services {
    margin-top: 100px;
    margin-bottom: 140px;
  }

  .main-paragraph.modale-second.second {
    width: 650px;
    font-style: normal;
  }

  .main-paragraph.modale-third {
    width: 650px;
  }

  .main-paragraph.modale-fourth {
    width: 650px;
  }

  .main-paragraph.modale-fifth {
    width: 650px;
  }

  .main-paragraph.black {
    margin-top: 20px;
    color: #000;
  }

  .main-paragraph.black.italic {
    margin-top: 0px;
  }

  .main-paragraph._50 {
    margin-top: 20px;
    text-align: left;
  }

  .main-paragraph.center {
    display: none;
    text-align: center;
  }

  .main-paragraph.how-it-wroks {
    font-size: 24px;
    line-height: 30px;
  }

  .main-paragraph.review {
    display: block;
  }

  .main-paragraph.review.second {
    display: block;
  }

  .main-paragraph.gift {
    margin-top: 16px;
  }

  .main-paragraph.second {
    font-size: 22px;
    line-height: 20.83px;
  }

  .roe-text.tre {
    position: static;
    top: -4.332px;
  }

  .overflow.margin {
    margin-top: 100px;
  }

  .overflow.absolute {
    display: flex;
  }

  .services-section {
    padding-top: 0px;
  }

  .container.second {
    margin-right: auto;
    margin-left: auto;
  }

  .services-wrap {
    display: flex;
  }

  .heading {
    display: none;
  }

  .modal-wrap.first {
    display: none;
  }

  .modal-wrap.second {
    display: none;
  }

  .modal-wrap.third {
    display: none;
  }

  .modal-wrap.fourth {
    display: none;
  }

  .modal-wrap.fifth {
    display: none;
  }

  .modal-wrap.six {
    display: none;
  }

  .modal-wrap.seven {
    display: none;
  }

  .backgroundo-move-image.first {
    background-image: url('../images/maio.jpg');
  }

  .backgroundo-move-image.second {
    background-image: url('../images/croccaria.jpg');
  }

  .backgroundo-move-image.third {
    background-image: url('../images/uramaki.jpg');
  }

  .backgroundo-move-image.fouth {
    background-image: url('../images/tapas2.png');
  }

  .backgroundo-move-image.fifth {
    background-image: url('../images/vapore.jpg');
  }

  .backgroundo-move-image.six {
    background-image: url('../images/93282499_2478911155542336_5446562626374991872_n.jpg');
  }

  .backgroundo-move-image.seven {
    background-image: url('../images/pizzain-pala.jpg');
  }

  .background-modal.first {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/maio.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
  }

  .background-modal.second {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/croccaria.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .background-modal.third {
    background-image: url('../images/uramaki.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .background-modal.fourth {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/tapas2.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .background-modal.fifth {
    background-image: url('../images/vapore.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .background-modal.six {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-image: url('../images/93282499_2478911155542336_5446562626374991872_n.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .background-modal.seven {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23)), url('../images/pizzain-pala.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
  }

  .flex-hero {
    display: flex;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

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

  .wrapper-text-grid {
    justify-content: flex-start;
  }

  .container-image {
    height: auto;
    margin-top: auto;
  }

  .menu-section {
    margin-left: 0px;
  }

  .card-grid {
    margin-top: 50px;
    align-items: center;
  }

  .menu-card {
    min-height: 710px;
  }

  .menu-card.first {
    display: block;
    height: 546px;
    max-height: none;
    min-height: auto;
    padding: 14px 30px 20px 25px;
    background-image: url('../images/ca.png');
  }

  .menu-card.second {
    display: flex;
    height: 546px;
    max-height: none;
    padding: 46px;
    background-image: url('../images/consegna2.png');
  }

  .menu-card.hird {
    display: block;
    max-height: none;
    min-height: 546px;
    padding: 46px;
    background-image: url('../images/consegna.jpg');
  }

  .info-card {
    padding: 23px;
  }

  .info-card.uno {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    align-items: center;
  }

  .info-card.tre {
    display: none;
  }

  .info-card.due {
    display: none;
  }

  .brand-image {
    display: none;
  }

  .wrap-heading-card {
    margin-top: 179px;
  }

  .form-section {
    display: none;
  }

  .select-field {
    background-color: rgba(0, 0, 0, 0.57);
  }

  .submit-button-2.contact {
    position: relative;
    left: 559px;
    top: 0%;
    right: 0px;
    bottom: auto;
    margin-top: 41px;
    margin-left: 0px;
    font-size: 36px;
  }

  .submit-button-2.contact.uno {
    display: none;
    font-size: 26px;
  }

  .submit-button-2.contact.due {
    left: 0px;
  }

  .bg-slide.first {
    background-image: url('../images/P2700417.MOV.17_20_38_33.Immagine001.jpg');
  }

  .bg-slide.second {
    background-image: url('../images/P2700406.MOV.17_14_37_12.Immagine001.jpg');
    background-position: 50% 100%;
  }

  .bg-slide.third {
    background-image: url('../images/P2700369.MOV.16_54_14_49.Immagine001.jpg');
  }

  .bg-slide.fourth {
    background-image: url('../images/P2755746.MOV.17_49_29_36.Immagine001.jpg');
  }

  .right-arrow {
    width: 50vw;
  }

  .left-arrow {
    width: 50vw;
  }

  .image {
    height: 100%;
  }

  .container-text {
    padding-left: 0px;
  }

  .featured-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .featured-grid {
    margin-top: 60px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto 13px;
    grid-template-rows: auto 13px;
  }

  .review-section.view {
    padding-top: 0px;
  }

  .review-grid {
    -ms-grid-rows: auto 80vh;
    grid-template-rows: auto 80vh;
  }

  .text-review {
    display: flex;
  }

  .text-review.second {
    display: flex;
  }

  .text-review.hero {
    height: auto;
  }

  .name {
    display: block;
    font-size: 23px;
  }

  .mask-instagram-slider {
    width: 30%;
  }

  .instagram-text {
    display: none;
    font-size: 22px;
  }

  .right-arrow-2 {
    right: 12.5%;
    z-index: 2;
  }

  .left-arrow-2 {
    right: 20%;
    z-index: 2;
  }

  .line-instagram {
    display: none;
  }

  .contact-section {
    background-image: linear-gradient(103deg, rgba(0, 0, 0, 0.98), hsla(0, 0%, 100%, 0.27)), url('../images/locale2.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .main-heading-2 {
    position: static;
  }

  .licensing-container-2 {
    background-color: transparent;
  }

  .licensing-paragraph {
    font-weight: 400;
    text-align: center;
  }

  .hero-heading-smal {
    font-size: 100px;
  }

  .licensing-container {
    width: 100%;
    max-width: 1000px;
    border-style: solid;
    border-color: #c1ae8e;
    background-color: transparent;
  }

  .licensing-section {
    margin-bottom: 32px;
    background-color: #000;
  }

  .main-2 {
    display: flex;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    flex-direction: column;
    align-items: center;
    background-color: #000;
  }

  .small-hero-2 {
    background-color: #f3f4f1;
    background-image: url('../images/10.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
  }

  .image-licensing {
    display: flex;
    width: 100%;
    padding: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #ebebeb;
  }

  .button-style-guide {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main-text-2 {
    margin-left: 0px;
    font-size: 18px;
    text-transform: uppercase;
  }

  .main-text-2.blod {
    line-height: 1.2;
  }

  .style-guide-block {
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 100px 60px;
  }

  .grid-style-guide {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .main-heading-3 {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 45px;
  }

  .main-heading-3.h4 {
    margin-bottom: 5px;
  }

  .list-2 {
    padding-left: 20px;
  }

  .container-2 {
    max-width: 1300px;
    flex-direction: column;
  }

  .container-2.style-guide {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    flex-direction: row;
  }

  .col-right {
    border: 1px none #000;
  }

  .col-right._2 {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    flex-direction: column;
  }

  .info-heading {
    color: #e2b013;
  }

  .main-paragraph-3 {
    width: auto;
    max-width: none;
    margin-top: 0px;
    font-size: 26px;
    font-weight: 400;
  }

  .style-text {
    color: #e2b013;
  }

  .container-heading-style.style-guide {
    border-top-style: none;
    border-bottom-style: none;
  }

  .background-color.first {
    background-color: #c1ae8e;
  }

  .background-color.second {
    background-color: #000;
  }

  .background-color.third {
    background-color: #fff;
  }

  .paragraph {
    margin-left: 0px;
  }

  .bg-image-password {
    height: 100vh;
  }

  .form-contact {
    display: none;
  }

  .wrap-form {
    padding-left: 278px;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .form-3 {
    display: none;
  }

  .bg-form {
    background-image: url('../images/amatrice-pizza.jpg');
  }

  .load-bunner {
    display: flex;
  }

  .image-mobile {
    display: inline-block;
    width: 100%;
  }

  .text-span-8 {
    display: block;
    overflow: visible;
  }

  .grid {
    margin-bottom: 140px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-block-5 {
    display: -ms-grid;
    display: grid;
    margin-bottom: 140px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .image-2 {
    background-color: #c41515;
  }

  .link-405 {
    font-size: 16px;
  }

  .link-406 {
    position: relative;
    top: -85px;
    display: flex;
    margin-top: 0px;
    font-family: 'Playfair Display', sans-serif;
    color: #fff;
    font-size: 37px;
    font-style: italic;
  }

  .italic-text-5 {
    color: #000;
  }

  .div-block-6 {
    display: flex;
    width: auto;
    height: auto;
    justify-content: center;
    align-items: center;
  }

  .image-4 {
    position: absolute;
    left: 60px;
    top: 420.9883px;
    right: 1289px;
    display: block;
    width: auto;
    margin-top: 49px;
    padding-left: 0px;
    clear: none;
    flex: 0 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-5 {
    position: absolute;
    left: 18%;
    top: 84%;
    right: auto;
    bottom: auto;
    margin-top: 0px;
    flex: 0 0 auto;
  }

  .image-6 {
    position: absolute;
    left: 34%;
    top: 470px;
    right: auto;
    bottom: -27%;
    flex: 0 0 auto;
  }

  .image-7 {
    position: relative;
    left: 633px;
    right: 0px;
    display: none;
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .form-4 {
    display: none;
  }

  .paragraph-2 {
    margin-bottom: 0px;
    text-align: center;
  }

  .grid-4 {
    display: none;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid-7 {
    margin-bottom: 60px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

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

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

  .image-19 {
    height: auto;
  }

  .notice-link {
    font-family: Raleway, sans-serif;
    color: #fff;
  }

  .notice-link:hover {
    color: #c1ae8e;
  }

  .footer-text {
    color: #fff;
  }

  .notice {
    padding-top: 0px;
  }

  .notice-text {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Playfair Display', sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 23px;
  }

  .footer-link {
    color: #c1ae8e;
  }

  .footer-link:hover {
    color: #fff;
  }

  .footer-social-link.instagram {
    background-color: #000;
  }

  .footer-social-link.facebook {
    background-color: #000;
  }

  .text-span-12 {
    color: #c1ae8e;
  }

  .text-span-12:hover {
    color: #fff;
  }

  .heading-9 {
    font-size: 4.6em;
  }
}

@media screen and (max-width: 991px) {
  .hero-wrap.mobile {
    display: none;
  }

  .wrap-hero-video.first {
    display: flex;
  }

  .background-video.absolute {
    display: block;
  }

  .stiky-image-backgrounf {
    display: none;
  }

  .image-move.second {
    background-image: url('../images/tablet-manue-ecristiano.png');
    background-position: 50% 50%;
    background-size: 110% 100%;
  }

  .image-move.first {
    background-position: 0px 0px, 40% 50%;
  }

  .background-image-effect {
    display: flex;
  }

  .image-crew {
    height: 60vh;
  }

  .main-heading {
    margin-bottom: 0px;
  }

  .main-heading.hero {
    height: 100%;
    text-align: center;
  }

  .main-heading.about {
    font-size: 51px;
  }

  .main-heading.about.uno {
    font-size: 49px;
  }

  .main-heading.chef {
    font-size: 60px;
  }

  .main-heading.servic {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 40px;
  }

  .main-heading.black {
    margin-bottom: 40px;
    font-size: 98px;
  }

  .main-heading.menu {
    margin-bottom: 0px;
    font-size: 8vw;
  }

  .main-heading.center {
    margin-bottom: 40px;
  }

  .main-heading.center.no-margin {
    font-size: 55px;
  }

  .main-heading.enjoy {
    left: 0px;
    top: 6%;
    font-size: 110px;
  }

  .main-text.form {
    font-size: 18px;
  }

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

  .collumn {
    justify-content: flex-start;
  }

  .main-link {
    font-size: 18px;
  }

  .main-link.checkbox {
    font-size: 18px;
  }

  .main-link.nav {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 60px;
    padding-left: 60px;
    color: #fff;
    text-align: left;
  }

  .main-link.nav:visited {
    background-color: #c1ae8e;
  }

  .main-link.nav.w--current {
    background-color: #c1ae8e;
    color: #fff;
  }

  .form-wrap {
    max-width: none;
  }

  .checkbox-label {
    font-size: 18px;
  }

  .main-image._100.mobile {
    width: auto;
    height: 460px;
    max-width: none;
  }

  .logo-link {
    margin-top: 0px;
  }

  .navbar {
    background-color: transparent;
  }

  .nav-menu {
    position: absolute;
    background-color: #000;
  }

  .flex-nav {
    flex-direction: column;
    background-color: #000;
  }

  .menu-button.w--open {
    padding-right: 0px;
  }

  .hero-wrao-text {
    left: auto;
    top: 333px;
    right: 0%;
    bottom: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
    -ms-grid-row-align: center;
    align-self: center;
    order: 0;
  }

  .line.white {
    display: none;
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .line.white.uno {
    display: flex;
  }

  .line.hide {
    display: none;
  }

  .line.view {
    display: block;
    margin-bottom: 10px;
  }

  .paragraph-hero {
    display: block;
    margin-left: 82px;
    padding-left: 0px;
    font-size: 28px;
    text-align: center;
  }

  .wrap-text {
    height: 100vh;
    margin-top: 0vh;
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 40px;
    align-items: center;
    transform: none;
  }

  .main-paragraph {
    font-size: 22px;
    line-height: 1.2;
  }

  .main-paragraph.services {
    margin-bottom: 60px;
    font-size: 28px;
    line-height: 38px;
  }

  .main-paragraph.modale-third {
    width: 100%;
    margin-left: 0px;
  }

  .main-paragraph.black {
    margin-bottom: 40px;
  }

  .main-paragraph._50 {
    margin-top: 20px;
    font-size: 19px;
    line-height: 1.2;
  }

  .main-paragraph.how-it-wroks {
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.2;
  }

  .main-paragraph.review {
    font-size: 18px;
    line-height: 21px;
  }

  .main-paragraph.second {
    font-family: Raleway, sans-serif;
    font-size: 20px;
  }

  .main-paragraph.due {
    font-size: 21px;
  }

  .roe-text.tre {
    left: 63%;
    top: 52px;
    right: auto;
    bottom: -3%;
  }

  .overflow {
    display: flex;
    justify-content: flex-start;
    font-size: 18px;
    line-height: 1.2;
  }

  .overflow.flex {
    align-items: center;
    flex: 0 auto;
  }

  .overflow.absolute {
    overflow: auto;
    width: 380px;
    margin-right: 0px;
    margin-left: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 23px;
    -ms-grid-columns: 0.75fr 1.5fr;
    grid-template-columns: 0.75fr 1.5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .overflow.center {
    display: flex;
  }

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

  .heading {
    font-size: 40px;
  }

  .backgroundo-move-image.first {
    display: none;
  }

  .backgroundo-move-image.second {
    display: none;
  }

  .backgroundo-move-image.third {
    display: none;
  }

  .backgroundo-move-image.fouth {
    display: none;
  }

  .backgroundo-move-image.fifth {
    display: none;
  }

  .backgroundo-move-image.six {
    display: none;
  }

  .backgroundo-move-image.seven {
    display: none;
  }

  .wrap-text-modal {
    margin-top: auto;
    margin-bottom: 20px;
  }

  .flex-hero {
    display: block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -ms-grid-row-align: auto;
    align-self: auto;
    flex: 0 auto;
  }

  .change-bg-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: transparent;
  }

  .about-grid {
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr 1.75fr;
    grid-template-columns: 1fr 1.75fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .menu-section {
    padding: 60px;
  }

  .wrap-heading {
    padding-right: 0px;
    padding-left: 0px;
  }

  .card-grid {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    grid-column-gap: 18px;
    grid-row-gap: 23px;
    -ms-grid-columns: 2fr 2fr;
    grid-template-columns: 2fr 2fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .menu-card.first {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background-position: 50% 50%;
    background-size: cover;
  }

  .form-section {
    padding: 60px;
  }

  .text-field-form {
    font-size: 18px;
  }

  .select-field {
    font-size: 18px;
  }

  .submit-button-2 {
    font-size: 18px;
  }

  .section-slider {
    height: 740px;
  }

  .form-2 {
    width: 87%;
  }

  .right-arrow {
    display: flex;
    padding-right: 55px;
    justify-content: flex-end;
    align-items: center;
  }

  .left-arrow {
    display: flex;
    padding-left: 55px;
    align-items: center;
  }

  .div-block-4 {
    z-index: 999;
  }

  .how-it-work-section {
    padding-top: 60px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .how-it-works-grid {
    grid-column-gap: 28px;
    grid-row-gap: 50px;
    -ms-grid-rows: auto 50px auto 50px auto 50px auto;
    grid-template-areas: "Area Area Area-2"
      "Area-6 Area-6 Area-3"
      "Area-4 Area-4 Area-4"
      "Area-7 Area-7 Area-7";
    -ms-grid-columns: 1fr 28px 1fr 28px 1.25fr;
    grid-template-columns: 1fr 1fr 1.25fr;
  }

  .image {
    height: 427px;
  }

  .container-text {
    padding-right: 0px;
    padding-left: 10px;
  }

  .container-text.second.padding {
    padding-left: 0px;
  }

  .featured-section {
    padding: 0px;
  }

  .featured-grid {
    grid-column-gap: 0px;
    -ms-grid-columns: 1.25fr 1.5fr 1fr;
    grid-template-columns: 1.25fr 1.5fr 1fr;
  }

  .container-brand {
    height: 105px;
  }

  .container-brand.second {
    height: 49px;
  }

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

  .review-grid {
    padding-right: 60px;
    padding-left: 60px;
    -ms-grid-columns: 0.5fr 0.75fr;
    grid-template-columns: 0.5fr 0.75fr;
  }

  .text-review {
    width: 340px;
    height: 275px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .text-review.second {
    width: 300px;
  }

  .name {
    font-size: 16px;
  }

  .container-text-review {
    right: auto;
    z-index: 5;
    background-color: #000;
  }

  .instagram-section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mask-instagram-slider {
    width: 40%;
  }

  .wrap-text-instagram {
    width: 100%;
    height: 100%;
    padding: 20px;
  }

  .rotate-wrap {
    left: -5%;
    bottom: 21%;
  }

  .slide-insta {
    padding-right: 60px;
  }

  .right-arrow-2 {
    width: 60px;
  }

  .left-arrow-2 {
    right: 20%;
    width: 60px;
  }

  .contact-section {
    height: 500px;
    padding-right: 60px;
    padding-left: 60px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/contatti.png');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .main-heading-2 {
    font-size: 40px;
  }

  .main-heading-2.password {
    font-size: 40px;
  }

  .licensing-container-2 {
    width: 80%;
  }

  .main-paragraph-2 {
    font-size: 16px;
  }

  .licensing-container {
    width: 80%;
  }

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

  .licensing-section {
    padding-top: 100px;
  }

  .main-2 {
    padding-top: 95px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .image-licensing._3 {
    min-height: 300px;
  }

  .image-licensing._4 {
    min-height: 300px;
  }

  .main-text-2 {
    width: auto;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1;
  }

  .main-text-2.blod {
    font-size: 18px;
  }

  .main-heading-3 {
    white-space: nowrap;
  }

  .main-heading-3.h1 {
    position: static;
  }

  .container-2.style-guide {
    padding-top: 301px;
    flex-direction: column;
  }

  .col-right {
    margin-bottom: 60px;
  }

  .main-paragraph-3 {
    width: auto;
  }

  .privacy-cookie-policy {
    padding: 130px 60px 60px;
  }

  .container-3 {
    padding-top: 20px;
  }

  .title-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .title-wrap.policy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .content {
    margin-bottom: 0px;
  }

  .link-404 {
    margin-left: auto;
  }

  .bg-image-password {
    display: none;
  }

  .image-mobile {
    width: 120%;
    height: 100%;
    max-width: none;
    margin-left: -26px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .italic-text-3 {
    font-size: 48px;
  }

  .text-span-8 {
    margin-left: 0px;
  }

  .link-406 {
    font-size: 37px;
  }

  .italic-text-5 {
    color: #000;
    font-weight: 300;
  }

  .image-4 {
    left: 5%;
    margin-top: 0px;
    margin-left: 0px;
  }

  .image-5 {
    left: 140px;
    top: 0px;
  }

  .image-6 {
    left: 230px;
    top: 0px;
    display: inline-block;
  }

  .image-7 {
    display: block;
    margin-left: 0px;
    padding-left: 256px;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .grid-4 {
    display: none;
    justify-items: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 10.5fr 1.25fr 7.25fr;
    grid-template-columns: 10.5fr 1.25fr 7.25fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid-5 {
    justify-items: center;
    align-items: center;
    align-content: center;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 0.25fr 2fr;
    grid-template-columns: 1fr 0.25fr 2fr;
  }

  .grid-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .image-11 {
    margin-bottom: 10px;
  }

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

  .bold-text-7 {
    font-size: 27px;
  }

  .grid-9 {
    -ms-grid-columns: 0.5fr 0.25fr 1fr;
    grid-template-columns: 0.5fr 0.25fr 1fr;
  }

  .heading-8 {
    font-size: 11px;
  }

  .content-wrapper {
    max-width: 100%;
  }

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

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

  .heading-9 {
    font-size: 102px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 69px;
  }

  h2 {
    font-size: 55px;
  }

  .hero-wrap {
    display: none;
  }

  .hero-wrap.mobile {
    display: block;
  }

  .wrap-hero-video.hero {
    position: static;
    height: 700px;
  }

  .wrap-hero-video.first {
    position: static;
  }

  .background-video.absolute {
    display: block;
    -ms-grid-row-align: center;
    align-self: center;
    flex: 0 auto;
  }

  .size-container {
    height: auto;
  }

  .stiky-image-backgrounf {
    position: static;
  }

  .stiky-image-backgrounf.absolute {
    position: static;
  }

  .background-image-effect.absolute {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    height: auto;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)), url('../images/226773429_3717266235040149_164464058072652146_n.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .background-image-effect.absolute.second {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)), url('../images/dettagli.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .background-image-effect.absolute.third {
    position: absolute;
    height: auto;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)), url('../images/manu-e-cristiano.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .scale-wrap {
    width: 100%;
    height: auto;
    padding: 70px 40px;
    align-items: center;
  }

  .main-heading.hero {
    display: block;
    height: auto;
    margin-left: 0px;
    padding-top: 0px;
    text-align: center;
  }

  .main-heading.about {
    font-size: 44px;
  }

  .main-heading.black {
    margin-bottom: 20px;
    color: #000;
    font-size: 60px;
  }

  .main-heading.menu {
    width: auto;
    font-size: 40px;
    text-align: center;
  }

  .main-heading.center {
    font-size: 40px;
  }

  .main-heading.center.no-margin.italic {
    font-size: 46px;
    font-style: italic;
    font-weight: 800;
  }

  .main-heading.enjoy {
    font-size: 98px;
  }

  .main-heading.featured {
    font-size: 54px;
  }

  .main-heading._404 {
    font-size: 62px;
  }

  .footer {
    padding-top: 60px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .footer-grid {
    grid-row-gap: 42px;
  }

  .munu-footer-grid {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .main-link {
    display: inline-block;
    margin-bottom: 40px;
    font-size: 11px;
    text-align: left;
  }

  .main-link.margin {
    margin-right: auto;
  }

  .text-field {
    font-size: 2rem;
  }

  .checkbox-label {
    font-size: 14px;
  }

  .orizzontal-nav-footer {
    padding-top: 1.5rem;
    flex-direction: column;
  }

  .social-grid {
    margin-right: 0px;
    margin-left: auto;
  }

  .logo-link {
    display: none;
    margin-bottom: 40px;
  }

  .size-hero {
    height: 700px;
  }

  .size-hero._404 {
    height: 100vh;
  }

  .line.view {
    padding-top: 0px;
  }

  .paragraph-hero {
    display: block;
    margin-left: 0px;
    text-align: center;
  }

  .wrap-text {
    position: static;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    justify-content: center;
    align-items: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .main-paragraph {
    font-size: 18px;
  }

  .main-paragraph.services {
    font-size: 22px;
    line-height: 1.2;
  }

  .main-paragraph.black {
    color: #000;
    font-size: 22px;
  }

  .main-paragraph.black.italic {
    margin-bottom: 20px;
  }

  .main-paragraph._50 {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .main-paragraph.how-it-wroks {
    padding-bottom: 40px;
  }

  .main-paragraph.gift {
    width: auto;
    margin-top: 0px;
  }

  .main-paragraph.second {
    font-family: 'Playfair Display', sans-serif;
    font-size: 18px;
  }

  .roe-text {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 8;
  }

  .overflow.absolute {
    opacity: 1;
  }

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

  .services-section {
    padding-right: 40px;
    padding-left: 40px;
  }

  .change-bg-wrap {
    padding-right: 40px;
    padding-left: 40px;
    background-color: transparent;
  }

  .about-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .container-image {
    display: flex;
    justify-content: center;
  }

  .menu-section {
    padding-right: 40px;
    padding-left: 40px;
  }

  .card-grid {
    padding-top: 0px;
    grid-auto-columns: 1.5fr;
    grid-column-gap: 0px;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }

  .menu-card.first {
    min-height: 400px;
    background-size: cover;
  }

  .menu-card.second {
    min-height: 400px;
  }

  .menu-card.hird {
    min-height: 400px;
  }

  .info-card {
    width: 100%;
  }

  .form-section {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section-slider {
    height: 500px;
  }

  .form-2 {
    width: 100%;
  }

  .div-block-4 {
    width: 60px;
    height: 60px;
  }

  .how-it-works-grid {
    grid-row-gap: 20px;
    grid-template-areas: "Area Area Area"
      "Area-2 Area-2 Area-2"
      "Area-3 Area-3 Area-3"
      "Area-6 Area-6 Area-6"
      "Area-4 Area-4 Area-4"
      "Area-7 Area-7 Area-7";
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto 20px auto 20px auto 20px auto 20px auto 20px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .wrap-image {
    display: flex;
    height: 400px;
    align-items: center;
  }

  .wrap-image.second {
    height: auto;
    flex-direction: column;
  }

  .wrap-image.auto {
    height: auto;
  }

  .image {
    height: 100%;
  }

  .container-text {
    display: flex;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    flex-direction: column;
  }

  .container-text.second {
    padding-bottom: 40px;
  }

  .container-text.second.padding {
    padding: 0px;
  }

  .featured-section {
    padding-right: 40px;
    padding-left: 40px;
  }

  .featured-grid {
    padding-right: 0px;
    padding-left: 0px;
    grid-column-gap: 40px;
  }

  .review-section.view {
    display: none;
  }

  .review-section.hide {
    display: flex;
    height: auto;
    padding-bottom: 60px;
  }

  .review-grid {
    position: static;
  }

  .wrap-review-image {
    top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .review-image {
    width: auto;
  }

  .review-image.absolute.first {
    position: static;
  }

  .review-image.absolute.second {
    position: static;
  }

  .review-image.absolute.third {
    position: static;
  }

  .text-review {
    width: 69%;
    height: auto;
    padding: 27px 0px;
    border: 1px none #000;
  }

  .text-review.hero {
    z-index: 9;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .instagram-section {
    padding-bottom: 60px;
  }

  .instagram-slider {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .mask-instagram-slider {
    width: 60%;
    margin-top: 20px;
  }

  .right-arrow-2 {
    left: auto;
    top: 117px;
    right: 40px;
    bottom: auto;
  }

  .left-arrow-2 {
    left: 40px;
    top: 117px;
    right: auto;
    bottom: auto;
  }

  .rotyate.uno {
    display: inline-block;
  }

  .contact-section {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/contatti.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .overflow-image {
    width: 100%;
  }

  .licensing-container-2 {
    width: 80%;
  }

  .licensing-container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .main-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-licensing._5 {
    min-height: 300px;
  }

  .image-licensing._1 {
    min-height: 300px;
  }

  .image-licensing._3 {
    min-height: 300px;
  }

  .image-licensing._4 {
    min-height: 300px;
  }

  .main-text-2 {
    width: auto;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
  }

  .container-heading-style.style-guide {
    padding-right: 20px;
    padding-left: 20px;
  }

  .background-color.first {
    width: 20vw;
    height: 20vw;
  }

  .background-color.second {
    width: 20vw;
    height: 20vw;
  }

  .background-color.third {
    width: 20vw;
    height: 20vw;
  }

  .privacy-cookie-policy {
    padding: 60px 40px 40px;
  }

  .container-3 {
    padding-top: 20px;
  }

  .title-wrap.policy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .content {
    font-size: 52px;
  }

  .utility-page-form {
    padding-right: 40px;
    padding-left: 40px;
  }

  .form-contact {
    display: none;
  }

  .wrap-form {
    display: flex;
    height: 100%;
    padding-right: 40px;
    padding-left: 40px;
    flex-direction: column;
    justify-content: center;
  }

  .load-bunner {
    display: block;
  }

  .image-mobile {
    margin-top: 0px;
    padding-top: 0px;
  }

  .icon {
    width: 22px;
    font-size: 27px;
  }

  .icon-2 {
    font-size: 27px;
  }

  .review-slider {
    height: auto;
    background-color: transparent;
  }

  .right-arrow-3 {
    height: 400px;
    margin-top: 0px;
  }

  .slide-hero {
    height: auto;
    padding-bottom: 60px;
    background-color: transparent;
  }

  .right-arrow-slide {
    left: auto;
    top: auto;
    right: 7%;
    bottom: 0%;
    height: 50px;
  }

  .left-arrow-3 {
    left: 7%;
    top: auto;
    right: auto;
    bottom: 0%;
    height: 50px;
  }

  .link-406 {
    width: 100%;
    margin-top: 0px;
    align-items: center;
  }

  .grid-3 {
    display: -ms-grid;
    display: grid;
    margin-top: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-areas: "Area-3 Area-2 Area"
      "Area-3 Area-2 Area";
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .image-9 {
    opacity: 0;
  }

  .image-14 {
    display: block;
  }

  .image-16 {
    margin-top: 0px;
  }

  .div-block-7 {
    text-align: center;
  }

  .notice {
    margin-top: 0px;
  }

  .background-video-2 {
    flex: 1;
  }

  .heading-9 {
    font-size: 80px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 30px;
  }

  .hero-wrap {
    display: none;
  }

  .background-video.absolute {
    display: block;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .background-image-effect.absolute {
    display: block;
    overflow: visible;
    width: 100vw;
    height: 100%;
    justify-content: center;
    -ms-grid-row-align: auto;
    align-self: auto;
    flex: 0 auto;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0.41)), url('../images/slide1.png');
    background-position: 0px 0px, 65% 50%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .background-image-effect.absolute.second {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.42)), url('../images/slide2ce.png');
  }

  .background-image-effect.absolute.third {
    width: 100vw;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32)), url('../images/slide3ce.png');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .scale-wrap {
    height: auto;
    padding: 40px 20px;
  }

  .horizzontal-scroll {
    height: auto;
  }

  .horizzontal-div-wrapper {
    position: static;
    height: auto;
  }

  .horizzontal-content {
    width: auto;
    padding-top: 0px;
    flex-direction: column;
    align-items: center;
  }

  .crew-wrap {
    width: 100%;
    height: auto;
    margin-left: 0vw;
    padding: 20px 40px 40px;
    flex-direction: column;
    align-items: flex-start;
    transform: none;
  }

  .crew-wrap.second {
    width: 100vw;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
    justify-content: center;
    transform: none;
  }

  .image-crew {
    width: 100%;
    height: auto;
    max-width: none;
  }

  .main-heading {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-left: 0px;
    font-size: 44px;
    text-align: center;
  }

  .main-heading.h2 {
    font-size: 30px;
    text-align: center;
  }

  .main-heading.h2.uno {
    margin-top: 0px;
    margin-right: 0px;
  }

  .main-heading.h2.due {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }

  .main-heading.hero {
    display: block;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    font-size: 37px;
    text-align: center;
  }

  .main-heading.about {
    position: static;
    top: 44px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    font-size: 35px;
    text-align: left;
  }

  .main-heading.chef {
    font-size: 43px;
  }

  .main-heading.servic {
    margin-bottom: 0px;
    font-size: 28px;
  }

  .main-heading.modal {
    font-size: 16vw;
  }

  .main-heading.modal.firs {
    padding-left: 0px;
    font-size: 9vw;
  }

  .main-heading.modal.firs.due {
    margin-top: 0px;
    font-size: 11vw;
  }

  .main-heading.modal-second {
    font-size: 17vw;
  }

  .main-heading.modal-second.second {
    padding-left: 5px;
  }

  .main-heading.modal-third {
    font-size: 17vw;
  }

  .main-heading.modal-fourth {
    font-size: 16vw;
  }

  .main-heading.modal-fifth {
    padding-left: 5px;
  }

  .main-heading.black {
    padding-left: 0px;
    color: #000;
    font-size: 60px;
    text-align: left;
  }

  .main-heading.menu {
    padding-left: 0px;
    font-size: 31px;
    text-align: center;
  }

  .main-heading.card {
    font-size: 31px;
  }

  .main-heading.price {
    display: block;
    font-size: 29px;
  }

  .main-heading.center.no-margin.italic {
    padding-left: 0px;
    font-size: 39px;
  }

  .main-heading.center.no-margin.italic.uno {
    margin-top: 40px;
    color: #fff;
    font-size: 36px;
  }

  .main-heading.enjoy {
    top: 1%;
    right: auto;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 40px;
    padding-left: 70px;
    font-size: 80px;
  }

  .main-heading.featured {
    font-size: 46px;
  }

  .main-heading._404 {
    font-size: 46px;
    text-align: left;
  }

  .main-heading.form-wrap {
    display: none;
  }

  .container-info-crew {
    position: static;
    display: flex;
    width: 100%;
    margin-top: 40px;
    flex-direction: column;
    align-items: center;
  }

  .container-info-crew._3 {
    position: static;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-container {
    max-width: none;
  }

  .footer-grid {
    grid-auto-columns: 2fr;
    grid-auto-rows: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1.25fr 0.5fr 1fr;
    grid-template-columns: 1.25fr 0.5fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .munu-footer-grid {
    grid-column-gap: 0rem;
  }

  .main-link.margin {
    margin-right: auto;
    margin-bottom: 10px;
  }

  .text-field {
    font-size: 18px;
  }

  .submit-button {
    font-size: 22px;
  }

  .orizzontal-nav-footer {
    padding-top: 0rem;
    align-items: flex-start;
  }

  .social-grid {
    margin-top: 20px;
  }

  .main-image._100 {
    height: 100%;
  }

  .main-image._100.mobile {
    width: 100%;
    height: 100%;
  }

  .main-image.absolute {
    display: none;
  }

  .main-image.nav {
    width: 40px;
  }

  .navbar {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .size-hero {
    height: 100vh;
  }

  .hero-wrao-text {
    bottom: auto;
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .line.white {
    display: none;
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .line.white.uno {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .line.view {
    padding-top: 0px;
  }

  .paragraph-hero {
    margin-left: 0px;
    font-size: 23px;
    text-align: center;
  }

  .wrap-text {
    padding-top: 0px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .main-paragraph {
    padding-top: 40px;
    font-size: 17px;
  }

  .main-paragraph.modale {
    width: auto;
    margin-left: 0px;
  }

  .main-paragraph.services {
    padding-top: 0px;
    font-size: 18px;
  }

  .main-paragraph.modale-second {
    width: auto;
    margin-left: 0px;
  }

  .main-paragraph.modale-second.second {
    width: auto;
    padding-left: 5px;
    font-style: normal;
  }

  .main-paragraph.modale-third {
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .main-paragraph.modale-fourth {
    width: auto;
    margin-left: 0px;
    padding-left: 5px;
  }

  .main-paragraph.modale-fifth {
    width: auto;
    margin-left: 0px;
    padding-left: 10px;
  }

  .main-paragraph.black {
    color: #000;
  }

  .main-paragraph.black.italic {
    color: #fff;
  }

  .main-paragraph._50 {
    margin-top: 10px;
    padding-top: 10px;
  }

  .main-paragraph.center {
    font-size: 15px;
  }

  .main-paragraph.how-it-wroks {
    font-size: 19px;
  }

  .main-paragraph.review.second {
    padding-bottom: 0px;
  }

  .main-paragraph.gift {
    margin-top: 10px;
  }

  .main-paragraph.gift.uno {
    padding-top: 20px;
    color: #fff;
  }

  .main-paragraph.second {
    padding-top: 0px;
  }

  .main-paragraph.due {
    padding-top: 60px;
    font-size: 17px;
  }

  .main-paragraph.tre {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .roe-text {
    bottom: 0%;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    flex: 0 auto;
  }

  .overflow.margin {
    margin-top: 140px;
  }

  .overflow.absolute {
    position: static;
  }

  .overflow.center {
    position: relative;
    z-index: 3;
    display: flex;
    width: 100%;
    height: 400px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .services-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .modal-wrap.first {
    display: none;
  }

  .modal-wrap.second {
    display: none;
  }

  .modal-wrap.third {
    display: none;
  }

  .modal-wrap.fourth {
    display: none;
  }

  .modal-wrap.fifth {
    display: none;
  }

  .modal-wrap.six {
    display: none;
  }

  .modal-wrap.seven {
    display: none;
  }

  .wrap-text-modal {
    padding-right: 0px;
    padding-left: 0px;
  }

  .background-modal.first {
    background-image: url('../images/maio.jpg');
    background-position: 40% 50%;
    background-size: cover;
  }

  .background-modal.second {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/croccaria.jpg');
    background-position: 0px 0px, 30% 50%;
    background-size: auto, cover;
  }

  .background-modal.third {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/wrpa8.png');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
  }

  .background-modal.fourth {
    background-image: linear-gradient(180deg, null, null), url('../images/tapas2.png');
  }

  .background-modal.fifth {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08)), url('../images/wrap9.png');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
  }

  .background-modal.six {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.39)), url('../images/wrap1.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .background-modal.seven {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/wrap3.png');
    background-position: 0px 0px, 100% 0%;
    background-size: auto, cover;
    background-repeat: repeat, repeat-x;
  }

  .flex-hero {
    margin-top: -64px;
  }

  .change-bg-wrap {
    margin-top: 180px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    background-color: transparent;
  }

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

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

  .menu-section {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .wrap-heading {
    padding-right: 0px;
    padding-left: 0px;
  }

  .card-grid {
    width: 100%;
    margin-top: 60px;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }

  .menu-card.first {
    height: 400px;
    max-height: none;
    min-height: auto;
    background-image: url('../images/ca.png');
    background-size: cover;
  }

  .menu-card.second {
    display: flex;
    height: 400px;
    max-height: none;
    min-height: auto;
    align-items: stretch;
  }

  .menu-card.hird {
    display: flex;
    height: 400px;
    max-height: none;
    min-height: auto;
    align-items: stretch;
  }

  .info-card {
    flex-direction: column;
  }

  .info-card.uno {
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brand-image {
    display: none;
    width: 266px;
  }

  .form-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .submit-button-2.contact.due {
    color: #fff;
    font-size: 24px;
  }

  .submit-button-2.contact.due:active {
    color: #c1ae8e;
  }

  .bg-slide.first {
    background-image: url('../images/P2700417.MOV.17_20_38_33.Immagine001.jpg');
    background-position: 100% 100%;
  }

  .bg-slide.second {
    background-image: url('../images/P2700369.MOV.16_54_14_49.Immagine001.jpg');
    background-position: 50% 100%;
  }

  .right-arrow {
    padding-right: 20px;
  }

  .left-arrow {
    padding-left: 20px;
  }

  .slide-nav {
    display: none;
  }

  .how-it-work-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .wrap-image {
    height: 391px;
  }

  .wrap-image.auto {
    height: auto;
  }

  .image {
    position: static;
    width: 100%;
    height: 100%;
  }

  .image.brand {
    display: inline-block;
    width: 70%;
    height: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image.brand.tre {
    width: auto;
    height: auto;
    max-width: 90%;
  }

  .image.brand.uno {
    width: auto;
    height: auto;
  }

  .image.brand.due {
    width: auto;
    height: auto;
  }

  .container-text {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .container-text.second {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .featured-section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .featured-grid {
    margin-top: 60px;
    padding-right: 10px;
    padding-left: 10px;
    justify-content: space-around;
    justify-items: end;
    align-items: start;
    align-content: space-around;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 0.75fr 1fr 0.75fr;
    grid-template-columns: 0.75fr 1fr 0.75fr;
  }

  .container-brand {
    padding-top: 0px;
  }

  .review-image.absolute.second {
    width: auto;
  }

  .review-image.absolute.third {
    width: auto;
  }

  .text-review.hero {
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .text-review.hero.uno {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-bottom: 0px;
  }

  .text-review.hero.due {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .text-review.hero.featured-grid {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .instagram-section {
    padding-bottom: 0px;
  }

  .instagram-slider {
    margin-bottom: 60px;
  }

  .mask-instagram-slider {
    width: 84%;
    margin-top: 0px;
  }

  .instagram-card {
    position: static;
    display: none;
  }

  .wrap-text-instagram {
    display: block;
    padding: 0px;
  }

  .instagram-text {
    margin-bottom: 10px;
  }

  .slide-insta {
    padding-right: 0px;
  }

  .right-arrow-2 {
    top: 60px;
    right: 20px;
  }

  .left-arrow-2 {
    left: 168px;
    top: 60px;
  }

  .row {
    flex-direction: column;
    align-items: flex-start;
  }

  .line-instagram {
    display: none;
  }

  .rotyate {
    display: inline-block;
  }

  .rotyate.absolute {
    display: none;
  }

  .rotyate.due {
    display: none;
  }

  .contact-section {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/DSC_1953.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, fixed;
  }

  .utility-page-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .licensing-container-2 {
    width: 90%;
    padding: 10px;
  }

  .source-link {
    font-size: 16px;
  }

  .licensing-head {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .licensing-paragraph {
    font-size: 16px;
  }

  .hero-heading-smal {
    font-size: 50px;
  }

  .licensing-container {
    width: 100%;
    padding: 20px;
  }

  .license-link {
    font-size: 16px;
  }

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

  .licensing-section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .main-2 {
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .small-hero-2 {
    min-height: 450px;
    padding-top: 25px;
  }

  .button-style-guide {
    padding-right: 0px;
    padding-left: 0px;
  }

  .main-text-2 {
    width: auto;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
  }

  .style-guide-block {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .main-heading-3.h4 {
    font-size: 30px;
  }

  .main-heading-3.h1 {
    margin-right: 0px;
    margin-left: 20px;
    font-size: 72px;
  }

  .container-2.style-guide {
    padding-right: 0px;
    padding-left: 0px;
  }

  .main-paragraph-3 {
    margin-top: 0rem;
    font-size: 18px;
  }

  .style-text {
    position: static;
  }

  .container-heading-style.style-guide {
    padding-right: 0px;
    padding-left: 0px;
  }

  .background-color.first {
    width: 78vw;
    height: 78vw;
  }

  .background-color.second {
    width: 78vw;
    height: 78vw;
  }

  .background-color.third {
    width: 78vw;
    height: 78vw;
  }

  .privacy-cookie-policy {
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-3 {
    padding-top: 20px;
  }

  .title-wrap {
    margin-bottom: 20px;
  }

  .content {
    font-size: 38px;
    text-align: left;
  }

  .privacy-paragraph {
    font-size: 18px;
  }

  ._404-link-text {
    font-size: 20px;
  }

  .arrow {
    width: 50px;
  }

  .utility-page-form {
    padding-right: 20px;
    padding-left: 20px;
  }

  .bg-image-password {
    display: none;
  }

  .passwor-heading {
    font-size: 35px;
  }

  .field-label-password {
    font-size: 18px;
  }

  .form-contact {
    display: none;
    overflow: hidden;
  }

  .wrap-form {
    overflow: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .form-3 {
    display: none;
  }

  .bg-form {
    background-image: linear-gradient(180deg, #000, #000);
  }

  .load-bunner {
    display: flex;
  }

  .close-button-pop-up {
    right: 14px;
    z-index: 7;
  }

  .close-line {
    background-color: #fff;
  }

  .image-mobile {
    position: absolute;
    left: auto;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: inline-block;
    width: auto;
    height: 300px;
    margin-right: auto;
    margin-left: 0px;
  }

  .right-arrow-3 {
    height: 53%;
    margin-bottom: 0px;
  }

  .absolute {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
  }

  .text-span-8 {
    position: relative;
    bottom: 16px;
    height: auto;
    margin-left: 0px;
  }

  .right-arrow-slide {
    right: 20px;
  }

  .left-arrow-3 {
    left: 20px;
    display: inline-block;
  }

  .link-406 {
    position: static;
    left: 0%;
    top: 49%;
    right: 0%;
    bottom: auto;
    display: flex;
    width: 100%;
    margin-top: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 26px;
  }

  .italic-text-5 {
    color: #000;
    font-weight: 400;
  }

  .grid-2 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    background-color: #fff;
  }

  .image-8 {
    background-color: #fff;
  }

  .grid-3 {
    margin-top: -91px;
    grid-column-gap: 7px;
    -ms-grid-columns: 1.5fr 1.75fr 1.5fr;
    grid-template-columns: 1.5fr 1.75fr 1.5fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid-3.due {
    margin-top: 0px;
  }

  .grid-3.tre {
    margin-top: 0px;
    margin-bottom: 40px;
    align-items: stretch;
  }

  .image-9 {
    opacity: 0;
  }

  .image-13 {
    max-width: none;
  }

  .image-14 {
    max-width: none;
  }

  .image-15 {
    max-width: none;
  }

  .image-16 {
    display: none;
  }

  .mask {
    overflow: hidden;
  }

  .grid-7 {
    margin-top: 20px;
    justify-content: space-between;
    justify-items: stretch;
    align-items: center;
    grid-column-gap: 23px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .image-17 {
    opacity: 0;
  }

  .grid-8 {
    margin-top: 20px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .heading-2 {
    font-size: 20px;
  }

  .heading-3 {
    width: 100%;
    height: 100%;
    font-family: Raleway, sans-serif;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 300;
  }

  .image-18 {
    width: 80%;
    height: 80%;
  }

  .heading-4 {
    font-family: Raleway, sans-serif;
    font-size: 19px;
    font-weight: 400;
  }

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

  .grid-10 {
    grid-column-gap: 0px;
    -ms-grid-columns: 0.25fr 0.25fr 0.5fr 0.25fr 1fr;
    grid-template-columns: 0.25fr 0.25fr 0.5fr 0.25fr 1fr;
  }

  .heading-8 {
    width: 50%;
  }

  .heading-8.due {
    width: 50%;
    text-align: left;
  }

  .image-19 {
    height: auto;
  }

  .notice-link {
    line-height: 22px;
  }

  .notice-link:hover {
    color: #fff;
  }

  .footer-box {
    margin-bottom: 20px;
  }

  .footer-text {
    font-size: 16px;
  }

  .notice {
    padding-top: 0px;
  }

  .notice-text {
    margin-top: 20px;
    padding-left: 10px;
  }

  .footer-social-link.instagram {
    display: none;
  }

  .footer-social-link.facebook {
    display: none;
  }

  .image-20 {
    width: 80%;
    max-width: none;
  }

  .text-span-12 {
    color: #c1ae8e;
  }

  .text-span-12:active {
    color: #fff;
  }

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

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

  .text-span-15 {
    text-transform: lowercase;
  }

  .text-span-16 {
    text-transform: lowercase;
  }

  .text-span-17 {
    text-transform: lowercase;
  }

  .image-21 {
    position: static;
    display: block;
  }

  .image-22 {
    position: fixed;
    right: 0px;
    width: 100%;
    height: 60%;
    padding: 40px 80px;
  }

  .bold-text-10 {
    color: #000;
  }

  .bold-text-11 {
    color: #000;
  }

  .bold-text-12 {
    color: #000;
  }

  .bold-text-13 {
    color: #000;
  }

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

  .background-video-3 {
    z-index: 999;
    display: block;
    flex: 1;
  }

  .image-23 {
    display: none;
  }

  .heading-9 {
    margin-top: 0px;
    font-size: 50px;
  }

  .italic-text-6 {
    font-size: 48px;
  }

  .column-2 {
    align-items: center;
  }

  .columns {
    flex-direction: column-reverse;
  }

  .columns-2 {
    display: flex;
    flex-direction: column-reverse;
  }

  .column-3 {
    padding-top: 40px;
  }
}

#w-node-b6f176e2-3b97-205f-0019-f4e1413e8d22-a7dc1712 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_21a2d07c-6fbd-38f5-a522-bef0267f9a6f-a7dc1712 {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_15c70f7c-9df2-eb70-f41b-6d867c461d72-a7dc1712 {
  -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;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b05fa9f5-2a34-49cd-f111-7ce60a4d9798-a7dc1712 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_41bebb61-5dae-dfb0-4840-66eba016d498-a7dc1712 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_155f3788-2bcb-d0c7-a7c4-3105d0bfe3ea-a7dc1712 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_052f38e5-26e0-a88f-9c6b-5a4062ef31bc-a7dc1712 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_163d14bb-39b3-8e2d-f4b7-376d075d3d16-a7dc1712 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6e9f52d3-2acd-67f5-94a8-bcdb324a1dac-a7dc1712 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4f85a495-548f-7fd7-faca-67399968ac9b-a7dc1712 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_73e531d3-cdfc-ae42-03c0-874c06dabbf1-a7dc1712 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_68c28511-248c-6fd4-6bbb-40108e51e696-a7dc1712 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4f829867-736b-5a57-8d93-83e74836e27d-a7dc1712 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_11e447b7-c910-ce6b-2cb2-2bd0ea5b3dc6-a7dc1712 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0009a4b4-f5ed-9734-a93f-313f6ad34263-a7dc1712 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-cc088d02-5aa4-2aad-66fa-6b56626807c7-a7dc1712 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
}

#w-node-_6d0e0adf-43d1-9b77-b09d-a86fdceaccbe-a7dc1712 {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: Area-3;
}

#w-node-cba4381d-8f1d-6f03-315e-3c8d1a461afd-a7dc1712 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: Area-2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-eb02794c-bd9e-bcd7-8d66-a7d544814252-a7dc1712 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  -ms-grid-row-align: center;
  align-self: center;
  grid-area: Area-6;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a487d6df-455f-7cfc-9ca2-d025651b9781-a7dc1712 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: Area-4;
}

#w-node-d730f474-7c65-8cc4-94d0-add3fc60dae0-a7dc1712 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: Area-7;
}

#w-node-d652ebfc-a726-5b2c-4158-7a906c3a3e82-a7dc1712 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a68ae86d-ef5b-c60b-5b97-306652fe6e11-a7dc1712 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -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-_6cbc7cdb-91b9-a846-09c1-650e0c32ffff-a7dc1712 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -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-_002e8e4d-418e-c638-4092-75a6ff7df5cd-a7dc1712 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_8732f1bb-dc98-70db-fe09-9cacfca65877-a7dc1712 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_7bd7ed76-18ed-0985-3809-89c2df2a17e8-a7dc1712 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_195c0e60-9170-f617-5513-e9bee822c7bd-a7dc1712 {
  -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;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-e5152271-5d96-1191-09e3-c81bae0272aa-fadc171d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e5152271-5d96-1191-09e3-c81bae0272b0-fadc171d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e5152271-5d96-1191-09e3-c81bae0272b6-fadc171d {
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-b6f176e2-3b97-205f-0019-f4e1413e8d22-a7dc1712 {
    -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-_21a2d07c-6fbd-38f5-a522-bef0267f9a6f-a7dc1712 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-b05fa9f5-2a34-49cd-f111-7ce60a4d9798-a7dc1712 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_41bebb61-5dae-dfb0-4840-66eba016d498-a7dc1712 {
    -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;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3b0c972e-8955-9a9e-ee34-c616002470e0-a7dc1712 {
    -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-eb02794c-bd9e-bcd7-8d66-a7d544814252-a7dc1712 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-a68ae86d-ef5b-c60b-5b97-306652fe6e11-a7dc1712 {
    -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;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_6cbc7cdb-91b9-a846-09c1-650e0c32ffff-a7dc1712 {
    -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;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_8732f1bb-dc98-70db-fe09-9cacfca65877-a7dc1712 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_7bd7ed76-18ed-0985-3809-89c2df2a17e8-a7dc1712 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-e5152271-5d96-1191-09e3-c81bae0272b6-fadc171d {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-b6f176e2-3b97-205f-0019-f4e1413e8d22-a7dc1712 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2060a257-fc97-ceda-9e72-e45a4a23a32b-a7dc1712 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_21a2d07c-6fbd-38f5-a522-bef0267f9a6f-a7dc1712 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_15c70f7c-9df2-eb70-f41b-6d867c461d72-a7dc1712 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b05fa9f5-2a34-49cd-f111-7ce60a4d9798-a7dc1712 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_41bebb61-5dae-dfb0-4840-66eba016d498-a7dc1712 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_6e5d498d-ef28-3904-7e1f-338e0c40c6c5-a7dc1712 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_47fa04bf-b664-321a-7e26-16f66bcf71ad-a7dc1712 {
    -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-_0009a4b4-f5ed-9734-a93f-313f6ad34263-a7dc1712 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-a7755fbc-4d2f-914d-d938-ad5ae567112a-a7dc1712 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-a68ae86d-ef5b-c60b-5b97-306652fe6e11-a7dc1712 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6cbc7cdb-91b9-a846-09c1-650e0c32ffe7-a7dc1712 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_6cbc7cdb-91b9-a846-09c1-650e0c32ffff-a7dc1712 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9dffefca-afa8-227c-c2b3-bab167f08b0b-a7dc1712 {
    -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-b4e89348-008a-4b8e-ed46-21f5bc7e570d-a7dc1712 {
    -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-_7f3b7dff-8d07-259f-5a36-7a59d8f5a9d7-a7dc1712 {
    -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-_195c0e60-9170-f617-5513-e9bee822c7bd-a7dc1712 {
    -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;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_8e2df152-daf3-266e-28fb-22325ed0a108-a7dc1712 {
    -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: 767px) {
  #w-node-abc7c4cf-a960-3729-bc7e-357f1cbfe827-a7dc1712 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-align: center;
    justify-self: center;
    grid-area: Area-2;
  }

  #w-node-_376275db-5153-0367-2fe6-e0c51c0141f6-a7dc1712 {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: start;
    align-self: start;
    grid-area: Area-3;
  }

  #w-node-_3de4e687-de4c-c77c-1978-d9761bcbf2f9-a7dc1712 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    -ms-grid-column-align: center;
    justify-self: center;
    grid-area: Area;
  }

  #w-node-_47fa04bf-b664-321a-7e26-16f66bcf71ad-a7dc1712 {
    -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-_002e8e4d-418e-c638-4092-75a6ff7df5cd-a7dc1712 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-abc7c4cf-a960-3729-bc7e-357f1cbfe827-a7dc1712 {
    -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;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_376275db-5153-0367-2fe6-e0c51c0141f6-a7dc1712 {
    -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;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3de4e687-de4c-c77c-1978-d9761bcbf2f9-a7dc1712 {
    -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;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_155f3788-2bcb-d0c7-a7c4-3105d0bfe3ea-a7dc1712 {
    -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;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_052f38e5-26e0-a88f-9c6b-5a4062ef31bc-a7dc1712 {
    -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;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_163d14bb-39b3-8e2d-f4b7-376d075d3d16-a7dc1712 {
    -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;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_6e9f52d3-2acd-67f5-94a8-bcdb324a1dac-a7dc1712 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_6e5d498d-ef28-3904-7e1f-338e0c40c6c5-a7dc1712 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_0009a4b4-f5ed-9734-a93f-313f6ad34263-a7dc1712 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d730f474-7c65-8cc4-94d0-add3fc60dae0-a7dc1712 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-area: Area-7;
  }

  #w-node-_1823905c-8138-c3e0-851f-72f0a3c63f92-a7dc1712 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-a68ae86d-ef5b-c60b-5b97-306652fe6e11-a7dc1712 {
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: center;
    justify-self: center;
    -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-_6cbc7cdb-91b9-a846-09c1-650e0c32fff4-a7dc1712 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_6cbc7cdb-91b9-a846-09c1-650e0c32ffff-a7dc1712 {
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: center;
    justify-self: center;
    -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-c929a262-6c00-b1b4-cb42-35df27f483e4-a7dc1712 {
    -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-_195c0e60-9170-f617-5513-e9bee822c7bd-a7dc1712 {
    -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;
    -ms-grid-column-align: end;
    justify-self: end;
  }
}

@media screen and (min-width: 1440px) {
  .footer-grid>#w-node-cc088d02-5aa4-2aad-66fa-6b56626807c7-a7dc1712 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  .footer-grid>#w-node-_3de4e687-de4c-c77c-1978-d9761bcbf2f9-a7dc1712 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-cc088d02-5aa4-2aad-66fa-6b56626807c7-a7dc1712 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  #w-node-_6d0e0adf-43d1-9b77-b09d-a86fdceaccbe-a7dc1712 {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }

  #w-node-cba4381d-8f1d-6f03-315e-3c8d1a461afd-a7dc1712 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  #w-node-eb02794c-bd9e-bcd7-8d66-a7d544814252-a7dc1712 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  #w-node-a487d6df-455f-7cfc-9ca2-d025651b9781-a7dc1712 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }

  #w-node-d730f474-7c65-8cc4-94d0-add3fc60dae0-a7dc1712 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }

  #w-node-abc7c4cf-a960-3729-bc7e-357f1cbfe827-a7dc1712 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  #w-node-_376275db-5153-0367-2fe6-e0c51c0141f6-a7dc1712 {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }

  #w-node-_3de4e687-de4c-c77c-1978-d9761bcbf2f9-a7dc1712 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  #w-node-d730f474-7c65-8cc4-94d0-add3fc60dae0-a7dc1712 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cc088d02-5aa4-2aad-66fa-6b56626807c7-a7dc1712 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  .grid-3>#w-node-cc088d02-5aa4-2aad-66fa-6b56626807c7-a7dc1712 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }

  #w-node-_6d0e0adf-43d1-9b77-b09d-a86fdceaccbe-a7dc1712 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  .grid-3>#w-node-_6d0e0adf-43d1-9b77-b09d-a86fdceaccbe-a7dc1712 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  #w-node-cba4381d-8f1d-6f03-315e-3c8d1a461afd-a7dc1712 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  .grid-3>#w-node-cba4381d-8f1d-6f03-315e-3c8d1a461afd-a7dc1712 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  #w-node-eb02794c-bd9e-bcd7-8d66-a7d544814252-a7dc1712 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  #w-node-a487d6df-455f-7cfc-9ca2-d025651b9781-a7dc1712 {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  #w-node-d730f474-7c65-8cc4-94d0-add3fc60dae0-a7dc1712 {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  #w-node-abc7c4cf-a960-3729-bc7e-357f1cbfe827-a7dc1712 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  .grid-3>#w-node-abc7c4cf-a960-3729-bc7e-357f1cbfe827-a7dc1712 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  #w-node-_376275db-5153-0367-2fe6-e0c51c0141f6-a7dc1712 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  .grid-3>#w-node-_376275db-5153-0367-2fe6-e0c51c0141f6-a7dc1712 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  #w-node-_3de4e687-de4c-c77c-1978-d9761bcbf2f9-a7dc1712 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  .grid-3>#w-node-_3de4e687-de4c-c77c-1978-d9761bcbf2f9-a7dc1712 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }

  #w-node-d730f474-7c65-8cc4-94d0-add3fc60dae0-a7dc1712 {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  
  .columns-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  } 
  
  
}




