/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Open Sans", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-bold: 700;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --tw-primary: #e94e1b;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    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;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .relative {
    position: relative;
  }
  .z-1 {
    z-index: 1;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-\[-\.75rem\] {
    margin-inline: -.75rem;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-\[1\.55rem\] {
    margin-block: 1.55rem;
  }
  .me-\[2rem\] {
    margin-inline-end: 2rem;
  }
  .mt-\[1\.25rem\] {
    margin-top: 1.25rem;
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-\[\.625rem\] {
    margin-bottom: .625rem;
  }
  .mb-\[\.875rem\] {
    margin-bottom: .875rem;
  }
  .mb-\[1\.5rem\] {
    margin-bottom: 1.5rem;
  }
  .mb-\[1\.25rem\] {
    margin-bottom: 1.25rem;
  }
  .mb-\[2\.5rem\] {
    margin-bottom: 2.5rem;
  }
  .mb-\[2\.25rem\] {
    margin-bottom: 2.25rem;
  }
  .mb-\[2rem\] {
    margin-bottom: 2rem;
  }
  .mb-\[3\.75rem\] {
    margin-bottom: 3.75rem;
  }
  .mb-\[3\.125rem\] {
    margin-bottom: 3.125rem;
  }
  .mb-\[5rem\] {
    margin-bottom: 5rem;
  }
  .mb-\[6\.25rem\] {
    margin-bottom: 6.25rem;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-\[1\.25rem\] {
    height: 1.25rem;
  }
  .h-\[2\.75rem\] {
    height: 2.75rem;
  }
  .h-\[2rem\] {
    height: 2rem;
  }
  .h-\[3\.75rem\] {
    height: 3.75rem;
  }
  .h-\[6px\] {
    height: 6px;
  }
  .w-\[2\.75rem\] {
    width: 2.75rem;
  }
  .w-\[2rem\] {
    width: 2rem;
  }
  .w-\[3\.75rem\] {
    width: 3.75rem;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[134px\] {
    width: 134px;
  }
  .w-\[255px\] {
    width: 255px;
  }
  .\!max-w-none {
    max-width: none !important;
  }
  .max-w-\[80px\] {
    max-width: 80px;
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-\[450px\] {
    max-width: 450px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[680px\] {
    max-width: 680px;
  }
  .max-w-\[690px\] {
    max-width: 690px;
  }
  .max-w-\[705px\] {
    max-width: 705px;
  }
  .max-w-\[740px\] {
    max-width: 740px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-\[0_0_100\%\] {
    flex: 0 0 100%;
  }
  .flex-auto {
    flex: auto;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-\[\.5rem\] {
    gap: .5rem;
  }
  .gap-\[1rem\] {
    gap: 1rem;
  }
  .gap-\[2rem\] {
    gap: 2rem;
  }
  .rounded-\[\.25rem\] {
    border-radius: .25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[\#e94e1b\] {
    border-color: #e94e1b;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\[\#dbdbdb\] {
    background-color: #dbdbdb;
  }
  .bg-\[\#eae4e0\] {
    background-color: #eae4e0;
  }
  .bg-\[\#f7f4f2\] {
    background-color: #f7f4f2;
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .px-\[\.75rem\] {
    padding-inline: .75rem;
  }
  .px-\[1\.5rem\] {
    padding-inline: 1.5rem;
  }
  .px-\[2\.75rem\] {
    padding-inline: 2.75rem;
  }
  .py-\[\.35rem\] {
    padding-block: .35rem;
  }
  .py-\[\.75rem\] {
    padding-block: .75rem;
  }
  .py-\[2\.5rem\] {
    padding-block: 2.5rem;
  }
  .py-\[3\.125rem\] {
    padding-block: 3.125rem;
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-\[2\.125rem\] {
    padding-top: 2.125rem;
  }
  .pt-\[3\.125rem\] {
    padding-top: 3.125rem;
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-\[2rem\] {
    padding-bottom: 2rem;
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-\[\.875rem\] {
    font-size: .875rem;
  }
  .text-\[1\.75rem\] {
    font-size: 1.75rem;
  }
  .text-\[1\.125rem\] {
    font-size: 1.125rem;
  }
  .text-\[1\.625rem\] {
    font-size: 1.625rem;
  }
  .text-\[2rem\] {
    font-size: 2rem;
  }
  .leading-\[1\] {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-\[600\] {
    --tw-font-weight: 600;
    font-weight: 600;
  }
  .font-\[700\] {
    --tw-font-weight: 700;
    font-weight: 700;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-\[\#414a52\] {
    color: #414a52;
  }
  .text-\[\#999999\] {
    color: #999999;
  }
  .text-\[\#d3d3d3\] {
    color: #d3d3d3;
  }
  .text-\[\#e94e1b\] {
    color: #e94e1b;
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .hover\:\!bg-black {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-black) !important;
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:bg-white\/75 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 75%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 75%, transparent);
        }
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .sm\:flex {
    @media (width >= 40rem) {
      display: flex;
    }
  }
  .sm\:flex-\[0_0_50\%\] {
    @media (width >= 40rem) {
      flex: 0 0 50%;
    }
  }
  .sm\:gap-y-\[2\.5rem\] {
    @media (width >= 40rem) {
      row-gap: 2.5rem;
    }
  }
  .md\:max-w-none {
    @media (width >= 48rem) {
      max-width: none;
    }
  }
  .md\:flex-\[0_0_25\%\] {
    @media (width >= 48rem) {
      flex: 0 0 25%;
    }
  }
  .md\:flex-\[0_0_50\%\] {
    @media (width >= 48rem) {
      flex: 0 0 50%;
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:text-\[2\.75rem\] {
    @media (width >= 48rem) {
      font-size: 2.75rem;
    }
  }
  .lg\:max-w-\[224px\] {
    @media (width >= 64rem) {
      max-width: 224px;
    }
  }
}
body {
  font-family: var(--font-sans);
  color: #414a52;
}
.bg-primary {
  background-color: var(--tw-primary);
}
.hover\:bg-primary {
  &:hover {
    @media (hover: hover) {
      background-color: var(--tw-primary);
    }
  }
}
.text-primary {
  color: var(--tw-primary);
}
.hover\:text-primary {
  &:hover {
    @media (hover: hover) {
      color: var(--tw-primary);
    }
  }
}
:root {
  --site-width: 960px;
  --header-height: 584px;
}
body {
  font-size: 16px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  overflow-y: scroll;
}
header {
  background-color: var(--tw-primary);
  height: var(--header-height);
  color: #fff;
}
header::before {
  content: "";
  background-image: url("/img/leggere_hero.jpg");
  filter: invert(37%) sepia(30%) saturate(6218%) hue-rotate(350deg) contrast(300%);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: var(--tw-primary);
  position: absolute;
  inset: 0 0 0 0;
  z-index: 0;
}
header [data-item="header-social"]>img {
  filter: brightness(0) saturate(100%) invert(37%) sepia(23%) saturate(6218%) hue-rotate(353deg) brightness(96%) contrast(90%);
}
.container , section {
  max-width: calc(var(--site-width) + ((var(--spacing) * 3) * 2) );
  margin-left: auto;
  margin-right: auto;
}
.spacing-left {
  padding-left: calc(var(--spacing) * 3);
}
.spacing-right {
  padding-right: calc(var(--spacing) * 3);
}
.max-width-site {
  max-width: var(--site-width);
}
footer [data-item="header-social"]>img {
  filter: brightness(0) saturate(100%) invert(39%) sepia(77%) saturate(1650%) hue-rotate(346deg) brightness(90%) contrast(105%);
}
footer [data-item="header-social"]:hover>img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(272deg) brightness(104%) contrast(103%);
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
