/*
! tailwindcss v3.4.3 | 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: currentColor;
  /* 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] {
  display: none;
}

*, ::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:  ;
}

.container {
  width: 100%;
}

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

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

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

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

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

h1 {
  font-size: 56px;
  line-height: 60px;
  font-weight: 700;
}

h2 {
  font-size: 44px;
  line-height: 48px;
  font-weight: 500;
}

h3 {
  font-size: 32px;
  line-height: 36px;
}

h4 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}

p {
  font-size: 16px;
  font-weight: 300;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[24px\] {
  bottom: 24px;
}

.left-0 {
  left: 0px;
}

.left-\[24px\] {
  left: 24px;
}

.right-0 {
  right: 0px;
}

.right-\[24px\] {
  right: 24px;
}

.top-0 {
  top: 0px;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.mx-\[16px\] {
  margin-left: 16px;
  margin-right: 16px;
}

.mx-\[20px\] {
  margin-left: 20px;
  margin-right: 20px;
}

.mx-\[25px\] {
  margin-left: 25px;
  margin-right: 25px;
}

.mx-\[8px\] {
  margin-left: 8px;
  margin-right: 8px;
}

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

.my-\[100px\] {
  margin-top: 100px;
  margin-bottom: 100px;
}

.my-\[24px\] {
  margin-top: 24px;
  margin-bottom: 24px;
}

.my-\[38px\] {
  margin-top: 38px;
  margin-bottom: 38px;
}

.my-\[4px\] {
  margin-top: 4px;
  margin-bottom: 4px;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mb-\[100px\] {
  margin-bottom: 100px;
}

.mb-\[150px\] {
  margin-bottom: 150px;
}

.mb-\[16px\] {
  margin-bottom: 16px;
}

.mb-\[20px\] {
  margin-bottom: 20px;
}

.mb-\[32px\] {
  margin-bottom: 32px;
}

.mb-\[58px\] {
  margin-bottom: 58px;
}

.mb-\[8px\] {
  margin-bottom: 8px;
}

.ml-\[10px\] {
  margin-left: 10px;
}

.ml-\[12px\] {
  margin-left: 12px;
}

.mr-\[10px\] {
  margin-right: 10px;
}

.mr-\[12px\] {
  margin-right: 12px;
}

.mr-\[16px\] {
  margin-right: 16px;
}

.mr-\[27px\] {
  margin-right: 27px;
}

.mr-\[8px\] {
  margin-right: 8px;
}

.mt-\[100px\] {
  margin-top: 100px;
}

.mt-\[10px\] {
  margin-top: 10px;
}

.mt-\[110px\] {
  margin-top: 110px;
}

.mt-\[12px\] {
  margin-top: 12px;
}

.mt-\[130px\] {
  margin-top: 130px;
}

.mt-\[16px\] {
  margin-top: 16px;
}

.mt-\[20px\] {
  margin-top: 20px;
}

.mt-\[24px\] {
  margin-top: 24px;
}

.mt-\[25px\] {
  margin-top: 25px;
}

.mt-\[32px\] {
  margin-top: 32px;
}

.mt-\[40px\] {
  margin-top: 40px;
}

.mt-\[42px\] {
  margin-top: 42px;
}

.mt-\[44px\] {
  margin-top: 44px;
}

.mt-\[48px\] {
  margin-top: 48px;
}

.mt-\[4px\] {
  margin-top: 4px;
}

.mt-\[60px\] {
  margin-top: 60px;
}

.mt-\[70px\] {
  margin-top: 70px;
}

.mt-\[72px\] {
  margin-top: 72px;
}

.mt-\[8px\] {
  margin-top: 8px;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.\!inline-flex {
  display: inline-flex !important;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

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

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

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

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

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

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

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

.w-1\/3 {
  width: 33.333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.justify-start {
  justify-content: flex-start;
}

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

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

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

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[12px\] {
  gap: 12px;
}

.gap-\[20px\] {
  gap: 20px;
}

.gap-\[24px\] {
  gap: 24px;
}

.gap-\[32px\] {
  gap: 32px;
}

.gap-\[3px\] {
  gap: 3px;
}

.gap-\[44px\] {
  gap: 44px;
}

.gap-\[8px\] {
  gap: 8px;
}

.rounded-\[100\%\] {
  border-radius: 100%;
}

.rounded-\[100px\] {
  border-radius: 100px;
}

.rounded-\[12px\] {
  border-radius: 12px;
}

.rounded-\[16px\] {
  border-radius: 16px;
}

.rounded-\[8px\] {
  border-radius: 8px;
}

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

.\!border-bludark {
  --tw-border-opacity: 1 !important;
  border-color: rgb(65 77 105 / var(--tw-border-opacity)) !important;
}

.border-bianco {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-bludark {
  --tw-border-opacity: 1;
  border-color: rgb(65 77 105 / var(--tw-border-opacity));
}

.\!bg-bludark {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(65 77 105 / var(--tw-bg-opacity)) !important;
}

.\!bg-giallo {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(235 166 82 / var(--tw-bg-opacity)) !important;
}

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

.bg-bludark {
  --tw-bg-opacity: 1;
  background-color: rgb(65 77 105 / var(--tw-bg-opacity));
}

.bg-bludark\/50 {
  background-color: rgb(65 77 105 / 0.5);
}

.bg-blulight {
  --tw-bg-opacity: 1;
  background-color: rgb(140 160 202 / var(--tw-bg-opacity));
}

.bg-giallo {
  --tw-bg-opacity: 1;
  background-color: rgb(235 166 82 / var(--tw-bg-opacity));
}

.bg-grigio {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 237 / var(--tw-bg-opacity));
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

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

.p-\[16px\] {
  padding: 16px;
}

.p-\[24px\] {
  padding: 24px;
}

.p-\[40px\] {
  padding: 40px;
}

.\!py-\[12px\] {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

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

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

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

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

.py-\[100px\] {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-\[35px\] {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-\[44px\] {
  padding-top: 44px;
  padding-bottom: 44px;
}

.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}

.pb-\[80px\] {
  padding-bottom: 80px;
}

.pt-\[100px\] {
  padding-top: 100px;
}

.pt-\[180px\] {
  padding-top: 180px;
}

.pt-\[24px\] {
  padding-top: 24px;
}

.pt-\[40px\] {
  padding-top: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-medium {
  font-weight: 500;
}

.leading-\[20px\] {
  line-height: 20px;
}

.leading-\[24px\] {
  line-height: 24px;
}

.leading-\[28px\] {
  line-height: 28px;
}

.leading-\[40px\] {
  line-height: 40px;
}

.leading-\[80px\] {
  line-height: 80px;
}

.\!text-bianco {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.\!text-bludark {
  --tw-text-opacity: 1 !important;
  color: rgb(65 77 105 / var(--tw-text-opacity)) !important;
}

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

.text-bludark {
  --tw-text-opacity: 1;
  color: rgb(65 77 105 / var(--tw-text-opacity));
}

.text-blulight {
  --tw-text-opacity: 1;
  color: rgb(140 160 202 / var(--tw-text-opacity));
}

.text-giallo {
  --tw-text-opacity: 1;
  color: rgb(235 166 82 / var(--tw-text-opacity));
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-35 {
  opacity: 0.35;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  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-\[10px\] {
  --tw-backdrop-blur: blur(10px);
  -webkit-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: 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, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* SCROLLBAR */

::-webkit-scrollbar-track {
  background: #e5e7ed;
}

::-webkit-scrollbar-thumb {
  background: #eba652;
}

::-webkit-scrollbar {
  width: 3px;
}

/* GENERAL */

body,
html {
  height: 100%;
}

body {
  background-color: #e5e7ed;
  font-family: "Heebo", sans-serif;
  padding: 24px;
  padding-bottom: 24px;
}

@media screen and (max-width: 768px) {
  body {
    padding: 10px;
  }
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 48px;
    line-height: 52px;
  }

  h2 {
    font-size: 36px;
    line-height: 40px;
  }

  h3 {
    font-size: 20px;
    line-height: 24px;
  }

  h4 {
    font-size: 20px;
    line-height: 24px;
  }
}

input[type="text"] {
  background-color: transparent;
  font-weight: 500;
  color: #8ca0ca;
  width: 100%;
  border-bottom: 1px solid #e5e7ed;
  padding-bottom: 12px;
  padding-top: 20px;
  outline: none;
}

textarea {
  background-color: transparent;
  font-weight: 500;
  color: #8ca0ca;
  width: 100%;
  border-bottom: 1px solid #e5e7ed;
  padding-bottom: 12px;
  padding-top: 20px;
  outline: none;
}

input[type="text"]::-moz-placeholder, textarea::-moz-placeholder {
  font-weight: 200;
  font-size: 16px;
}

input[type="text"]::placeholder,
textarea::placeholder {
  font-weight: 200;
  font-size: 16px;
}

button[type="submit"] {
  background: #8ca0ca;
  width: 100%;
  border-radius: 100px;
  color: #414d69;
  font-weight: 500;
  font-size: 20px;
  padding: 12px 0px;
  border: 1px solid #fff;
  transition: 0.2s all linear;
}

button[type="submit"]:hover {
  background-color: #fff;
}

button[type="submit"]:hover .movearrow {
  animation: 0.48s ease-in-out arrow-move;
}

@media screen and (max-width: 768px) {
  button[type="submit"] {
    font-size: 16px;
  }
}

.icon-1,
.icon-2,
.icon-3 {
  position: absolute;
  left: 25%;
  top: 50%;
  width: 28px;
  height: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(65 77 105 / var(--tw-bg-opacity));
  transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
  border-radius: 100px;
}

.icon-1 {
  transform: translateY(-8px);
  animation-delay: 100ms;
  width: 16px;
  right: 28%;
  left: auto;
}

.icon-3 {
  transform: translateY(8px);
  animation-delay: 250ms;
}

.hamburger-icon {
  position: absolute;
  height: 60px;
  width: 60px;
  top: 50%;
  right: 0%;
  z-index: 1000;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  transform: translate(0, -50%);
}

.icon-1.a {
  transform: rotate(40deg);
  width: 29px;
}

.icon-3.b {
  transform: rotate(-40deg);
}

.icon-2.c {
  opacity: 0;
}

.clear {
  clear: both;
}

#nav {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 237 / var(--tw-bg-opacity));
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 0%;
  z-index: 51;
  opacity: 0;
  transition: all 600ms cubic-bezier(0.62, 0.04, 0.3, 1.56);
  transition-delay: 350ms;
}

#nav ul {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  padding: 0px 50px;
}

#nav ul li {
  list-style: none;
  font-size: 24px;
  transition: margin 300ms cubic-bezier(0.62, 0.04, 0.3, 1.56);
  --tw-text-opacity: 1;
  color: rgb(65 77 105 / var(--tw-text-opacity));
  margin-bottom: 10px;
}

#nav ul a:hover {
  transition: margin 300ms cubic-bezier(0.62, 0.04, 0.3, 1.56);
}

#nav.show {
  width: 100%;
  opacity: 1;
}

.dark-marrone {
  position: fixed;
  top: 0;
  right: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(65 77 105 / var(--tw-bg-opacity));
  height: 100%;
  width: 0%;
  transition: all 600ms cubic-bezier(0.62, 0.04, 0.3, 1.8);
  transition-delay: 550ms;
  z-index: 50;
  opacity: 1;
}

.dark-marrone.slide {
  width: 100%;
  opacity: 1;
  transition-delay: 200ms;
}

#menu ul li ul {
  display: none;
  position: absolute;
  background-color: #fff;
  border-radius: 0px 0px 16px 16px;
  padding: 16px;
}

#menu ul li ul li {
  margin-bottom: 12px;
}

#menu ul li:hover ul {
  display: block;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: transparent;
  border: 1px solid #fff;
  transition: 0.2s all linear;
}

/* When the checkbox is checked, add a blue background */

.customcheck input:checked ~ .checkmark {
  background-color: #8ca0ca;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.customcheck input:checked ~ .checkmark:after {
  display: block;
}

.customcheck {
  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  font-size: 12px;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  line-height: 16px;
}

.customcheck .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.customcheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

footer {
  padding: 40px 48px 24px 40px;
}

footer p {
  color: #414d69;
  font-size: 14px;
}

.hero {
  height: 100%;
  background-position: center;
  background-size: cover;
  border-radius: 16px;
}

.hero h1,
.hero p {
  color: #fff;
}

.box-hero {
  margin-bottom: 100px;
  margin-left: 68px;
  position: relative;
  z-index: 11;
}

@media screen and (max-width: 768px) {
  .box-hero {
    margin-bottom: 44px;
    margin-left: 16px;
  }
}

.hero-small {
  height: 670px;
  background-position: center;
  background-size: cover;
  border-radius: 16px;
}

@media screen and (max-width: 768px) {
  .hero-small {
    height: 480px;
  }
}

.button {
  color: #fff;
  border-radius: 100px;
  padding: 12px 24px;
  font-size: 20px;
  line-height: 20px;
  display: flex;
  align-items: center;
}

.button-small {
  color: #fff;
  border-radius: 100px;
  padding: 12px 24px;
  font-size: 20px;
  line-height: 20px;
  /* display:flex; */
  align-items: center;
}

@media screen and (max-width: 768px) {
  .button {
    font-size: 16px;
    line-height: 16px;
  }

  .button-small {
    font-size: 15px;
    line-height: 16px;
  }
}

.button-hero,
.button-transparent {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-sizing: border-box;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  transition: 0.18s background ease-in;
}

.button .arrow-white,
.button-small .arrow-white {
  display: inline-block;
  margin-left: 12px;
  animation: 0.48s ease-in-out arrow-out;
}

.button-hero:hover {
  background-color: #fff;
  color: #414d69;
}

.button-hero:hover .arrow-blu {
  display: inline-block;
  margin-left: 12px;
  animation: 0.48s ease-in-out arrow-move;
}

.button-hero:hover .arrow-white {
  display: none;
}

.button-blu {
  background-color: #414d69;
}

.button-blu:hover {
  background-color: #fff;
  color: #414d69;
}

.button-blu:hover .arrow-white {
  display: none;
}

.button-blu:hover .arrow-blu {
  display: inline-block;
  margin-left: 12px;
  animation: 0.48s ease-in-out arrow-move;
}

.button-lightblu {
  background-color: #8ca0ca;
  color: #414d69;
  border: 2px solid #fff;
  display: inline-block;
  padding: 12px 24px;
}

@media screen and (max-width: 768px) {
  .button-lightblu {
    padding: 12px 18px;
  }
}

.button-lightblu:hover {
  background-color: #fff;
}

.button-lightblu .arrow-blu {
  display: inline-block;
  margin-left: 12px;
  animation: 0.48s ease-in-out arrow-out;
}

.button-lightblu:hover .arrow-blu {
  animation: 0.48s ease-in-out arrow-move;
}

.button-call .call-white {
  display: inline-block;
  margin-left: 12px;
}

.call-blu {
  width: 24px;
}

.button-call .call-blu {
  display: none;
}

.button-call:hover {
  background-color: #fff;
  color: #414d69;
  border: 2px solid #fff;
}

.button-call:hover .call-white {
  display: none;
}

.button-call:hover .call-blu {
  display: inline-block;
  margin-left: 12px;
}

.read_more_btn  {
  text-decoration: underline;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(65 77 105 / var(--tw-text-opacity));
}

.arrow-blu {
  display: none;
  width: 24px;
}

.arrow-simple {
  animation: 0.48s ease-in-out arrow-out;
}

.arrow-simple:hover {
  animation: 0.48s ease-in-out arrow-move;
}

@keyframes arrow-move {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }

  49% {
    opacity: 0;
    transform: translateX(100%);
  }

  51% {
    opacity: 0;
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes arrow-out {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }

  49% {
    opacity: 0;
    transform: translateX(-100%);
  }

  51% {
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

.overlay {
  background: rgb(65, 77, 105);
  background: linear-gradient(90deg, rgba(65, 77, 105, 0.6012998949579832) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#414d69",endColorstr="#ffffff",GradientType=1);
  border-radius: 16px;
}

#bg_home {
  background-image: url("../img/page/home/centro_fisiomedical.webp");
}

#bg_fisioterapia {
  background-image: url("../img/page/fisioterapia/clinica_di_fisioterapia.webp");
}

#bg_riabilitazione {
  background-image: url("../img/page/riabilitazione/centro_riabilitativo.webp");
}

#bg_diagnostica {
  background-image: url("../img/page/diagnostica/riabilitazione_sfinterica.webp");
}

#bg_piscinariabilitativa {
  background-image: url("../img/page/piscina/piscina_fisioterapica.webp");
}

#bg_palestrariabilitativa {
  background-image: url("../img/page/palestra/palestra_riabilitazione.webp");
}

#bg_ilcentro {
  background-image: url("../img/page/ilcentro/centro_fisiomedical.webp");
}

#bg_fisioterapiamanuale {
  background-image: url("../img/page/fisioterapia_manuale/terapia_manuale.webp");
}

#bg_fisioterapiastrumentale {
  background-image: url("../img/page/fisioterapia_strumentale/fisioterapia_strumentale.webp");
}

#menu ul {
  display: flex;
  align-items: center;
}

#menu ul li .menu {
  font-size: 14px;
  color: #414d69;
  margin: 0px 10px;
  position: relative;
  font-weight: 300;
  transition: 0.2s all linear;
}

#menu ul li .menu:after {
  content: "";
  border-bottom: solid 3px #eba652;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -3px;
  border-radius: 100px;
}

#menu ul li .menu:hover:after {
  transform: scaleX(1);
}

#menu ul li .menu:hover {
  font-weight: 500;
}

.box-servizi {
  background-position: center;
  background-size: cover;
}

#bg-box-fisioterapia {
  background-image: url("../img/page/home/fisiomedical_viareggio.webp");
}

#bg-box-riabilitazione {
  background-image: url("../img/page/home/fisiomedical_versilia.webp");
}

#bg-box-diagnostica {
  background-image: url("../img/page/home/centro_fisioterapia_versilia.webp");
}

#bg-box-fisioterapia-strumentale {
  background-image: url("../img/page/fisioterapia/centro_di_fisioterapia_e_riabilitazione.webp");
}

#bg-box-fisioterapia-manuale {
  background-image: url("../img/page/fisioterapia/fisioterapia_centro.webp");
}

#bg-box-studimedici {
  background-image: url("../img/page/home/riabilitazione_ortopedica_viareggio.webp");
}

#bg-box-radiografia {
  background-image: url("../img/page/diagnostica/riabilitazione_del_pavimento_pelvico.webp");
}

#bg-box-risonanza {
  background-image: url("../img/page/diagnostica/riabilitazione_pelvica.webp");
}

#bg-box-ecografia {
  background-image: url("../img/page/diagnostica/riabilitazione_urogenitale.webp");
}

#bg-box-risonanza-magnetica-v8 {
  background-image: url("../img/page/diagnostica/terapia_pelvica.webp");
}

#bg-box-riabilitazione-ortopedica {
  background-image: url("../img/page/riabilitazione/terapia_riabilitativa.webp");
}

#bg-box-riabilitazione-neurologica {
  background-image: url("../img/page/riabilitazione/trattamento_riabilitativo.webp");
}

#bg-box-incrementoforza {
  background-image: url("../img/page/riabilitazione/centro_medico_riabilitativo.webp");
}

#bg-box-riabilitazione-acqua {
  background-image: url("../img/page/riabilitazione/centri_di_riabilitazione_motoria.webp");
}

#bg-box-riabilitazione-oncologica {
  background-image: url("../img/page/riabilitazione/clinica_riabilitazione.webp");
}

#bg-box-riabilitazione-pavimento-pelvico {
  background-image: url("../img/page/riabilitazione/terapia_e_riabilitazione.webp");
}

#bg-box-riabilitazione-cardiologica {
  background-image: url("../img/page/riabilitazione/trattamento_riabilitativo_viareggio.webp");
}

#bg-box-riabilitazione-respiratoria {
  background-image: url("../img/page/riabilitazione/riabilitazione_versilia.webp");
}

#bg-box-radiografia-rx {
  background-image: url("../img/page/diagnostica/radiografia-rx.webp");
}

#bg-box-risonanza-magnetica-articolare {
  background-image: url("../img/page/diagnostica/risonanza-magnetica-articolare.webp");
}

#bg-box-contatti {
  background-image: url("../img/page/contatti/contatti.webp");
}

#bg-box-tecnologie {
  background-image: url("../img/page/ilcentro/fisiomedical_versilia.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 650px;
}

#bg-box-about-1 {
  background-image: url("../img/page/ilcentro/centro_fisiomedical_foto_1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#bg-box-about-2 {
  background-image: url("../img/page/ilcentro/centro_fisiomedical_foto_2.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#bg-box-about-3 {
  background-image: url("../img/page/ilcentro/centro_fisiomedical_foto_3.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#bg-piscina-riabilitativa-2 {
  background-image: url("../img/page/piscina/piscina_riabilitazione.webp");
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
  background-position: center;
}

#bg-palestra-riabilitativa-2 {
  background-image: url("../img/page/palestra/palestra_riabilitazione_fisiomedical.webp");
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
  background-position: center;
}

@media screen and (max-width: 768px) {
  #bg-piscina-riabilitativa-2 {
    height: 320px;
  }

  #bg-palestra-riabilitativa-2 {
    height: 320px;
  }

  #bg-box-tecnologie {
    height: 320px;
  }
}

#bg-mondodonna {
  background-image: url("../img/page/home/palestra_riabilitativa_versilia.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 570px;
}

#bg_pavimento_pelvico {
  background-image: url("../img/page/riabilitazione_pavimento/fisiokinesiterapia_pavimento_pelvico.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#bg_riabilitazione_pavimento_2 {
  background-image: url("../img/page/riabilitazione_pavimento/riabilitazione_pelvica.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#bg_riabilitazione_pavimento_3 {
  background-image: url("../img/page/riabilitazione_pavimento/fisioterapia_pelvica.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#bg_riabilitazione_ortopedica {
  background-image: url("../img/page/riabilitazione_ortopedica/riabilitazione_ortopedica.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#bg_riabilitazione_ortopedica_2 {
  background-image: url("../img/page/riabilitazione_ortopedica/centro_riabilitazione_ortopedica.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#bg_neurologica {
  background-image: url("../img/page/riabilitazione_neurologica/centri_riabilitazione_neurologica.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#bg_neurologica_2 {
  background-image: url("../img/page/riabilitazione_neurologica/riabilitazione_neurologica_fisioterapia.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#bg_riabilitazione_acqua {
  background-image: url("../img/page/riabilitazione_acqua/fisioterapia_acqua.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#bg_riabilitazione_acqua_2 {
  background-image: url("../img/page/riabilitazione_acqua/riabilitazione_in_acqua.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#bg_riabilizazione_oncologica {
  background-image: url("../img/page/riabilitazione_oncologica/riabilitazione_oncologica.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#bg_riabilizazione_oncologica_2 {
  background-image: url("../img/page/riabilitazione_oncologica/centro_riabilitazione_oncologica.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#bg_cardiologica {
  background-image: url("../img/page/riabilitazione_cardiologica/riabilitazione_cardiologica.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#bg_cardiologica_2 {
  background-image: url("../img/page/riabilitazione_cardiologica/riabilitazione_cuore.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#bg_respiratoria_2 {
  background-image: url("../img/page/riabilitazione_respiratoria/centro_riabilitazione_respiratoria.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#bg_respiratoria {
  background-image: url("../img/page/riabilitazione_respiratoria/riabilitazione_respiratoria.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#bg_incremento_forza {
  background-image: url("../img/page/incremento_forza/riabilitazione_sportiva.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#bg_incremento_forza_2 {
  background-image: url("../img/page/incremento_forza/centro_riabilitazione_sportiva.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#bg_fisioestetica {
  background-image: url("../img/page/fisioestetica/fisioterapia_e_estetica.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#bg_fisioestetica_2 {
  background-image: url("../img/page/fisioestetica/trattamenti_fisioestetici.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#bg_mastectomia_2 {
  background-image: url("../img/page/riabilitazione_mastectomia/fisioterapia_dopo_mastectomia.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#bg_mastectomia {
  background-image: url("../img/page/riabilitazione_mastectomia/mastectomia_fisioterapia.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#bg_acquamotricita_2 {
  background-image: url("../img/page/acquamotricita/piscina_in_gravidanza.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#bg_acquamotricita {
  background-image: url("../img/page/acquamotricita/corsi_in_acqua_per_gestanti.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#bg_piscina_multi {
  background-image: url("../img/page/acquamotricita/percorso_riabilitazione.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#bg-studio-medico {
  background-image: url("../img/page/home/fisioterapia_sportiva_versilia.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 600px;
}

@media screen and (max-width: 768px) {
  #bg-studio-medico {
    height: 420px;
  }

  #bg-mondodonna {
    height: 320px;
  }
}

#lista-mondodonna li a {
  font-size: 24px;
  color: #414d69;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #414d69;
  padding-bottom: 8px;
  padding-top: 32px;
  transition: 0.2s all linear;
}

@media screen and (max-width: 768px) {
  #lista-mondodonna li a {
    font-size: 20px;
  }
}

#lista-mondodonna li a:hover {
  color: #8ca0ca;
}

/* ACCORDION 2 */

.collapse2 {
  overflow: hidden;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: opacity, height, width;
  will-change: opacity, contents;
  visibility: visible;
}

.collapse2:not(.is-active) {
  height: 0;
  opacity: 0;
}

.accordion2 {
  width: 100%;
}

.accordion2 .card2 {
  overflow: hidden;
  margin: -1px -1px 1px;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: contents;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 8px;
  width: 100%;
  border-radius: 10px;
  border-bottom: 1px solid #8ca0ca;
  border-radius: 0;
}

@media screen and (max-width: 768px) {
  .accordion2 .card2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.accordion2 .card2.is-active .card__title2 {
  color: #eba652;
}

.label-accordion-2 {
  transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: border-image, opacity, margin-top;
  transition-property: border-image, opacity, margin-top, -o-border-image;
  border-image-slice: 1;
  width: 100%;
  opacity: 0;
  margin-top: 0;
}

.accordion2 .card2.is-active .label-accordion-2 {
  opacity: 1;
  margin-top: 10px;
}

.accordion2 .card__title2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 3.5rem;
  margin: 0;
  margin-bottom: -1px;
  text-decoration: none;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.prenota-visita-title {
  font-size: 32px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .accordion2 .card__title2 {
    font-size: 16px;
  }

  .box-dettaglio {
    height: 320px !important;
  }

  .prenota-visita-title {
    font-size: 32px;
  }
}

.accordion2 .card__title2:hover {
}

.accordion2 .card__title2:hover .icon {
  opacity: 0.8;
}

.icon-minus {
  width: 24px;
}

.accordion2 .card2.is-active img {
  transform: rotate(90deg);
}

.button-filter {
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(65 77 105 / var(--tw-text-opacity));
  padding: 8px 16px;
  border-radius: 100px;
}

.button-filter-active {
  --tw-bg-opacity: 1;
  background-color: rgb(65 77 105 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.collapse3 {
  overflow: hidden;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: opacity, height, width;
  will-change: opacity, contents;
  visibility: visible;
}

.collapse3:not(.is-active) {
  height: 0;
  opacity: 0;
}

.accordion3 {
  width: 100%;
}

.accordion3 .card3 {
  overflow: hidden;
  margin: -1px -1px 1px;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: contents;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  margin-bottom: 10px;
}

.accordion3 .card3 img {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion3 .card3.is-active img {
  transform: rotate(90deg);
}

.accordion3 .card3.is-active a {
  --tw-text-opacity: 1;
  color: rgb(235 166 82 / var(--tw-text-opacity));
  -webkit-text-stroke: 0px !important;
}

.sottomenu a {
  --tw-text-opacity: 1 !important;
  color: rgb(65 77 105 / var(--tw-text-opacity)) !important;
}

.label-accordion-3 {
  transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  opacity: 0;
  margin-top: 0;
}

.accordion3 .card3.is-active .label-accordion-3 {
  opacity: 1;
  margin-top: 10px;
}

.accordion3 .card__title3 {
  text-decoration: none;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #414d69;
  --tw-text-opacity: 1;
  color: rgb(65 77 105 / var(--tw-text-opacity));
}

@media (max-width: 768px) {
  .accordion3 .card__title3 {
    font-size: 24px;
  }
}

.accordion3 .card__title3 .icon {
  width: 36px;
  height: 25px;
  opacity: 1;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: opacity, width;
  margin-right: -0.25rem;
}

.accordion3 .card__content3 {
  padding: 1rem 0;
}

.card3 {
  display: none;
}

.accordion3 .card3:nth-child(1) {
  display: block;
}

.accordion3 .card3:nth-child(2) {
  display: block;
}

.accordion3 .card3:nth-child(3) {
  display: block;
}

.accordion3 .card3:nth-child(4) {
  display: block;
}

.accordion3 .card3:nth-child(5) {
  display: block;
}

@media (min-width: 1280px) {
  .xl\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .xl\:container {
      max-width: 640px;
    }
  }

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

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

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

  @media (min-width: 1536px) {
    .xl\:container {
      max-width: 1536px;
    }
  }
}

.hover\:\!bg-blulight:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(140 160 202 / var(--tw-bg-opacity)) !important;
}

@media (min-width: 768px) {
  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }
}

@media (min-width: 1024px) {
  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:ml-\[10px\] {
    margin-left: 10px;
  }

  .lg\:block {
    display: block;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

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

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

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

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

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

  .lg\:pb-\[24px\] {
    padding-bottom: 24px;
  }

  .lg\:text-start {
    text-align: start;
  }
}

@media (min-width: 1280px) {
  .xl\:bottom-0 {
    bottom: 0px;
  }

  .xl\:left-auto {
    left: auto;
  }

  .xl\:right-\[24px\] {
    right: 24px;
  }

  .xl\:top-\[24px\] {
    top: 24px;
  }

  .xl\:order-1 {
    order: 1;
  }

  .xl\:order-2 {
    order: 2;
  }

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

  .xl\:mx-\[10px\] {
    margin-left: 10px;
    margin-right: 10px;
  }

  .xl\:mx-\[16px\] {
    margin-left: 16px;
    margin-right: 16px;
  }

  .xl\:mx-\[40\] {
    margin-left: 40;
    margin-right: 40;
  }

  .xl\:mx-\[40px\] {
    margin-left: 40px;
    margin-right: 40px;
  }

  .xl\:mx-\[55px\] {
    margin-left: 55px;
    margin-right: 55px;
  }

  .xl\:mx-\[70px\] {
    margin-left: 70px;
    margin-right: 70px;
  }

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

  .xl\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:my-\[150px\] {
    margin-top: 150px;
    margin-bottom: 150px;
  }

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

  .xl\:mb-\[150px\] {
    margin-bottom: 150px;
  }

  .xl\:mb-\[16px\] {
    margin-bottom: 16px;
  }

  .xl\:ml-\[10px\] {
    margin-left: 10px;
  }

  .xl\:ml-\[24px\] {
    margin-left: 24px;
  }

  .xl\:mr-\[10px\] {
    margin-right: 10px;
  }

  .xl\:mr-\[24px\] {
    margin-right: 24px;
  }

  .xl\:mr-\[27px\] {
    margin-right: 27px;
  }

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

  .xl\:mt-\[100px\] {
    margin-top: 100px;
  }

  .xl\:mt-\[116px\] {
    margin-top: 116px;
  }

  .xl\:mt-\[12px\] {
    margin-top: 12px;
  }

  .xl\:mt-\[130px\] {
    margin-top: 130px;
  }

  .xl\:mt-\[136px\] {
    margin-top: 136px;
  }

  .xl\:mt-\[150px\] {
    margin-top: 150px;
  }

  .xl\:mt-\[48px\] {
    margin-top: 48px;
  }

  .xl\:mt-\[88px\] {
    margin-top: 88px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

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

  .xl\:w-auto {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

  .xl\:gap-\[0px\] {
    gap: 0px;
  }

  .xl\:gap-\[150px\] {
    gap: 150px;
  }

  .xl\:p-\[16px\] {
    padding: 16px;
  }

  .xl\:p-\[24px\] {
    padding: 24px;
  }

  .xl\:p-\[40px\] {
    padding: 40px;
  }

  .xl\:p-\[48px\] {
    padding: 48px;
  }

  .xl\:px-\[24px\] {
    padding-left: 24px;
    padding-right: 24px;
  }

  .xl\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }

  .xl\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .xl\:py-\[150px\] {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .xl\:py-\[24px\] {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .xl\:py-\[32px\] {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .xl\:py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .xl\:pt-0 {
    padding-top: 0px;
  }

  .xl\:pt-\[150px\] {
    padding-top: 150px;
  }

  .xl\:pt-\[250px\] {
    padding-top: 250px;
  }

  .xl\:text-start {
    text-align: start;
  }

  .xl\:text-\[100px\] {
    font-size: 100px;
  }

  .xl\:text-\[120px\] {
    font-size: 120px;
  }

  .xl\:text-\[20px\] {
    font-size: 20px;
  }

  .xl\:text-\[24px\] {
    font-size: 24px;
  }

  .xl\:text-\[32px\] {
    font-size: 32px;
  }

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

  .xl\:leading-\[120px\] {
    line-height: 120px;
  }

  .xl\:leading-\[28px\] {
    line-height: 28px;
  }
}
