*, ::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: PPNeueMontreal, sans-serif; /* 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;
}

:root {
  --tw-color-inherit: inherit;
  --tw-color-current: currentColor;
  --tw-color-transparent: transparent;
  --tw-color-black: #000;
  --tw-color-white-500,#FEFFF8: --tw-color-white-DEFAULT;
  --tw-color-white-500,#FEFFF8: #FEFFF8;
  --tw-color-slate-50,#f8fafc: --tw-color-slate-100;
  --tw-color-slate-50,#f8fafc: #f1f5f9;
  --tw-color-gray-50,#f9fafb: --tw-color-gray-100;
  --tw-color-gray-50,#f9fafb: #f3f4f6;
  --tw-color-zinc-50,#fafafa: --tw-color-zinc-100;
  --tw-color-zinc-50,#fafafa: #f4f4f5;
  --tw-color-neutral-50,#fafafa: --tw-color-neutral-100;
  --tw-color-neutral-50,#fafafa: #f5f5f5;
  --tw-color-stone-50,#fafaf9: --tw-color-stone-100;
  --tw-color-stone-50,#fafaf9: #f5f5f4;
  --tw-color-red-50,#fef2f2: --tw-color-red-100;
  --tw-color-red-50,#fef2f2: #fee2e2;
  --tw-color-orange-50,#fff7ed: --tw-color-orange-100;
  --tw-color-orange-50,#fff7ed: #ffedd5;
  --tw-color-amber-50,#fffbeb: --tw-color-amber-100;
  --tw-color-amber-50,#fffbeb: #fef3c7;
  --tw-color-yellow-50,#fefce8: --tw-color-yellow-100;
  --tw-color-yellow-50,#fefce8: #fef9c3;
  --tw-color-lime-50,#f7fee7: --tw-color-lime-100;
  --tw-color-lime-50,#f7fee7: #ecfccb;
  --tw-color-green-50,#f0fdf4: --tw-color-green-100;
  --tw-color-green-50,#f0fdf4: #dcfce7;
  --tw-color-emerald-50,#ecfdf5: --tw-color-emerald-100;
  --tw-color-emerald-50,#ecfdf5: #d1fae5;
  --tw-color-teal-50,#f0fdfa: --tw-color-teal-100;
  --tw-color-teal-50,#f0fdfa: #ccfbf1;
  --tw-color-cyan-50,#ecfeff: --tw-color-cyan-100;
  --tw-color-cyan-50,#ecfeff: #cffafe;
  --tw-color-sky-50,#f0f9ff: --tw-color-sky-100;
  --tw-color-sky-50,#f0f9ff: #e0f2fe;
  --tw-color-blue-50,#eff6ff: --tw-color-blue-100;
  --tw-color-blue-50,#eff6ff: #dbeafe;
  --tw-color-indigo-50,#eef2ff: --tw-color-indigo-100;
  --tw-color-indigo-50,#eef2ff: #e0e7ff;
  --tw-color-violet-50,#f5f3ff: --tw-color-violet-100;
  --tw-color-violet-50,#f5f3ff: #ede9fe;
  --tw-color-purple-50,#faf5ff: --tw-color-purple-100;
  --tw-color-purple-50,#faf5ff: #f3e8ff;
  --tw-color-fuchsia-50,#fdf4ff: --tw-color-fuchsia-100;
  --tw-color-fuchsia-50,#fdf4ff: #fae8ff;
  --tw-color-pink-50,#fdf2f8: --tw-color-pink-100;
  --tw-color-pink-50,#fdf2f8: #fce7f3;
  --tw-color-rose-50,#fff1f2: --tw-color-rose-100;
  --tw-color-rose-50,#fff1f2: #ffe4e6;
  --tw-color-secondary-50,#6F6F6F: --tw-color-secondary-100;
  --tw-color-secondary-50,#6F6F6F: #656565;
  --tw-color-brown-500,#3D3133: --tw-color-brown-600;
  --tw-color-brown-500,#3D3133: #4A4742;
}
    html,
    body {
        overflow-x: hidden;
    }

    body {
        font-family: 'PPNeueMontreal', sans-serif;
        font-weight: 400;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: 'PPNeueWorld', serif;
        font-weight: 400;
        font-synthesis: none;
    }

strong {
    font-weight: 700;
}

.hero-bg__glass {
    pointer-events: none;
}

[data-home-hero-bg],
[data-cta-bg],
[data-contatti-bg] {
    overflow: hidden;
}

[data-home-hero-bg] [data-hero-gradient],
[data-home-hero-bg] [data-hero-glass],
[data-cta-bg] [data-hero-gradient],
[data-cta-bg] [data-hero-glass],
[data-contatti-bg] [data-hero-gradient],
[data-contatti-bg] [data-hero-glass] {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

[data-home-hero-bg] canvas,
[data-cta-bg] canvas,
[data-contatti-bg] canvas,
[data-areas-bg] canvas,
[data-area-page-bg] canvas {
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
}

[data-areas-bg],
[data-area-page-bg] {
    overflow: hidden;
}

[data-areas-bg] [data-mesh-gradient],
[data-area-page-bg] [data-mesh-gradient] {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.glass-card {
        font-family: 'PPNeueMontreal', sans-serif;
        font-weight: 400;
        display: flex;
        align-items: flex-start;
        border-radius: 1rem;
        background-color: rgb(254 255 248 / 0.1);
        padding: 3vw;
        font-size: 2.3vw;
        line-height: 130%;
        --tw-backdrop-blur: blur(12px);
        backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    }

.glass-card--fill {
    --animate-btn-fill-bg: rgb(255 255 255 / 0.1);
    --animate-btn-fill-color: #ffffff;
    --animate-btn-fill-hover-fill: #ffffff;
    --animate-btn-fill-hover-color: #07121d;

    position: relative;
    overflow: hidden;
    isolation: isolate;
    color: var(--animate-btn-fill-color);
    background-color: var(--animate-btn-fill-bg);
    transition: color 0.45s ease;
}

.glass-card__label {
    position: relative;
    z-index: 1;
}

.glass-card--fill::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: var(--animate-btn-fill-hover-fill);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
    .glass-card--fill:hover,
    .glass-card--fill:focus-visible {
        color: var(--animate-btn-fill-hover-color);
    }

    .glass-card--fill:hover::before,
    .glass-card--fill:focus-visible::before {
        transform: scaleX(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .glass-card--fill,
    .glass-card--fill::before {
        transition: none;
    }

    .glass-card--fill:hover,
    .glass-card--fill:focus-visible {
        background-color: var(--animate-btn-fill-hover-fill);
        color: var(--animate-btn-fill-hover-color);
    }

    .glass-card--fill:hover::before,
    .glass-card--fill:focus-visible::before {
        transform: none;
        opacity: 0;
    }
}

.cta-mobile {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    overflow: hidden;
    isolation: isolate;
    transform: translateZ(0);
    clip-path: inset(0 round 2rem 2rem 0 0);
}

.cta-mobile [data-hero-gradient],
.cta-mobile [data-hero-glass],
.cta-mobile canvas {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
}

.header-dropdown.is-open .header-dropdown__panel {
    pointer-events: auto;
    opacity: 1;
}

.header-dropdown.is-open .header-dropdown__toggle {
    opacity: 0.8;
}

.header-mobile-panel.is-open {
    pointer-events: auto;
}

body.header-mobile-open {
    overflow: hidden;
}

/* ============================================================
   Header chrome: chiaro (default) / scuro su superficie bianca
   ============================================================ */
.site-header--desktop nav,
.site-header--desktop [data-header-lang],
.site-header--desktop [data-header-contatti],
.site-header--desktop [data-header-logo] img,
.site-header--mobile [data-header-mobile-open],
.site-header--mobile [data-header-logo] img {
    transition:
        color 0.32s ease,
        opacity 0.32s ease,
        filter 0.32s ease,
        background-color 0.32s ease;
}

body.pazzi-header-on-light-surface .site-header--desktop nav,
body.pazzi-header-on-light-surface .site-header--desktop [data-header-lang] {
    color: #07121d !important;
}

body.pazzi-header-on-light-surface .site-header--desktop [data-header-logo] img,
body.pazzi-header-on-light-surface .site-header--mobile:not(:has(.header-mobile-panel.is-open)) [data-header-logo] img {
    filter: brightness(0);
}

body.pazzi-header-on-light-surface .site-header--mobile:not(:has(.header-mobile-panel.is-open)) [data-header-mobile-open] {
    color: #07121d !important;
}

body.pazzi-header-on-light-surface .site-header--desktop [data-header-contatti] {
    background-color: #07121d !important;
    color: #ffffff !important;
}

@media (prefers-reduced-motion: reduce) {
    .site-header--desktop nav,
    .site-header--desktop [data-header-lang],
    .site-header--desktop [data-header-logo] img,
    .site-header--mobile [data-header-mobile-open],
    .site-header--mobile [data-header-logo] img,
    .site-header--desktop [data-header-contatti] {
        transition: none;
    }
}

/* Transizione pagina Barba — tendina fixed da destra a sinistra */
.pazzi-page-transition {
    visibility: hidden;
    background-color: #07121d;
    will-change: width;
}

.pazzi-page-transition--active {
    visibility: visible;
    pointer-events: auto;
}

/* Animazioni: border link, fullwidth parallax, image zoom, title/lines reveal */
.animate-border-link {
    position: relative;
}

.animate-border-link__line {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(1);
    transform-origin: right center;
}

[data-animate-fullwidth-parallax] > .animate-fw-parallax__inner {
    position: absolute;
    left: 0;
    top: 0%;
    z-index: 0;
    width: 100%;
    height: 116%;
    pointer-events: none;
    will-change: transform;
}

[data-animate-fullwidth-parallax] > .animate-fw-parallax__inner > img,
[data-animate-fullwidth-parallax] > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

[data-animate-image-zoom-out] > img {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transform-origin: 50% 50%;
}

[data-animate-fullwidth-parallax][data-animate-fullwidth-parallax-fit="contain"] > .animate-fw-parallax__inner > img,
[data-animate-fullwidth-parallax][data-animate-fullwidth-parallax-fit="contain"] > img {
    -o-object-fit: contain;
       object-fit: contain;
}

[data-animate-lines-reveal]:not(.animate-lines-reveal--split) {
    visibility: hidden;
}

[data-animate-lines-reveal].animate-lines-reveal--split {
    visibility: visible;
}

@media (prefers-reduced-motion: reduce) {
    [data-animate-lines-reveal]:not(.animate-lines-reveal--split) {
        visibility: visible;
    }
}

/* :where() tiene bassa la specificità così restano validi [&>p+p]:mt-* sul wrapper */
:where([data-animate-lines-reveal].animate-lines-reveal--split) :where(p, h1, h2, h3, h4, h5, h6) {
    margin: 0;
}

[data-animate-lines-reveal].animate-lines-reveal--split .animate-lines-reveal__line {
    display: block;
    line-height: inherit;
}

[data-animate-lines-reveal].animate-lines-reveal--split [class*="-mask"] {
    overflow: clip;
}

/* CTA pill: riempimento L→R su hover (CSS only) */
.animate-btn-fill {
    --animate-btn-fill-bg: rgb(255 255 255 / 0.1);
    --animate-btn-fill-color: #ffffff;
    --animate-btn-fill-hover-fill: #ffffff;
    --animate-btn-fill-hover-color: #07121d;

    position: relative;
    overflow: hidden;
    isolation: isolate;
    color: var(--animate-btn-fill-color);
    background-color: var(--animate-btn-fill-bg);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: color 0.45s ease;
}

.animate-btn-fill__label {
    position: relative;
    z-index: 1;
}

.animate-btn-fill::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: var(--animate-btn-fill-hover-fill);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
    .animate-btn-fill:hover,
    .animate-btn-fill:focus-visible {
        color: var(--animate-btn-fill-hover-color);
    }

    .animate-btn-fill:hover::before,
    .animate-btn-fill:focus-visible::before {
        transform: scaleX(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .animate-btn-fill,
    .animate-btn-fill::before {
        transition: none;
    }

    .animate-btn-fill:hover,
    .animate-btn-fill:focus-visible {
        background-color: var(--animate-btn-fill-hover-fill);
        color: var(--animate-btn-fill-hover-color);
    }

    .animate-btn-fill:hover::before,
    .animate-btn-fill:focus-visible::before {
        transform: none;
        opacity: 0;
    }
}
.\!container {
  width: 100% !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px) {

  .\!container {
    max-width: 640px !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .container {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {

  .\!container {
    max-width: 768px !important;
  }

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

  .\!container {
    max-width: 1024px !important;
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .container {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1280px) {

  .\!container {
    max-width: 1280px !important;
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .container {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1536px) {

  .\!container {
    max-width: 1536px !important;
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }

  .container {
    max-width: 1536px;
    padding-right: 17rem;
    padding-left: 17rem;
  }
}
.font-pp-neue-world {
        font-family: 'PPNeueWorld', serif;
        font-weight: 400;
        font-synthesis: none;
    }
.font-pp-neue-montreal {
        font-family: 'PPNeueMontreal', sans-serif;
        font-weight: 400;
    }
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-4 {
  bottom: 1rem;
}
.left-0 {
  left: 0px;
}
.left-4 {
  left: 1rem;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-full {
  top: 100%;
}
.isolate {
  isolation: isolate;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[10000\] {
  z-index: 10000;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-mb-\[5vw\] {
  margin-bottom: -5vw;
}
.-mb-px {
  margin-bottom: -1px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-\[1\.5vw\] {
  margin-bottom: 1.5vw;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-\[-2vw\] {
  margin-top: -2vw;
}
.mt-\[-5vh\] {
  margin-top: -5vh;
}
.mt-\[1\.2vw\] {
  margin-top: 1.2vw;
}
.mt-\[10vh\] {
  margin-top: 10vh;
}
.mt-\[1vw\] {
  margin-top: 1vw;
}
.mt-\[3vw\] {
  margin-top: 3vw;
}
.mt-\[6vw\] {
  margin-top: 6vw;
}
.mt-\[7vh\] {
  margin-top: 7vh;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}
.aspect-\[650\/820\] {
  aspect-ratio: 650/820;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-20 {
  height: 5rem;
}
.h-32 {
  height: 8rem;
}
.h-6 {
  height: 1.5rem;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[2\.5vw\] {
  height: 2.5vw;
}
.h-\[42vw\] {
  height: 42vw;
}
.h-\[50vh\] {
  height: 50vh;
}
.h-\[60vh\] {
  height: 60vh;
}
.h-\[calc\(90vh-180px\)\] {
  height: calc(90vh - 180px);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[60vh\] {
  max-height: 60vh;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.min-h-\[28vw\] {
  min-height: 28vw;
}
.min-h-\[55vh\] {
  min-height: 55vh;
}
.min-h-\[70vh\] {
  min-height: 70vh;
}
.min-h-\[calc\(100vh-14vw\)\] {
  min-height: calc(100vh - 14vw);
}
.min-h-screen {
  min-height: 100vh;
}
.min-h-full {
  min-height: 100%;
}
.w-0 {
  width: 0px;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-6 {
  width: 1.5rem;
}
.w-\[21\.3vw\] {
  width: 21.3vw;
}
.w-\[38\%\] {
  width: 38%;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[42\%\] {
  width: 42%;
}
.w-\[42vw\] {
  width: 42vw;
}
.w-\[47vw\] {
  width: 47vw;
}
.w-\[48\%\] {
  width: 48%;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[50vw\] {
  width: 50vw;
}
.w-\[55\%\] {
  width: 55%;
}
.w-\[5vw\] {
  width: 5vw;
}
.w-\[60\%\] {
  width: 60%;
}
.w-\[8vw\] {
  width: 8vw;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-\[18vw\] {
  min-width: 18vw;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[52vw\] {
  max-width: 52vw;
}
.max-w-\[70vw\] {
  max-width: 70vw;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.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-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[0\.6vw\] {
  gap: 0.6vw;
}
.gap-\[1\.2vw\] {
  gap: 1.2vw;
}
.gap-\[10vh\] {
  gap: 10vh;
}
.gap-\[12vw\] {
  gap: 12vw;
}
.gap-\[13\.3vw\] {
  gap: 13.3vw;
}
.gap-\[1vw\] {
  gap: 1vw;
}
.gap-\[2\.5vw\] {
  gap: 2.5vw;
}
.gap-\[2vw\] {
  gap: 2vw;
}
.gap-\[3vw\] {
  gap: 3vw;
}
.gap-\[4vw\] {
  gap: 4vw;
}
.gap-\[5vh\] {
  gap: 5vh;
}
.gap-\[6vw\] {
  gap: 6vw;
}
.gap-\[8\.6vw\] {
  gap: 8.6vw;
}
.gap-\[8vw\] {
  gap: 8vw;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :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));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.self-stretch {
  align-self: stretch;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overscroll-contain {
  overscroll-behavior: contain;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[2rem\] {
  border-radius: 2rem;
}
.rounded-\[2vw\] {
  border-radius: 2vw;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(254 255 248 / var(--tw-border-opacity, 1));
}
.border-white\/15 {
  border-color: rgb(254 255 248 / 0.15);
}
.border-white\/20 {
  border-color: rgb(254 255 248 / 0.2);
}
.border-white\/30 {
  border-color: rgb(254 255 248 / 0.3);
}
.border-white\/40 {
  border-color: rgb(254 255 248 / 0.4);
}
.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}
.bg-\[\#07121d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(7 18 29 / var(--tw-bg-opacity, 1));
}
.bg-\[\#07121d\]\/90 {
  background-color: rgb(7 18 29 / 0.9);
}
.bg-\[\#212121\] {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3D3133\] {
  --tw-bg-opacity: 1;
  background-color: rgb(61 49 51 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFFFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ffffff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}
.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}
.bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
}
.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(254 255 248 / var(--tw-bg-opacity, 1));
}
.bg-white\/10 {
  background-color: rgb(254 255 248 / 0.1);
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-\[3vw\] {
  padding: 3vw;
}
.p-\[6\.6vw\] {
  padding: 6.6vw;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[1\.2vw\] {
  padding-left: 1.2vw;
  padding-right: 1.2vw;
}
.px-\[1\.4vw\] {
  padding-left: 1.4vw;
  padding-right: 1.4vw;
}
.px-\[1rem\] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-\[2vw\] {
  padding-left: 2vw;
  padding-right: 2vw;
}
.px-\[3vw\] {
  padding-left: 3vw;
  padding-right: 3vw;
}
.px-\[4vw\] {
  padding-left: 4vw;
  padding-right: 4vw;
}
.px-\[6\.6vw\] {
  padding-left: 6.6vw;
  padding-right: 6.6vw;
}
.px-\[7\.5vw\] {
  padding-left: 7.5vw;
  padding-right: 7.5vw;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[0\.6vw\] {
  padding-top: 0.6vw;
  padding-bottom: 0.6vw;
}
.py-\[0\.7vw\] {
  padding-top: 0.7vw;
  padding-bottom: 0.7vw;
}
.py-\[1\.4vw\] {
  padding-top: 1.4vw;
  padding-bottom: 1.4vw;
}
.py-\[1\.6vw\] {
  padding-top: 1.6vw;
  padding-bottom: 1.6vw;
}
.py-\[10vw\] {
  padding-top: 10vw;
  padding-bottom: 10vw;
}
.py-\[13\.3vw\] {
  padding-top: 13.3vw;
  padding-bottom: 13.3vw;
}
.py-\[15vh\] {
  padding-top: 15vh;
  padding-bottom: 15vh;
}
.py-\[2\.5vw\] {
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
}
.py-\[2vw\] {
  padding-top: 2vw;
  padding-bottom: 2vw;
}
.py-\[4rem\] {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-\[8vw\] {
  padding-top: 8vw;
  padding-bottom: 8vw;
}
.pb-0\.5 {
  padding-bottom: 0.125rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[10vh\] {
  padding-bottom: 10vh;
}
.pb-\[10vw\] {
  padding-bottom: 10vw;
}
.pb-\[12vh\] {
  padding-bottom: 12vh;
}
.pb-\[3vw\] {
  padding-bottom: 3vw;
}
.pb-\[6\.6vw\] {
  padding-bottom: 6.6vw;
}
.pb-\[6vw\] {
  padding-bottom: 6vw;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-\[0\.8vw\] {
  padding-top: 0.8vw;
}
.pt-\[10vw\] {
  padding-top: 10vw;
}
.pt-\[13\.3vw\] {
  padding-top: 13.3vw;
}
.pt-\[15vh\] {
  padding-top: 15vh;
}
.pt-\[15vw\] {
  padding-top: 15vw;
}
.pt-\[20vh\] {
  padding-top: 20vh;
}
.pt-\[24vh\] {
  padding-top: 24vh;
}
.pt-\[30vh\] {
  padding-top: 30vh;
}
.pt-\[40vh\] {
  padding-top: 40vh;
}
.pt-10 {
  padding-top: 2.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-sans {
  font-family: PPNeueMontreal, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[0\.7rem\] {
  font-size: 0.7rem;
}
.text-\[0\.85vw\] {
  font-size: 0.85vw;
}
.text-\[0\.9vw\] {
  font-size: 0.9vw;
}
.text-\[1\.1vw\] {
  font-size: 1.1vw;
}
.text-\[1\.2vw\] {
  font-size: 1.2vw;
}
.text-\[1\.3vw\] {
  font-size: 1.3vw;
}
.text-\[1\.4vw\] {
  font-size: 1.4vw;
}
.text-\[1\.6vw\] {
  font-size: 1.6vw;
}
.text-\[10vw\] {
  font-size: 10vw;
}
.text-\[12vw\] {
  font-size: 12vw;
}
.text-\[14vw\] {
  font-size: 14vw;
}
.text-\[15vw\] {
  font-size: 15vw;
}
.text-\[18\.7vw\] {
  font-size: 18.7vw;
}
.text-\[2\.3vw\] {
  font-size: 2.3vw;
}
.text-\[2\.6vw\] {
  font-size: 2.6vw;
}
.text-\[2\.8vw\] {
  font-size: 2.8vw;
}
.text-\[22vw\] {
  font-size: 22vw;
}
.text-\[3\.3vw\] {
  font-size: 3.3vw;
}
.text-\[3\.5vw\] {
  font-size: 3.5vw;
}
.text-\[3\.8vw\] {
  font-size: 3.8vw;
}
.text-\[3vw\] {
  font-size: 3vw;
}
.text-\[4\.2vw\] {
  font-size: 4.2vw;
}
.text-\[4\.3vw\] {
  font-size: 4.3vw;
}
.text-\[4\.5vw\] {
  font-size: 4.5vw;
}
.text-\[4\.6vw\] {
  font-size: 4.6vw;
}
.text-\[40vw\] {
  font-size: 40vw;
}
.text-\[4vw\] {
  font-size: 4vw;
}
.text-\[5\.5vw\] {
  font-size: 5.5vw;
}
.text-\[5vw\] {
  font-size: 5vw;
}
.text-\[6\.25vw\] {
  font-size: 6.25vw;
}
.text-\[6\.2vw\] {
  font-size: 6.2vw;
}
.text-\[6\.3vw\] {
  font-size: 6.3vw;
}
.text-\[6\.5vw\] {
  font-size: 6.5vw;
}
.text-\[6vw\] {
  font-size: 6vw;
}
.text-\[7vw\] {
  font-size: 7vw;
}
.text-\[8vw\] {
  font-size: 8vw;
}
.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;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.normal-case {
  text-transform: none;
}
.italic {
  font-style: italic;
}
.leading-\[1\.05\] {
  line-height: 1.05;
}
.leading-\[1\.15\] {
  line-height: 1.15;
}
.leading-\[1\.35\] {
  line-height: 1.35;
}
.leading-\[1\.6vw\] {
  line-height: 1.6vw;
}
.leading-\[100\%\] {
  line-height: 100%;
}
.leading-\[130\%\] {
  line-height: 130%;
}
.leading-\[140\%\] {
  line-height: 140%;
}
.leading-\[150\%\] {
  line-height: 150%;
}
.leading-\[15vw\] {
  line-height: 15vw;
}
.leading-\[2\.6vw\] {
  line-height: 2.6vw;
}
.leading-\[2vw\] {
  line-height: 2vw;
}
.leading-\[3\.6vw\] {
  line-height: 3.6vw;
}
.leading-\[32vw\] {
  line-height: 32vw;
}
.leading-\[4\.6vw\] {
  line-height: 4.6vw;
}
.leading-\[6vw\] {
  line-height: 6vw;
}
.leading-\[7\.5vw\] {
  line-height: 7.5vw;
}
.leading-\[80\%\] {
  line-height: 80%;
}
.leading-\[90\%\] {
  line-height: 90%;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.tracking-\[0\.25em\] {
  letter-spacing: 0.25em;
}
.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}
.tracking-normal {
  letter-spacing: 0em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-\[\#07121d\] {
  --tw-text-opacity: 1;
  color: rgb(7 18 29 / var(--tw-text-opacity, 1));
}
.text-\[\#07121d\]\/70 {
  color: rgb(7 18 29 / 0.7);
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}
.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}
.text-pink-800 {
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity, 1));
}
.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(254 255 248 / var(--tw-text-opacity, 1));
}
.text-white\/70 {
  color: rgb(254 255 248 / 0.7);
}
.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}
.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-70 {
  opacity: 0.7;
}
.mix-blend-difference {
  mix-blend-mode: difference;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  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);
}
.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);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.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;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}

/* PP Neue World — titoli */
@font-face {
    font-family: 'PPNeueWorld';
    src: url('../../fonts/PPNeueWorld-CondensedRegular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* PP Neue Montreal — testi */
@font-face {
    font-family: 'PPNeueMontreal';
    src: url('../../fonts/PPNeueMontreal-Book.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PPNeueMontreal';
    src: url('../../fonts/PPNeueMontreal-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PPNeueMontreal';
    src: url('../../fonts/PPNeueMontreal-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.first\:pt-\[0\.9vw\]:first-child {
  padding-top: 0.9vw;
}

.last\:pb-\[0\.9vw\]:last-child {
  padding-bottom: 0.9vw;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 255 248 / var(--tw-border-opacity, 1));
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 255 248 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white\/10:hover {
  background-color: rgb(254 255 248 / 0.1);
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.hover\:text-white\/80:hover {
  color: rgb(254 255 248 / 0.8);
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {

  .md\:px-\[6rem\] {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:py-\[6rem\] {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:text-\[1\.2vw\] {
    font-size: 1.2vw;
  }

  .md\:text-\[1\.65vw\] {
    font-size: 1.65vw;
  }

  .md\:text-\[10vw\] {
    font-size: 10vw;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }
}

.\[\&\>p\+p\]\:mt-\[0\.4vw\]>p+p {
  margin-top: 0.4vw;
}

.\[\&\>p\+p\]\:mt-\[0\.6vw\]>p+p {
  margin-top: 0.6vw;
}

.\[\&\>p\+p\]\:mt-\[0\.8vw\]>p+p {
  margin-top: 0.8vw;
}

.\[\&\>p\+p\]\:mt-\[1\.2vw\]>p+p {
  margin-top: 1.2vw;
}

.\[\&\>p\+p\]\:mt-\[2vw\]>p+p {
  margin-top: 2vw;
}

.\[\&\>p\+p\]\:mt-\[3vw\]>p+p {
  margin-top: 3vw;
}

.\[\&\>p\+p\]\:mt-\[4vw\]>p+p {
  margin-top: 4vw;
}

.\[\&\>p\]\:m-0>p {
  margin: 0px;
}

