@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap);
/*
! tailwindcss v3.0.23 | 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.
*/
html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
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. 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-size: 1em; /* 2 */
}
/*
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-size: 100%; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}
/*
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:-ms-input-placeholder, textarea:-ms-input-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;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px auto -webkit-focus-ring-color;
}
*, ::before, ::after{
  --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-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:  ;
}
.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
}
.prose :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
}
.prose :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
}
.prose :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
}
.prose :where(pre):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)){
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
}
.prose :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose > :where(ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose :where(tbody td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(tbody td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose > :where(:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose > :where(:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.blocchiquadrati {
    position: relative;
    width: 100%;
  }
.blocchiquadrati:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
.blocchiquadrati > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
.mainwrap {
    max-width: 90rem;
    margin: 0 auto;
    padding: 0 1rem;
  }
.linkmenuhoversottomenu .iconastr, .linkmenuhoversottomenu .iconahover, .linkmenuhoversottomenu .iconaactive, .linkmenuhoversottomenu .scopri{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.linkmenuhoversottomenu .iconastr{
  opacity: 1;
}
.linkmenuhoversottomenu:hover .iconastr{
  opacity: 0;
}
.linkmenuhoversottomenu:hover .iconahover{
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 1.5rem;
  width: 1.5rem;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.linkmenuhoversottomenu .iconahover{
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
    pointer-events: none;
}
.linkmenuhoversottomenu .iconaactive{
  position: absolute;
  top: 0px;
  left: 0px;
}
/* classe per bottoni default */
.gradient-border {
    background: linear-gradient(155deg, #1E0CA3, #F31160);
    padding: 1px;
  }
.titolo-wrapper {
    position: relative;
    display: inline-block;
  }
.titolo-base {
    color: #030712;
  }
.titolo-gradient {
    background-image: linear-gradient(135deg, #1E0CA3, #F31160);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }
.titolo-wrapper:hover .titolo-gradient {
    opacity: 1;
  }
.pointer-events-none{
  pointer-events: none;
}
.invisible{
  visibility: hidden;
}
.fixed{
  position: fixed;
}
.\!fixed{
  position: fixed !important;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: -webkit-sticky;
  position: sticky;
}
.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.top-\[\.5rem\]{
  top: .5rem;
}
.right-4{
  right: 1rem;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.top-4{
  top: 1rem;
}
.left-4{
  left: 1rem;
}
.bottom-2{
  bottom: 0.5rem;
}
.top-0{
  top: 0px;
}
.-top-6{
  top: -1.5rem;
}
.left-1\/2{
  left: 50%;
}
.right-0{
  right: 0px;
}
.-top-2{
  top: -0.5rem;
}
.bottom-5{
  bottom: 1.25rem;
}
.top-\[3rem\]{
  top: 3rem;
}
.bottom-4{
  bottom: 1rem;
}
.top-2{
  top: 0.5rem;
}
.top-10{
  top: 2.5rem;
}
.-left-4{
  left: -1rem;
}
.-bottom-\[\.6rem\]{
  bottom: -.6rem;
}
.left-2{
  left: 0.5rem;
}
.-top-7{
  top: -1.75rem;
}
.bottom-1{
  bottom: 0.25rem;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[999\]{
  z-index: 999;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-\[999999\]{
  z-index: 999999;
}
.z-20{
  z-index: 20;
}
.z-\[9999\]{
  z-index: 9999;
}
.z-\[80\]{
  z-index: 80;
}
.z-\[70\]{
  z-index: 70;
}
.z-\[90\]{
  z-index: 90;
}
.z-30{
  z-index: 30;
}
.order-2{
  order: 2;
}
.order-1{
  order: 1;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.col-span-12{
  grid-column: span 12 / span 12;
}
.m-2{
  margin: 0.5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-\[3\.75rem\]{
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
.my-7{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-12{
  margin-top: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.-ml-4{
  margin-left: -1rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-7{
  margin-top: 1.75rem;
}
.mb-\[3\.75rem\]{
  margin-bottom: 3.75rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.-mt-2{
  margin-top: -0.5rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.-mt-\[11rem\]{
  margin-top: -11rem;
}
.-mt-\[2px\]{
  margin-top: -2px;
}
.-mb-4{
  margin-bottom: -1rem;
}
.ml-4{
  margin-left: 1rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-\[2\.5rem\]{
  height: 2.5rem;
}
.h-auto{
  height: auto;
}
.h-\[1\.25rem\]{
  height: 1.25rem;
}
.h-\[80\%\]{
  height: 80%;
}
.h-\[1\.75rem\]{
  height: 1.75rem;
}
.h-\[10\.75rem\]{
  height: 10.75rem;
}
.h-full{
  height: 100%;
}
.h-\[1\.5rem\]{
  height: 1.5rem;
}
.h-\[8rem\]{
  height: 8rem;
}
.h-4{
  height: 1rem;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[\.75rem\]{
  height: .75rem;
}
.h-\[1rem\]{
  height: 1rem;
}
.h-\[37\2c 5rem\]{
  height: 37,5rem;
}
.h-\[37\2c 5\]{
  height: 37,5;
}
.h-1{
  height: 0.25rem;
}
.h-32{
  height: 8rem;
}
.h-24{
  height: 6rem;
}
.h-40{
  height: 10rem;
}
.h-\[6\.25rem\]{
  height: 6.25rem;
}
.h-\[9\.25rem\]{
  height: 9.25rem;
}
.h-\[40rem\]{
  height: 40rem;
}
.h-\[12rem\]{
  height: 12rem;
}
.h-\[24\.37rem\]{
  height: 24.37rem;
}
.h-6{
  height: 1.5rem;
}
.h-screen{
  height: 100vh;
}
.h-\[9rem\]{
  height: 9rem;
}
.h-\[20\.4rem\]{
  height: 20.4rem;
}
.max-h-\[30rem\]{
  max-height: 30rem;
}
.max-h-0{
  max-height: 0px;
}
.max-h-\[10rem\]{
  max-height: 10rem;
}
.max-h-\[7rem\]{
  max-height: 7rem;
}
.max-h-\[4rem\]{
  max-height: 4rem;
}
.min-h-\[18\.5rem\]{
  min-height: 18.5rem;
}
.min-h-\[1px\]{
  min-height: 1px;
}
.min-h-\[35rem\]{
  min-height: 35rem;
}
.min-h-\[20rem\]{
  min-height: 20rem;
}
.w-full{
  width: 100%;
}
.w-auto{
  width: auto;
}
.w-\[1\.25rem\]{
  width: 1.25rem;
}
.w-\[1\.75rem\]{
  width: 1.75rem;
}
.w-\[1\.5rem\]{
  width: 1.5rem;
}
.w-\[11\.188rem\]{
  width: 11.188rem;
}
.w-1\/2{
  width: 50%;
}
.w-\[1rem\]{
  width: 1rem;
}
.w-4{
  width: 1rem;
}
.w-1\/5{
  width: 20%;
}
.w-\[80\%\]{
  width: 80%;
}
.w-\[\.75rem\]{
  width: .75rem;
}
.w-20{
  width: 5rem;
}
.w-32{
  width: 8rem;
}
.w-24{
  width: 6rem;
}
.w-40{
  width: 10rem;
}
.w-4\/5{
  width: 80%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-\[24\%\]{
  width: 24%;
}
.w-\[102\%\]{
  width: 102%;
}
.w-6{
  width: 1.5rem;
}
.w-\[4rem\]{
  width: 4rem;
}
.w-\[3\.5rem\]{
  width: 3.5rem;
}
.w-\[90\%\]{
  width: 90%;
}
.w-\[2\.5rem\]{
  width: 2.5rem;
}
.min-w-full{
  min-width: 100%;
}
.max-w-\[14rem\]{
  max-width: 14rem;
}
.max-w-none{
  max-width: none;
}
.max-w-\[3\.75rem\]{
  max-width: 3.75rem;
}
.max-w-\[90\%\]{
  max-width: 90%;
}
.max-w-\[80\%\]{
  max-width: 80%;
}
.max-w-\[85\%\]{
  max-width: 85%;
}
.max-w-\[11\.25rem\]{
  max-width: 11.25rem;
}
.max-w-\[4\.625rem\]{
  max-width: 4.625rem;
}
.max-w-\[calc\(100\%-\.2rem\)\]{
  max-width: calc(100% - .2rem);
}
.max-w-\[1\.5rem\]{
  max-width: 1.5rem;
}
.max-w-\[1\.25rem\]{
  max-width: 1.25rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.translate-y-full{
  --tw-translate-y: 100%;
  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));
}
.translate-y-0{
  --tw-translate-y: 0px;
  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));
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-2{
  --tw-translate-y: 0.5rem;
  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));
}
.translate-x-0{
  --tw-translate-x: 0px;
  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));
}
.translate-x-full{
  --tw-translate-x: 100%;
  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));
}
.-translate-x-full{
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[-90deg\]{
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45{
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
.scale-\[300\%\]{
  --tw-scale-x: 300%;
  --tw-scale-y: 300%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.list-disc{
  list-style-type: disc;
}
.columns-2{
  -moz-columns: 2;
       columns: 2;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-9{
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1{
  gap: 0.25rem;
}
.gap-8{
  gap: 2rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-4{
  gap: 1rem;
}
.gap-16{
  gap: 4rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-14{
  gap: 3.5rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-28{
  gap: 7rem;
}
.gap-0{
  gap: 0px;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.self-end{
  align-self: flex-end;
}
.self-center{
  align-self: center;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-y-hidden{
  overflow-y: hidden;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded-\[3\.4rem\]{
  border-radius: 3.4rem;
}
.rounded-\[1\.5rem\]{
  border-radius: 1.5rem;
}
.rounded-\[\.25rem\]{
  border-radius: .25rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-\[\.5rem\]{
  border-radius: .5rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-tl-\[1\.5rem\]{
  border-top-left-radius: 1.5rem;
}
.rounded-tr-\[1\.5rem\]{
  border-top-right-radius: 1.5rem;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-l{
  border-left-width: 1px;
}
.border-r{
  border-right-width: 1px;
}
.border-grigio-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-grigio-50{
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity));
}
.border-grigio-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-blu{
  --tw-border-opacity: 1;
  border-color: rgb(30 12 163 / var(--tw-border-opacity));
}
.border-transparent{
  border-color: transparent;
}
.border-grigio-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-fucsia{
  --tw-border-opacity: 1;
  border-color: rgb(238 17 120 / var(--tw-border-opacity));
}
.border-b-\[\#e5e7eb\]{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.bg-grigio-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-grigio-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-fucsia{
  --tw-bg-opacity: 1;
  background-color: rgb(238 17 120 / var(--tw-bg-opacity));
}
.bg-grigio-950{
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-grigio-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-blu{
  --tw-bg-opacity: 1;
  background-color: rgb(30 12 163 / var(--tw-bg-opacity));
}
.bg-\[\#f4edf6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(244 237 246 / var(--tw-bg-opacity));
}
.\!bg-transparent{
  background-color: transparent !important;
}
.bg-opacity-100{
  --tw-bg-opacity: 1;
}
.bg-opacity-30{
  --tw-bg-opacity: 0.3;
}
.bg-opacity-\[85\%\]{
  --tw-bg-opacity: 85%;
}
.bg-opacity-\[70\%\]{
  --tw-bg-opacity: 70%;
}
.bg-opacity-\[55\%\]{
  --tw-bg-opacity: 55%;
}
.bg-gradient-to-tl{
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-blu{
  --tw-gradient-from: #1E0CA3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(30 12 163 / 0));
}
.from-fucsia{
  --tw-gradient-from: #EE1178;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(238 17 120 / 0));
}
.from-grigio-50{
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(249 250 251 / 0));
}
.to-fucsia{
  --tw-gradient-to: #EE1178;
}
.to-blu{
  --tw-gradient-to: #1E0CA3;
}
.to-grigio-50\/40{
  --tw-gradient-to: rgb(249 250 251 / 0.4);
}
.bg-cover{
  background-size: cover;
}
.bg-contain{
  background-size: contain;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.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-4{
  padding: 1rem;
}
.p-\[\.4rem\]{
  padding: .4rem;
}
.p-5{
  padding: 1.25rem;
}
.p-1{
  padding: 0.25rem;
}
.p-\[1\.5rem\]{
  padding: 1.5rem;
}
.p-6{
  padding: 1.5rem;
}
.p-2{
  padding: 0.5rem;
}
.p-\[0\.75rem\]{
  padding: 0.75rem;
}
.p-\[1\.25rem\]{
  padding: 1.25rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-\[\.3rem\]{
  padding-top: .3rem;
  padding-bottom: .3rem;
}
.px-\[\.5rem\]{
  padding-left: .5rem;
  padding-right: .5rem;
}
.px-\[1px\]{
  padding-left: 1px;
  padding-right: 1px;
}
.py-\[1px\]{
  padding-top: 1px;
  padding-bottom: 1px;
}
.py-\[\.5rem\]{
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-12{
  padding-top: 3rem;
}
.pr-8{
  padding-right: 2rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-4{
  padding-top: 1rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pl-4{
  padding-left: 1rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-\[100\%\]{
  padding-bottom: 100%;
}
.pl-8{
  padding-left: 2rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-\[15rem\]{
  padding-top: 15rem;
}
.pb-\[15rem\]{
  padding-bottom: 15rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pr-4{
  padding-right: 1rem;
}
.pb-52{
  padding-bottom: 13rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pr-1{
  padding-right: 0.25rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-\[1\.5rem\]{
  font-size: 1.5rem;
}
.text-\[1rem\]{
  font-size: 1rem;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-\[0\.75rem\]{
  font-size: 0.75rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-\[1\.6rem\]{
  font-size: 1.6rem;
}
.text-\[2\.438rem\]{
  font-size: 2.438rem;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-\[1\.563rem\]{
  font-size: 1.563rem;
}
.text-\[\.75rem\]{
  font-size: .75rem;
}
.text-\[\.65rem\]{
  font-size: .65rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.font-extrabold{
  font-weight: 800;
}
.\!font-bold{
  font-weight: 700 !important;
}
.\!font-extrabold{
  font-weight: 800 !important;
}
.\!font-medium{
  font-weight: 500 !important;
}
.\!font-semibold{
  font-weight: 600 !important;
}
.\!font-\[500\]{
  font-weight: 500 !important;
}
.font-medium{
  font-weight: 500;
}
.font-bold{
  font-weight: 700;
}
.font-semibold{
  font-weight: 600;
}
.\!font-\[800\]{
  font-weight: 800 !important;
}
.\!font-normal{
  font-weight: 400 !important;
}
.uppercase{
  text-transform: uppercase;
}
.\!capitalize{
  text-transform: capitalize !important;
}
.capitalize{
  text-transform: capitalize;
}
.italic{
  font-style: italic;
}
.\!italic{
  font-style: italic !important;
}
.leading-\[110\%\]{
  line-height: 110%;
}
.\!leading-\[150\%\]{
  line-height: 150% !important;
}
.\!leading-\[130\%\]{
  line-height: 130% !important;
}
.leading-\[130\%\]{
  line-height: 130%;
}
.leading-none{
  line-height: 1;
}
.leading-\[150\%\]{
  line-height: 150%;
}
.leading-normal{
  line-height: 1.5;
}
.\!leading-normal{
  line-height: 1.5 !important;
}
.tracking-normal{
  letter-spacing: 0em;
}
.tracking-\[0\.075rem\]{
  letter-spacing: 0.075rem;
}
.text-blu{
  --tw-text-opacity: 1;
  color: rgb(30 12 163 / var(--tw-text-opacity));
}
.text-\[\#1E0CA3\]{
  --tw-text-opacity: 1;
  color: rgb(30 12 163 / var(--tw-text-opacity));
}
.text-grigio-950{
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-grigio-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-fucsia{
  --tw-text-opacity: 1;
  color: rgb(238 17 120 / var(--tw-text-opacity));
}
.text-grigio-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-grigio-50{
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}
.\!text-grigio-50{
  --tw-text-opacity: 1 !important;
  color: rgb(249 250 251 / var(--tw-text-opacity)) !important;
}
.text-grigio-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-grigio-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-\[\#1e0ca3\]{
  --tw-text-opacity: 1;
  color: rgb(30 12 163 / var(--tw-text-opacity));
}
.text-\[\#F31160\]{
  --tw-text-opacity: 1;
  color: rgb(243 17 96 / var(--tw-text-opacity));
}
.text-grigio-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-70{
  opacity: 0.7;
}
.shadow-md{
  --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);
}
.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-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);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  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-colors{
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[max-height\]{
  transition-property: max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-200{
  transition-duration: 200ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-linear{
  transition-timing-function: linear;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body, html {
  scroll-behavior: smooth;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  line-height: 150%;
  background: #f9fafb;
  color: #030712;
  /*background: #000;*/
}

body {
  overflow-x: hidden;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari and Opera */
}

.texth1 {
  font-size: 3.0625rem;
  line-height: 110%;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 62rem) {
  .texth1 {
    font-size: 2.4375rem;
  }
}

.textxxl {
  font-size: 2.4375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.textxl {
  font-size: 1.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.textl {
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media screen and (max-width: 62rem) {
  .textl {
    font-size: 1.4rem;
  }
}

.textm {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.didascalia {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.mini {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.brandgradient{
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  --tw-gradient-from: #F31160;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(243 17 96 / 0));
  --tw-gradient-to: #1E0CA3;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  position: relative;
  z-index: 0;
}

.brandgradient::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 17 96 / var(--tw-bg-opacity));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  z-index: -1;
  opacity: 0;
  border-radius: 1.5rem;
}

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

.gradientselect {
  background: linear-gradient(316deg, rgba(243, 17, 96, 0.1) -10.68%, rgba(30, 12, 163, 0.1) 116.32%);
}

.backgroundgradient, #mupwp-form-submit-container {
  position: relative;
  background-color: #F31160;
  overflow: hidden;
}

.backgroundgradient::before, #mupwp-form-submit-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(316deg, #F31160 -4.39%, #B20F84 22.91%, #620E95 64.82%, #1E0CA3 106.74%);
  opacity: 1;
  transition: opacity 0.3s ease-out;
  z-index: 0;
}

.backgroundgradient > *, #mupwp-form-submit-container > * {
  position: relative;
  z-index: 1;
}

.backgroundgradient:hover::before, #mupwp-form-submit-container:hover::before {
  opacity: 0;
}

.boxmenu {
  border-radius: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.04);
  background: rgba(249, 250, 251, 0.95);
  box-shadow: 0 0 1rem 0 rgba(3, 7, 18, 0.15);
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
}

.submenu {
  border-radius: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.04);
  background: linear-gradient(316deg, rgba(238, 17, 120, 0.02) -10.68%, rgba(30, 12, 163, 0.02) 116.32%), rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 16rem 0 rgba(3, 7, 18, 0.15);
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
}

.bridgeside::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: -10;
  width: 110%;
  height: 2.5rem;
  z-index: 10;
}

li.bridge::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 2rem;
  width: 100%;
  z-index: 10;
}

.sidemenusub {
  border-radius: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.04);
  background: linear-gradient(316deg, rgba(238, 17, 120, 0.02) -10.68%, rgba(30, 12, 163, 0.02) 116.32%), rgba(255, 255, 255, 0.83);
  box-shadow: 0 0 0.5rem 0 rgba(3, 7, 18, 0.05);
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
  z-index: 40;
}

.btn-side-cerca {
  border: solid 1px #EE1178;
  border-radius: 0.3rem;
  padding: 0.3rem 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.btn-side-cerca:hover {
  background: #EE1178;
  color: #fff;
}
.btn-side-cerca:hover img {
  filter: brightness(0) invert(1);
}
.btn-side-cerca img{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  width: 0.865rem !important;
  height: 0.865rem !important;
}

.modalenewsletter {
  border-radius: 1.5rem;
  border: 1px solid #F31160;
}

.fontlight {
  font-weight: 100 !important;
}

.boxheroeventi {
  border-radius: 1.5rem;
  border: 1px solid rgba(3, 7, 18, 0.04);
  background: rgba(249, 250, 251, 0.7);
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
}

.breakingnews {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.breakingnews .marquee-inner {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  left: 0;
}

.breakingnews a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  margin-right: 1rem;
}
.breakingnews a span{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.breakingnews a span div{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.breakingnews a .data-marquee {
  font-size: 0.875rem;
  font-weight: 700;
  color: #1E0CA3;
}

.breakingnews a .titolo-marquee {
  font-size: 0.875rem;
  font-weight: 400;
  color: #030712;
}

.boxricercaavanzata input {
  border-radius: 0.25rem;
  border: 1px solid #E5E7EB;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 130%;
  color: #9CA3AF;
}

.boxricercaavanzata select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 2rem;
  background-image: url("/wp-content/uploads/2025/06/freccia-tendina.svg");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-color: #FFF;
}

.boxricercaavanzata {
  border-radius: 1.5rem;
  background: #F3F4F6;
}
@media screen and (max-width: 62rem) {
  .boxricercaavanzata {
    border-radius: 0rem;
  }
}

.boxricercaavanzata select {
  border-radius: 0.25rem;
  border: 1px solid #E5E7EB;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 130%;
  color: #9CA3AF;
}

.slickgalleryosservatorio .slick-dots, .slickcaroselloimmagini .slick-dots {
  bottom: 1rem !important;
}
.slickgalleryosservatorio .slick-track, .slickcaroselloimmagini .slick-track {
  display: flex;
  align-items: center;
}
.slickgalleryosservatorio .slick-track .slick-slide > div, .slickcaroselloimmagini .slick-track .slick-slide > div {
  display: flex;
  align-items: center;
}
.slickgalleryosservatorio .slick-dots li.slick-active button:before, .slickcaroselloimmagini .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #EE1178 !important;
}
.slickgalleryosservatorio .slick-dots li button:before, .slickcaroselloimmagini .slick-dots li button:before {
  color: #EE1178 !important;
}

.appplaceholder:not(:first-of-type) {
  display: none;
}

.slickcaroselloassociazioni .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #EE1178 !important;
}
.slickcaroselloassociazioni .slick-dots li button:before {
  color: #EE1178 !important;
}

.page-id-13538 .utilityh {
  min-height: 50rem !important;
}

.slick-arrows {
  display: none !important;
}

.page-numbers.current {
  color: #F31160;
  font-weight: bolder;
}

.bottonepermodale {
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.bottonepermodale.hidden-btm {
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}

.bottonepermodale.visible-btm {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.blocchiquadrati {
  position: relative;
  width: 100%;
}
.blocchiquadrati:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.blocchiquadrati > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalwrapper{
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1000;
  height: 100vh;
  align-items: center;
  justify-content: center;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}

.modalcontent {
    background: linear-gradient(155deg, #1E0CA3, #F31160);
    padding: 1px;
    position: relative;
    width: 90%;
    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));
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --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);
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

@media (min-width: 1024px){
  .modalcontent{
    width: 47rem;
  }
}

.modalcontent{
  max-height: 95%;
  overflow-y: auto;
}

/* Media query per breakpoint lg (min-width: 1024px) */
@media (min-width: 1024px) {
  .modal-content {
    min-width: 47.375rem;
  }
}
.form-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-fields .mupwp-form-field:nth-child(1) {
  order: 3;
  width: 100%;
}
.form-fields .mupwp-form-field:nth-child(2) {
  order: 1;
  width: 48%;
}
.form-fields .mupwp-form-field:nth-child(3) {
  order: 2;
  width: 48%;
}
.form-fields .mupwp-form-field:nth-child(4) {
  order: 3;
  width: 100%;
}
.form-fields .mupwp-form-field:nth-child(5) {
  order: 5;
  width: 48%;
}
.form-fields .mupwp-form-field:nth-child(6) {
  order: 4;
  width: 48%;
}
.form-fields .mupwp-form-field input {
  width: 100%;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  border-radius: 0.25rem;
  size: 1rem;
  font-weight: 600;
}
.form-fields .mupwp-form-field input::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(30 12 163 / var(--tw-text-opacity));
}
.form-fields .mupwp-form-field input:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(30 12 163 / var(--tw-text-opacity));
}
.form-fields .mupwp-form-field input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(30 12 163 / var(--tw-text-opacity));
}
.form-fields .mupwp-form-field label {
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
  size: 0.75rem;
  font-weight: 400;
}

#mpwp-container .mupwp-form-field {
  margin: 12px 0px;
}

#mupwp-form-submit-container{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

#mupwp-form-submit-container.flex-row.flex-wrap.justify-between p label {
  margin-bottom: 0.5rem;
}

#mupwp-form-submit-container.flex-col.justify-between.gap-6 p label.fontBoldLabel {
  text-transform: capitalize;
  font-weight: 600;
  color: black;
  font-size: 1rem;
}

#mupwp-form-submit-container.flex-col.justify-between.gap-6 > p:first-child {
  width: 40%;
  white-space: nowrap;
}

@media (min-width: 1024px){
  #mupwp-form-submit-container{
    width: 16rem;
  }
}

#mupwp-form-submit-container {
  color: white;
  border-radius: 3.5rem;
  margin-top: 1rem;
}
#mupwp-form-submit-container p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  width: 100%;
  padding: 0.625rem 0rem;
}
#mupwp-form-submit-container > input {
  width: 100%;
  padding: 0.625rem 0rem;
}

.ajax-loader {
  display: none;
}

.form-partner, .form-contatti{
  margin-top: 2.5rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(30 12 163 / var(--tw-text-opacity));
}

.form-partner.flex-row.flex-wrap.justify-between p label, .form-contatti.flex-row.flex-wrap.justify-between p label {
  margin-bottom: 0.5rem;
}

.form-partner.flex-col.justify-between.gap-6 p label.fontBoldLabel, .form-contatti.flex-col.justify-between.gap-6 p label.fontBoldLabel {
  text-transform: capitalize;
  font-weight: 600;
  color: black;
  font-size: 1rem;
}

.flex.form-partner.justify-between.gap-6 p label.fontBoldLabel, .flex.form-contatti.justify-between.gap-6 p label.fontBoldLabel {
  text-transform: capitalize;
  font-weight: 600;
  color: black;
  font-size: 1rem;
}

.form-partner.flex-col.justify-between.gap-6 > p:first-child, .form-contatti.flex-col.justify-between.gap-6 > p:first-child {
  width: 40%;
  white-space: nowrap;
}

.flex.form-partner.justify-between.gap-6 > p:first-child, .flex.form-contatti.justify-between.gap-6 > p:first-child {
  width: 40%;
  white-space: nowrap;
}
.form-partner .doppio-input, .form-contatti .doppio-input{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-partner .doppio-input.flex-row.flex-wrap.justify-between p label, .form-contatti .doppio-input.flex-row.flex-wrap.justify-between p label {
  margin-bottom: 0.5rem;
}
.flex.form-partner .doppio-input.flex-wrap.justify-between p label, .flex.form-contatti .doppio-input.flex-wrap.justify-between p label {
  margin-bottom: 0.5rem;
}
.flex.flex-row.form-partner .doppio-input.justify-between p label, .flex.flex-row.form-contatti .doppio-input.justify-between p label {
  margin-bottom: 0.5rem;
}
.flex.flex-row.flex-wrap.form-partner .doppio-input p label, .flex.flex-row.flex-wrap.form-contatti .doppio-input p label {
  margin-bottom: 0.5rem;
}
.form-partner .doppio-input.flex-col.justify-between.gap-6 p label.fontBoldLabel, .form-contatti .doppio-input.flex-col.justify-between.gap-6 p label.fontBoldLabel {
  text-transform: capitalize;
  font-weight: 600;
  color: black;
  font-size: 1rem;
}
.flex.flex-col.form-partner .doppio-input.gap-6 p label.fontBoldLabel, .flex.flex-col.form-contatti .doppio-input.gap-6 p label.fontBoldLabel {
  text-transform: capitalize;
  font-weight: 600;
  color: black;
  font-size: 1rem;
}
.form-partner .doppio-input.flex-col.justify-between.gap-6 > p:first-child, .form-contatti .doppio-input.flex-col.justify-between.gap-6 > p:first-child {
  width: 40%;
  white-space: nowrap;
}
.flex.flex-col.form-partner .doppio-input.gap-6 > p:first-child, .flex.flex-col.form-contatti .doppio-input.gap-6 > p:first-child {
  width: 40%;
  white-space: nowrap;
}
.form-partner .campo-form-100, .form-contatti .campo-form-100 {
  width: 100%;
}
.form-partner .campo-form-100 textarea, .form-contatti .campo-form-100 textarea {
  width: 100%;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  border-radius: 0.25rem;
}
.form-partner .campo-form-48, .form-contatti .campo-form-48 {
  width: 48%;
}
.form-partner .wpcf7-form-control.wpcf7-radio, .form-contatti .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  -moz-column-gap: 1.625rem;
       column-gap: 1.625rem;
}
.form-partner .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label, .form-contatti .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
}
.form-partner .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label input, .form-contatti .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label input {
  width: 1rem !important;
  border-radius: 100%;
}
.form-partner input, .form-contatti input {
  width: 100%;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  border-radius: 0.25rem;
  size: 1rem;
  font-weight: 600;
}
.form-partner input::-moz-placeholder, .form-contatti input::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(30 12 163 / var(--tw-text-opacity));
}
.form-partner input:-ms-input-placeholder, .form-contatti input:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(30 12 163 / var(--tw-text-opacity));
}
.form-partner input::placeholder, .form-contatti input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(30 12 163 / var(--tw-text-opacity));
}
.form-partner label, .form-contatti label {
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
  size: 0.75rem;
  font-weight: 400;
}

.textareaform{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  height: 10rem;
}

.wpcf7-list-item {
  display: inline;
}

.wpcf7-list-item input {
  display: flex !important;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.wpcf7-spinner {
  display: none;
}

.mupwp-form-term label {
  display: flex !important;
  gap: 0.75rem;
}
.mupwp-form-term label input {
  margin-top: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  border-radius: 0.25rem;
}
.mupwp-form-term label p{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
  font-weight: 600 !important;
}

.terms{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
  font-size: 0.85rem;
  font-weight: 600;
}

.wpcf7-response-output {
  border-radius: 0.25rem;
}

.flex.flex-row.flex-wrap.justify-between p label {
  margin-bottom: 0.5rem;
}

.flexible-100-48 {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .flexible-100-48 {
    width: 48%;
  }
}

span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item label {
  text-transform: capitalize;
  font-weight: 600;
  color: black;
  font-size: 1rem;
}

.flex.flex-col.justify-between.gap-6 p label.fontBoldLabel {
  text-transform: capitalize;
  font-weight: 600;
  color: black;
  font-size: 1rem;
}

.flex.flex-col.justify-between.gap-6 > p:first-child {
  width: 40%;
  white-space: nowrap;
}

span.wpcf7-list-item {
  display: flex;
  margin: 0px;
}
span.wpcf7-list-item input[name=acceptance-65] {
  height: 1.25rem;
  width: 1.25rem;
}

.active{
  --tw-text-opacity: 1;
  color: rgb(238 17 120 / var(--tw-text-opacity));
}

.nexi-primo-paragrafo {
  font-weight: 600;
  color: #374151;
  font-size: 1.25rem;
  margin-bottom: 2.75rem;
  line-height: 130%;
}

.nexi-secondo-paragrafo {
  font-size: 1.938rem;
  font-style: italic;
  font-weight: 400;
  color: #374151;
  line-height: 120%;
  margin-bottom: 2.75rem;
  border-bottom: 1px;
  border-top: 1px;
  border-style: solid;
  padding: 1.25rem;
}

.nexi-terzo-paragrafo {
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
}

form#loginform {
  display: flex;
  flex-direction: column;
}
form#loginform p {
  display: flex;
  width: 50%;
  flex-direction: column;
  margin: 1rem 0rem;
}
@media screen and (max-width: 1023px) {
  form#loginform p {
    width: 100% !important;
  }
}
form#loginform p label {
  size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 130%;
  margin-bottom: 0.25rem;
  color: #4B5563;
}
form#loginform p input {
  border: 1px solid #e5e7eb;
  border-radius: 0.25rem;
}

form#loginform p.login-submit > input#area_riservata_button {
  width: 25%;
  padding: 0.563rem 0.75rem;
  border-radius: 3.375rem;
  cursor: pointer;
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  --tw-gradient-from: #F31160;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(243 17 96 / 0));
  --tw-gradient-to: #1E0CA3;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
form#loginform p.login-submit > input#area_riservata_button:hover{
  --tw-gradient-from: #F31160;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(243 17 96 / 0));
  --tw-gradient-to: #F31160;
}
@media screen and (max-width: 1023px) {
  form#loginform p.login-submit > input#area_riservata_button {
    width: 100% !important;
  }
}
.placeholder\:italic::-moz-placeholder{
  font-style: italic;
}
.placeholder\:italic:-ms-input-placeholder{
  font-style: italic;
}
.placeholder\:italic::placeholder{
  font-style: italic;
}
.last\:border-r-0:last-child{
  border-right-width: 0px;
}
.hover\:linkmenuhoversottomenu:hover{
  border-radius: 0.375rem;
  background-color: rgba(249,250,251,0.5);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.hover\:linkmenuhoversottomenu:hover .iconastr, .linkmenuhoversottomenu .iconahover, .linkmenuhoversottomenu .iconaactive, .linkmenuhoversottomenu .scopri{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.hover\:linkmenuhoversottomenu:hover .iconastr{
  opacity: 1;
}
.hover\:linkmenuhoversottomenu:hover:hover .iconastr{
  opacity: 0;
}
.hover\:linkmenuhoversottomenu:hover:hover .iconahover{
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 1.5rem;
  width: 1.5rem;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.hover\:linkmenuhoversottomenu:hover .iconahover{
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
    pointer-events: none;
}
.hover\:linkmenuhoversottomenu:hover .iconaactive{
  position: absolute;
  top: 0px;
  left: 0px;
}
.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-fucsia:hover{
  --tw-border-opacity: 1;
  border-color: rgb(238 17 120 / var(--tw-border-opacity));
}
.hover\:bg-fucsia:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(238 17 120 / var(--tw-bg-opacity));
}
.hover\:bg-opacity-30:hover{
  --tw-bg-opacity: 0.3;
}
.hover\:text-fucsia\/70:hover{
  color: rgb(238 17 120 / 0.7);
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-fucsia:hover{
  --tw-text-opacity: 1;
  color: rgb(238 17 120 / var(--tw-text-opacity));
}
.hover\:text-grigio-50:hover{
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}
.hover\:underline:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}
.disabled\:opacity-50:disabled{
  opacity: 0.5;
}
.group:hover .group-hover\:linkmenuhover {
    background: linear-gradient(316deg, rgba(243, 17, 96, 0.1) -10.68%, rgba(30, 12, 163, 0.1) 116.32%);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
.group:hover .group-hover\:titolo-gradient-group {
    background-image: linear-gradient(135deg, #1E0CA3, #F31160);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: -webkit-inline-box;
    position: relative;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
    pointer-events: none;
  }
.group:hover .group-hover\:visible{
  visibility: visible;
}
.group:hover .group-hover\:translate-y-0{
  --tw-translate-y: 0px;
  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));
}
.group:hover .group-hover\: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));
}
.group:hover .group-hover\:scale-105{
  --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));
}
.group:hover .group-hover\:scale-150{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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));
}
.group:hover .group-hover\:scale-125{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
}
.group:hover .group-hover\:scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:border-fucsia{
  --tw-border-opacity: 1;
  border-color: rgb(238 17 120 / var(--tw-border-opacity));
}
.group:hover .group-hover\:bg-fucsia{
  --tw-bg-opacity: 1;
  background-color: rgb(238 17 120 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-transparent{
  background-color: transparent;
}
.group:hover .group-hover\:bg-opacity-20{
  --tw-bg-opacity: 0.2;
}
.group:hover .group-hover\:bg-\[url\(\'\/wp-content\/uploads\/2025\/06\/hover-card-sottocategorie\.png\'\)\]{
  background-image: url('/wp-content/uploads/2025/06/hover-card-sottocategorie.png');
}
.group:hover .group-hover\:text-grigio-50{
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-fucsia{
  --tw-text-opacity: 1;
  color: rgb(238 17 120 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-blu{
  --tw-text-opacity: 1;
  color: rgb(30 12 163 / var(--tw-text-opacity));
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
.group:hover .group-hover\:opacity-0{
  opacity: 0;
}
.group:hover .group-hover\:\[filter\:brightness\(0\)_invert\(1\)\]{
  filter: brightness(0) invert(1);
}
.peer:checked ~ .peer-checked\:bg-fucsia{
  --tw-bg-opacity: 1;
  background-color: rgb(238 17 120 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:text-grigio-50{
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .sm\:w-\[49\%\]{
    width: 49%;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:gap-4{
    gap: 1rem;
  }
}
@media (min-width: 768px){
  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .md\:mt-5{
    margin-top: 1.25rem;
  }
  .md\:w-\[224px\]{
    width: 224px;
  }
  .md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:gap-4{
    gap: 1rem;
  }
}
@media (min-width: 1024px){
  .lg\:blocchiquadrati {
    position: relative;
    width: 100%;
  }
  .lg\:blocchiquadrati:before {
    content: "";
    display: block;
    padding-top: 100%;
  }

  .lg\:blocchiquadrati > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .lg\:mainwrap {
    max-width: 90rem;
    margin: 0 auto;
    padding: 0 1rem;
  }

  .lg\:relative{
    position: relative;
  }

  .lg\:top-\[2\.2rem\]{
    top: 2.2rem;
  }

  .lg\:bottom-auto{
    bottom: auto;
  }

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

  .lg\:top-auto{
    top: auto;
  }

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

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

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

  .lg\:top-5{
    top: 1.25rem;
  }

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

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

  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }

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

  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .lg\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

  .lg\:mb-20{
    margin-bottom: 5rem;
  }

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

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

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

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

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

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

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

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

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

  .lg\:mt-4{
    margin-top: 1rem;
  }

  .lg\:mb-auto{
    margin-bottom: auto;
  }

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

  .lg\:mt-6{
    margin-top: 1.5rem;
  }

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

  .lg\:block{
    display: block;
  }

  .lg\:inline{
    display: inline;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

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

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

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

  .lg\:h-56{
    height: 14rem;
  }

  .lg\:h-\[11\.8rem\]{
    height: 11.8rem;
  }

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

  .lg\:h-\[24\.37rem\]{
    height: 24.37rem;
  }

  .lg\:h-\[32\.2rem\]{
    height: 32.2rem;
  }

  .lg\:max-h-\[70\%\]{
    max-height: 70%;
  }

  .lg\:min-h-\[16rem\]{
    min-height: 16rem;
  }

  .lg\:w-\[48rem\]{
    width: 48rem;
  }

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

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

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

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

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

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

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

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

  .lg\:w-\[14rem\]{
    width: 14rem;
  }

  .lg\:\!w-\[61rem\]{
    width: 61rem !important;
  }

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

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

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

  .lg\:w-3\/5{
    width: 60%;
  }

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

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

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

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

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

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

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

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

  .lg\:min-w-\[16\%\]{
    min-width: 16%;
  }

  .lg\:min-w-\[18\%\]{
    min-width: 18%;
  }

  .lg\:max-w-\[70\%\]{
    max-width: 70%;
  }

  .lg\:max-w-\[13rem\]{
    max-width: 13rem;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-16{
    gap: 4rem;
  }

  .lg\:gap-8{
    gap: 2rem;
  }

  .lg\:gap-2{
    gap: 0.5rem;
  }

  .lg\:gap-4{
    gap: 1rem;
  }

  .lg\:rounded-\[1rem\]{
    border-radius: 1rem;
  }

  .lg\:rounded-\[1\.5rem\]{
    border-radius: 1.5rem;
  }

  .lg\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:border{
    border-width: 1px;
  }

  .lg\:border-b{
    border-bottom-width: 1px;
  }

  .lg\:border-l{
    border-left-width: 1px;
  }

  .lg\:border-grigio-50{
    --tw-border-opacity: 1;
    border-color: rgb(249 250 251 / var(--tw-border-opacity));
  }

  .lg\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
  }

  .lg\:bg-cover{
    background-size: cover;
  }

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

  .lg\:p-3{
    padding: 0.75rem;
  }

  .lg\:p-8{
    padding: 2rem;
  }

  .lg\:p-6{
    padding: 1.5rem;
  }

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

  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .lg\:pb-40{
    padding-bottom: 10rem;
  }

  .lg\:pl-0{
    padding-left: 0px;
  }

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

  .lg\:pl-20{
    padding-left: 5rem;
  }

  .lg\:pb-0{
    padding-bottom: 0px;
  }

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

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

  .lg\:text-fucsia{
    --tw-text-opacity: 1;
    color: rgb(238 17 120 / var(--tw-text-opacity));
  }

  .lg\:text-grigio-950{
    --tw-text-opacity: 1;
    color: rgb(3 7 18 / var(--tw-text-opacity));
  }

  .lg\:line-clamp-4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}
@media (min-width: 1280px){
  .xl\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .xl\:block{
    display: block;
  }
  .xl\:flex{
    display: flex;
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:gap-4{
    gap: 1rem;
  }
  .xl\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
