:root {
  --cream: #fffae6;
  --aperol: #ff5000;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.header-background {
  background-image: linear-gradient(#ff5000, #ff500000), url('../images/Aperol_Pattern_Background_RGB.png');
  background-position: 0 0, 50%;
  background-size: auto, 800px;
  position: relative;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-2 {
  margin-top: 20px;
  padding-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.btn-cream-secondary {
  color: #fffae6;
  text-align: center;
  background-color: #fff0;
  border: 1px solid #fffae6;
  border-radius: 36px;
  padding: 18px 32px;
  font-family: Afacad, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.btn-cream-secondary.small {
  padding: 7px 18px;
  font-size: 16px;
}

.btn-cream-secondary.menu.language {
  display: none;
}

.image {
  max-width: 200px;
  margin-top: 0;
  margin-bottom: 0;
}

.footer-background {
  background-image: linear-gradient(#ff5000, #ff500000), url('../images/Aperol_Pattern_Background_RGB.png');
  background-position: 0 0, 50%;
  background-size: auto, 1200px;
}

.footer-flex {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-2 {
  max-width: 150px;
}

.paragraph {
  color: #fffae6;
  text-align: center;
  font-family: Afacad, sans-serif;
}

.flex-block-3 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  margin-bottom: 14px;
}

.footer-link {
  color: #fffae6;
  font-family: Afacad, sans-serif;
  text-decoration: none;
}

.hero-background {
  background-image: linear-gradient(#0000001c, #0000001c), url('../images/Aperol_Spritz-Sunset-Party_logo-ritoccato_B01.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  display: flex;
  position: relative;
}

.hero-background-concorso-terminato {
  background-image: linear-gradient(rgba(33, 33, 33, 0.5), rgba(48, 47, 47, 0.5) 98.74%), url('../images/Aperol_Spritz-Sunset-Party_logo-ritoccato_B01.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  display: flex;
  position: relative;
}

.hero-background.offtrade {
  background-image: linear-gradient(#00000069, #00000069), url('../images/image-17.png');
  min-height: 600px;
}

.hero-background.eventi {
  background-image: linear-gradient(#0000, #0000), url('../images/2.jpg');
}

.hero-background.superm {
  background-image: linear-gradient(#0000, #0000), url('../images/image-18.png');
  background-size: auto, cover;
  min-height: 900px;
}

.hero-background.ontrade {
  background-image: linear-gradient(#00000057, #00000057), url('../images/4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-background.people {
  background-image: linear-gradient(#00000040, #00000040), url('../images/4.jpg');
}

.hero-cont {
  flex-flow: column;
  display: flex;
}

.flex-block {
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
}

.flex-block.hidden {
  display: none;
}

.heading {
  color: #fffae6;
  text-align: center;
  text-transform: uppercase;
  font-family: Afacad, sans-serif;
  font-weight: 700;
}

.flex-block-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 20px;
}

.btn-aperol-primary {
  color: #fffae6;
  text-align: center;
  text-transform: none;
  background-color: #fe5000;
  border-radius: 36px;
  padding: 18px 32px;
  font-family: Afacad, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.btn-aperol-primary.small {
  padding: 5px 20px;
  font-size: 14px;
}

.btn-aperol-primary.smaller {
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-cream-primary {
  color: #fe5000;
  text-align: center;
  background-color: #fffae6;
  border-radius: 36px;
  padding: 18px 32px;
  font-family: Afacad, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.flex-block-4 {
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
}

.flex-block-5 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 20px;
}

.cream-bg {
  color: #fe5000;
  background-color: #fffae6;
}

.flex-block-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.main-title {
  color: #fe5000;
  text-transform: uppercase;
  font-family: Afacad, sans-serif;
}

.paragraph-2 {
  margin-top: 10px;
  font-family: Afacad, sans-serif;
}

.btn-aperol-secondary {
  color: #fe5000;
  text-align: center;
  text-transform: none;
  background-color: #fffae6;
  border: 1px solid #fe5000;
  border-radius: 36px;
  padding: 18px 32px;
  font-family: Afacad, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.venue-list {
  background-color: #fffae6;
}

.flex-block-7 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

.div-block-3 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-color: #fe5000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100px;
  padding: 10px 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.venue-name {
  color: #fffae6;
  margin-top: -47px;
  font-family: Afacad, sans-serif;
  font-size: 24px;
  display: block;
  position: absolute;
}

.flex-block-8 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  padding: 20px;
}

.venue-address {
  color: #fffae6;
  font-family: Afacad, sans-serif;
  font-size: 16px;
}

.event-line {
  color: #fe5000;
  font-family: Afacad, sans-serif;
  font-size: 16px;
}

.section {
  background-color: #fffae6;
}

.venue-background {
  background-image: linear-gradient(#0000003d, #0000003d), url('../images/Aperol_Food_DSC06475_V003.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-flow: column;
  min-width: 100%;
  min-height: 300px;
  display: flex;
  position: relative;
}

.venue-cell {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  min-width: 100%;
  display: flex;
}

.events-block {
  flex-flow: column;
  min-width: 100%;
  min-height: 100%;
  display: flex;
}

.heading-2 {
  color: #fe5000;
  font-family: Afacad, sans-serif;
  font-size: 22px;
}

.paragraph-3 {
  color: #fe5000;
  font-family: Afacad, sans-serif;
  font-size: 18px;
}

.link {
  color: var(--cream);
  text-decoration: underline;
}

.nav-menu {
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar {
  background-color: #ddd0;
  position: absolute;
}

.menu-button {
  color: var(--cream);
  display: block;
}

.menu-button.w--open {
  background-color: var(--aperol);
}

.navbar-2 {
  z-index: 999;
  background-color: #ddd0;
  position: absolute;
  inset: 0% 0% auto;
}

.menu-button-2 {
  z-index: 100000;
  color: var(--cream);
  display: block;
  position: absolute;
}

.menu-button-2.w--open {
  z-index: 1000;
  background-color: #c8c8c800;
  position: fixed;
}

.nav-menu-2 {
  background-color: var(--aperol);
  height: 100vh;
  padding-top: 76px;
  padding-bottom: 40px;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-link {
  color: var(--cream);
  text-transform: uppercase;
  cursor: pointer;
  padding-bottom: 10px;
  font-family: Afacad, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.menu-link.w--current {
  color: var(--cream);
}

.flex-block-9 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
}

.image-3 {
  max-width: 300px;
}

.agegate-txt {
  color: #fffae6;
  font-family: Afacad, sans-serif;
  font-size: 24px;
}

.form {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-flow: column;
  display: flex;
}

.flex-block-10 {
  grid-column-gap: 59px;
  grid-row-gap: 59px;
}

.radio-button {
  border: 3px solid #fffae6;
  min-width: 20px;
  min-height: 20px;
  margin-top: 0;
  margin-left: -31px;
}

.radio-button.w--redirected-checked {
  border-color: var(--cream);
  background-image: linear-gradient(to bottom, var(--cream), var(--cream));
}

.radio-button-label {
  color: #fffae6;
  font-family: Afacad, sans-serif;
  font-size: 24px;
}

.text-block {
  color: #fffae6;
  text-align: center;
  margin-bottom: 42px;
  font-family: Afacad, sans-serif;
  font-size: 18px;
  position: absolute;
  inset: auto 0% 0%;
}

.agegate-bg {
  background-image: url('../images/Aperol_Pattern_Background_RGB.png');
  background-position: 0 0;
  background-size: cover;
}

.code-embed {
  margin-bottom: 80px;
  position: absolute;
  inset: 10% 0% auto;
}

.section-wavy {
  background-image: url('../images/Aperol_Pattern_Background_RGB.png');
  background-position: 0 0;
  background-size: 1200px;
}

.head-3-aperol {
  color: var(--aperol);
  text-align: center;
  margin-bottom: 25px;
  font-family: Afacad, sans-serif;
}

.head-3-aperol.creamy {
  color: var(--cream);
  text-align: center;
  max-width: 800px;
  font-size: 45px;
  line-height: 50px;
}

.head-3-aperol.creamy.uppercase, .head-3-aperol.maiusc {
  text-transform: uppercase;
}

.head-3-aperol.maiusc.subtitle.trade-left {
  text-align: left;
}

.head-3-aperol.uppercase {
  text-align: left;
  text-transform: uppercase;
}

.par-4-aperol {
  color: var(--aperol);
  text-align: center;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Afacad, sans-serif;
  font-size: 18px;
}

.par-4-aperol.creamy {
  color: var(--cream);
  text-align: center;
  margin-left: 0;
}

.par-4-aperol.bold {
  font-weight: 700;
}

.par-4-aperol.bold.bigger.topper {
  margin-top: 20px;
}

.par-4-aperol.top-dist {
  margin-top: 48px;
}

.par-4-aperol.sticky-bottom {
  position: absolute;
  inset: auto 0% 0%;
}

.par-4-aperol.trade-left {
  text-align: left;
}

.sec-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.sec-text.lefted {
  justify-content: center;
  align-items: flex-start;
}

.slide {
  background-image: linear-gradient(#00000057, #00000057), url('../images/2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slider {
  min-height: 700px;
}

.heading-4 {
  color: var(--cream);
  text-align: center;
  max-width: 60vw;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Afacad, sans-serif;
  font-size: 40px;
  line-height: 45px;
}

.div-block-4 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide-2 {
  background-image: linear-gradient(#00000057, #00000057), url('../images/Photo-Jun-15-2024-9-49-13-AM.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-3 {
  background-image: linear-gradient(#00000057, #00000057), url('../images/Aperol-Consumption-Bottle-With-Full-Glasses-Image-2742-Square.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-fill-orange {
  background-color: var(--aperol);
}

.section-fill-orange.body-stretcher {
  flex: 1;
}

.map-btns {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-width: 300px;
  margin-top: 40px;
  display: flex;
}

.section-fill-cream {
  background-color: var(--cream);
}

.section-fill-cream.relative {
  flex: 1;
  position: relative;
}

.section-fill-cream.only-cta {
  padding-top: 10px;
}

.section-fill-cream.body-flex {
  flex: 1;
}

.image-4 {
  flex: 0 auto;
  max-width: 50%;
  margin-top: -30px;
}

.slide-4 {
  background-image: linear-gradient(#00000057, #00000057), url('../images/AperolCatamarano_byRR-6.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-5 {
  background-image: linear-gradient(#00000057, #00000057), url('../images/3.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
}

.slide-6 {
  background-image: linear-gradient(#00000057, #00000057), url('../images/gift-voucher-immagine-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bevireso {
  color: var(--cream);
  font-family: Afacad, sans-serif;
}

.div-block-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 80vh;
  display: flex;
}

.heading-5 {
  color: var(--cream);
  text-align: center;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Afacad, sans-serif;
}

.div-block-6 {
  background-image: url('../images/1---9x16.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 1200px;
}

.div-block-6.locali {
  background-image: url('../images/4.jpg');
  min-height: 600px;
}

.h-3-left {
  color: var(--aperol);
  font-family: Afacad, sans-serif;
  font-size: 32px;
}

.p-left {
  color: var(--aperol);
  font-family: Afacad, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.list {
  color: var(--aperol);
  font-family: Afacad, sans-serif;
  font-size: 18px;
  list-style-type: decimal;
}

.list.short {
  list-style-type: disc;
}

.container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.or {
  color: var(--aperol);
  text-align: center;
  font-family: Afacad, sans-serif;
  font-size: 20px;
}

.head-aperol {
  color: var(--aperol);
  text-align: center;
  font-family: Afacad, sans-serif;
}

.cell {
  align-items: stretch;
}

.div-block-7 {
  background-image: url('../images/AperolCatamarano_byRR-6.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 200px;
}

.item-label-h {
  color: var(--aperol);
  margin-bottom: 7px;
  font-family: Afacad, sans-serif;
  font-size: 21px;
  font-weight: 500;
}

.div-item {
  border-bottom: 1px solid var(--aperol);
  padding: 10px 10px 20px;
}

.listing-second {
  color: var(--aperol);
  font-family: Afacad, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.listing-body {
  color: var(--aperol);
  font-family: Afacad, sans-serif;
}

.listing-body.lowerline {
  margin-top: 0;
  margin-bottom: 0;
}

.listing-body.bigger {
  margin-bottom: 0;
  font-size: 16px;
}

.div-block-8 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.list-2 {
  color: var(--cream);
  font-family: Afacad, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.heading-6 {
  color: var(--aperol);
  text-transform: uppercase;
  margin-bottom: -10px;
  font-family: Afacad, sans-serif;
  font-size: 18px;
}

.div-block-9 {
  margin-bottom: 20px;
}

.div-block-9.topper {
  margin-top: 20px;
}

.link-block {
  background-color: var(--aperol);
  border-radius: 35px;
  max-height: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

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

.div-block-10 {
  margin-top: 20px;
  margin-bottom: -25px;
}

.offtrade-container {
  grid-column-gap: 79px;
  grid-row-gap: 79px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -20px;
  display: flex;
}

.offtrade-step-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 40%;
  max-width: 40%;
  display: flex;
  position: relative;
}

.div-block-12 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  max-width: 60%;
  display: flex;
  position: relative;
}

.offtrade-title {
  color: var(--aperol);
  font-family: Afacad, sans-serif;
  font-size: 22px;
  line-height: 25px;
}

.offtrade-title.compact {
  margin-bottom: 0;
}

.offtrade-number {
  color: #ff50005c;
  margin-left: -31px;
  font-family: Afacad, sans-serif;
  font-size: 150px;
  font-weight: 700;
  line-height: 70px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-13 {
  max-width: 50%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-6 {
  margin-top: -22px;
  margin-left: 33px;
}

.image-6.scontrino {
  margin-top: -58px;
}

.offtrade-div {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -24px;
  display: flex;
}

.div-block-14 {
  max-width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.container-2 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.container-2.offtr {
  padding-top: 25px;
}

.flex-block-11 {
  position: relative;
}

.image-7 {
  max-height: 300px;
  margin-top: -24px;
}

.div-block-15 {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  flex-flow: column;
  display: flex;
}

.paragraph-4 {
  color: var(--aperol);
  font-family: Afacad, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.flex-block-12 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.flex-block-13 {
  justify-content: center;
  align-items: flex-start;
}

.div-block-16 {
  width: 200px;
  height: 200px;
  margin-top: -41px;
}

.container-3 {
  padding-bottom: 50px;
}

.flex-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
}

.div-block-17 {
  justify-content: flex-end;
  align-items: center;
  width: 200px;
  margin-left: -151px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-17.soda {
  margin-left: -97px;
}

.flex-block-15 {
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.popup {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.popup.hidden {
  display: none;
}

.div-block-18 {
  border: 1px solid var(--aperol);
  background-color: #fff;
  border-radius: 9px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Afacad, sans-serif;
}

.div-block-18.win {
  background-color: var(--aperol);
}

.h-popup {
  color: var(--aperol);
  text-transform: uppercase;
  font-size: 24px;
}

.h-popup.win {
  color: var(--cream);
  text-align: center;
  line-height: 26px;
}

.image-9 {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}

.div-block-19 {
  width: 100px;
  height: 200px;
  margin-top: -47px;
  margin-right: 18px;
  display: block;
}

.container-4 {
  min-height: 400px;
}

.menu-button-3 {
  float: left;
  color: var(--cream);
  position: relative;
}

.menu-button-3.w--open {
  z-index: 100;
  background-color: var(--aperol);
}

.navbar-3 {
  background-color: #ddd0;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-menu-3 {
  background-color: var(--aperol);
  text-transform: none;
  width: 100vw;
  height: 100vh;
  padding-top: 60px;
  font-family: Afacad, sans-serif;
  font-size: 22px;
  position: relative;
  inset: 0%;
}

.nav-link-hp {
  color: var(--cream);
  padding-top: 10px;
  padding-bottom: 20px;
}

.accordion-wrapper {
  margin-top: 50px;
  font-family: Afacad, sans-serif;
}

.accordion-item {
  border-bottom: 1px solid var(--aperol);
  color: var(--aperol);
  background-color: #fff0;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  font-size: 18px;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  text-transform: uppercase;
  cursor: pointer;
  flex: 1;
  order: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 22px;
  line-height: 30px;
}

.icon.accordion-icon {
  color: var(--aperol);
  cursor: pointer;
  margin-top: 0;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  padding-left: 33px;
  overflow: hidden;
}

.page-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.offtr-pos {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.offtr-cell {
  justify-content: center;
  align-items: center;
}

.quick-stack-4 {
  grid-column-gap: 76px;
  grid-row-gap: 40px;
  margin-bottom: 40px;
}

.map-hp {
  margin-top: 20px;
}

.paragraph-5, .link-2, .link-3, .link-4, .link-5 {
  color: var(--aperol);
}

.glass-participate {
  max-width: 200px;
  max-height: 300px;
  margin-top: 10px;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.glass-participate.flex {
  display: flex;
}

.glass-participate.pack {
  max-width: 300px;
}

.slide-7 {
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/1T0A7875-Modifica.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-20 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.item-label-data {
  color: var(--aperol);
  text-transform: uppercase;
  font-family: Afacad, sans-serif;
  font-size: 25px;
}

.image-12 {
  margin-top: -43px;
}

.quick-stack-5 {
  max-height: 400px;
}

.div-block-22 {
  box-sizing: border-box;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-22.calice {
  background-image: url('../images/image-16.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}

.quick-stack-6 {
  max-height: 400px;
}

.cell-2 {
  justify-content: flex-start;
  align-items: center;
}

.image-13 {
  display: block;
}

.cell-4 {
  justify-content: flex-start;
  align-items: center;
}

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

.image-14 {
  min-width: 100%;
  margin-bottom: 30px;
}

.flex-block-16 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
}

.flex-block-17 {
  align-items: stretch;
}

.flex-block-18 {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-25 {
  background-image: url('../images/APEROL-1L.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 120px;
  min-height: 400px;
  max-height: 400px;
}

.div-block-25.spritz {
  background-image: url('../images/Aperol-Spritz-RTS_Bottle-front-_GENEX.png');
  background-size: cover;
}

.div-block-26 {
  margin-bottom: 20px;
}

.body-stretcher {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.link-6 {
  color: var(--aperol);
}

.div-block-27 {
  max-width: 50%;
}

.slide-spotify {
  background-image: linear-gradient(#00000080, #00000080), url('../images/spotify-bg.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.link-7, .link-8 {
  color: var(--cream);
}

.body {
  flex-flow: column;
  display: flex;
}

.header-sticky {
  z-index: 10000;
  background-image: linear-gradient(180deg, var(--aperol), #fe500052), url('../images/Aperol_Pattern_Background_RGB.png');
  background-position: 0 0, 0 0;
  background-size: auto, 800px;
  margin-top: 0;
  transition: transform .3s;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(0, -61px);
}

.header-sticky.sticky-out-of-view {
  margin-top: -60px;
}

.header-sticky.header-sticky-visible {
  margin-top: -60px;
  position: sticky;
  transform: translate(0, -60px);
}

.div-sticker {
  text-align: center;
  height: 60px;
}

.logo-sticker {
  justify-content: center;
  align-items: flex-start;
  max-height: 60px;
  display: flex;
  position: relative;
}

.image-sticker {
  max-width: 10%;
  max-height: 60px;
}

.section-2 {
  background-image: url('../images/Aperol_Pattern_Background_RGB.png');
  background-position: 0 0;
  background-size: auto;
  position: static;
}

.h-sticky {
  z-index: 998;
  background-image: linear-gradient(180deg, var(--aperol), #0000), url('../images/Aperol_Pattern_Background_RGB.png');
  background-position: 0 0, 0 0;
  background-size: auto, 1200px;
  position: sticky;
  top: 0;
}

.h-sticky.hidden {
  display: none;
}

.h-stick-img {
  vertical-align: baseline;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: auto;
  max-width: 100%;
  min-height: 60px;
  max-height: 100%;
}

.div-block-28 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-sticker {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 3000px;
  height: 140px;
  transition: height .2s;
  display: inline-flex;
}

.sec-under-sticky-header {
  background-image: url('../images/Aperol_Pattern_Background_RGB.png');
  background-position: 0 -140px;
  background-size: 1200px;
}

.sec-under-sticky-header.disappear-on-d {
  background-size: 1200px;
  display: none;
}

.link-9 {
  color: var(--aperol);
}

.div-block-29 {
  height: 50vh;
}

.div-block-30 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.dsappearing-h {
  color: var(--cream);
  text-align: center;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Afacad, sans-serif;
  font-size: 70px;
  line-height: 80px;
}

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

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

  .menu-button-2.w--open {
    z-index: 10000;
    background-color: #fff0;
  }

  .nav-menu-2 {
    z-index: 20;
    background-color: var(--aperol);
    padding-top: 64px;
    padding-bottom: 40px;
    display: none;
  }

  .nav-link, .nav-link-2, .nav-link-3 {
    color: var(--cream);
  }

  .menu-link {
    color: var(--cream);
    text-transform: uppercase;
    padding-bottom: 10px;
    font-family: Afacad, sans-serif;
    font-size: 20px;
    font-weight: 500;
  }

  .menu-link:hover, .menu-link:active, .menu-link:focus, .menu-link:visited {
    color: var(--cream);
  }

  .sec-text {
    padding-bottom: 60px;
  }

  .heading-4 {
    max-width: 60vw;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-fill-cream {
    flex: 1;
  }

  .section-fill-cream.only-cta {
    padding-bottom: 20px;
  }

  .slide-6 {
    background-image: linear-gradient(#0000007d, #0000007d), url('../images/gift-voucher-immagine-1.png');
    background-position: 0 0, 60%;
  }

  .offtrade-step-item {
    min-width: 50%;
    max-width: 50%;
  }

  .div-block-17 {
    justify-content: flex-start;
    align-items: center;
    margin-left: 1px;
  }

  .image-8 {
    margin-left: -44px;
  }

  .div-block-19 {
    margin-top: -47px;
    margin-right: 17px;
  }

  .quick-stack-4 {
    grid-column-gap: 57px;
    grid-row-gap: 57px;
  }

  .glass-participate {
    margin-right: 0;
  }

  .div-block-21 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image {
    max-width: 200px;
  }

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

  .hero-background {
    background-image: linear-gradient(#00000005, #00000005), url('../images/Aperol_Spritz-Sunset-Party_logo-ritoccato_B01.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .main-title {
    line-height: 40px;
  }

  .sec-text {
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .sec-text.padded.no-left-right {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-4 {
    max-width: 70vw;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 35px;
    line-height: 40px;
  }

  .section-fill-cream.only-cta {
    padding-bottom: 20px;
  }

  .image-4 {
    margin-top: -1px;
  }

  .slide-6 {
    background-image: linear-gradient(#0006, #0006), url('../images/gift-voucher-immagine-1.png');
    background-position: 0 0, 75%;
  }

  .div-block-5 {
    height: 70vh;
  }

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

  .offtrade-step-item {
    min-width: 70%;
    max-width: 70%;
  }

  .div-block-17 {
    justify-content: flex-start;
    align-items: center;
    width: 100px;
  }

  .div-block-17.soda {
    width: 300px;
    margin-left: -72px;
  }

  .image-8 {
    min-width: 100%;
    max-width: 100%;
    height: 300px;
    margin-left: -44px;
  }

  .div-block-19 {
    margin-top: -29px;
    margin-right: 28px;
  }

  .container-4 {
    min-height: 500px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .image-10 {
    margin-top: 23px;
    margin-left: -83px;
  }

  .container-5 {
    height: 400px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .glass-participate {
    margin-top: 27px;
    margin-right: -45px;
  }

  .glass-participate.pack {
    margin-right: -3px;
  }

  .slide-7 {
    background-image: linear-gradient(#00000057, #00000057), url('../images/1T0A7875-Modifica.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .div-block-20 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-11 {
    object-fit: cover;
    max-height: 100%;
    overflow: clip;
  }

  .quick-stack-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-22 {
    margin-top: 59px;
  }

  .div-block-23 {
    margin-top: 23px;
  }

  .flex-block-18 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .div-block-27 {
    max-width: 80%;
  }

  .menuicon {
    max-width: 20px;
  }

  .sec-under-sticky-header.disappear-on-d {
    display: block;
  }

  .container-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-29 {
    height: 40vh;
  }

  .dsappearing-h {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .btn-cream-secondary {
    padding: 14px 28px;
    font-size: 16px;
  }

  .btn-cream-secondary.menu {
    padding: 5px 15px;
  }

  .image {
    max-width: 130px;
    margin-top: -5px;
    margin-bottom: 0;
  }

  .paragraph {
    font-size: 12px;
    line-height: 16px;
  }

  .flex-block-3 {
    grid-row-gap: 5px;
    flex-flow: wrap;
    place-content: center;
    align-items: center;
  }

  .hero-background {
    height: 0;
  }

  .flex-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
    line-height: 35px;
  }

  .btn-aperol-primary, .btn-cream-primary {
    padding: 14px 28px;
    font-size: 18px;
  }

  .flex-block-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-block-6 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .main-title {
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 40px;
  }

  .btn-aperol-secondary {
    padding: 14px 28px;
    font-size: 18px;
  }

  .nav-menu-2 {
    height: 100vh;
  }

  .flex-block-9 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .agegate-txt {
    text-align: center;
    margin-top: 34px;
  }

  .radio-button.w--redirected-checked {
    border-color: var(--cream);
    background-image: linear-gradient(to bottom, var(--cream), var(--cream));
  }

  .text-block.bottomline {
    padding-left: 20px;
    padding-right: 20px;
  }

  .code-embed {
    margin-bottom: 100px;
  }

  .head-3-aperol.creamy {
    text-align: center;
    font-size: 26px;
    line-height: 30px;
  }

  .head-3-aperol.maiusc {
    line-height: 34px;
  }

  .head-3-aperol.maiusc.subtitle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .head-3-aperol.maiusc.subtitle.trade-left {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
    line-height: 24px;
  }

  .head-3-aperol.uppercase.offtr {
    text-align: center;
    font-size: 28px;
    line-height: 29px;
  }

  .par-4-aperol {
    text-transform: none;
    margin-bottom: 20px;
    position: static;
    inset: auto 0% 0%;
  }

  .par-4-aperol.creamy {
    text-align: center;
    margin-left: 0;
  }

  .par-4-aperol.bold.bigger {
    font-size: 24px;
    line-height: 26px;
  }

  .par-4-aperol.sticky-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec-text, .sec-text.more-pad {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sec-text.padded {
    padding-bottom: 40px;
  }

  .sec-text.padded.no-left-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider {
    min-height: 500px;
  }

  .heading-4 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .map-btns {
    min-width: 250px;
  }

  .section-fill-cream.relative.cap {
    height: 550px;
    padding-bottom: 0;
  }

  .section-fill-cream.only-cta {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .bevireso {
    color: var(--cream);
    font-family: Afacad, sans-serif;
    font-size: 18px;
  }

  .heading-5 {
    text-align: center;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
    line-height: 32px;
  }

  .h-3-left {
    margin-top: 0;
  }

  .list.short {
    list-style-type: disc;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-stack, .quick-stack-2, .quick-stack-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .offtrade-step-item {
    min-width: 70%;
  }

  .offtrade-step-item.offw {
    min-width: 50%;
  }

  .div-block-12 {
    max-width: 65%;
  }

  .offtrade-title.compact {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-13 {
    max-width: 70%;
    margin-top: 11px;
    margin-right: -27px;
    inset: 0% 0% auto auto;
  }

  .div-block-14 {
    inset: auto 0% 0% auto;
  }

  .container-2.offtr {
    padding-top: 4px;
  }

  .flex-block-11 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-7 {
    margin-left: 21px;
  }

  .flex-block-13 {
    border-bottom: 1px solid var(--aperol);
    padding-bottom: 20px;
  }

  .div-block-16 {
    margin-top: -8px;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-17 {
    justify-content: flex-start;
    align-items: center;
    width: 170px;
    display: flex;
    inset: 0% auto 0% 0%;
  }

  .div-block-17.soda {
    margin-left: -97px;
  }

  .image-8 {
    height: 500px;
    max-height: 500px;
    margin-top: -28px;
    margin-left: -95px;
  }

  .div-block-18 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .h-popup {
    text-align: center;
    line-height: 26px;
  }

  .div-block-19 {
    margin-top: -49px;
    margin-right: -1px;
  }

  .container-4 {
    min-height: 600px;
    position: relative;
  }

  .image-10 {
    max-width: 140%;
    margin-top: 35px;
    margin-left: -123px;
  }

  .accordion-wrapper {
    margin-top: 10px;
  }

  .accordion-item {
    border-bottom: 1px solid var(--aperol);
    box-shadow: none;
    color: var(--aperol);
    background-color: #fff0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Afacad, sans-serif;
    font-size: 18px;
  }

  .accordion-heading {
    text-transform: uppercase;
  }

  .icon.accordion-icon {
    color: var(--aperol);
    margin-top: -3px;
  }

  .map-hp {
    margin-top: 40px;
  }

  .glass-participate {
    margin-top: 89px;
  }

  .glass-participate.pack {
    max-width: 150px;
    margin-top: 252px;
    margin-right: -13px;
  }

  .quick-stack-5 {
    max-height: 800px;
  }

  .div-block-22.calice {
    min-height: 250px;
    margin-top: 0;
    display: flex;
  }

  .quick-stack-6 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    min-height: 600px;
  }

  .cell-3 {
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .div-block-23 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .flex-block-18 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 60px;
  }

  .div-block-25 {
    min-width: 80px;
    margin-left: -12px;
  }

  .div-block-25.spritz {
    background-image: url('../images/Aperol-Spritz-RTS_Bottle-front-_GENEX.png');
    min-width: 90px;
    min-height: 350px;
    max-height: 350px;
  }

  .link-7, .link-8 {
    color: var(--cream);
  }
}

#w-node-_4cd65d0c-ae32-0e72-b868-72adcf0b9799-09e77434, #w-node-_8d45d1d6-4571-00b7-bd33-a58404c4e3a7-09e77434, #w-node-_741b0bf3-f418-78dc-1c11-772d6bd42a26-b31e730b, #w-node-_741b0bf3-f418-78dc-1c11-772d6bd42a26-c8724f08, #w-node-_741b0bf3-f418-78dc-1c11-772d6bd42a26-1f535633, #w-node-_0f9a2963-95e2-deb5-8e3d-16746e01700d-6307b7fc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6b592dfe-28c8-d9a8-b9d6-e7463c0d1621-6307b7fc {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-_741b0bf3-f418-78dc-1c11-772d6bd42a26-b31e730b, #w-node-_741b0bf3-f418-78dc-1c11-772d6bd42a26-c8724f08, #w-node-_741b0bf3-f418-78dc-1c11-772d6bd42a26-1f535633 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4cd65d0c-ae32-0e72-b868-72adcf0b9799-09e77434, #w-node-_8d45d1d6-4571-00b7-bd33-a58404c4e3a7-09e77434, #w-node-_0f9a2963-95e2-deb5-8e3d-16746e01700d-6307b7fc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6b592dfe-28c8-d9a8-b9d6-e7463c0d1621-6307b7fc {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }
}


