@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Playfair+Display:ital@0;1&display=swap);
/*$fa-font-path: "../fonts/webfonts";
@import "~@fortawesome/fontawesome-free/scss/fontawesome.scss";
@import "~@fortawesome/fontawesome-free/scss/regular.scss";
@import "~@fortawesome/fontawesome-free/scss/solid.scss";
@import "~@fortawesome/fontawesome-free/scss/brands.scss";*/
.hamburger{
  display: flex;
  flex-direction: column;
}
.hamburger > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.hamburger span{
  display: inline-block;
  height: 0.125rem;
  width: 1.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 768px){
  .hamburger span{
    width: 2rem;
  }
}
.hamburger.is-active span:nth-child(1){
  --tw-translate-y: 0.6125rem;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hamburger.is-active span:nth-child(2){
  opacity: 0;
}
.hamburger.is-active span:nth-child(3){
  --tw-translate-y: -0.6125rem;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.wpml-ls-legacy-dropdown a {
  color: #3b3b3b !important;
  border: 0px solid !important;
  background-color: transparent !important;
}

.wpml-ls-item-toggle, .wpml-ls-link{
  width: -moz-max-content;
  width: max-content;
  font-family: Lato, sans-serif;
  font-size: 1rem;
}

@media (min-width: 1024px){
  .wpml-ls-item-toggle, .wpml-ls-link{
    font-size: 1.25rem;
  }
}

.wpml-ls-item-toggle{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

@media (min-width: 1024px){
  .wpml-ls-item-toggle{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}

.wpml-ls-legacy-dropdown {
  width: -moz-max-content !important;
  width: max-content !important;
}

.wpml-ls-sub-menu {
  width: -moz-max-content !important;
  width: max-content !important;
  background: white !important;
  padding: 10px !important;
  border-radius: 10px !important;
}

.wpml-ls-sub-menu .wpml-ls-item{
  --tw-text-opacity: 1;
  color: rgb(59 59 59 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.wpml-ls-sub-menu .wpml-ls-item:hover{
  opacity: 0.6;
}

.wpml-ls-item-toggle::after {
  content: "";
  margin-left: 10px;
  display: inline-block;
  border-left: 2px solid #3b3b3b !important;
  border-bottom: 2px solid #3b3b3b !important;
  border-top: 0px solid #000 !important;
  border-right: 0px solid #000 !important;
  top: 0 !important;
  bottom: 0 !important;
  margin: auto;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg); /* Point in the direction you want */
}

.js-wpml-ls-legacy-dropdown{
  margin-left: auto;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  padding-right: calc(3px + 1.4em);
}

.home .headerClass .wpml-ls-legacy-dropdown a {
  color: white !important;
}
.home .headerClass .wpml-ls-item-toggle::after {
  content: "";
  border-left: 2px solid white !important;
  border-bottom: 2px solid white !important;
}
.home .headerClass .wpml-ls-display {
  color: #3b3b3b;
}
.home .headerClass.active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}
.home .headerClass.active .custom-logo{
  display: block;
}
.home .headerClass.active .hamburger span{
  --tw-bg-opacity: 1;
  background-color: rgb(59 59 59 / var(--tw-bg-opacity));
}
.home .headerClass.active .wpml-ls-legacy-dropdown a {
  color: #3b3b3b !important;
}
.home .headerClass.active .wpml-ls-item-toggle::after {
  content: "";
  border-left: 2px solid #3b3b3b !important;
  border-bottom: 2px solid #3b3b3b !important;
}

[x-cloak]{
  display: none !important;
}

.prose{
  max-width: none;
}

.custom-logo{
  display: block;
  height: 1.75rem;
  width: auto;
}

@media (min-width: 768px){
  .custom-logo{
    height: 1.75rem;
  }
}

.title1{
  font-family: Playfair Display, serif;
  font-size: 2.5rem;
  text-transform: uppercase;
  line-height: 1.33;
}

@media (min-width: 1280px){
  .title1{
    font-size: 3.75rem;
  }
}

.title2{
  font-family: Playfair Display, serif;
  font-size: 1.875rem;
  line-height: 1.33;
}

@media (min-width: 1280px){
  .title2{
    font-size: 2.5rem;
  }
}

.title3{
  font-size: .875rem;
  text-transform: uppercase;
  line-height: 1.22;
}

@media (min-width: 1280px){
  .title3{
    font-size: 1.125rem;
  }
}

.title6{
  font-family: Playfair Display, serif;
  font-size: 1.125rem;
  line-height: 1.33;
}

@media (min-width: 1280px){
  .title6{
    font-size: 1.5625rem;
  }
}

.paragraph{
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.paragraph :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.paragraph :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.paragraph :where(a):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.paragraph :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.paragraph :where(a strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.paragraph :where(blockquote strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.paragraph :where(thead th strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.paragraph :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.paragraph :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.paragraph :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.paragraph :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.paragraph :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.paragraph :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.paragraph :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.paragraph :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.paragraph :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.paragraph :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}

.paragraph :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.paragraph :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.paragraph :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.paragraph :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.paragraph :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.paragraph :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}

.paragraph :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}

.paragraph :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.paragraph :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

.paragraph :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.paragraph :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

.paragraph :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.paragraph :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.paragraph :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.paragraph :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.paragraph :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.paragraph :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.paragraph :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.paragraph :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}

.paragraph :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}

.paragraph :where(a code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.paragraph :where(h1 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.paragraph :where(h2 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

.paragraph :where(h3 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

.paragraph :where(h4 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.paragraph :where(blockquote code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.paragraph :where(thead th code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.paragraph :where(pre):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.paragraph :where(pre code):not(:where([class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.paragraph :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}

.paragraph :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}

.paragraph :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.paragraph :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.paragraph :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.paragraph :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.paragraph :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}

.paragraph :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
}

.paragraph :where(tfoot):not(:where([class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.paragraph :where(tfoot td):not(:where([class~="not-prose"] *)){
  vertical-align: top;
}

.paragraph{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.paragraph :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.paragraph :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.paragraph :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.paragraph :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.paragraph :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.paragraph :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.paragraph :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.paragraph :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.paragraph :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.paragraph :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.paragraph :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.paragraph :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.paragraph :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.paragraph :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.paragraph :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.paragraph :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.paragraph :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.paragraph :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.paragraph :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.paragraph :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.paragraph :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.paragraph :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.paragraph{
  line-height: 1.42rem;
  max-width: none;
}

.paragraph :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))){
  margin-bottom: 2rem;
  font-family: Playfair Display, serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(59 59 59 / var(--tw-text-opacity));
}

.paragraph :is(:where(p):not(:where([class~="not-prose"] *))){
  font-size: 1rem;
}

.paragraph :is(:where(a):not(:where([class~="not-prose"] *))){
  font-size: 1rem;
}

.paragraph :is(:where(em):not(:where([class~="not-prose"] *))){
  font-style: italic;
}

@media (min-width: 1280px){
  .paragraph{
    line-height: 1.6rem;
  }
  .paragraph :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))){
    margin-bottom: 4rem;
    font-size: 2.5rem;
  }
  .paragraph :is(:where(p):not(:where([class~="not-prose"] *))){
    font-size: 1.25rem;
  }
  .paragraph :is(:where(a):not(:where([class~="not-prose"] *))){
    font-size: 1.25rem;
  }
}

.home .headerClass .custom-logo{
  display: none;
}
.home .headerClass.active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}
.home .headerClass.active .custom-logo{
  display: block;
}
.home .headerClass.active .hamburger span{
  --tw-bg-opacity: 1;
  background-color: rgb(59 59 59 / var(--tw-bg-opacity));
}

button.is-active span{
  --tw-bg-opacity: 1;
  background-color: rgb(59 59 59 / var(--tw-bg-opacity));
}

.notTrasparent .hamburger span{
  --tw-bg-opacity: 1;
  background-color: rgb(59 59 59 / var(--tw-bg-opacity));
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1160px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.slider-home .swiper-slide {
  height: auto !important;
}
.slider-home .swiper-slide.swiper-slide-next h2,
.slider-home .swiper-slide.swiper-slide-next p, .slider-home .swiper-slide.swiper-slide-prev h2,
.slider-home .swiper-slide.swiper-slide-prev p {
  display: none !important;
}

.formContatti .gravity-theme{
  width: 100%;
}
.formContatti .gform_footer{
  display: flex;
  justify-content: center;
}
.formContatti .gform_footer input[type=submit]{
  cursor: pointer;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(59 59 59 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.125rem;
  text-transform: uppercase;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.formContatti .gform_footer input[type=submit]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(59 59 59 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .formContatti .gform_footer input[type=submit]{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1280px){
  .formContatti .gform_footer input[type=submit]{
    font-size: 1.25rem;
  }
}
.formContatti .gform_heading{
  display: none;
}
.formContatti textarea{
  height: 2.25rem;
  border-width: 0px;
  border-bottom-width: 1px;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}
.formContatti textarea:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-offset-width: 0px;
}
@media (min-width: 1280px){
  .formContatti textarea{
    font-size: 1.25rem;
  }
}
.formContatti .gform_wrapper.gravity-theme .gfield textarea.small{
  height: 2.25rem;
}
.formContatti .gform_wrapper.gravity-theme .gfield_validation_message,
.formContatti .gform_wrapper.gravity-theme .validation_message,
.formContatti .gform_wrapper.gravity-theme .gform_validation_errors{
  margin: 0px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-color: white !important;
  border: 0px !important;
  padding: 0px !important;
  margin: 0px 0px 8px 0px !important;
  box-shadow: none !important;
  font-size: 0.875rem !important;
  text-align: center !important;
}
.formContatti .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-size: 0.875rem !important;
}
.formContatti .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true]{
  border-width: 0px;
  border-bottom-width: 1px;
}

#desktop-main-menu li {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
#desktop-main-menu li.current-menu-item > a::after{
  content: var(--tw-content);
  width: 100%;
}
#desktop-main-menu li.current-menu-ancestor > a::after{
  content: var(--tw-content);
  width: 100%;
}
#desktop-main-menu li.menu-item-has-children > .sub-menu::before {
  content: "";
  position: absolute;
  top: 2.25rem;
  display: none;
  height: 0.0625rem;
  width: 6.25rem;
  --tw-translate-x: -140%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(59 59 59 / var(--tw-bg-opacity));
}
@media (min-width: 1280px){
  #desktop-main-menu li.menu-item-has-children > .sub-menu::before{
    display: block;
  }
}
#desktop-main-menu li.menu-item-has-children > .sub-menu{
  visibility: visible;
  margin-top: 1.875rem;
  margin-left: -4.625rem;
}
#desktop-main-menu li.menu-item-has-children > .sub-menu > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.125rem * var(--tw-space-y-reverse));
}
@media (min-width: 768px){
  #desktop-main-menu li.menu-item-has-children > .sub-menu{
    position: absolute;
    margin-top: 0px;
    margin-left: 0px;
    min-width: 15rem;
    --tw-translate-x: 15rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (min-width: 1280px){
  #desktop-main-menu li.menu-item-has-children > .sub-menu{
    --tw-translate-x: 30rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    padding-top: 1.375rem;
  }
}
#desktop-main-menu li.menu-item-has-children > .sub-menu li{
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
@media (min-width: 1280px){
  #desktop-main-menu li.menu-item-has-children > .sub-menu li{
    font-size: 1.125rem;
  }
}

.bg-sfumatura {
  background: rgb(241, 240, 234);
  background: linear-gradient(0deg, rgb(241, 240, 234) 0%, rgba(241, 240, 234, 0.8590029762) 5%, rgba(241, 240, 234, 0.7590029762) 11%, rgba(10, 9, 0, 0.5004595588) 15%, rgba(0, 0, 0, 0) 100%);
}

#rotatingText {
  animation-name: rotate-circle;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes rotate-circle {
  to {
    transform: rotate(1turn);
  }
}
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.mySlides {
  display: none;
}

.column {
  float: left;
  width: 33.3333%;
}

.row > .column {
  padding: 12px 8px;
}

.column-2 {
  float: left;
  width: 25%;
}

.row > .column-2 {
  padding: 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 640px) {
  .joinchat__button {
    bottom: 55px !important;
  }
}

.page-template-camere .swiper-button-disabled {
  cursor: not-allowed !important;
  opacity: 0.5;
}
