@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

html{
  scroll-behavior: smooth;
}

body{
  position: relative;
  font-family: Inter, Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(19 58 101 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  body{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

img{
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}

h1, h2, h3, h4, h5, strong{
  font-weight: 700;
}

h1{
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 768px){
  h1{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px){
  h1{
    font-size: 3rem;
    line-height: 1.25;
  }
}

h2{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 768px){
  h2{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px){
  h2{
    font-size: 40px;
    line-height: 1.25;
  }
}

h3{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px){
  h3{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  h3{
    font-size: 28px;
    line-height: 1.25;
  }
}

h4{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px){
  h4{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  h4{
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 1.25;
  }
}

h5{
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px){
  h5{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  h5{
    line-height: 1.25;
  }
}

header{
  padding-bottom: 1.5rem;
  padding-top: 10rem;
}

@media (min-width: 768px){
  header{
    padding-top: 12rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 1024px){
  header{
    padding-bottom: 7rem;
  }
}

footer a:hover{
  color: #E4296B;;
}

footer img{
  border-radius: 0px;
  border-style: none;
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.collapse{
  visibility: collapse;
}

.fixed{
  position: fixed;
}

.relative{
  position: relative;
}

.top-0{
  top: 0px;
}

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

.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

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

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

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

.mb-1\.5{
  margin-bottom: 0.375rem;
}

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

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

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

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

.mb-5{
  margin-bottom: 1.25rem;
}

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

.mr-2{
  margin-right: 0.5rem;
}

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

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

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

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

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

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

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

.block{
  display: block;
}

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

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-1\.5{
  height: 0.375rem;
}

.h-3{
  height: 0.75rem;
}

.h-5{
  height: 1.25rem;
}

.w-14{
  width: 3.5rem;
}

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

.w-24{
  width: 6rem;
}

.w-3{
  width: 0.75rem;
}

.w-5{
  width: 1.25rem;
}

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

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.min-w-0{
  min-width: 0px;
}

.max-w-3xl{
  max-width: 48rem;
}

.max-w-4xl{
  max-width: 56rem;
}

.max-w-5xl{
  max-width: 64rem;
}

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

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

.resize{
  resize: both;
}

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

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

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

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

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

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

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

.gap-0{
  gap: 0px;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

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

.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

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

.rounded-full{
  border-radius: 9999px;
}

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

.rounded-xl{
  border-radius: 0.75rem;
}

.border{
  border-width: 1px;
}

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

.border-violet-400{
  --tw-border-opacity: 1;
  border-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
}

.bg-fucsia{
  background-color: #E4296B;;
}

.bg-gray-950{
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
}

.bg-violet-950{
  --tw-bg-opacity: 1;
  background-color: rgb(46 16 101 / var(--tw-bg-opacity, 1));
}

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

.p-4{
  padding: 1rem;
}

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

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

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

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

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

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

.pb-10{
  padding-bottom: 2.5rem;
}

.pt-10{
  padding-top: 2.5rem;
}

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

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

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

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

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.uppercase{
  text-transform: uppercase;
}

.italic{
  font-style: italic;
}

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

.text-darkBlu{
  --tw-text-opacity: 1;
  color: rgb(19 58 101 / var(--tw-text-opacity, 1));
}

.text-fucsia{
  color: #E4296B;;
}

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

.text-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}

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

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

html.preload body{
  visibility: hidden;
}

.sfumatura{
  background: 
        radial-gradient(at 14.75% 61.7716%, rgb(37, 37, 186) 0px, transparent 50%), 
        radial-gradient(at 92.5833% 93.9771%, rgb(53, 42, 201) 0px, transparent 50%), 
        radial-gradient(at 49.8333% 67.1601%, rgb(240, 46, 146) 0px, transparent 50%), 
        radial-gradient(at 60% 38.714%, rgb(181, 31, 98) 0px, transparent 50%), 
        radial-gradient(at 89.6667% 15.7816%, rgb(15, 9, 46) 0px, transparent 50%), 
        radial-gradient(at 12.9167% 18.9145%, rgb(19, 59, 102) 0px, transparent 50%),
        radial-gradient(at 29.9167% 8.63878%, rgb(19, 59, 102) 0px, transparent 50%) rgb(0, 0, 0);
}

.slider {
  margin: 0px auto;
  width:100%;
}

#home header{
  background: 
        radial-gradient(at 14.75% 61.7716%, rgba(37, 37, 186,0.8) 0px, transparent 30%), 
        radial-gradient(at 92.5833% 93.9771%, rgba(53, 42, 201, 0.8) 0px, transparent 30%), 
        radial-gradient(at 49.8333% 67.1601%, rgba(240, 46, 146, 0.8) 0px, transparent 30%), 
        radial-gradient(at 60% 38.714%, rgba(181, 31, 98, 0.8) 0px, transparent 30%), 
        radial-gradient(at 89.6667% 15.7816%, rgba(15, 9, 46, 0.8) 0px, transparent 30%), 
        radial-gradient(at 12.9167% 18.9145%, rgba(19, 59, 102, 0.8) 0px, transparent 30%),
        radial-gradient(at 29.9167% 8.63878%, rgba(19, 59, 102, 0.8) 0px, transparent 30%) rgba(0, 0, 0, 0.5);
}

@media(max-width:1023px){
  #home header{
    background: 
        radial-gradient(at 14.75% 61.7716%, rgba(37, 37, 186,0.8) 0px, transparent 30%), 
        radial-gradient(at 92.5833% 93.9771%, rgba(53, 42, 201, 0.8) 0px, transparent 30%), 
        radial-gradient(at 49.8333% 67.1601%, rgba(240, 46, 146, 0.8) 0px, transparent 30%), 
        radial-gradient(at 60% 38.714%, rgba(181, 31, 98, 0.8) 0px, transparent 30%), 
        radial-gradient(at 89.6667% 15.7816%, rgba(15, 9, 46, 0.8) 0px, transparent 30%), 
        radial-gradient(at 12.9167% 18.9145%, rgba(19, 59, 102, 0.8) 0px, transparent 30%),
        radial-gradient(at 29.9167% 8.63878%, rgba(19, 59, 102, 0.8) 0px, transparent 30%) rgba(0, 0, 0, 0.6);
  }
}

.page-corsi header{
  background-color: rgb(3 7 18 / 0.7);
}

.max-width{
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  padding-left: 1rem;
  padding-right: 1rem;
}

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

@media (min-width: 768px){
  .padding{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1024px){
  .padding{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.list-check{
  padding-left: 1.5rem;
}

.list-check li{
  position: relative;
}

.list-check li::before{
  position: absolute;
  top: -0.125rem;
  left: -1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #E4296B;;
  --tw-content: '\2714';
  content: var(--tw-content);
}

.list-check.list-blu li::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(54 43 201 / var(--tw-text-opacity, 1));
}

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

@media (min-width: 768px){
  .bi{
    font-size: 1.75rem;
  }
}

.icn{
  margin-bottom: 1.5rem;
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(54 43 201 / var(--tw-bg-opacity, 1));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.icn img{
  margin-left: auto;
  margin-right: auto;
  height: 2.5rem;
  border-radius: 0px;
  border-style: none;
}

.card.sfumatura2 .icn, .card.card3 .icn{
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}

.scheda{
  display: flex;
  flex-direction: row;
  align-items: baseline;
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

header .scheda{
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px){
  header .scheda{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.scheda .icn{
  margin-bottom: 0px;
  height: 1.75rem;
  width: 1.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.card .scheda .icn{
  margin-bottom: 0px;
  height: 1.25rem;
  width: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(54 43 201 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px){
  .card .scheda .icn{
    height: 1.75rem;
    width: 1.75rem;
  }
}

.scheda .icn img{
  height: 1.25rem;
}

.card .scheda .icn img{
  height: 0.75rem;
}

@media (min-width: 768px){
  .card .scheda .icn img{
    height: 1.25rem;
  }
}

.griglia-schede-pacchetto{
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

@media (min-width: 768px){
  .griglia-schede-pacchetto{
    width: 66.666667%;
  }
}

/*BTN*/

.btn{
  display: inline-block;
  width: 100%;
  border-radius: 0.375rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn:hover{
  transform: translateY(-2px);
  box-shadow: rgba(80, 55, 255, 0.3) 0px 5px 15px;
}

@media (min-width: 768px){
  .btn{
    width: auto;
  }
}

.btn-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(54 43 201 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 186 / var(--tw-bg-opacity, 1));
}

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

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

.btn-lg{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 1024px){
  .btn-lg{
    max-width: 36rem;
  }
}

@media (min-width: 768px){
  #contenuti-moduli .btn{
    min-width: 35rem;
  }
}

#navbar .btn{
  width: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/*MENU*/

#navbar{
  width: 100%;
  border-bottom-width: 1px;
  border-color: transparent;
  background-color: transparent;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#navbarWrap.sfondo-nav{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(58 19 109 / var(--tw-bg-opacity, 1));
  --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);
}

.logo{
  height: 3.5rem;
  border-radius: 0px;
  border-style: none;
  transition-property: transform;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px){
  .logo{
    height: 4rem;
  }
}

@media (min-width: 1024px){
  .logo{
    height: 5rem;
  }
}

.wrapper-menu{
  max-width: 1300px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.close{
  display: inline-flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.close:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(54 43 201 / var(--tw-bg-opacity, 1));
}

.close:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity, 1));
}

@media (min-width: 1024px){
  .close{
    display: none;
  }
}

#navbar-cta ul{
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(19 58 101 / var(--tw-bg-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  #navbar-cta ul{
    margin-top: 0px;
    flex-direction: row;
    border-width: 0px;
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

#navbar-cta ul li a{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  display: block;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(245 245 247 / var(--tw-border-opacity, 1));
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#navbar-cta ul li a:hover{
  color: #E4296B;;
}

@media (min-width: 1024px){
  #navbar-cta ul li a{
    margin-left: 0px;
    margin-right: 0px;
    border-style: none;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

@media (min-width: 1280px){
  #navbar-cta ul li a{
    padding: 1rem;
  }
}

#navbarWrap #navbar-cta ul li a.active{
  color: #E4296B;;
}

.fascia{
  width: 100%;
  background-color: #E4296B;;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Fascia bonus: di default resta statica (mobile/tablet) */

#bonus .bonus-marquee{
  width: 100%;
}

#bonus .bonus-marquee__track{
  width: 100%;
}

#bonus .bonus-marquee__item{
  width: 100%;
}

#bonus .bonus-marquee__item h5{
  margin-bottom: 0px;
}

/* Da desktop in su attiviamo il layout necessario allo scorrimento */

@media (min-width: 1024px){
  #bonus .bonus-marquee{
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    text-align: left;
  }

  #bonus .bonus-marquee__track{
    display: inline-flex;
    width: -moz-fit-content;
    width: fit-content;
    max-width: none;
    justify-content: flex-start;
    align-items: center;
    will-change: transform;
  }

  #bonus .bonus-marquee__item{
    display: inline-flex;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 0;
    flex-shrink: 0;
    white-space: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
}

/*BG*/

section.bg-header{
  background-image: url('../img/header.jpg');
  background-size: cover;
  background-position: right;
  padding: 0px;
}

section.bg-autonomia{
  background-image: url('../img/autonomia-digitale/header-autonomia.jpg');
  background-size: cover;
  background-position: center;
  padding: 0px;
}

section.bg-mastering{
  background-image: url('../img/mastering-chatgpt/header-mastering.jpg');
  background-size: cover;
  background-position: center;
  padding: 0px;
}

.bg-scacchi{
  background-image: url('../img/bg-scacchi.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0px;
}

.bg-ai{
  background-image: url('../img/bg-ai.jpg');
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  padding: 0px;
}

.layer{
  background-color: rgb(3 7 18 / 0.7);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px){
  .layer{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1024px){
  .layer{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.bg-scacchi .layer{
  --tw-bg-opacity: 0.65;
}

.badge{
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(54 43 201 / var(--tw-text-opacity, 1));
}

.badge.badge-sm{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

.badge.badge-lg{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 1024px){
  .badge.badge-lg{
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1;
  }
}

.badge.badge-blu{
  margin-bottom: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(54 43 201 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.badge.badge-fucsia{
  margin-bottom: 0.5rem;
  background-color: #E4296B;;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.wrapper-form{
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

@media (min-width: 768px){
  .wrapper-form{
    padding: 1.5rem;
  }
}

@media (min-width: 1024px){
  .wrapper-form{
    padding: 2.5rem;
  }
}

.titolo{
  position: relative;
  margin-bottom: 3.5rem;
}

.titolo::after{
  position: absolute;
  bottom: -1.75rem;
  display: block;
  height: 0.25rem;
  width: 4rem;
  border-radius: 9999px;
  background-color: #E4296B;;
  --tw-content: '';
  content: var(--tw-content);
}

.titolo.titolo-blu::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(54 43 201 / var(--tw-bg-opacity, 1));
}

.titolo-center::after{
  left: 50%;
  content: var(--tw-content);
  --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));
}

/*CARD*/

.card{
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
  background-color: rgb(58 19 109 / 0.2);
  padding: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-backdrop-blur: blur(12px);
  -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);
}

@media (min-width: 768px){
  .card{
    padding: 1.75rem;
  }
}

.card.card-wh{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(19 58 101 / var(--tw-text-opacity, 1));
}

.card h3, .card h4, .card h5{
  margin-bottom: 1rem;
}

.card .titolo{
  margin-bottom: 2rem;
}

.card .titolo::after{
  content: var(--tw-content);
  bottom: -1rem;
}

.card ul li{
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 238 244 / var(--tw-border-opacity, 1));
  padding-bottom: 0.5rem;
}

@media (min-width: 768px){
  .card ul li:last-child{
    margin-bottom: 0px;
  }
}

.nome-lavoro{
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-style: italic;
}

@media (min-width: 768px){
  .nome-lavoro{
    margin-top: 1.5rem;
  }
}

.card.card2{
  overflow: hidden;
  padding: 0px;
}

@media (min-width: 768px){
  .card.card2{
    padding: 0px;
  }
}

.card2 .card-body{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px){
  .card2 .card-body{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.card.card3{
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.3;
}

#prezzi .card h5{
  margin-bottom: 0px;
}

#prezzi .card .badge{
  margin-bottom: 1rem;
}

#corsi .card{
  overflow: hidden;
  padding: 0px;
}

@media (min-width: 768px){
  #corsi .card{
    padding: 0px;
  }
}

#corsi .card p{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#corsi .card-img{
  position: relative;
}

#corsi .card-img img{
  border-radius: 0px;
  border-style: none;
}

#corsi .card-img .badge{
  position: absolute;
  top: 0.5rem;
  left: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

#corsi .card-body{
  padding: 1rem;
}

.titolo-prezzo{
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.titolo-prezzo h4{
  margin-bottom: 0px;
  width: 66.666667%;
}

.card .titolo-prezzo h3{
  margin-bottom: 0px;
  text-align: right;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: #E4296B;;
}

@media (min-width: 768px){
  .card .titolo-prezzo h3{
    margin-bottom: 0px;
  }
}

@media (min-width: 1024px){
  .card .titolo-prezzo h3{
    margin-bottom: 0px;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.wrapper-button{
  margin-top: 1.25rem;
  text-align: center;
}

.wrapper-button .btn{
  width: 100%;
}

.card .link{
  margin-bottom: 1rem;
  display: block;
  font-weight: 600;
  color: #E4296B;;
  text-decoration-line: underline;
}

.card .link:hover{
  --tw-text-opacity: 1;
  color: rgb(54 43 201 / var(--tw-text-opacity, 1));
}

.card .\!link{
  margin-bottom: 1rem;
  display: block;
  font-weight: 600;
  color: #E4296B;;
  text-decoration-line: underline;
}

.card .\!link:hover{
  --tw-text-opacity: 1;
  color: rgb(54 43 201 / var(--tw-text-opacity, 1));
}

#pacchetti .card h3{
  margin-bottom: 0px;
}

/*Timeline*/

.timeline{
  border-left-width: 2px;
  border-color: #E4296B;;
}

.icona-tm{
  margin-left: -1.2rem;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: #E4296B;;
}

@media (min-width: 768px){
  .icona-tm{
    margin-left: -1.75rem;
    height: 3.5rem;
    width: 3.5rem;
  }
}

.icona-tm img{
  height: 1.75rem;
  border-radius: 0px;
  border-style: none;
}

@media (min-width: 768px){
  .icona-tm img{
    height: 2.5rem;
  }
}

.card-tm{
  margin-bottom: 2.5rem;
  width: 91.666667%;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(19 58 101 / var(--tw-text-opacity, 1));
  --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);
}

.card-tm h4{
  margin-bottom: 0.5rem;
}

.card-tm h4.titolo{
  margin-bottom: 2rem;
}

.card-tm h4.titolo::after{
  content: var(--tw-content);
  bottom: -1rem;
}

#contenuti-moduli .timeline{
  --tw-border-opacity: 1;
  border-color: rgb(54 43 201 / var(--tw-border-opacity, 1));
}

#contenuti-moduli .icona-tm{
  margin-left: -1rem;
  height: 2rem;
  width: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(54 43 201 / var(--tw-bg-opacity, 1));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  #contenuti-moduli .icona-tm{
    margin-left: -1.25rem;
    height: 2.5rem;
    width: 2.5rem;
  }
}

#contenuti-moduli .card-tm{
  margin-bottom: 1.25rem;
  padding: 0.75rem;
}

/*Slider*/

.slider .card{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  min-height: 320px;
  padding: 1rem;
}

@media (min-width: 640px){
  .slider .card{
    min-height: 230px;
  }
}

@media (min-width: 768px){
  .slider .card{
    min-height: 310px;
    padding: 1.25rem;
  }
}

@media (min-width: 1024px){
  .slider .card{
    min-height: 320px;
  }
}

@media (min-width: 1280px){
  .slider .card{
    min-height: 430px;
  }
}

.slider .titolo{
  margin-bottom: 1.5rem;
  line-height: 1.25;
}

.slider .titolo::after{
  content: var(--tw-content);
  bottom: -0.75rem;
}

.slider p{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.sliderVantaggi.slider .card{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  min-height: 270px;
  padding: 1rem;
}

@media (min-width: 640px){
  .sliderVantaggi.slider .card{
    min-height: 230px;
  }
}

@media (min-width: 768px){
  .sliderVantaggi.slider .card{
    min-height: 360px;
    padding: 1.25rem;
  }
}

@media (min-width: 1024px){
  .sliderVantaggi.slider .card{
    min-height: 300px;
  }
}

@media (min-width: 1280px){
  .sliderVantaggi.slider .card{
    min-height: 350px;
  }
}

.slider .card.card-slider2{
  min-height: 160px;
}

@media (min-width: 640px){
  .slider .card.card-slider2{
    min-height: 140px;
  }
}

@media (min-width: 768px){
  .slider .card.card-slider2{
    min-height: 170px;
  }
}

@media (min-width: 1024px){
  .slider .card.card-slider2{
    min-height: 170px;
  }
}

@media (min-width: 1280px){
  .slider .card.card-slider2{
    min-height: 200px;
  }
}

/*Accordion*/

.accordion{
  overflow: hidden;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
  background-color: rgb(58 19 109 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-backdrop-blur: blur(12px);
  -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);
}

.accordion button{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
  padding: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .accordion button{
    padding: 1.5rem;
  }
}

.wrapper-risposta{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px){
  .wrapper-risposta{
    padding: 1.5rem;
  }
}

.testimonial{
  margin-bottom: 1rem;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 9999px;
  border-style: none;
}

.preferito{
  position: absolute;
  top: -2rem;
  right: -1rem;
  display: flex;
  height: 4rem;
  width: 4rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(58 19 109 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

/*pagine corsi*/

.promo{
  display: flex;
  flex-direction: column;
  gap: 0px;
  overflow: hidden;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(19 58 101 / var(--tw-text-opacity, 1));
}

.promo h2{
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1;
}

@media (min-width: 768px){
  .promo h2{
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 1;
  }
}

@media (min-width: 1024px){
  .promo h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 1;
  }
}

.promo .icn{
  margin-bottom: 0px;
}

/*.promo h2 span{
    @apply text-base md:text-lg lg:text-2xl leading-none md:leading-none lg:leading-none
   }*/

/*.promo-testo h4.text-fucsia, .promo-testo h2.text-fucsia{
    @apply inline-block sm:block
   }*/

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

#fascia-promo .promo:hover{
  transform: translateY(-10px);
  box-shadow: rgba(255, 55, 205, 0.3) 0px 5px 15px;
}

@media (min-width: 640px){
  #fascia-promo .promo{
    flex-direction: row;
  }
}

header .prezzo,  #fascia-prezzo .prezzo{
  font-size: 40px;
  line-height: 1;
  color: #E4296B;;
}

@media (min-width: 1024px){
  #fascia-prezzo .prezzo{
    font-size: 3rem;
    line-height: 1;
  }
}

header .prezzo span{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: line-through;
}

#fascia-prezzo .prezzo span{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: line-through;
}

@media (min-width: 768px){
  #fascia-prezzo .prezzo span{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px){
  #fascia-prezzo .prezzo span{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.caratteristiche{
  margin-bottom: 2.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

@media (min-width: 768px){
  .caratteristiche{
    flex-direction: row;
  }
}

.sliderRecensioni .slick-dots{
  bottom: -2.5rem;
}

.sliderRecensioni .slick-dots li button::before{
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 1;
  --tw-content: '•';
  content: var(--tw-content);
}

.sliderRecensioni .slick-dots li button:hover::before{
  content: var(--tw-content);
  color: #E4296B;;
}

.sliderRecensioni .slick-dots li.slick-active button::before{
  color: #E4296B;;
  --tw-content: '•';
  content: var(--tw-content);
}

.premi-across img{
  height: 2.25rem;
}

@media (min-width: 768px){
  .premi-across img{
    height: 2.5rem;
  }
}

@media (min-width: 640px){
  .sm\:w-10\/12{
    width: 83.333333%;
  }

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

@media (min-width: 768px){
  .md\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

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

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

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

  .md\:mt-14{
    margin-top: 3.5rem;
  }

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

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

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

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

  .md\:w-32{
    width: 8rem;
  }

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

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

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

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

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

  .md\:min-w-\[35rem\]{
    min-width: 35rem;
  }

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

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

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

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

  .md\:gap-3{
    gap: 0.75rem;
  }

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

  .md\:gap-6{
    gap: 1.5rem;
  }

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

  .md\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

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

  .md\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

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

  .md\:pb-14{
    padding-bottom: 3.5rem;
  }

  .md\:pt-14{
    padding-top: 3.5rem;
  }

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

  .md\:text-end{
    text-align: end;
  }
}

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

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

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

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .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\:flex-row-reverse{
    flex-direction: row-reverse;
  }

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

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

  .lg\:gap-6{
    gap: 1.5rem;
  }

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

  .lg\:gap-12{
    gap: 3rem;
  }

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

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

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

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

@media (min-width: 1280px){
  .xl\:w-7\/12{
    width: 58.333333%;
  }
}