html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
main {
  display: block;
  padding-bottom: 150px;
  margin-top: 100px;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 2;
  border: 1px solid #f0f0f0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Links
--------------------------------------------- */
a {
  color: #10623C;
  background-color: transparent;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: none;
  outline: none;
}
a:visited {
  color: #10623C;
  text-decoration: none;
  outline: none;
}
a:hover,
a:focus,
a:active {
  color: #a6dbc2;
  text-decoration: none;
  outline: none;
}
a:focus {
  outline: thin dotted;
  text-decoration: none;
}
a:active {
  outline: none;
  text-decoration: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
b,
strong {
  font-weight: 600;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.forminator-button {
  background-color: #098b4e !important;
  color: #fff !important;
  border-radius: 9px !important;
  padding: 10px 20px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease !important;
  transition: background-color 0.3s ease, color 0.3s ease !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.forminator-button:visited {
  background-color: #098b4e !important;
  color: #fff !important;
}
.forminator-button:hover {
  background-color: #cc0000 !important;
  color: #fff !important;
}
.forminator-button:active {
  background-color: #cc0000 !important;
  color: #fff !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.call-to-action {
  background-color: #098b4e;
  color: #fff;
  border-radius: 9px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  border: none;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.call-to-action:visited {
  background-color: #098b4e;
  color: #fff;
}
.call-to-action:hover {
  background-color: #cc0000;
  color: #fff;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
body {
  background-color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  line-height: 140%;
  color: #000;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 300;
}
button,
input,
select,
optgroup,
textarea {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  line-height: 140%;
  color: #000;
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  display: block;
}
h1 {
  margin: 20px 0;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #000;
  font-size: 80px;
}
h1 strong {
  font-weight: 700;
  color: #000;
  position: relative;
  z-index: 1;
}
h1 strong::before {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  top: 10%;
  bottom: 10%;
  background-color: #a6dbc2;
  border-radius: 9px;
  z-index: -1;
}
h2 {
  font-size: 72px;
  margin: 15px 0;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.05em;
  color: #000;
}
h2 strong {
  font-weight: 700;
  color: #000;
  position: relative;
  z-index: 1;
}
h2 strong::before {
  content: "";
  position: absolute;
  left: -3px;
  right: -3px;
  top: 10%;
  bottom: 10%;
  background-color: #a6dbc2;
  border-radius: 9px;
  z-index: -1;
}
h3 {
  font-size: 45px;
  margin: 18px 0;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.05em;
  color: #000;
}
h3 strong {
  font-weight: 700;
  color: #000;
  position: relative;
  z-index: 1;
}
h3 strong::before {
  content: "";
  position: absolute;
  left: -3px;
  right: -3px;
  top: 10%;
  bottom: 10%;
  background-color: #a6dbc2;
  border-radius: 9px;
  z-index: -1;
}
.blocco {
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 96%;
  max-width: 1280px;
  min-width: 320px;
  border: 0px solid red;
}
.blocco.dx {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
.blocco.sx {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
.blocco.block {
  display: block;
}
.blocco ul,
.blocco ol {
  margin-left: 2%;
}
.visible {
  overflow: visible;
}
.block {
  display: block;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.indent {
  padding-left: 3%;
}
.gap-10 {
  gap: 10px;
}
.gap-20 {
  gap: 20px;
}
.gap-30 {
  gap: 30px;
}
.gap-40 {
  gap: 40px;
}
.gap-50 {
  gap: 50px;
}
.m00 {
  margin: 0;
}
.m0a {
  margin: 0 auto;
}
.col-1 {
  width: 4.166%;
  margin: 0;
  padding: 0;
}
.col-2 {
  width: 8.333%;
  margin: 0;
  padding: 0;
}
.col-3 {
  width: 12.5%;
  margin: 0;
  padding: 0;
}
.col-4 {
  width: 16.666%;
  margin: 0;
  padding: 0;
}
.col-5 {
  width: 20%;
  margin: 0;
  padding: 0;
}
.col-6 {
  width: 25%;
  margin: 0;
  padding: 0;
}
.col-7 {
  width: 29.166%;
  margin: 0;
  padding: 0;
}
.col-8 {
  width: 33.333%;
  margin: 0;
  padding: 0;
}
.col-9 {
  width: 37.5%;
  margin: 0;
  padding: 0;
}
.col-10 {
  width: 41.666%;
  margin: 0;
  padding: 0;
}
.col-11 {
  width: 45.833%;
  margin: 0;
  padding: 0;
}
.col-12 {
  width: 50%;
  margin: 0;
  padding: 0;
}
.col-13 {
  width: 54.166%;
  margin: 0;
  padding: 0;
}
.col-14 {
  width: 58.333%;
  margin: 0;
  padding: 0;
}
.col-15 {
  width: 62.5%;
  margin: 0;
  padding: 0;
}
.col-16 {
  width: 66.666%;
  margin: 0;
  padding: 0;
}
.col-17 {
  width: 70.833%;
  margin: 0;
  padding: 0;
}
.col-18 {
  width: 75%;
  margin: 0;
}
.col-19 {
  width: 79.166%;
  margin: 0;
  padding: 0;
}
.col-20 {
  width: 83.333%;
  margin: 0;
  padding: 0;
}
.col-21 {
  width: 87.5%;
  margin: 0;
  padding: 0;
}
.col-22 {
  width: 91.666%;
  margin: 0;
  padding: 0;
}
.col-23 {
  width: 95.833%;
  margin: 0;
  padding: 0;
}
.col-24 {
  width: 100%;
  margin: 0;
  padding: 0;
}
.pad-dx-10 {
  padding-right: 10px;
}
.pad-sx-10 {
  padding-left: 10px;
}
.pad-dx-15 {
  padding-right: 15px;
}
.pad-sx-15 {
  padding-left: 15px;
}
.pad-dx-20 {
  padding-right: 20px;
}
.pad-sx-20 {
  padding-left: 20px;
}
.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.sx {
  text-align: left;
}
.cx {
  text-align: center;
}
.dx {
  text-align: right;
}
.testo200 {
  font-weight: 200;
  line-height: 146%;
}
.testo300 {
  font-weight: 300;
  line-height: 146%;
}
.testo400 {
  font-weight: 400;
  line-height: 146%;
}
.testo500 {
  font-weight: 500;
  line-height: 146%;
}
.testo600 {
  font-weight: 600;
  line-height: 135%;
}
.testo700 {
  font-weight: 700;
  line-height: 130%;
}
.testo800 {
  font-weight: 800;
  line-height: 130%;
}
.testo900 {
  font-weight: 900;
  line-height: 130%;
}
#masthead {
  border: 0px solid red;
  margin: 0px 0 20px 0;
  overflow: visible;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 0;
  width: 100%;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.site-header {
  overflow: visible;
  position: relative;
}
.logo {
  width: 180px;
  margin: 5px 0 0 0;
  padding: 0;
  border: 0;
}
.logo img {
  width: 100%;
  height: auto;
}
.tutti-menu {
  display: block;
  width: calc(100% - 300px);
  margin: 0;
  padding: 0;
  border: 0;
}
.menu-lingue {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
.menu-lingue ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: right;
      -ms-flex-align: right;
          align-items: right;
  margin: 5px 15px 10px 0;
}
.menu-lingue li {
  display: block;
  margin: 0 2px;
  padding: 0;
  border: 0;
}
.menu-lingue a {
  display: block;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  border-radius: 7px;
  padding: 0px 8px;
  border: 0;
  font-size: 13px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.menu-lingue a:hover {
  background-color: #cc0000;
  color: #fff;
}
.menu-lingue a.attivo {
  background-color: #10623C;
  color: #fff;
}
.menu-lingue a.attivo:hover {
  background-color: #cc0000;
  color: #fff;
}
.menu-container {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: right;
  overflow: visible;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-navigation {
  display: block;
  width: 100%;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: visible;
}
.main-navigation ul {
  display: none;
  list-style: none;
  text-align: left;
  padding-left: 0;
  margin: 0;
}
.main-navigation ul ul {
  display: none;
  position: relative;
  z-index: 9999;
  border-radius: 6px;
  padding: 10px 0;
  min-width: 200px;
}
.main-navigation li {
  position: relative;
  margin: 5px 0px 5px 0px;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  border-radius: 7px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.main-navigation a:hover {
  cursor: pointer;
}
.main-navigation > div > ul.menu,
.main-navigation .menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.main-navigation li.menu-item-has-children:hover > ul {
  display: block;
}
.main-navigation ul ul li a {
  padding: 8px 16px;
  display: block;
  white-space: nowrap;
  color: #000;
  border-radius: 7px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.main-navigation ul ul li a:hover {
  background-color: #f5f5f5;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul a {
  padding-left: 50px;
  border-radius: 7px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.main-navigation li.menu-item-has-children:hover > ul {
  display: block;
  left: 0;
}
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}
.headline {
  width: 65%;
  margin: 25px 0;
  font-size: 23px;
  line-height: 145%;
}
.headline.wide {
  width: 85%;
}
.headline.full {
  width: 100%;
}
.immagine img {
  border-radius: 20px;
}
.testo-evidenza {
  width: 60%;
  display: block;
  overflow: hidden;
}
.testo-evidenza p {
  font-weight: 300;
  font-size: 23px;
  line-height: 135%;
  margin: 30px 0;
  padding: 0;
}
.testo-evidenza p strong {
  font-weight: 600;
}
.stickers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
}
.sticker {
  display: block;
  padding: 25px;
  border-radius: 25px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.sticker h4 {
  font-size: 26px;
  font-weight: 700;
  margin: 10px 0 10px 0;
  padding: 0;
}
.sticker p {
  font-size: 33px;
  line-height: 130%;
  margin: 20px 0;
  padding: 0;
  letter-spacing: -0.02em;
}
.sticker.interno {
  border: 0;
  border-radius: 6px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 16px;
}
.sticker.interno h4 {
  font-size: 18px;
  margin: 0px 0 10px 0;
}
.sticker.interno p {
  font-size: 21px;
  margin: 0px 0 10px 0;
  line-height: 130%;
}
.blog-preview {
  overflow: hidden;
  display: block;
  width: 100%;
}
.blog-preview .blog-preview-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
}
.blog-preview .blog-preview-item.image-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.blog-preview .blog-preview-item.image-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.blog-preview .blog-preview-item .blog-preview-item-image {
  width: 38%;
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 15px;
  margin-bottom: 20px;
}
.blog-preview .blog-preview-item .blog-preview-item-image img {
  border-radius: 15px;
  width: 100%;
  height: auto;
}
.blog-preview .blog-preview-item .blog-preview-item-text {
  width: 59%;
  padding: 25px;
  border-radius: 15px;
  margin-bottom: 20px;
  margin-top: 0px;
}
.blog-preview .blog-preview-item .blog-preview-item-text h5 {
  font-size: 32px;
  font-weight: 700;
  margin: 0px 0 10px 0;
  padding: 0;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.blog-preview .blog-preview-item .blog-preview-item-text p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
  margin: 20px 0;
  padding: 0;
  letter-spacing: -0.02em;
}
.blog h1 {
  font-size: 70px;
  margin: 38px 0;
}
.blog .blog-immagine {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 15px;
}
.blog .blog-sidebar {
  margin-top: 50px;
  border: 1px solid #f0f0f0;
  background-color: #f5f5f5;
  border-radius: 15px;
  padding: 20px;
}
.blog .blog-sidebar h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 0px 0 10px 0;
  padding: 0;
}
.due-colonne {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.due-colonne img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.immagine {
  overflow: hidden;
  width: 100%;
  margin: 5px 0 20px 0;
}
.immagine img {
  border-radius: 15px;
  width: 100%;
  height: auto;
}
.menu-footer-container,
.menu-footer-en-container {
  text-align: right;
  margin-top: 150px;
}
.menu-footer-container ul,
.menu-footer-en-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-footer-container ul li,
.menu-footer-en-container ul li {
  display: block;
  margin: 6px 0;
}
.menu-footer-container ul li a,
.menu-footer-en-container ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  padding: 5px 14px;
  border-radius: 7px;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.menu-footer-container ul li:hover a,
.menu-footer-en-container ul li:hover a {
  background-color: #fff;
  color: #000;
}
footer {
  background-color: #10623C;
  margin-top: 0px;
  border-top: 2px solid #fff;
  padding: 70px 0;
}
.site-info {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  min-height: 400px;
  display: block;
}
.site-info .footer-left {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.site-info .footer-right {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.blocco {
  width: 90%;
  border: 0px solid purple;
}
.menu-toggle {
  display: none;
}
.main-navigation ul {
  display: block;
}
.main-navigation ul li {
  display: inline-block;
  margin: 0 2px;
  text-align: right;
}
.main-navigation ul li a {
  text-decoration: none;
  color: #000;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.2;
  background-color: transparent;
  border-radius: 7px;
  padding: 5px 16px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.main-navigation ul li a:hover {
  background-color: #10623C;
  color: #fff;
  cursor: pointer;
}
.main-navigation ul li.current_page_item a {
  background-color: #cc0000 !important;
  color: #fff !important;
}
.main-navigation ul li.current_page_item a:hover {
  background-color: #10623C !important;
  color: #fff !important;
}
.main-navigation li.menu-item-has-children:hover > ul {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
}
.main-navigation ul ul {
  display: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 6px;
  padding: 10px 0;
  min-width: 200px;
}
.main-navigation ul ul li {
  display: block;
}
.main-navigation ul ul li a {
  padding: 8px 16px 8px 16px;
  display: block;
  white-space: nowrap;
  color: #000;
  font-weight: 300;
  border-radius: 7px;
}
.main-navigation ul ul li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children > .mega-wrapper {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  width: 640px;
  max-width: 1200px;
  background-color: #fff;
  z-index: 999;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
}
.menu-item-has-children > .mega-wrapper.menu-only {
  width: auto;
  padding: 10px;
}
.menu-item-has-children:hover > .mega-wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
.mega-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 400px;
}
.mega-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 400px;
}
.mega-wrapper .mega-content .mega-description {
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  font-weight: 300;
}
.mega-description {
  width: 70%;
  margin: 5px 20px 0 0;
  text-align: left;
}
.mega-image {
  width: 150px;
  height: auto;
  border-radius: 4px;
}
.mega-wrapper .sub-menu {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.mega-wrapper .sub-menu li {
  margin-bottom: 12px;
}
.mega-wrapper .mega-links {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.pagina-interna h1 {
  font-size: 76px;
}
.pagina-interna h2 {
  font-size: 60px;
}
.d10 {
  width: 9%;
}
.d20 {
  width: 19%;
}
.d25 {
  width: 24%;
}
.d30 {
  width: 29%;
}
.d33 {
  width: 32%;
}
.d40 {
  width: 39%;
}
.d50 {
  width: 49%;
}
.d60 {
  width: 59%;
}
.d66 {
  width: 65%;
}
.d70 {
  width: 69%;
}
.d75 {
  width: 74%;
}
.d80 {
  width: 79%;
}
.d90 {
  width: 89%;
}
.d100 {
  width: 100%;
}
.site-info {
  font-size: 16px;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.site-info .footer-left {
  width: 50%;
}
.site-info .footer-right {
  width: 50%;
}
.menu-widget {
  background-color: #a6dbc2;
  border-radius: 15px;
  padding: 10px 20px;
}
.menu-widget h3 {
  font-size: 26px;
  margin: 10px 0 10px 0;
}
.menu-widget ul {
  list-style: none;
  padding: 0 0 0 0px;
  margin: 0;
}
.menu-widget ul li {
  margin: 7px 0;
  padding: 0;
}
.menu-widget ul li a {
  text-decoration: none;
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  padding: 5px 20px;
  border-radius: 10px;
  width: 100%;
  display: block;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.menu-widget ul li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
/* classi per la pagina dei prodotti */
.prodotti {
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
}
.prodotto {
  width: 100%;
  display: block;
  margin: 110px 0;
}
.prodotto .prodotto-descrizione {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
  margin: 0;
  gap: 20px;
}
.prodotto .prodotto-immagine {
  width: 28%;
  display: block;
}
.prodotto .prodotto-immagine img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.prodotto .prodotto-titolo {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
}
.prodotto .prodotto-titolo h2 {
  font-size: 36px;
  font-weight: 700;
  margin: 20px 0 20px 0;
  padding: 0;
  width: 100%;
  text-align: left;
}
.prodotto .prodotto-titolo h2.dx {
  text-align: right;
}
.prodotto .prodotto-titolo h2 strong {
  background-color: #a6dbc2;
  padding: 5px 10px;
  border-radius: 9px;
  font-size: 36px;
  font-weight: 700;
}
.prodotto .prodotto-testo {
  width: 45%;
  display: block;
  padding: 0;
  margin: 0;
}
.prodotto .prodotto-tabella {
  width: 20%;
  display: block;
  padding: 0;
  margin: 0;
  /* table with rounded corners */
}
.prodotto .prodotto-tabella table {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  border-collapse: collapse;
  border: 0px solid #ccc;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.02em;
  /* even and odd  rows with different background color */
}
.prodotto .prodotto-tabella table th {
  background-color: #f8f8f8;
  padding: 10px;
  text-align: left;
  border: 0px solid #eee;
}
.prodotto .prodotto-tabella table td {
  padding: 3px 5px;
  border: 1px solid #eeeeee;
}
.prodotto .prodotto-tabella table tr:nth-child(even) {
  background-color: #fafafa;
}
.prodotto .prodotto-tabella table tr:nth-child(odd) {
  background-color: #f6f6f6;
}
.prodotto .prodotto-tabella table td.prodotto-quantita {
  text-align: right;
}
.timeline {
  display: block;
  overflow: hidden;
}
.timeline .riga {
  display: block;
  width: 100%;
  padding: 15px 0;
  overflow: hidden;
  min-height: 175px;
  margin: 0;
  background-color: transparent;
  position: relative;
}
.timeline .riga::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #ddd;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.timeline .riga-top::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #ddd;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.timeline .riga-top::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0px;
  width: 10px;
  height: 10px;
  background-color: #ddd;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.timeline .riga-bottom::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #ddd;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.timeline .riga-bottom::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 10px;
  height: 10px;
  background-color: #ddd;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.timeline .ghost-dx {
  color: transparent;
}
.timeline .ghost-dx * {
  display: none;
}
.timeline .lato-sx {
  text-align: right;
  width: 44.95%;
  display: inline-block;
  vertical-align: top;
  margin: 3px 1% 3px 0;
  overflow: hidden;
  min-height: 60px;
  padding: 10px;
}
.timeline .icona-centro {
  width: 8%;
  aspect-ratio: 1;
  margin: 17px 0 0 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding: 10px;
  border-radius: 50%;
  background-color: #f0f0f0;
}
.timeline .icona-centro img {
  width: 80%;
  height: auto;
}
.timeline .lato-dx {
  text-align: left;
  width: 44.95%;
  display: inline-block;
  vertical-align: top;
  margin: 3px 0 3px 1%;
  overflow: hidden;
  min-height: 60px;
  padding: 10px;
}
.timeline h4 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 28px;
}
.timeline p {
  margin: 10px 0;
  padding: 0;
}
.forminator-ui#forminator-module-197.forminator-design--default .forminator-label {
  font-size: 16px !important;
}
.email-obfuscated {
  letter-spacing: -0.2em;
}
.email-obfuscated .e-l {
  letter-spacing: normal;
}
.email-obfuscated .e-sep-space,
.email-obfuscated .e-sep-nbsp,
.email-obfuscated .e-sep-nl {
  display: inline-block;
  width: 0em;
}
.email-obfuscated .e-sep-zws {
  display: inline-block;
  width: 0;
}
@media (max-width: 1023px) {
  .menu-toggle {
    display: block;
  }
  .main-navigation button {
    padding-right: 2px;
  }
  .menu-menu-principale-container,
  .menu-menu-principale-en-container {
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    background: white;
    z-index: 9999;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 15px;
    border: 1px solid #ffffff;
    background-color: #fcfcfc;
    -webkit-box-shadow: 0 8px 20px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 8px 20px 8px rgba(0, 0, 0, 0.1);
  }
  .menu-menu-principale-container .mega-wrapper,
  .menu-menu-principale-en-container .mega-wrapper {
    background-color: #fcfcfc;
  }
  #site-navigation.toggled .menu-menu-principale-container,
  #site-navigation.toggled .menu-menu-principale-en-container {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .menu-menu-principale-container ul.menu,
  .menu-menu-principale-en-container ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .main-navigation ul ul li a {
    padding: 1px 10px;
    font-weight: 300;
    border-radius: 7px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .main-navigation ul ul {
    padding: 5px 0;
  }
  .main-navigation li {
    margin: 2px 0px 2px 0px;
  }
  .mega-content {
    display: none !important;
  }
  .due-colonne .col-9 {
    width: 50%;
  }
  .menu-widget {
    display: none;
  }
  .menu-widget .widget-area {
    display: none;
  }
  /* classi per la pagina dei prodotti */
  .prodotti {
    width: 100%;
  }
  .prodotto {
    margin: 100px 0;
    border-top: 25px solid #f0f0f0;
  }
  .prodotto .prodotto-descrizione {
    width: 100%;
    display: block;
  }
  .prodotto .prodotto-immagine {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .prodotto .prodotto-immagine img {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
  .prodotto .prodotto-titolo {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
  }
  .prodotto .prodotto-titolo h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 20px 0 20px 0;
    padding: 0;
    width: 100%;
    text-align: left;
    line-height: 1.23;
  }
  .prodotto .prodotto-titolo h2.dx {
    text-align: left;
  }
  .prodotto .prodotto-titolo h2 strong {
    background-color: #a6dbc2;
    padding: 5px 10px;
    border-radius: 9px;
    font-size: 36px;
    font-weight: 700;
  }
  .prodotto .prodotto-testo {
    width: 100%;
  }
  .prodotto .prodotto-tabella {
    width: 80%;
    margin: 0 auto;
    min-width: 300px;
    /* table with rounded corners */
  }
  .prodotto .prodotto-tabella table {
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    border-collapse: collapse;
    border: 0px solid #ccc;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: -0.02em;
    /* even and odd  rows with different background color */
  }
  .prodotto .prodotto-tabella table th {
    background-color: #f8f8f8;
    padding: 10px;
    text-align: left;
    border: 0px solid #eee;
  }
  .prodotto .prodotto-tabella table td {
    padding: 3px 5px;
    border: 1px solid #eeeeee;
  }
  .prodotto .prodotto-tabella table tr:nth-child(even) {
    background-color: #fafafa;
  }
  .prodotto .prodotto-tabella table tr:nth-child(odd) {
    background-color: #f6f6f6;
  }
  .prodotto .prodotto-tabella table td.prodotto-quantita {
    text-align: right;
  }
  .sticker h4 {
    font-size: 26px;
    margin: 10px 0 10px 0;
  }
  .sticker p {
    font-size: 33px;
    line-height: 1.5;
  }
  .blog {
    display: block;
  }
  .blocco {
    width: 93%;
    border: 0px solid blue;
  }
  h1 {
    font-size: 70px;
    margin: 18px 0;
  }
  h2 {
    font-size: 56px;
    margin: 15px 0;
  }
  .d10,
  .d20,
  .d25,
  .d30,
  .d33,
  .d66,
  .d70,
  .d75,
  .d80,
  .d90 {
    width: 100%;
  }
  .headline {
    width: 100%;
    margin: 25px 0;
    font-size: 23px;
    line-height: 145%;
  }
  .headline.wide {
    width: 100%;
  }
  .immagine img {
    border-radius: 15px;
  }
  .testo-evidenza {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .blog {
    display: block;
  }
  .blocco {
    width: 95%;
    display: block;
  }
  .d40,
  .d50,
  .d60 {
    width: 100%;
  }
  .blog-preview {
    overflow: hidden;
    display: block;
  }
  .blog-preview .blog-preview-item {
    display: block;
    width: 90%;
    margin: 20px auto 50px auto;
  }
  .blog-preview .blog-preview-item .blog-preview-item-image {
    width: 100%;
    height: 200px;
  }
  .blog-preview .blog-preview-item .blog-preview-item-image img {
    border-radius: 9px;
    width: 100%;
    height: auto;
  }
  .blog-preview .blog-preview-item .blog-preview-item-text {
    width: 100%;
    padding: 25px;
    border-radius: 9px;
    margin-bottom: 20px;
    margin-top: 0px;
  }
  .blog-preview .blog-preview-item .blog-preview-item-text h5 {
    font-size: 37px;
    font-weight: 700;
    margin: 0px 0 10px 0;
    padding: 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
  }
  .blog-preview .blog-preview-item .blog-preview-item-text p {
    font-size: 27px;
    font-weight: 300;
    line-height: 1.4;
    margin: 20px 0;
    padding: 0;
    letter-spacing: -0.02em;
  }
  .timeline .riga {
    display: block;
    width: 100%;
    padding: 10px 0;
    min-height: 130px;
  }
  .timeline .riga::before {
    left: 5%;
  }
  .timeline .riga-top::before {
    left: 5%;
  }
  .timeline .riga-top::after {
    left: 5%;
  }
  .timeline .riga-bottom::before {
    left: 5%;
  }
  .timeline .riga-bottom::after {
    left: 5%;
  }
  .timeline .lato-sx {
    display: none;
  }
  .timeline .icona-centro {
    width: 10%;
    padding: 10px;
    margin: 8px 0 0 0;
  }
  .timeline .lato-dx {
    width: 89%;
    min-height: 60px;
    padding: 10px;
  }
  .timeline h4 {
    padding: 0;
  }
  .timeline p {
    padding: 0;
  }
  .timeline .ghost-dx {
    color: black;
  }
  .timeline .ghost-dx * {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .due-colonne {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .due-colonne .col-9 {
    width: 100%;
  }
  .due-colonne .pad-sx-15 {
    padding-left: 0;
  }
  .due-colonne .pad-dx-15 {
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .timeline .riga::before {
    left: 7.5%;
  }
  .timeline .riga-top::before {
    left: 1  0%;
  }
  .timeline .riga-top::after {
    left: 7.5%;
  }
  .timeline .riga-bottom::before {
    left: 7.5%;
  }
  .timeline .riga-bottom::after {
    left: 7.5%;
  }
  .timeline .lato-sx {
    display: none;
  }
  .timeline .icona-centro {
    width: 15%;
    padding: 10px;
    margin: 8px 0 0 0;
  }
  .timeline .lato-dx {
    width: 84%;
    min-height: 60px;
    padding: 10px;
  }
}
