@charset "UTF-8";

::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 29 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 29 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

html {
  overflow-x: hidden;
}

html.over {
  overflow: hidden;
}

html body {
  background-color: #ffffff;
  overflow-x: hidden;
}

/* Aggiunge un margine superiore al contenitore principale quando l'utente è loggato */

body.admin-bar #header {
  top: 32px;
}

body.admin-bar .pannello-menu.open {
  top: 32px !important;
  height: calc(100vh - 32px) !important;
}

/* Per schermi più piccoli (la barra diventa più alta su mobile) */

@media screen and (max-width: 782px) {
  body.admin-bar #header {
    top: 46px;
  }

  body.admin-bar .pannello-menu.open {
    top: 46px !important;
    height: calc(100vh - 46px) !important;
  }
}

.container-custom{
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 90vw;
}

@media (min-width: 768px) {
  .container-custom {
    max-width: 85vw;
  }
}

@media (min-width: 1280px) {
  .container-custom {
    max-width: 1280px;
  }
}

.container-full{
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.1vw;
  padding-right: 3.1vw;
  max-width: 100vw;
}

.row-flex{
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .conf-block {
    padding-right: calc(9% + 3.1vw) !important;
  }
}

@media (max-width: 552px) {
  html {
    font-size: 4.347826087vw;
  }
}

@media (min-width: 552px) and (max-width: 991px) {
  html {
    font-size: 2.7692307692vw;
  }
}

@media (min-width: 992px) {
  html {
    font-size: 0.8333333333vw;
  }
}

p, address{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}

@media (min-width: 992px){
  p, address{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

p strong, address strong{
  font-weight: 700;
}

.has-medium-font-size{
  font-weight: 400 !important;
  line-height: 1.444 !important;
}

.has-large-font-size{
  font-weight: 400 !important;
  line-height: 1.333 !important;
}

.heading-2{
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.125;
}

@media (min-width: 992px){
  .heading-2{
    font-size: 4.5rem;
    line-height: 1;
  }
}

.heading-3{
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 400;
  line-height: 1.125;
}

@media (min-width: 992px){
  .heading-3{
    font-size: 3.75rem;
    line-height: 1;
  }
}

.heading-4{
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 400;
  line-height: 1.1666;
  --tw-text-opacity: 1;
  color: rgb(140 21 21 / var(--tw-text-opacity, 1));
}

@media (min-width: 992px){
  .heading-4{
    font-size: 3rem;
    line-height: 1;
  }
}

.heading-4 strong{
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(140 21 21 / var(--tw-text-opacity, 1));
}

.heading-5{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  line-height: 1.125;
  --tw-text-opacity: 1;
  color: rgb(140 21 21 / var(--tw-text-opacity, 1));
}

@media (min-width: 992px){
  .heading-5{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.heading-6{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.125;
  --tw-text-opacity: 1;
  color: rgb(140 21 21 / var(--tw-text-opacity, 1));
}

@media (min-width: 992px){
  .heading-6{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.single-post .post-content > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.single-post .post-content h2{
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.125;
}

@media (min-width: 992px){
  .single-post .post-content h2{
    font-size: 4.5rem;
    line-height: 1;
  }
}

.single-post .post-content h3{
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 400;
  line-height: 1.125;
}

@media (min-width: 992px){
  .single-post .post-content h3{
    font-size: 3.75rem;
    line-height: 1;
  }
}

.single-post .post-content h4{
  color: rgb(142 142 142 / var(--tw-text-opacity, 1)) !important;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 400;
  line-height: 1.1666;
  --tw-text-opacity: 1;
  color: rgb(140 21 21 / var(--tw-text-opacity, 1));
}

@media (min-width: 992px){
  .single-post .post-content h4{
    font-size: 3rem;
    line-height: 1;
  }
}

.single-post .post-content h4 strong{
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(140 21 21 / var(--tw-text-opacity, 1));
}

.single-post .post-content h5{
  color: rgb(29 29 29 / var(--tw-text-opacity, 1)) !important;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  line-height: 1.125;
  --tw-text-opacity: 1;
  color: rgb(140 21 21 / var(--tw-text-opacity, 1));
}

@media (min-width: 992px){
  .single-post .post-content h5{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.single-post .post-content h6{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.125;
  --tw-text-opacity: 1;
  color: rgb(140 21 21 / var(--tw-text-opacity, 1));
}

@media (min-width: 992px){
  .single-post .post-content h6{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.single-post .post-content blockquote p{
  color: rgb(29 29 29 / var(--tw-text-opacity, 1)) !important;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  line-height: 1.125;
  --tw-text-opacity: 1;
  color: rgb(140 21 21 / var(--tw-text-opacity, 1));
}

@media (min-width: 992px){
  .single-post .post-content blockquote p{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.single-post .post-content ul, .single-post .post-content ol{
  padding-left: 1.5rem;
}

.single-post .post-content ul li, .single-post .post-content ol li{
  position: relative;
}

.single-post .post-content ul li:before, .single-post .post-content ol li:before{
  position: absolute;
  left: -1.5rem;
  top: 0.5rem;
  content: "";
}

.single-post .post-content ul li:before{
  height: 0.5rem;
  width: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(140 21 21 / var(--tw-bg-opacity, 1));
}

.single-post .post-content ol {
  counter-reset: counter;
}

.single-post .post-content ol li:before {
  content: counter(counter) ".";
  counter-increment: counter;
  top: 0px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(140 21 21 / var(--tw-text-opacity, 1));
}

.card-news--minimal{
  border-bottom-width: 0.06rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(210 210 210 / var(--tw-border-opacity, 1));
}

.card-news--minimal a{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 3.1vw;
  padding-right: 3.1vw;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 992px){
  .card-news--minimal a{
    padding-left: 3rem;
  }
}

.card-news--minimal a h2{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 992px){
  .card-news--minimal a h2{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.card-news--minimal a time{
  --tw-text-opacity: 1;
  color: rgb(142 142 142 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.card-news--minimal a .meta{
  --tw-text-opacity: 1;
  color: rgb(140 21 21 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.card-news--minimal a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(140 21 21 / var(--tw-bg-opacity, 1));
}

.card-news--minimal a:hover h2, .card-news--minimal a:hover time, .card-news--minimal a:hover .meta{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.card-video{
  border-bottom-width: 0.06rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(210 210 210 / var(--tw-border-opacity, 1));
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.card-video:last-child{
  border-bottom-width: 0rem;
}

.card-video:first-child{
  padding-top: 0px;
}

.card-video iframe{
  height: 100%;
  width: 100%;
}

.card-paper,
.card-conference,
.card-seminar{
  border-bottom-width: 0.06rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(210 210 210 / var(--tw-border-opacity, 1));
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.card-paper:last-child,
.card-conference:last-child,
.card-seminar:last-child{
  border-bottom-width: 0rem;
}

.card-paper:first-child,
.card-conference:first-child,
.card-seminar:first-child{
  padding-top: 0px;
}

.card-paper p a,
.card-conference p a,
.card-seminar p a{
  --tw-text-opacity: 1;
  color: rgb(140 21 21 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.card-paper iframe,
.card-conference iframe,
.card-seminar iframe{
  height: 100%;
  width: 100%;
}

.card-news{
  border-bottom-width: 0.06rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(210 210 210 / var(--tw-border-opacity, 1));
}

.card-news > a{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.card-news *{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.card-news:nth-child(odd){
  border-right-width: 0.06rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(210 210 210 / var(--tw-border-opacity, 1));
}

.card-news:last-child{
  border-bottom-width: 0px;
}

@media (min-width: 992px){
  .card-news:last-child{
    border-bottom-width: 0.06rem;
  }
}

.card-news:hover > a{
  --tw-bg-opacity: 1;
  background-color: rgb(140 21 21 / var(--tw-bg-opacity, 1));
}

.card-news:hover *{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button{
  position: relative;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  border-width: 0.06rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(140 21 21 / var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2.18rem;
  padding-right: 2.18rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(140 21 21 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 992px){
  .button{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.button:after {
  content: "";
  pointer-events: none;
  position: absolute;
  right: 1.125rem;
  z-index: 10;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background-image: url("assets/img/arrow.svg");
}

.button:hover{
  gap: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(140 21 21 / var(--tw-bg-opacity, 1));
  padding-left: 1.17rem;
  padding-right: 3.19rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button:hover:after{
  opacity: 1;
}

.breadcrumb{
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(142 142 142 / var(--tw-text-opacity, 1));
}

@media (min-width: 992px){
  .breadcrumb{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.breadcrumb a{
  --tw-text-opacity: 1;
  color: rgb(140 21 21 / var(--tw-text-opacity, 1));
}

.pagination .numeri a{
  --tw-text-opacity: 1;
  color: rgb(142 142 142 / var(--tw-text-opacity, 1));
}

.pagination .numeri a:hover{
  --tw-text-opacity: 1;
  color: rgb(140 21 21 / var(--tw-text-opacity, 1));
}

.pagination .numeri span{
  --tw-text-opacity: 1;
  color: rgb(140 21 21 / var(--tw-text-opacity, 1));
}

.filter-group select{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.filter-group label span{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.filter-group label input{
  height: 1.5rem;
  width: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #c7c7c7;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  background-color: transparent;
}

.filter-group label input:checked {
  background-color: #8C2B1C;
  /* colore Filters */
  border-color: #8C2B1C;
}

.filter-group label input:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  /* maschera corretta */
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path d='M7.9 14.3L3.5 10l1.4-1.4 3 3 6.2-6.2 1.4 1.4z'/></svg>") center/70% no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path d='M7.9 14.3L3.5 10l1.4-1.4 3 3 6.2-6.2 1.4 1.4z'/></svg>") center/70% no-repeat;
  background-color: white;
}

.nf-form-fields-required{
  display: none;
}

body .nf-field-label .nf-label-span, body .nf-field-label label{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.125;
  --tw-text-opacity: 1;
  color: rgb(140 21 21 / var(--tw-text-opacity, 1));
}

@media (min-width: 992px){
  body .nf-field-label .nf-label-span, body .nf-field-label label{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

body .field-wrap .pikaday__container, body .field-wrap .pikaday__display, body .field-wrap > div input:not([type=checkbox]), body .field-wrap select, body .field-wrap textarea{
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
  border-bottom-width: 0.06rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(142 142 142 / var(--tw-border-opacity, 1));
  padding-bottom: 0.5rem;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  line-height: 1.125;
  --tw-text-opacity: 1;
  color: rgb(140 21 21 / var(--tw-text-opacity, 1));
}

@media (min-width: 992px){
  body .field-wrap .pikaday__container, body .field-wrap .pikaday__display, body .field-wrap > div input:not([type=checkbox]), body .field-wrap select, body .field-wrap textarea{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

body .nf-error.listimage-wrap .nf-field-element ul, body .nf-error .ninja-forms-field{
  border-width: 0px;
  border-bottom-width: 0.06rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(142 142 142 / var(--tw-border-opacity, 1));
}

button.ninja-forms-field{
  margin-top: 1rem;
  position: relative;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  border-width: 0.06rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(140 21 21 / var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2.18rem;
  padding-right: 2.18rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(140 21 21 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 992px){
  button.ninja-forms-field{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

button.ninja-forms-field:after {
  content: "";
  pointer-events: none;
  position: absolute;
  right: 1.125rem;
  z-index: 10;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background-image: url("assets/img/arrow.svg");
}

button.ninja-forms-field:hover{
  gap: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(140 21 21 / var(--tw-bg-opacity, 1));
  padding-left: 1.17rem;
  padding-right: 3.19rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

button.ninja-forms-field:hover:after{
  opacity: 1;
}

body .field-wrap > div input[type=checkbox]{
  margin-top: 0.25rem;
  height: 1.5rem;
  width: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #c7c7c7;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  background-color: transparent;
}

body .field-wrap > div input[type=checkbox]:checked {
  background-color: #8C2B1C;
  /* colore Filters */
  border-color: #8C2B1C;
}

body .field-wrap > div input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  /* maschera corretta */
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path d='M7.9 14.3L3.5 10l1.4-1.4 3 3 6.2-6.2 1.4 1.4z'/></svg>") center/70% no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path d='M7.9 14.3L3.5 10l1.4-1.4 3 3 6.2-6.2 1.4 1.4z'/></svg>") center/70% no-repeat;
  background-color: white;
}

body .checkbox-container label{
  margin-left: 0.5rem;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity, 1));
}

header{
  position: fixed;
  top: 0px;
  z-index: 888;
  width: 100%;
  border-bottom-width: 0.06rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(194 194 194 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

header .header__logo img{
  width: auto;
}

.header__hamburger{
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.header__hamburger:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(41 7 18 / var(--tw-bg-opacity, 1));
}

.header__hamburger.open{
  --tw-bg-opacity: 1;
  background-color: rgb(41 7 18 / var(--tw-bg-opacity, 1));
}

.header__hamburger .nav-hamburger{
  position: relative;
  box-sizing: content-box;
  height: 0.75rem;
  width: 1.5rem;
  cursor: pointer;
}

@media (min-width: 992px){
  .header__hamburger .nav-hamburger{
    height: 1.25rem;
    width: 2.25rem;
  }
}

.header__hamburger .nav-hamburger .content-hambu{
  position: relative;
  height: 100%;
  width: 100%;
}

.header__hamburger .nav-hamburger span{
  position: absolute;
  display: block;
  height: 0.06rem;
  width: 100%;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header__hamburger .nav-hamburger span:first-child{
  top: 0px;
  transform-origin: top right;
}

.header__hamburger .nav-hamburger span:nth-child(2){
  top: 50%;
  --tw-translate-y: -50%;
  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));
}

.header__hamburger .nav-hamburger span:last-child{
  bottom: 0px;
  transform-origin: bottom right;
}

.header__hamburger .nav-hamburger.open span:first-child{
  top: 50%;
  --tw-translate-y: -50%;
  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));
}

.header__hamburger .nav-hamburger.open span:nth-child(2){
  opacity: 0;
}

.header__hamburger .nav-hamburger.open span:last-child{
  bottom: 50%;
  --tw-translate-y: -50%;
  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));
}

.pannello-menu{
  position: fixed;
  top: -150vh;
  left: 0px;
  z-index: 777;
  height: 100vh;
  width: 100%;
  overflow: scroll;
  --tw-bg-opacity: 1;
  background-color: rgb(140 21 21 / var(--tw-bg-opacity, 1));
  padding-top: 3rem;
  font-weight: 300;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

@media (min-width: 992px){
  .pannello-menu{
    overflow: hidden;
    padding-top: 7rem;
  }
}

.pannello-menu.open{
  top: 0px;
}

.pannello-menu nav, .pannello-menu .main-nav{
  height: 100%;
}

.pannello-menu .main-nav:hover .menu-item > a{
  color: rgb(255 255 255 / 0.3);
}

.pannello-menu .main-nav .menu-item:hover > a{
  color: rgb(255 255 255 / 1);
}

.pannello-menu ul.main-nav__list{
  display: flex;
  list-style-type: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.pannello-menu ul.main-nav__list > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0.06rem * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0.06rem * var(--tw-divide-y-reverse));
  border-style: solid;
  border-color: rgb(255 255 255 / 0.3);
}

.pannello-menu ul.main-nav__list{
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 992px){
  .pannello-menu ul.main-nav__list{
    height: 100%;
    font-size: 3rem;
    line-height: 1;
  }
}

.pannello-menu ul.main-nav__list a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.pannello-menu ul.main-nav__list > li{
  position: relative;
  display: flex;
  max-height: 3.5rem;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-style: solid;
  border-color: rgb(255 255 255 / 0.3);
  padding-left: 2.1vw;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 992px){
  .pannello-menu ul.main-nav__list > li{
    height: auto;
    max-height: none;
    width: 50%;
    flex: 1 1 0%;
    border-right-width: 0.06rem;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}

.pannello-menu ul.main-nav__list > li > a{
  display: flex;
  height: 3.5rem;
  width: 100%;
  align-items: center;
}

.pannello-menu ul.main-nav__list > li > a:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.pannello-menu ul.main-nav__list > li > a:focus-visible{
  outline-style: solid;
  outline-width: 2px;
  outline-color: #fff;
}

@media (min-width: 992px){
  .pannello-menu ul.main-nav__list > li > a{
    height: 100%;
  }
}

.pannello-menu ul.main-nav__list > li.external .menuopen {
  pointer-events: none;
}

.pannello-menu ul.main-nav__list > li:hover > a, .pannello-menu ul.main-nav__list > li.open > a {
  color: white !important;
}

.pannello-menu ul.main-nav__list > li:hover .menuopen, .pannello-menu ul.main-nav__list > li.open .menuopen{
  background-color: rgb(255 255 255 / 1);
}

.pannello-menu ul.main-nav__list > li:hover .menuopen svg path, .pannello-menu ul.main-nav__list > li.open .menuopen svg path{
  stroke: #8C1515;
}

.pannello-menu ul.main-nav__list > li.open{
  max-height: 999px;
}

.pannello-menu ul.main-nav__list > li .menuopen{
  position: absolute;
  right: 0px;
  top: 0px;
  display: flex;
  aspect-ratio: 1 / 1;
  height: 3.5rem;
  width: auto;
  align-items: center;
  justify-content: center;
  background-color: rgb(255 255 255 / 0.3);
}

.pannello-menu ul.main-nav__list > li .menuopen:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 992px){
  .pannello-menu ul.main-nav__list > li .menuopen{
    height: 100%;
  }
}

.pannello-menu ul.main-nav__list > li .menuopen svg{
  --tw-rotate: -90deg;
  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));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 992px){
  .pannello-menu ul.main-nav__list > li .menuopen svg{
    height: 1.75rem;
  }
}

.pannello-menu ul.main-nav__list > li .menuopen svg path{
  stroke: #FFFFFF;
  stroke-width: 0.06rem;
}

.pannello-menu ul.main-nav__list > li .menuopen:hover svg path{
  stroke: #8C1515;
}

.pannello-menu ul.main-nav__list > li .sub-menu{
  pointer-events: none;
  max-height: 0px;
  width: 100%;
  list-style-type: none;
  overflow: hidden;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.625;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 992px){
  .pannello-menu ul.main-nav__list > li .sub-menu{
    pointer-events: auto;
    position: absolute;
    left: 9999px;
    top: 0px;
    height: auto;
    padding-left: 8rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}

.pannello-menu ul.main-nav__list > li.open .sub-menu{
  left: 100%;
  max-height: 999px;
  padding-bottom: 1rem;
  opacity: 1;
}

@media (min-width: 992px){
  .pannello-menu ul.main-nav__list > li.open .sub-menu{
    max-height: -moz-max-content;
    max-height: max-content;
    padding-bottom: 0px;
  }
}

.pannello-menu ul.main-nav__list > li.open .menuopen{
  background-color: rgb(255 255 255 / 1);
}

.pannello-menu ul.main-nav__list > li.open .menuopen svg{
  --tw-rotate: 0deg;
  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: 992px){
  .pannello-menu ul.main-nav__list > li.open .menuopen svg{
    --tw-rotate: -90deg;
    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));
  }
}

.pannello-menu ul.main-nav__list > li.open .menuopen svg path{
  stroke: #8C1515;
}

.pannello-menu .menuopen{
  display: inline;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0px;
  border-width: 0px;
  background-color: transparent;
  font-size: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
}

.pannello-menu .menuopen span{
  display: flex;
  align-items: center;
}

.pannello-menu .menuopen svg{
  height: 12px;
  width: 24px;
}

.single .post-gallery img{
  aspect-ratio: 4/3;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single footer{
  border-top-width: 0.06rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(210 210 210 / var(--tw-border-opacity, 1));
}

.gallery-3{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.gallery-3__item{
  position: relative;
  height: 15rem;
  overflow: hidden;
}

@media (min-width: 992px){
  .gallery-3__item{
    height: 37rem;
  }
}

.gallery-3__item img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.gallery-3__item--left{
  grid-column: span 6 / span 6;
}

@media (min-width: 992px){
  .gallery-3__item--left{
    grid-column: span 3 / span 3;
  }
}

.gallery-3__item--center{
  grid-column: span 12 / span 12;
}

@media (min-width: 992px){
  .gallery-3__item--center{
    grid-column: span 6 / span 6;
  }
}

.gallery-3__item--right{
  grid-column: span 6 / span 6;
  grid-column-start: 7;
  grid-row-start: 1;
}

@media (min-width: 992px){
  .gallery-3__item--right{
    grid-column: span 3 / span 3;
    grid-column-start: auto;
    grid-row-start: auto;
  }
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container{
  width: 100%;
}

@media (min-width: 576px){
  .container{
    max-width: 576px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 992px){
  .container{
    max-width: 992px;
  }
}

@media (min-width: 1200px){
  .container{
    max-width: 1200px;
  }
}

@media (min-width: 1400px){
  .container{
    max-width: 1400px;
  }
}

@media (min-width: 1920px){
  .container{
    max-width: 1920px;
  }
}

.pointer-events-none{
  pointer-events: none;
}

.visible{
  visibility: visible;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.-left-6{
  left: -1.5rem;
}

.bottom-0{
  bottom: 0px;
}

.bottom-1\/2{
  bottom: 50%;
}

.left-0{
  left: 0px;
}

.left-full{
  left: 100%;
}

.right-0{
  right: 0px;
}

.right-\[1\.125rem\]{
  right: 1.125rem;
}

.top-0{
  top: 0px;
}

.top-1\/2{
  top: 50%;
}

.top-\[-150vh\]{
  top: -150vh;
}

.z-\[777\]{
  z-index: 777;
}

.z-\[888\]{
  z-index: 888;
}

.col-span-6{
  grid-column: span 6 / span 6;
}

.col-start-7{
  grid-column-start: 7;
}

.row-start-1{
  grid-row-start: 1;
}

.-mx-\[3\.1vw\]{
  margin-left: -3.1vw;
  margin-right: -3.1vw;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.\!mt-16{
  margin-top: 4rem !important;
}

.\!mt-24{
  margin-top: 6rem !important;
}

.-ml-\[3\.1vw\]{
  margin-left: -3.1vw;
}

.-mr-\[3\.1vw\]{
  margin-right: -3.1vw;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-14{
  margin-bottom: 3.5rem;
}

.mb-16{
  margin-bottom: 4rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-32{
  margin-bottom: 8rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-7{
  margin-bottom: 1.75rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.ml-5{
  margin-left: 1.25rem;
}

.ml-auto{
  margin-left: auto;
}

.mr-4{
  margin-right: 1rem;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-12{
  margin-top: 3rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-7{
  margin-top: 1.75rem;
}

.mt-8{
  margin-top: 2rem;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-\[14\/18\]{
  aspect-ratio: 14/18;
}

.aspect-\[25\/19\]{
  aspect-ratio: 25/19;
}

.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}

.aspect-\[97\/64\]{
  aspect-ratio: 97/64;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

.aspect-video{
  aspect-ratio: 16 / 9;
}

.h-12{
  height: 3rem;
}

.h-14{
  height: 3.5rem;
}

.h-2{
  height: 0.5rem;
}

.h-20{
  height: 5rem;
}

.h-3{
  height: 0.75rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-7{
  height: 1.75rem;
}

.h-9{
  height: 2.25rem;
}

.h-\[0\.06rem\]{
  height: 0.06rem;
}

.h-\[12px\]{
  height: 12px;
}

.h-\[15rem\]{
  height: 15rem;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.max-h-0{
  max-height: 0px;
}

.max-h-14{
  max-height: 3.5rem;
}

.max-h-\[999px\]{
  max-height: 999px;
}

.w-1\/5{
  width: 20%;
}

.w-10\/12{
  width: 83.333333%;
}

.w-12{
  width: 3rem;
}

.w-2{
  width: 0.5rem;
}

.w-3\/12{
  width: 25%;
}

.w-32{
  width: 8rem;
}

.w-4{
  width: 1rem;
}

.w-4\/5{
  width: 80%;
}

.w-40{
  width: 10rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-6\/12{
  width: 50%;
}

.w-8\/12{
  width: 66.666667%;
}

.w-\[24px\]{
  width: 24px;
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.w-max{
  width: -moz-max-content;
  width: max-content;
}

.w-screen{
  width: 100vw;
}

.max-w-none{
  max-width: none;
}

.max-w-prose{
  max-width: 65ch;
}

.max-w-xs{
  max-width: 20rem;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.shrink-0{
  flex-shrink: 0;
}

.-rotate-90{
  --tw-rotate: -90deg;
  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));
}

.rotate-0{
  --tw-rotate: 0deg;
  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));
}

.transform{
  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));
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

.list-none{
  list-style-type: none;
}

.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col{
  flex-direction: column;
}

.flex-col-reverse{
  flex-direction: column-reverse;
}

.flex-wrap{
  flex-wrap: wrap;
}

.flex-nowrap{
  flex-wrap: nowrap;
}

.items-start{
  align-items: flex-start;
}

.items-center{
  align-items: center;
}

.items-baseline{
  align-items: baseline;
}

.items-stretch{
  align-items: stretch;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.gap-1{
  gap: 0.25rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-12{
  gap: 3rem;
}

.gap-14{
  gap: 3.5rem;
}

.gap-16{
  gap: 4rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-x-16{
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.gap-y-16{
  row-gap: 4rem;
}

.gap-y-24{
  row-gap: 6rem;
}

.space-y-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-y-\[0\.06rem\] > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0.06rem * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0.06rem * var(--tw-divide-y-reverse));
}

.divide-solid > :not([hidden]) ~ :not([hidden]){
  border-style: solid;
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-scroll{
  overflow: scroll;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.rounded-none{
  border-radius: 0px;
}

.border{
  border-width: 1px;
}

.border-0{
  border-width: 0px;
}

.border-\[0\.06rem\]{
  border-width: 0.06rem;
}

.border-b-0{
  border-bottom-width: 0px;
}

.border-b-\[0\.06rem\]{
  border-bottom-width: 0.06rem;
}

.border-b-\[0rem\]{
  border-bottom-width: 0rem;
}

.border-r-\[0\.06rem\]{
  border-right-width: 0.06rem;
}

.border-t-\[0\.06rem\]{
  border-top-width: 0.06rem;
}

.border-solid{
  border-style: solid;
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.border-grigio50{
  --tw-border-opacity: 1;
  border-color: rgb(142 142 142 / var(--tw-border-opacity, 1));
}

.border-grigioBordi{
  --tw-border-opacity: 1;
  border-color: rgb(210 210 210 / var(--tw-border-opacity, 1));
}

.border-primario{
  --tw-border-opacity: 1;
  border-color: rgb(140 21 21 / var(--tw-border-opacity, 1));
}

.border-white\/30{
  border-color: rgb(255 255 255 / 0.3);
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-grigio50{
  --tw-bg-opacity: 1;
  background-color: rgb(142 142 142 / var(--tw-bg-opacity, 1));
}

.bg-nero{
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 29 / var(--tw-bg-opacity, 1));
}

.bg-primario{
  --tw-bg-opacity: 1;
  background-color: rgb(140 21 21 / var(--tw-bg-opacity, 1));
}

.bg-red-800{
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}

.bg-transparent{
  background-color: transparent;
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/30{
  background-color: rgb(255 255 255 / 0.3);
}

.bg-contain{
  background-size: contain;
}

.bg-center{
  background-position: center;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.fill-primario{
  fill: #8C1515;
}

.stroke-bianco{
  stroke: #FFFFFF;
}

.stroke-\[0\.06rem\]{
  stroke-width: 0.06rem;
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center{
  -o-object-position: center;
     object-position: center;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-\[2\.18rem\]{
  padding-left: 2.18rem;
  padding-right: 2.18rem;
}

.px-\[3\.1vw\]{
  padding-left: 3.1vw;
  padding-right: 3.1vw;
}

.px-\[9\%\]{
  padding-left: 9%;
  padding-right: 9%;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-12{
  padding-bottom: 3rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-20{
  padding-bottom: 5rem;
}

.pb-24{
  padding-bottom: 6rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pl-\[1\.17rem\]{
  padding-left: 1.17rem;
}

.pl-\[2\.1vw\]{
  padding-left: 2.1vw;
}

.pl-\[3\.1vw\]{
  padding-left: 3.1vw;
}

.pr-20{
  padding-right: 5rem;
}

.pr-\[3\.19rem\]{
  padding-right: 3.19rem;
}

.pr-\[3\.1vw\]{
  padding-right: 3.1vw;
}

.pt-12{
  padding-top: 3rem;
}

.pt-16{
  padding-top: 4rem;
}

.pt-28{
  padding-top: 7rem;
}

.pt-8{
  padding-top: 2rem;
}

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

.text-right{
  text-align: right;
}

.\!text-base{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

.text-\[0\]{
  font-size: 0;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold{
  font-weight: 700;
}

.font-extrabold{
  font-weight: 800;
}

.font-light{
  font-weight: 300;
}

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.leading-\[1\.125\]{
  line-height: 1.125;
}

.leading-\[1\.1666\]{
  line-height: 1.1666;
}

.leading-\[1\.333\]{
  line-height: 1.333;
}

.leading-\[1\.444\]{
  line-height: 1.444;
}

.leading-\[1\.4\]{
  line-height: 1.4;
}

.leading-none{
  line-height: 1;
}

.leading-relaxed{
  line-height: 1.625;
}

.leading-tight{
  line-height: 1.25;
}

.text-\[\#414141\]{
  --tw-text-opacity: 1;
  color: rgb(65 65 65 / var(--tw-text-opacity, 1));
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-grigio50{
  --tw-text-opacity: 1;
  color: rgb(142 142 142 / var(--tw-text-opacity, 1));
}

.text-nero{
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity, 1));
}

.text-primario{
  --tw-text-opacity: 1;
  color: rgb(140 21 21 / var(--tw-text-opacity, 1));
}

.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-testoscuro{
  --tw-text-opacity: 1;
  color: rgb(65 65 65 / var(--tw-text-opacity, 1));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline{
  text-decoration-line: underline;
}

.no-underline{
  text-decoration-line: none;
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.outline{
  outline-style: solid;
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-500{
  transition-duration: 500ms;
}

.ease-curve{
  transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
}

.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.hover\:bg-primarioScuro:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(41 7 18 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:outline:focus-visible{
  outline-style: solid;
}

.focus-visible\:outline-2:focus-visible{
  outline-width: 2px;
}

@media (min-width: 992px){
  .large\:pointer-events-auto{
    pointer-events: auto;
  }

  .large\:absolute{
    position: absolute;
  }

  .large\:left-\[9999px\]{
    left: 9999px;
  }

  .large\:top-0{
    top: 0px;
  }

  .large\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .large\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .large\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .large\:col-start-8{
    grid-column-start: 8;
  }

  .large\:col-start-auto{
    grid-column-start: auto;
  }

  .large\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .large\:-mr-\[3\.1vw\]{
    margin-right: -3.1vw;
  }

  .large\:mb-0{
    margin-bottom: 0px;
  }

  .large\:mb-16{
    margin-bottom: 4rem;
  }

  .large\:mb-22{
    margin-bottom: 5.5rem;
  }

  .large\:mb-24{
    margin-bottom: 6rem;
  }

  .large\:ml-0{
    margin-left: 0px;
  }

  .large\:ml-\[16\%\]{
    margin-left: 16%;
  }

  .large\:ml-\[8\%\]{
    margin-left: 8%;
  }

  .large\:mr-\[3\.1vw\]{
    margin-right: 3.1vw;
  }

  .large\:mt-0{
    margin-top: 0px;
  }

  .large\:mt-10{
    margin-top: 2.5rem;
  }

  .large\:mt-20{
    margin-top: 5rem;
  }

  .large\:mt-24{
    margin-top: 6rem;
  }

  .large\:flex{
    display: flex;
  }

  .large\:h-14{
    height: 3.5rem;
  }

  .large\:h-24{
    height: 6rem;
  }

  .large\:h-28{
    height: 7rem;
  }

  .large\:h-5{
    height: 1.25rem;
  }

  .large\:h-7{
    height: 1.75rem;
  }

  .large\:h-\[37rem\]{
    height: 37rem;
  }

  .large\:h-auto{
    height: auto;
  }

  .large\:h-full{
    height: 100%;
  }

  .large\:max-h-max{
    max-height: -moz-max-content;
    max-height: max-content;
  }

  .large\:max-h-none{
    max-height: none;
  }

  .large\:w-1\/2{
    width: 50%;
  }

  .large\:w-2\/12{
    width: 16.666667%;
  }

  .large\:w-24{
    width: 6rem;
  }

  .large\:w-28{
    width: 7rem;
  }

  .large\:w-3\/12{
    width: 25%;
  }

  .large\:w-4\/12{
    width: 33.333333%;
  }

  .large\:w-44{
    width: 11rem;
  }

  .large\:w-5\/12{
    width: 41.666667%;
  }

  .large\:w-6\/12{
    width: 50%;
  }

  .large\:w-7\/12{
    width: 58.333333%;
  }

  .large\:w-9{
    width: 2.25rem;
  }

  .large\:w-9\/12{
    width: 75%;
  }

  .large\:w-\[30\%\]{
    width: 30%;
  }

  .large\:w-full{
    width: 100%;
  }

  .large\:max-w-xs{
    max-width: 20rem;
  }

  .large\:flex-1{
    flex: 1 1 0%;
  }

  .large\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .large\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .large\:flex-row{
    flex-direction: row;
  }

  .large\:items-end{
    align-items: flex-end;
  }

  .large\:justify-end{
    justify-content: flex-end;
  }

  .large\:gap-0{
    gap: 0px;
  }

  .large\:gap-10{
    gap: 2.5rem;
  }

  .large\:gap-22{
    gap: 5.5rem;
  }

  .large\:gap-24{
    gap: 6rem;
  }

  .large\:gap-52{
    gap: 13rem;
  }

  .large\:border-b-\[0\.06rem\]{
    border-bottom-width: 0.06rem;
  }

  .large\:border-l-\[0\.06rem\]{
    border-left-width: 0.06rem;
  }

  .large\:border-r-\[0\.06rem\]{
    border-right-width: 0.06rem;
  }

  .large\:border-t-\[0\]{
    border-top-width: 0;
  }

  .large\:border-t-\[0rem\]{
    border-top-width: 0rem;
  }

  .large\:p-11{
    padding: 2.75rem;
  }

  .large\:px-\[9\%\]{
    padding-left: 9%;
    padding-right: 9%;
  }

  .large\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .large\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .large\:pl-12{
    padding-left: 3rem;
  }

  .large\:pl-32{
    padding-left: 8rem;
  }

  .large\:pt-24{
    padding-top: 6rem;
  }

  .large\:pt-28{
    padding-top: 7rem;
  }

  .large\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .large\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .large\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .large\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .large\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .large\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .large\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .large\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .large\:opacity-0{
    opacity: 0;
  }

  .large\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}

/*# sourceMappingURL=style.css.map */