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

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

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

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

.section {
  background-color: #fff;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.container {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout.grid-gap-xxl {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
}

.grid-layout.y-center {
  align-items: center;
}

.grid-layout.desktop-4-column {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-layout.grid-gap-s {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.grid-layout.tablet-1-column.grid-gap-xxl {
  grid-column-gap: .3rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
  position: relative;
}

.heading-1 {
  text-align: center;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: montserrat, sans-serif;
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1.04em;
  position: relative;
}

.paragraph-xl {
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.6em;
}

.paragraph-xl.utility-margin-bottom-2rem {
  text-align: center;
  font-family: MONTSERRAT, sans-serif;
  font-weight: 400;
  top: 31px;
}

.utility-margin-bottom-2rem {
  margin-bottom: 2rem;
}

.pricing-4-tabs-menu.utility-margin-bottom-2rem {
  justify-content: flex-start;
  position: relative;
}

.flex-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex-layout.flex-vertical.y-center {
  justify-content: center;
}

.flex-layout.y-center {
  align-items: center;
}

.flex-layout.flex-gap-s {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.flex-layout.flex-gap-xxs {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.icon {
  width: 2rem;
  height: 2rem;
}

.utility-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.paragraph-s {
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .875rem;
  line-height: 1.6em;
}

.utility-text-secondary {
  color: #0009;
}

.form {
  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: center;
  align-items: center;
  width: 520px;
  height: 46px;
  margin-top: 99px;
  margin-left: 12px;
  padding-top: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.hero-section {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.hero-left {
  background-color: #00aeef;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.hero-right {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blur-block {
  opacity: .95;
  filter: blur(20px);
  object-fit: cover;
  min-height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.book-hero {
  z-index: 10;
  opacity: 1;
  width: 70%;
  position: relative;
}

.text-wrapper {
  width: 100%;
  min-width: auto;
  max-width: 550px;
}

.heading-2 {
  color: #fff;
  text-align: center;
  white-space: normal;
  margin-top: -10px;
  font-family: Montserrat, sans-serif;
  font-size: 65px;
  line-height: 75px;
}

.paragraph {
  color: #fff;
  text-align: center;
  margin-top: 52px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

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

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

.text-span-3 {
  color: #fabf8f;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.submit-button {
  float: none;
  color: #000;
  text-align: center;
  background-color: #fabf8f;
  border-radius: 10px;
  width: 90%;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.text-field, .text-field-2 {
  border-radius: 10px;
  width: 90%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.form-50-idee {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-field-3 {
  border-radius: 10px;
  width: 90%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.form-block {
  text-align: left;
  margin-top: 39px;
  padding-top: 0;
}

.code-embed {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.hero-section-acquisto {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  display: flex;
  position: absolute;
}

.hero-left-acquisto {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-right-acquisto {
  background-color: #00aeef;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.image {
  filter: blur(20px);
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.link-block {
  width: 100%;
  height: 100%;
}

.image-2 {
  filter: blur(20px);
  object-fit: cover;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-acquisto-left {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  display: flex;
  position: relative;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.hero-anteprima-right {
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-anteprima-left {
  background-color: #fff0;
  border: 1px solid #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  min-height: auto;
  display: flex;
  overflow: hidden;
}

.anteprima-blur {
  z-index: 0;
  filter: blur(20px);
  object-fit: cover;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section-2 {
  background-color: #fff0;
  height: auto;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.anteprima {
  z-index: 10;
  flex: 0 auto;
  width: 70%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.heading-3 {
  color: #fff8f8;
  margin-top: -500px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  display: block;
}

.paragraph-2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  display: block;
}

.text-vendita-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 650px;
  margin-top: -128px;
  padding-top: 0;
  display: flex;
}

.heading-4 {
  color: #333;
  text-align: center;
  background-color: #fff;
  margin-top: 79px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
}

.paragraph-3 {
  color: #333;
  text-align: center;
  background-color: #fff0;
  border: 1px solid #fff0;
  margin-top: 19px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.bottone-vendita-amazon {
  text-align: center;
  background-color: #00aeef;
  border-radius: 10px;
  width: 90%;
  margin-top: 44px;
  margin-bottom: -5px;
  padding-bottom: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.bottone-vendita-pdf {
  text-align: center;
  background-color: #ed1bd8;
  border-radius: 10px;
  width: 90%;
  margin-top: 79px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.link-to-acquisto {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.text-block {
  padding-top: 16px;
}

.text-block-2 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: -46px;
  font-size: 18px;
}

.download-section-5idee {
  background-color: #1a0424;
  border-top: 1px solid #222;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.grid-footer {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  margin-top: -51px;
  margin-bottom: 21px;
}

.container-footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  display: flex;
}

.grazie-5-idee {
  color: #d8d8d8;
  text-align: center;
  width: 100%;
  height: 100%;
  margin-top: 44px;
  margin-bottom: 911px;
  font-family: Montserrat, sans-serif;
  font-size: 55px;
}

.text-field-4 {
  border-radius: 10px;
  margin-top: 74px;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.submit-button-2 {
  border-radius: 10px;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-field-5 {
  border-radius: 10px;
  margin-bottom: 23px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.mark-sterling-image {
  opacity: 1;
  text-align: left;
  object-fit: cover;
  border-radius: 100%;
  flex: none;
  width: 220px;
  height: 220px;
  display: inline-block;
  position: relative;
}

.div-block-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.paragraph-4 {
  margin-bottom: -2px;
}

.colonna-testi-footer {
  text-align: right;
}

.heading-6 {
  color: #f2f2f2;
}

.paragraph-5 {
  color: #e4e4e4;
  text-align: justify;
}

.reviews-section {
  background-color: #1a0424;
  border-top: 1px solid #585858;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3 {
  font-size: 20px;
}

.text-span-4 {
  color: #f5f5f5;
}

.button-reviews {
  background-color: #3898ec00;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

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

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.paragraph-6 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.paragraph-7 {
  width: 100%;
  height: 100%;
}

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

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

.wrapper-5idee {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 60px 20px;
  display: flex;
}

.congratulazioni-5idee {
  color: #fff;
  text-align: center;
  white-space: normal;
  margin-top: 0;
  padding-top: 46px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
}

.testo-50-idee {
  color: #fff;
  text-align: center;
  padding-top: 21px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 600;
}

.clicca-5-idee {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-top: 42px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.button {
  color: #2d083e;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #ffd300;
  background-clip: border-box;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  margin: 33px auto 86px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 800;
  display: flex;
  position: static;
  overflow: hidden;
}

.button:hover {
  background-color: #ffe150;
}

.scopri-50-idee {
  background-color: #1a0424;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-4 {
  margin-top: 42px;
  padding-top: 64px;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  text-decoration: none;
}

.arrow {
  width: 5%;
  overflow: hidden;
}

.arrow:hover {
  opacity: .65;
}

.paragraph-8 {
  color: #fff;
  text-align: center;
  margin-top: 48px;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.link-block-3 {
  justify-content: center;
  align-items: center;
  margin-top: 31px;
  padding-top: 0;
  display: flex;
}

.grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff0;
  border: 5px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 52px;
  padding-top: 36px;
}

.service-card-1 {
  background-color: #fff;
  border: 1px solid #8b8b8b;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  padding: 30px;
  display: flex;
  overflow: hidden;
}

.service-card-1.shooting {
  border-width: 3px;
  height: 100%;
}

.service-card-1.management {
  border-width: 4px;
  border-color: #ffd300;
  height: 100%;
}

.service-card-1.call {
  border-width: 3px;
  height: 100%;
}

.heading-7 {
  color: #43257b;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.image-3 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.call-cover-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 300px;
}

.call-cover-image.shooting, .call-cover-image.management {
  object-position: 50% 0%;
}

.prezzo-call {
  color: #43257b;
  margin-top: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.prezzo-call.shooting {
  font-size: 20px;
}

.prezzo-call.management {
  color: #000;
}

.paragraph-9 {
  text-align: justify;
  margin-top: 21px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.button-fast-call {
  color: #fff;
  text-align: center;
  background-color: #43257b;
  border-radius: 11px;
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.button-fast-call:hover {
  background-color: #683cb8;
}

.button-fast-call.shooting {
  color: #43257b;
  background-color: #fff;
  border: 2px solid #43257b;
}

.button-fast-call.shooting:hover {
  color: #fff;
  background-color: #43257b;
}

.button-fast-call.management {
  color: #000;
  background-color: #fff;
  border: 2px solid #43257b;
}

.button-fast-call.management:hover {
  background-color: #ffd300;
}

.heading-8 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
}

.paragraph-10 {
  text-align: center;
  margin-top: 33px;
  margin-bottom: 42px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.pagamento-ricevuto {
  padding-top: 100px;
}

.pagamento-ricdvuto {
  max-width: 1000px;
}

.calendar {
  border-top: 2px solid #4b4b4b;
  height: auto;
}

.headin-5idee {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.heading-9 {
  color: #fff;
  text-align: center;
  font-size: 22px;
}

.body {
  background-color: #1a0424;
}

.paragraph-11 {
  padding-top: 0;
  font-size: 25px;
}

.paragraph-12 {
  text-align: center;
  margin-bottom: 0;
  padding-top: 18px;
}

.text-block-5 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 30px;
}

.success-message {
  background-color: #fff0;
  width: 100vh;
  padding-top: 53px;
  padding-bottom: 56px;
  font-family: Montserrat, sans-serif;
}

.text-block-6 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  display: flex;
  overflow: hidden;
}

.verifica-amazon {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 78px;
  display: flex;
  overflow: hidden;
}

.acquista-onlybusiness-for-creators {
  z-index: 1;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 50px 0;
  display: flex;
  position: absolute;
}

.link-block-5 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.code-embed-2 {
  width: 500px;
}

.body-2 {
  overflow: visible;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .grid-layout.y-center {
    align-items: center;
  }

  .grid-layout.tablet-1-column {
    grid-template-columns: 1fr;
  }

  .grid-layout.tablet-2-column {
    grid-template-columns: 1fr 1fr;
  }

  .heading-1 {
    font-size: 4rem;
  }

  .paragraph-xl {
    font-size: 1.4rem;
  }

  .paragraph-s {
    font-size: .875rem;
  }

  .hero-section {
    flex-flow: column;
    height: auto;
  }

  .hero-left {
    flex: none;
    width: 100%;
  }

  .hero-right {
    flex: none;
    width: 100%;
    position: static;
  }

  .blur-block {
    height: auto;
    min-height: auto;
    position: relative;
  }

  .book-hero {
    position: static;
  }

  .paragraph {
    margin-bottom: 20px;
  }

  .text-span-3 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .hero-anteprima-right {
    width: 100%;
    position: static;
  }

  .hero-anteprima-left {
    flex-flow: column;
    flex: none;
    width: 100%;
    min-height: auto;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .anteprima-blur {
    position: relative;
  }

  .section-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: auto;
  }

  .anteprima {
    position: static;
  }

  .text-vendita-wrapper {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-4 {
    margin-top: 40px;
  }

  .download-section-5idee {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .grid-footer {
    grid-template-columns: 1fr;
  }

  .text-field-5 {
    margin-bottom: 20px;
  }

  .mark-sterling-image {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-2 {
    flex-flow: column;
    margin-bottom: 40px;
  }

  .heading-6, .paragraph-5 {
    text-align: center;
  }

  .testo-50-idee {
    font-size: 30px;
  }

  .button {
    width: 45%;
    padding: 20px 40px;
    font-size: 30px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .headin-5idee {
    margin-top: -13px;
  }

  .form-2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .grid-layout.grid-gap-xxl {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .grid-layout.grid-gap-s {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading-1 {
    font-size: 3rem;
  }

  .paragraph-xl {
    font-size: 1.3rem;
  }

  .utility-margin-bottom-2rem {
    margin-bottom: 1rem;
  }

  .paragraph-s {
    font-size: .875rem;
  }

  .hero-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: auto;
    font-family: Montserrat, sans-serif;
    position: relative;
    overflow: hidden;
  }

  .hero-left {
    width: 100%;
  }

  .hero-right {
    object-fit: cover;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: static;
  }

  .blur-block {
    min-height: auto;
    position: relative;
  }

  .book-hero {
    flex: 0 auto;
    position: static;
  }

  .heading-2 {
    margin-top: 40px;
  }

  .paragraph {
    margin-bottom: 30px;
  }

  .text-span-3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .submit-button {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
  }

  .text-field, .text-field-2 {
    font-size: 16px;
  }

  .form-50-idee {
    width: 80%;
    min-width: 550px;
  }

  .text-field-3 {
    font-size: 16px;
  }

  .hero-anteprima-right {
    width: 100%;
    margin-top: 0;
    position: static;
  }

  .hero-anteprima-left {
    width: 100%;
    min-height: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-bottom: 0;
  }

  .anteprima-blur {
    position: relative;
  }

  .section-2 {
    flex-flow: column;
    height: auto;
  }

  .anteprima {
    position: static;
  }

  .text-vendita-wrapper {
    margin-top: 11px;
  }

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

  .paragraph-3 {
    margin-bottom: 47px;
  }

  .text-block-2 {
    color: #4d81bd;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
  }

  .download-section-5idee {
    flex-flow: column;
  }

  .grid-footer {
    grid-template-columns: 1fr;
  }

  .form-5-idee {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .text-field-4 {
    margin-top: 20px;
    font-size: 16px;
  }

  .submit-button-2 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .text-field-5 {
    font-size: 16px;
  }

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

  .heading-6 {
    text-align: center;
    margin-top: 10px;
  }

  .paragraph-5 {
    text-align: justify;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
  }

  .reviews-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
    display: block;
  }

  .container-2 {
    flex-flow: column;
  }

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

  .congratulazioni-5idee {
    font-size: 40px;
  }

  .testo-50-idee {
    font-size: 20px;
  }

  .button {
    width: 58%;
  }

  .paragraph-8 {
    font-size: 20px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .calendar {
    transform: scale(.9);
  }

  .headin-5idee {
    margin-top: 44px;
  }

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

  .paragraph-12 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

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

  .form-2 {
    width: 80%;
  }

  .div-block-4 {
    margin-top: -75px;
  }

  .text-span-8 {
    color: #2d70e4;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .link-block-5 {
    aspect-ratio: auto;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .grid-layout.desktop-5-column.tablet-2-column {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .grid-layout.mobile-portrait-1-column {
    grid-template-columns: 1fr;
  }

  .heading-1 {
    font-size: 2.5rem;
  }

  .paragraph-xl {
    font-size: 1.2rem;
  }

  .paragraph-s {
    font-size: .875rem;
  }

  .hero-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    overflow: hidden;
  }

  .hero-left {
    width: 100%;
    min-height: auto;
    overflow: hidden;
  }

  .hero-right {
    flex: none;
    width: 100%;
    height: 420px;
    margin-top: 0;
    position: static;
  }

  .blur-block {
    flex: none;
    height: auto;
    min-height: auto;
    position: relative;
    inset: 0%;
  }

  .book-hero {
    flex: none;
    align-self: auto;
    width: 70%;
    height: auto;
    min-height: auto;
    margin: 50px auto;
    display: block;
    position: static;
    inset: 0%;
    overflow: hidden;
  }

  .heading-2 {
    margin-top: 31px;
    margin-bottom: -24px;
    padding-bottom: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph {
    width: auto;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }

  .text-span-2 {
    line-height: 28px;
  }

  .text-span-3 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 700;
  }

  .submit-button {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
  }

  .text-field, .text-field-2 {
    font-size: 16px;
  }

  .form-50-idee {
    width: 100%;
    min-width: auto;
  }

  .text-field-3 {
    font-size: 16px;
  }

  .hero-anteprima-right {
    aspect-ratio: auto;
    object-fit: cover;
    width: auto;
    height: auto;
    margin-top: 5px;
    position: static;
  }

  .hero-anteprima-left {
    width: 100%;
    min-height: auto;
    margin-top: 0;
    margin-bottom: -80px;
    overflow: hidden;
  }

  .anteprima-blur {
    flex: none;
    min-height: auto;
    position: relative;
    inset: 0%;
  }

  .section-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    min-height: auto;
    margin-top: 0;
  }

  .anteprima {
    object-fit: cover;
    width: 70%;
    margin: 0 auto;
    display: block;
    position: static;
    overflow: hidden;
  }

  .link-block-2 {
    flex: 0 auto;
    position: static;
    overflow: hidden;
  }

  .text-vendita-wrapper {
    height: auto;
    margin-top: 15px;
    margin-bottom: 145px;
  }

  .heading-4 {
    margin-top: 14px;
    margin-bottom: 10px;
    font-size: 28px;
  }

  .paragraph-3 {
    width: 95%;
  }

  .link-to-acquisto {
    overflow: hidden;
  }

  .text-block-2 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
  }

  .download-section-5idee {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .grid-footer {
    grid-template-columns: 1fr;
    margin-top: -78px;
    overflow: hidden;
  }

  .form-5-idee {
    width: 90%;
    margin-top: 0;
    display: block;
  }

  .container-footer {
    overflow: hidden;
  }

  .text-field-4 {
    margin: 0 auto 20px;
    padding-left: 12px;
    font-size: 16px;
  }

  .submit-button-2 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
  }

  .text-field-5 {
    padding-bottom: 8px;
    font-size: 16px;
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: -80px;
    margin-bottom: 19px;
    overflow: hidden;
  }

  .heading-6 {
    text-align: center;
    margin-top: 44px;
  }

  .paragraph-5 {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
  }

  .reviews-section {
    margin-top: 0;
    overflow: hidden;
  }

  .container-2 {
    flex-flow: column;
    overflow: hidden;
  }

  .text-span-4 {
    overflow: hidden;
  }

  .button-reviews {
    color: #f7f7f7;
    border-width: 2px;
    border-color: #707070;
    width: 100%;
    margin-top: 7px;
    margin-bottom: 1px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    overflow: hidden;
  }

  .text-span-5 {
    font-size: 18px;
  }

  .congratulazioni-5idee {
    font-size: 24px;
  }

  .testo-50-idee {
    font-size: 25px;
    line-height: 28px;
  }

  .button {
    width: 58%;
    font-size: 18px;
    line-height: 20px;
  }

  .paragraph-8 {
    font-size: 15px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

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

  .heading-7.shooting {
    font-size: 18px;
  }

  .prezzo-call.shooting {
    font-size: 16px;
  }

  .prezzo-call.management {
    font-size: 18px;
  }

  .paragraph-10 {
    line-height: 30px;
  }

  .pagamento-ricevuto {
    transform: translate(0);
  }

  .calendar {
    perspective-origin: 50%;
    transform-origin: 50%;
    width: 100%;
    min-width: 100%;
    transform: scale(.8);
  }

  .headin-5idee {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
  }

  .heading-9 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
  }

  .paragraph-12 {
    text-align: center;
    padding-top: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 500;
  }

  .text-span-6 {
    font-size: 12px;
  }

  .text-span-7 {
    font-size: 18px;
    line-height: 30px;
  }

  .text-block-5 {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
  }

  .success-message {
    background-color: #fff0;
  }

  .text-block-6 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    overflow: hidden;
  }

  .form-2 {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 40px auto 61px;
    display: block;
  }

  .div-block-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 1px;
    display: flex;
    overflow: hidden;
  }

  .verifica-amazon {
    width: 95%;
  }

  .link-block-5 {
    object-fit: fill;
  }

  .code-embed-2 {
    width: auto;
  }
}

#w-node-_364c929c-71d8-aaf9-48e7-6a4d7283a05b-414e1aa7 {
  place-self: center end;
}

@media screen and (max-width: 479px) {
  #w-node-_10594ac7-000b-9e42-ca4e-456e4fd368f7-414e1aa7 {
    align-self: auto;
  }
}


