body {
  height: 100%;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 160%;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 3.5em;
  line-height: 120%;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  line-height: 110%;
  font-style: italic;
  font-weight: 900;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 28px;
  line-height: 30px;
  font-weight: 900;
}

p {
  max-width: 600px;
  margin-bottom: 30px;
  color: #fff;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 800px;
  padding-top: 10%;
  padding-bottom: 0%;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #6351bf;
  background-image: url('../images/img-hero-2.png'), url('../images/Claudia-Rapisarda_DEN-Copy-2.png'), url('../images/img-hero-3.png'), url('../images/bg-logo.svg'), url('../images/bg-hero-mobile.png');
  background-position: 103% 100%, 80% 50%, 110% -20%, 0% 0%, 150% 100%;
  background-size: 300px, 320px, 380px, 350px, 700px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-attachment: scroll, scroll, scroll, scroll, scroll;
}

.logo {
  position: absolute;
  left: 60px;
  top: 40px;
  right: auto;
  bottom: auto;
}

.logo.w--current {
  background-image: url('../images/Logo.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.button {
  padding: 20px 30px;
  border-radius: 20px;
  background-color: #ff2c52;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

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

.button.w--current {
  position: -webkit-sticky;
  position: sticky;
  background-color: #ff2c52;
}

.button.viola {
  background-color: #6351bf;
}

.button.viola:hover {
  background-color: #483d7f;
}

.button.viola.w--current {
  background-color: #6351bf;
}

.button.light.quiz.w--current {
  margin-top: 0px;
  margin-bottom: 30px;
  background-color: #fff;
}

.button.contacts {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  margin-right: 20px;
  margin-bottom: 20px;
  padding-top: 65px;
  padding-bottom: 65px;
  border-style: none;
  border-width: 3px;
  border-color: #6351bf;
  border-radius: 100px;
  -o-object-fit: fill;
  object-fit: fill;
}

.button.contacts:hover {
  background-color: #e50f21;
}

.heading {
  display: none;
}

.footer {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  background-color: #000;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.content-link-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-footer {
  margin-left: 40px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
}

.link-footer.left {
  margin-left: 0px;
}

.link-footer.left:hover {
  color: #fca937;
}

.link-footer.cookie_popup_link:hover {
  color: #fca937;
}

.link-footer.privacy_popup_link:hover {
  color: #fca937;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 200px;
  padding-bottom: 120px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #9b9b9b;
  background-image: url('../images/border-header.svg'), -webkit-gradient(linear, left top, left bottom, from(#6351bf), to(#6351bf));
  background-image: url('../images/border-header.svg'), linear-gradient(180deg, #6351bf, #6351bf);
  background-position: 50% 100%, 0px 0px;
  background-repeat: no-repeat, repeat;
  color: #fff;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.content.light {
  background-image: url('../images/bg-wave-red.svg');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.content.yellow {
  padding-top: 20px;
  background-color: #fca937;
}

.content.black {
  padding-right: 140px;
  padding-bottom: 40px;
  padding-left: 140px;
  background-color: #6450be;
}

.col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.col._1 {
  padding-top: 50px;
}

.col._2 {
  padding-top: 100px;
}

.image-post {
  margin-bottom: 30px;
}

.row {
  width: 100%;
  margin-right: auto;
  margin-bottom: 140px;
  margin-left: auto;
}

.row._2 {
  margin-bottom: 60px;
}

.text-block {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block.light {
  padding-top: 5px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block.dark {
  font-weight: 500;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
}

.paragraph {
  width: 45%;
  max-width: none;
  margin-bottom: 20px;
  color: #ffb146;
  font-size: 16px;
  line-height: 140%;
  font-weight: 900;
}

.bold-text {
  width: 100%;
  color: #000;
}

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

.label {
  width: 100%;
  max-width: none;
  margin-bottom: 20px;
  color: #ffb146;
  font-size: 16px;
  line-height: 140%;
  font-weight: 900;
}

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

.heading-1 {
  width: 55%;
  margin-bottom: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 3.8rem;
  line-height: 105%;
  font-style: italic;
  font-weight: 900;
}

.heading-1.yellow {
  color: #fff;
  font-size: 5rem;
}

.heading-1.home {
  width: auto;
  max-width: 55%;
}

.dark {
  color: #000;
}

.dark.story {
  margin-bottom: 15px;
  color: #000;
  font-style: normal;
}

.heading-9 {
  width: 60%;
  margin-bottom: 40px;
  color: #000;
  font-size: 3rem;
}

.heading-9.centered {
  width: 100%;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}

.centered {
  width: 100%;
  max-width: none;
  margin-bottom: 40px;
  text-align: center;
}

.centered.small {
  margin-bottom: 20px;
  font-size: 14px;
}

.image-10 {
  position: relative;
  left: auto;
  display: block;
  width: 200px;
  margin-bottom: 0px;
  text-align: center;
}

.div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: #000;
  text-align: left;
}

.div.cta {
  margin-top: 20px;
  margin-bottom: 40px;
  border-top-color: hsla(0, 0%, 100%, 0.5);
}

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

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

.cookie_popup_link {
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
}

.paragraph-3 {
  max-width: 55%;
}

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

.columns {
  width: 100%;
  margin-top: 40px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid hsla(0, 0%, 100%, 0.5);
}

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

.button-anchor {
  position: fixed;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2000px;
  background-color: #ff2c52;
  opacity: 0;
  text-decoration: none;
}

.button-anchor:hover {
  background-color: #d8193b;
  text-decoration: none;
}

.header_intenditore {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 200px;
  padding-bottom: 120px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #9b9b9b;
  background-image: url('../images/bg_image_Intenditore.png'), url('../images/border-header_1.svg'), -webkit-gradient(linear, left top, left bottom, from(#6351bf), to(#6351bf));
  background-image: url('../images/bg_image_Intenditore.png'), url('../images/border-header_1.svg'), linear-gradient(180deg, #6351bf, #6351bf);
  background-position: 100% 0%, 50% 100%, 0px 0px;
  background-size: 45%, 120%, auto;
  background-repeat: no-repeat, no-repeat, repeat;
  color: #fff;
}

.header_esploratore {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 200px;
  padding-bottom: 120px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #9b9b9b;
  background-image: url('../images/bg_image_esploratore.png'), url('../images/border-header_1.svg'), -webkit-gradient(linear, left top, left bottom, from(#6351bf), to(#6351bf));
  background-image: url('../images/bg_image_esploratore.png'), url('../images/border-header_1.svg'), linear-gradient(180deg, #6351bf, #6351bf);
  background-position: 100% 0%, 50% 100%, 0px 0px;
  background-size: 45%, 120%, auto;
  background-repeat: no-repeat, no-repeat, repeat;
  color: #fff;
}

.header_pensatore {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 200px;
  padding-bottom: 120px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 10px solid #fff;
  background-color: #fff;
  background-image: url('../images/bg_image_pensatore.png'), url('../images/border-header_1.svg'), -webkit-gradient(linear, left top, left bottom, from(#6351bf), to(#6351bf));
  background-image: url('../images/bg_image_pensatore.png'), url('../images/border-header_1.svg'), linear-gradient(180deg, #6351bf, #6351bf);
  background-position: 100% 0%, 50% 100%, 0px 0px;
  background-size: 45%, 120%, auto;
  background-repeat: no-repeat, no-repeat, repeat;
  color: #fff;
}

.header_pianificatore {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 200px;
  padding-bottom: 120px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #9b9b9b;
  background-image: url('../images/bg_image_Pianificatore.png'), url('../images/border-header_1.svg'), -webkit-gradient(linear, left top, left bottom, from(#6351bf), to(#6351bf));
  background-image: url('../images/bg_image_Pianificatore.png'), url('../images/border-header_1.svg'), linear-gradient(180deg, #6351bf, #6351bf);
  background-position: 100% 0%, 50% 100%, 0px 0px;
  background-size: 45%, 120%, auto;
  background-repeat: no-repeat, no-repeat, repeat;
  color: #fff;
}

.header_osservatore {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 200px;
  padding-bottom: 120px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #9b9b9b;
  background-image: url('../images/bg_image_osservatore.png'), url('../images/border-header.svg'), -webkit-gradient(linear, left top, left bottom, from(#6351bf), to(#6351bf));
  background-image: url('../images/bg_image_osservatore.png'), url('../images/border-header.svg'), linear-gradient(180deg, #6351bf, #6351bf);
  background-position: 100% 0%, 50% 100%, 0px 0px;
  background-size: 45%, 100%, auto;
  background-repeat: no-repeat, no-repeat, repeat;
  color: #fff;
}

.firma {
  color: #000;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
}

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

html.w-mod-js *[data-ix="fade"] {
  opacity: 0;
}

@media screen and (min-width: 1280px) {
  h3 {
    font-family: Montserrat, sans-serif;
    font-style: italic;
    font-weight: 900;
  }

  p {
    color: #fff;
  }

  .hero {
    max-height: none;
    background-position: 100% 100%, 75% 45%, 105% -10%, 0% 0%, 130% 100%;
    background-size: 20%, 30%, 25%, 320px, 780px;
  }

  .logo {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-top: 30px;
    margin-left: 50px;
  }

  .button {
    background-color: #ff2c52;
  }

  .button.w--current {
    background-color: #ff2c52;
  }

  .button.w--current:hover {
    background-color: #d34b56;
  }

  .button.viola.w--current {
    background-color: #6351bf;
    color: #6351bf;
  }

  .button.contacts {
    border-style: none;
  }

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

  .link-footer.left:hover {
    color: #fca937;
  }

  .link-footer.cookie_popup_link:hover {
    color: #fca937;
  }

  .header {
    display: block;
    padding-top: 240px;
    background-color: #6351bf;
    background-image: url('../images/border-header.svg');
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
    font-weight: 400;
  }

  .content {
    border: 1px none #000;
  }

  .content.light {
    max-width: none;
    padding-bottom: 80px;
    border-style: none;
    border-width: 0px;
    border-color: #000;
    background-color: hsla(0, 0%, 100%, 0.57);
    background-image: url('../images/bg-wave-red.svg');
    background-size: 120%;
    background-repeat: no-repeat;
  }

  .content.yellow {
    max-width: none;
    margin-top: -2px;
    background-color: #fcaa36;
  }

  .content.black {
    max-width: none;
    padding-right: 20%;
    padding-left: 20%;
  }

  .row._2 {
    margin-bottom: 100px;
  }

  .text-block {
    text-transform: uppercase;
  }

  .text-block.light {
    font-weight: 500;
  }

  .label {
    display: block;
    color: #ffb146;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
  }

  .paragraph-2 {
    width: 100%;
    max-width: 680px;
    margin-bottom: 50px;
    font-size: 22px;
    line-height: 180%;
    font-weight: 400;
  }

  .heading-1 {
    width: 55%;
    margin-bottom: 20px;
    font-size: 6rem;
    line-height: 105%;
  }

  .heading-1.yellow {
    width: 100%;
    color: #fff;
    font-size: 6rem;
  }

  .heading-1.home {
    font-size: 4.8rem;
  }

  .image-9 {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: inline-block;
  }

  .white {
    color: #fff;
  }

  .dark {
    color: #333;
  }

  .dark.story {
    margin-bottom: 15px;
    color: #333;
  }

  .heading-9 {
    width: 50%;
    font-size: 3rem;
  }

  .bold-text-5 {
    width: auto;
  }

  .header_intenditore {
    display: block;
    padding-top: 240px;
    background-color: #6351bf;
    background-image: url('../images/bg_image_Intenditore.png'), url('../images/border-header.svg');
    background-position: 100% 0%, 50% 100%;
    background-size: auto 70%, 100%;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
    font-weight: 400;
  }

  .header_esploratore {
    display: block;
    padding-top: 240px;
    background-color: #6351bf;
    background-image: url('../images/bg_image_esploratore.png'), url('../images/border-header.svg');
    background-position: 100% 0%, 50% 100%;
    background-size: auto 70%, 100%;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
    font-weight: 400;
  }

  .header_pensatore {
    display: block;
    padding-top: 240px;
    background-color: #6351bf;
    background-image: url('../images/bg_image_pensatore.png'), url('../images/border-header.svg');
    background-position: 100% 0%, 50% 100%;
    background-size: auto 70%, 100%;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
    font-weight: 400;
  }

  .header_pianificatore {
    display: block;
    padding-top: 240px;
    background-color: #6351bf;
    background-image: url('../images/bg_image_Pianificatore.png'), url('../images/border-header.svg');
    background-position: 100% 0%, 50% 100%;
    background-size: auto 65%, 100%;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
    font-weight: 400;
  }

  .header_osservatore {
    display: block;
    padding-top: 240px;
    background-color: #6351bf;
    background-image: url('../images/bg_image_osservatore.png'), url('../images/border-header.svg');
    background-position: 100% 0%, 50% 100%;
    background-size: auto 70%, 100%;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
    font-weight: 400;
  }

  .firma {
    color: #333;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
  }
}

@media screen and (max-width: 991px) {
  p {
    font-size: 16px;
    line-height: 140%;
  }

  .hero {
    height: 100%;
    max-height: none;
    margin-top: 0px;
    padding-top: 10%;
    padding-right: 60px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/bg-hero-mobile.png'), url('../images/bg-logo.svg');
    background-position: 100% 110%, 0px 0px;
    background-size: 550px, 355px;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .logo {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-top: 40px;
    margin-left: 50px;
    padding-top: 0px;
    padding-left: 0px;
  }

  .button.contacts {
    position: fixed;
    width: 100%;
    margin-right: 0px;
    margin-bottom: -20px;
    padding-top: 20px;
    padding-bottom: 40px;
    float: none;
    clear: none;
    border-radius: 20px;
    text-align: center;
  }

  .footer {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 60px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .header {
    padding-top: 274px;
    padding-right: 60px;
    background-image: url('../images/border-header.svg'), -webkit-gradient(linear, left top, left bottom, from(#6351bf), to(#6351bf));
    background-image: url('../images/border-header.svg'), linear-gradient(180deg, #6351bf, #6351bf);
    background-position: 50% 100%, 0px 0px;
    background-size: 100%, auto;
    background-repeat: no-repeat, repeat;
  }

  .content {
    padding-bottom: 40px;
  }

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

  .content.yellow {
    padding-right: 40px;
    padding-left: 40px;
  }

  .content.black {
    padding-right: 60px;
    padding-left: 60px;
  }

  .col {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col._1 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col._2 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .image-post {
    margin-bottom: 20px;
  }

  .paragraph {
    width: 100%;
    max-width: 640px;
  }

  .label {
    width: 100%;
    max-width: none;
  }

  .paragraph-2 {
    display: block;
    max-width: none;
  }

  .heading-1 {
    width: 100%;
    padding-top: 0px;
    padding-left: 0px;
    font-size: 4em;
  }

  .heading-1.yellow {
    font-size: 4.7rem;
  }

  .heading-1.home {
    max-width: none;
  }

  .image-9 {
    display: block;
  }

  .heading-9 {
    width: 80%;
    margin-bottom: 40px;
  }

  .button-anchor {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 80px;
    border-radius: 0px;
  }

  .header_intenditore {
    padding-top: 274px;
    padding-right: 60px;
    background-image: url('../images/bg_image_Intenditore.png'), url('../images/border-header.svg'), -webkit-gradient(linear, left top, left bottom, from(#6351bf), to(#6351bf));
    background-image: url('../images/bg_image_Intenditore.png'), url('../images/border-header.svg'), linear-gradient(180deg, #6351bf, #6351bf);
    background-position: 100% 0%, 50% 100%, 0px 0px;
    background-size: 45%, auto, auto;
    background-repeat: no-repeat, no-repeat, repeat;
  }

  .header_esploratore {
    padding-top: 274px;
    padding-right: 60px;
    background-image: url('../images/bg_image_esploratore.png'), url('../images/border-header.svg'), -webkit-gradient(linear, left top, left bottom, from(#6351bf), to(#6351bf));
    background-image: url('../images/bg_image_esploratore.png'), url('../images/border-header.svg'), linear-gradient(180deg, #6351bf, #6351bf);
    background-position: 100% 0%, 50% 100%, 0px 0px;
    background-size: 45%, auto, auto;
    background-repeat: no-repeat, no-repeat, repeat;
  }

  .header_pensatore {
    padding-top: 274px;
    padding-right: 60px;
    background-color: #6450be;
    background-image: url('../images/bg_image_pensatore.png'), url('../images/border-header.svg'), -webkit-gradient(linear, left top, left bottom, from(#6351bf), to(#6351bf));
    background-image: url('../images/bg_image_pensatore.png'), url('../images/border-header.svg'), linear-gradient(180deg, #6351bf, #6351bf);
    background-position: 100% 0%, 50% 100%, 0px 0px;
    background-size: 45%, auto, auto;
    background-repeat: no-repeat, no-repeat, repeat;
  }

  .header_pianificatore {
    padding-top: 274px;
    padding-right: 60px;
    background-image: url('../images/bg_image_Pianificatore.png'), url('../images/border-header.svg'), -webkit-gradient(linear, left top, left bottom, from(#6351bf), to(#6351bf));
    background-image: url('../images/bg_image_Pianificatore.png'), url('../images/border-header.svg'), linear-gradient(180deg, #6351bf, #6351bf);
    background-position: 100% 0%, 50% 100%, 0px 0px;
    background-size: 45%, auto, auto;
    background-repeat: no-repeat, no-repeat, repeat;
  }

  .header_osservatore {
    padding-top: 274px;
    padding-right: 60px;
    background-image: url('../images/bg_image_osservatore.png'), url('../images/border-header_1.svg'), -webkit-gradient(linear, left top, left bottom, from(#6351bf), to(#6351bf));
    background-image: url('../images/bg_image_osservatore.png'), url('../images/border-header_1.svg'), linear-gradient(180deg, #6351bf, #6351bf);
    background-position: 100% 0%, 50% 100%, 0px 0px;
    background-size: 45%, auto, auto;
    background-repeat: no-repeat, no-repeat, repeat;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding: 220px 30px 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/bg-hero-mobile.png'), url('../images/bg-logo.svg');
    background-position: 100% 100%, 0px 0px;
    background-size: 70%, auto 160px;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .logo {
    margin-left: 40px;
    padding-left: 0px;
  }

  .button.contacts {
    margin-bottom: -20px;
    padding-bottom: 40px;
    border-radius: 20px;
  }

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

  .header {
    padding-right: 40px;
    padding-left: 40px;
    background-color: #6351bf;
    background-image: url('../images/border-header.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/border-header.svg'), linear-gradient(180deg, transparent, transparent);
    background-size: 100%, auto;
  }

  .content.black {
    padding-right: 60px;
    padding-left: 60px;
  }

  .col {
    margin-bottom: 60px;
  }

  .col._1 {
    margin-bottom: 60px;
    padding-top: 0px;
  }

  .col._2 {
    margin-bottom: 60px;
    padding-top: 0px;
  }

  .paragraph {
    width: 100%;
  }

  .label {
    width: 100%;
    max-width: none;
  }

  .heading-1 {
    display: block;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 2.8em;
  }

  .heading-1.yellow {
    font-size: 4.5rem;
  }

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

  .heading-9 {
    width: 100%;
    text-align: center;
  }

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

  .button-anchor {
    height: 60px;
  }

  .header_intenditore {
    padding-right: 40px;
    padding-left: 40px;
    background-color: #6351bf;
    background-image: url('../images/bg_image_Intenditore.png'), url('../images/border-header.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/bg_image_Intenditore.png'), url('../images/border-header.svg'), linear-gradient(180deg, transparent, transparent);
    background-size: 50%, 100%, auto;
  }

  .header_esploratore {
    padding-right: 40px;
    padding-left: 40px;
    background-color: #6351bf;
    background-image: url('../images/bg_image_esploratore.png'), url('../images/border-header.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/bg_image_esploratore.png'), url('../images/border-header.svg'), linear-gradient(180deg, transparent, transparent);
    background-size: 50%, 100%, auto;
  }

  .header_pensatore {
    padding-right: 40px;
    padding-left: 40px;
    background-color: #6351bf;
    background-image: url('../images/bg_image_pensatore.png'), url('../images/border-header.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/bg_image_pensatore.png'), url('../images/border-header.svg'), linear-gradient(180deg, transparent, transparent);
    background-size: 50%, 100%, auto;
  }

  .header_pianificatore {
    padding-right: 40px;
    padding-left: 40px;
    background-color: #6351bf;
    background-image: url('../images/bg_image_Pianificatore.png'), url('../images/border-header.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/bg_image_Pianificatore.png'), url('../images/border-header.svg'), linear-gradient(180deg, transparent, transparent);
    background-size: 50%, 100%, auto;
  }

  .header_osservatore {
    padding-right: 40px;
    padding-left: 40px;
    background-color: #6351bf;
    background-image: url('../images/bg_image_osservatore.png'), url('../images/border-header.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/bg_image_osservatore.png'), url('../images/border-header.svg'), linear-gradient(180deg, transparent, transparent);
    background-size: 50%, 100%, auto;
  }
}

@media screen and (max-width: 479px) {
  p {
    line-height: 160%;
  }

  .hero {
    height: 100%;
    padding-top: 45%;
    padding-bottom: 10%;
    background-position: 100% 100%, 0px 0px;
    background-size: 70%, auto 150px;
  }

  .logo {
    margin-top: 30px;
    margin-left: 30px;
    padding-left: 0px;
  }

  .button {
    margin-bottom: 0px;
  }

  .button.light.w--current {
    margin-top: 30px;
    background-color: #fff;
  }

  .button.contacts {
    margin-bottom: -20px;
    margin-left: 30px;
    padding-top: 15px;
    padding-bottom: 35px;
    border-radius: 20px;
  }

  .footer {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: auto;
    margin-bottom: 0px;
    padding: 20px 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border: 1px none #000;
  }

  .content-link-footer {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 12px;
    text-align: right;
  }

  .link-footer {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 20px;
  }

  .link-footer.left {
    padding-left: 0px;
  }

  .header {
    padding-top: 300px;
    padding-right: 30px;
    padding-left: 30px;
    background-color: #6450be;
    background-image: url('../images/border-header.svg'), -webkit-gradient(linear, left top, left bottom, from(#6351bf), to(#6351bf));
    background-image: url('../images/border-header.svg'), linear-gradient(180deg, #6351bf, #6351bf);
    background-position: 50% 100%, 0px 0px;
    background-size: 100%, auto;
    background-repeat: no-repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .content {
    padding-right: 30px;
    padding-left: 30px;
  }

  .content.light {
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
    background-image: url('../images/bg-wave-red.svg');
    background-position: 50% 100%;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .content.yellow {
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .content.black {
    padding-right: 30px;
    padding-left: 30px;
  }

  .col {
    padding-right: 0px;
    padding-left: 0px;
  }

  .col._1 {
    margin-bottom: 60px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .col._2 {
    margin-bottom: 60px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .row {
    margin-bottom: 80px;
  }

  .row._2 {
    margin-bottom: 0px;
  }

  .text-block-2 {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
  }

  .paragraph {
    width: 100%;
    font-size: 14px;
    line-height: 150%;
  }

  .bold-text {
    display: block;
    width: auto;
    font-size: 12px;
  }

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

  .label {
    position: static;
    width: 100%;
    font-size: 14px;
    line-height: 150%;
  }

  .heading-1 {
    width: 100%;
    font-size: 2.5em;
    line-height: 110%;
  }

  .heading-1.yellow {
    font-size: 2.3em;
  }

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

  .dark {
    color: #333;
  }

  .dark.story {
    margin-bottom: 15px;
    color: #333;
  }

  .heading-9 {
    font-size: 2.4rem;
    text-align: center;
  }

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

  .div {
    margin-bottom: 0px;
  }

  .paragraph-3 {
    max-width: none;
  }

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

  .button-anchor {
    height: 70px;
    border-radius: 0px;
  }

  .button-anchor:hover {
    background-color: #d34b56;
  }

  .header_intenditore {
    padding-top: 300px;
    padding-right: 30px;
    padding-left: 30px;
    background-color: #6450be;
    background-image: url('../images/bg_image_Intenditore.png'), url('../images/border-header_1.svg'), -webkit-gradient(linear, left top, left bottom, from(#6351bf), to(#6351bf));
    background-image: url('../images/bg_image_Intenditore.png'), url('../images/border-header_1.svg'), linear-gradient(180deg, #6351bf, #6351bf);
    background-position: 100% 0%, 50% 100%, 0px 0px;
    background-size: 75%, auto, auto;
    background-repeat: no-repeat, no-repeat, repeat;
    background-attachment: scroll, scroll, scroll;
  }

  .header_esploratore {
    padding-top: 300px;
    padding-right: 30px;
    padding-left: 30px;
    background-color: #6450be;
    background-image: url('../images/bg_image_esploratore.png'), url('../images/border-header_1.svg'), -webkit-gradient(linear, left top, left bottom, from(#6351bf), to(#6351bf));
    background-image: url('../images/bg_image_esploratore.png'), url('../images/border-header_1.svg'), linear-gradient(180deg, #6351bf, #6351bf);
    background-position: 100% 0%, 50% 100%, 0px 0px;
    background-size: 75%, auto, auto;
    background-repeat: no-repeat, no-repeat, repeat;
    background-attachment: scroll, scroll, scroll;
  }

  .header_pensatore {
    padding-top: 300px;
    padding-right: 30px;
    padding-left: 30px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    background-color: #6450be;
    background-image: url('../images/bg_image_pensatore.png'), url('../images/border-header_1.svg');
    background-position: 100% 0%, 50% 100%;
    background-size: 75%, auto;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .header_pianificatore {
    padding-top: 300px;
    padding-right: 30px;
    padding-left: 30px;
    background-color: #6450be;
    background-image: url('../images/bg_image_Pianificatore.png'), url('../images/border-header.svg'), -webkit-gradient(linear, left top, left bottom, from(#6351bf), to(#6351bf));
    background-image: url('../images/bg_image_Pianificatore.png'), url('../images/border-header.svg'), linear-gradient(180deg, #6351bf, #6351bf);
    background-position: 100% 0%, 50% 100%, 0px 0px;
    background-size: 75%, auto, auto;
    background-repeat: no-repeat, no-repeat, repeat;
    background-attachment: scroll, scroll, scroll;
  }

  .header_osservatore {
    padding-top: 300px;
    padding-right: 30px;
    padding-left: 30px;
    background-color: #6450be;
    background-image: url('../images/bg_image_osservatore.png'), url('../images/border-header_1.svg'), -webkit-gradient(linear, left top, left bottom, from(#6351bf), to(#6351bf));
    background-image: url('../images/bg_image_osservatore.png'), url('../images/border-header_1.svg'), linear-gradient(180deg, #6351bf, #6351bf);
    background-position: 100% 0%, 50% 100%, 0px 0px;
    background-size: 75%, auto, auto;
    background-repeat: no-repeat, no-repeat, repeat;
    background-attachment: scroll, scroll, scroll;
  }

  .firma {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #333;
  }

  .html-embed-2 {
    margin-bottom: 20px;
  }

  .heading-10 {
    color: #333;
  }
}

