@charset "UTF-8";/*
! 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: Lato, sans-serif; /* 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;
}*, ::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:  ;
}.container{
  width: 100%;
}@media (min-width: 640px){.container{
    max-width: 640px;
  }
}@media (min-width: 768px){.container{
    max-width: 768px;
  }
}@media (min-width: 1024px){.container{
    max-width: 1024px;
  }
}@media (min-width: 1280px){.container{
    max-width: 1280px;
  }
}@media (min-width: 1536px){.container{
    max-width: 1536px;
  }
}.visible{
  visibility: visible;
}.static{
  position: static;
}.fixed{
  position: fixed;
}.absolute{
  position: absolute;
}.relative{
  position: relative;
}.inset-36{
  top: 9rem;
  right: 9rem;
  bottom: 9rem;
  left: 9rem;
}.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}.left-\[80px\]{
  left: 80px;
}.-top-\[60px\]{
  top: -60px;
}.-left-\[75px\]{
  left: -75px;
}.right-0{
  right: 0px;
}.top-\[150px\]{
  top: 150px;
}.bottom-0{
  bottom: 0px;
}.-top-\[1px\]{
  top: -1px;
}.-left-\[1px\]{
  left: -1px;
}.z-10{
  z-index: 10;
}.z-20{
  z-index: 20;
}.z-0{
  z-index: 0;
}.z-30{
  z-index: 30;
}.z-50{
  z-index: 50;
}.z-40{
  z-index: 40;
}.col-span-1{
  grid-column: span 1 / span 1;
}.col-span-12{
  grid-column: span 12 / span 12;
}.col-span-5{
  grid-column: span 5 / span 5;
}.col-span-6{
  grid-column: span 6 / span 6;
}.col-span-3{
  grid-column: span 3 / span 3;
}.col-span-2{
  grid-column: span 2 / span 2;
}.col-span-8{
  grid-column: span 8 / span 8;
}.col-span-4{
  grid-column: span 4 / span 4;
}.col-start-6{
  grid-column-start: 6;
}.col-start-4{
  grid-column-start: 4;
}.m-auto{
  margin: auto;
}.m-0{
  margin: 0px;
}.mx-auto{
  margin-left: auto;
  margin-right: auto;
}.mb-24{
  margin-bottom: 6rem;
}.-mt-2{
  margin-top: -0.5rem;
}.mb-16{
  margin-bottom: 4rem;
}.mt-4{
  margin-top: 1rem;
}.mb-8{
  margin-bottom: 2rem;
}.mb-4{
  margin-bottom: 1rem;
}.mb-32{
  margin-bottom: 8rem;
}.-mt-\[372px\]{
  margin-top: -372px;
}.-mt-24{
  margin-top: -6rem;
}.ml-2{
  margin-left: 0.5rem;
}.-mt-40{
  margin-top: -10rem;
}.mb-10{
  margin-bottom: 2.5rem;
}.mb-0{
  margin-bottom: 0px;
}.mb-60{
  margin-bottom: 15rem;
}.-mt-64{
  margin-top: -16rem;
}.-mt-48{
  margin-top: -12rem;
}.mt-8{
  margin-top: 2rem;
}.mb-2{
  margin-bottom: 0.5rem;
}.block{
  display: block;
}.inline-block{
  display: inline-block;
}.flex{
  display: flex;
}.grid{
  display: grid;
}.hidden{
  display: none;
}.h-\[600px\]{
  height: 600px;
}.h-full{
  height: 100%;
}.h-2{
  height: 0.5rem;
}.h-64{
  height: 16rem;
}.h-\[470px\]{
  height: 470px;
}.h-96{
  height: 24rem;
}.h-\[372px\]{
  height: 372px;
}.h-screen{
  height: 100vh;
}.h-\[253px\]{
  height: 253px;
}.h-20{
  height: 5rem;
}.h-\[700px\]{
  height: 700px;
}.h-\[520px\]{
  height: 520px;
}.h-40{
  height: 10rem;
}.h-24{
  height: 6rem;
}.h-36{
  height: 9rem;
}.h-80{
  height: 20rem;
}.h-10{
  height: 2.5rem;
}.h-\[212px\]{
  height: 212px;
}.w-full{
  width: 100%;
}.w-\[1200px\]{
  width: 1200px;
}.w-60{
  width: 15rem;
}.w-32{
  width: 8rem;
}.w-36{
  width: 9rem;
}.w-auto{
  width: auto;
}.w-\[253px\]{
  width: 253px;
}.w-40{
  width: 10rem;
}.w-24{
  width: 6rem;
}.w-10{
  width: 2.5rem;
}.w-11{
  width: 2.75rem;
}.w-16{
  width: 4rem;
}.w-6{
  width: 1.5rem;
}.w-\[103px\]{
  width: 103px;
}.max-w-\[480px\]{
  max-width: 480px;
}.max-w-\[1440px\]{
  max-width: 1440px;
}.max-w-\[200px\]{
  max-width: 200px;
}.max-w-1200{
  max-width: 1200px;
}.max-w-\[600px\]{
  max-width: 600px;
}.max-w-\[588px\]{
  max-width: 588px;
}.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;
}.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.grid-cols-10{
  grid-template-columns: repeat(10, minmax(0, 1fr));
}.grid-cols-8{
  grid-template-columns: repeat(8, minmax(0, 1fr));
}.flex-row{
  flex-direction: row;
}.flex-col{
  flex-direction: column;
}.flex-wrap{
  flex-wrap: wrap;
}.flex-nowrap{
  flex-wrap: nowrap;
}.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-4{
  gap: 1rem;
}.gap-8{
  gap: 2rem;
}.gap-6{
  gap: 1.5rem;
}.gap-16{
  gap: 4rem;
}.gap-10{
  gap: 2.5rem;
}.gap-12{
  gap: 3rem;
}.gap-2{
  gap: 0.5rem;
}.gap-3{
  gap: 0.75rem;
}.gap-y-8{
  row-gap: 2rem;
}.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}.overflow-hidden{
  overflow: hidden;
}.overflow-x-auto{
  overflow-x: auto;
}.rounded-\[38px\]{
  border-radius: 38px;
}.rounded-full{
  border-radius: 9999px;
}.rounded-lg{
  border-radius: 0.5rem;
}.rounded-xl{
  border-radius: 0.75rem;
}.rounded-\[60px\]{
  border-radius: 60px;
}.border{
  border-width: 1px;
}.border-l-2{
  border-left-width: 2px;
}.border-l{
  border-left-width: 1px;
}.border-b{
  border-bottom-width: 1px;
}.border-t{
  border-top-width: 1px;
}.border-blue-genitin-300{
  --tw-border-opacity: 1;
  border-color: rgb(158 206 229 / var(--tw-border-opacity));
}.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.border-blue-genitin-600{
  --tw-border-opacity: 1;
  border-color: rgb(0 103 153 / var(--tw-border-opacity));
}.border-l-blue-genitin-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(0 115 170 / var(--tw-border-opacity));
}.border-l-blue-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(30 58 138 / var(--tw-border-opacity));
}.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-blue-genitin-500{
  --tw-bg-opacity: 1;
  background-color: rgb(0 115 170 / var(--tw-bg-opacity));
}.bg-blue-genitin-100{
  --tw-bg-opacity: 1;
  background-color: rgb(229 245 249 / var(--tw-bg-opacity));
}.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}.bg-blue-genitin-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(0 115 170 / var(--tw-bg-opacity));
}.bg-blue-genitin-light{
  --tw-bg-opacity: 1;
  background-color: rgb(229 245 249 / var(--tw-bg-opacity));
}.bg-blue-genitin-700{
  --tw-bg-opacity: 1;
  background-color: rgb(0 81 120 / var(--tw-bg-opacity));
}.bg-\[\#FD4F37\]{
  --tw-bg-opacity: 1;
  background-color: rgb(253 79 55 / var(--tw-bg-opacity));
}.bg-yellow-300{
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}.bg-red-genitin-500{
  --tw-bg-opacity: 1;
  background-color: rgb(253 79 55 / var(--tw-bg-opacity));
}.bg-red-900{
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}.bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}.bg-blue-genitin-300{
  --tw-bg-opacity: 1;
  background-color: rgb(158 206 229 / var(--tw-bg-opacity));
}.bg-teal-500{
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity));
}.bg-blue-genitin-200{
  --tw-bg-opacity: 1;
  background-color: rgb(210 235 247 / var(--tw-bg-opacity));
}.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-black{
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0));
}.to-transparent{
  --tw-gradient-to: transparent;
}.bg-cover{
  background-size: cover;
}.bg-contain{
  background-size: contain;
}.fill-current{
  fill: currentColor;
}.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}.p-1{
  padding: 0.25rem;
}.p-0{
  padding: 0px;
}.p-2{
  padding: 0.5rem;
}.p-3{
  padding: 0.75rem;
}.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}.px-120px{
  padding-left: 120px;
  padding-right: 120px;
}.pt-64{
  padding-top: 16rem;
}.pt-24{
  padding-top: 6rem;
}.pt-12{
  padding-top: 3rem;
}.pb-8{
  padding-bottom: 2rem;
}.pl-4{
  padding-left: 1rem;
}.pl-5{
  padding-left: 1.25rem;
}.pt-3{
  padding-top: 0.75rem;
}.pb-60{
  padding-bottom: 15rem;
}.pb-12{
  padding-bottom: 3rem;
}.pt-16{
  padding-top: 4rem;
}.pb-32{
  padding-bottom: 8rem;
}.pt-20{
  padding-top: 5rem;
}.pb-10{
  padding-bottom: 2.5rem;
}.pt-120px{
  padding-top: 120px;
}.pt-10{
  padding-top: 2.5rem;
}.pt-4{
  padding-top: 1rem;
}.pl-3{
  padding-left: 0.75rem;
}.pr-10{
  padding-right: 2.5rem;
}.pb-6{
  padding-bottom: 1.5rem;
}.pt-32{
  padding-top: 8rem;
}.pb-16{
  padding-bottom: 4rem;
}.pt-48{
  padding-top: 12rem;
}.pb-24{
  padding-bottom: 6rem;
}.pb-20{
  padding-bottom: 5rem;
}.pl-40{
  padding-left: 10rem;
}.pb-4{
  padding-bottom: 1rem;
}.pt-8{
  padding-top: 2rem;
}.pl-8{
  padding-left: 2rem;
}.pr-2{
  padding-right: 0.5rem;
}.pt-6{
  padding-top: 1.5rem;
}.text-center{
  text-align: center;
}.font-sans{
  font-family: Lato, sans-serif;
}.font-serif{
  font-family: Merriweather, Georgia, serif;
}.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}.text-5xl{
  font-size: 3rem;
  line-height: 1;
}.text-\[202px\]{
  font-size: 202px;
}.text-\[96px\]{
  font-size: 96px;
}.text-\[86px\]{
  font-size: 86px;
}.text-\[92px\]{
  font-size: 92px;
}.text-\[40px\]{
  font-size: 40px;
}.text-\[50px\]{
  font-size: 50px;
}.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}.text-\[97px\]{
  font-size: 97px;
}.text-\[82px\]{
  font-size: 82px;
}.text-\[38px\]{
  font-size: 38px;
}.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}.font-light{
  font-weight: 300;
}.font-bold{
  font-weight: 700;
}.font-normal{
  font-weight: 400;
}.uppercase{
  text-transform: uppercase;
}.italic{
  font-style: italic;
}.leading-\[90px\]{
  line-height: 90px;
}.leading-relaxed{
  line-height: 1.625;
}.leading-\[42px\]{
  line-height: 42px;
}.leading-\[58px\]{
  line-height: 58px;
}.leading-\[24px\]{
  line-height: 24px;
}.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-gray-genitin-800{
  --tw-text-opacity: 1;
  color: rgb(66 69 68 / var(--tw-text-opacity));
}.text-blue-genitin-dark{
  --tw-text-opacity: 1;
  color: rgb(0 115 170 / var(--tw-text-opacity));
}.text-blue-genitin-500{
  --tw-text-opacity: 1;
  color: rgb(0 115 170 / var(--tw-text-opacity));
}.text-blue-genitin-light{
  --tw-text-opacity: 1;
  color: rgb(229 245 249 / var(--tw-text-opacity));
}.text-blue-genitin-100{
  --tw-text-opacity: 1;
  color: rgb(229 245 249 / var(--tw-text-opacity));
}.text-green-genitin-700{
  --tw-text-opacity: 1;
  color: rgb(126 233 109 / var(--tw-text-opacity));
}.text-blue-genitin-200{
  --tw-text-opacity: 1;
  color: rgb(210 235 247 / var(--tw-text-opacity));
}.text-gray-genitin-700{
  --tw-text-opacity: 1;
  color: rgb(91 94 94 / var(--tw-text-opacity));
}.text-red-100{
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity));
}.text-blue-genitin-700{
  --tw-text-opacity: 1;
  color: rgb(0 81 120 / var(--tw-text-opacity));
}.text-blue-genitin-300{
  --tw-text-opacity: 1;
  color: rgb(158 206 229 / var(--tw-text-opacity));
}.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}.opacity-50{
  opacity: 0.5;
}.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);
}.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.transition-all{
  transition-property: all;
  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;
}/*INIZIO MENU*/.wrapper{
  position: fixed;
  top: 0;
  /*left: -100%;*/
  right: -100%;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 81 120 / var(--tw-bg-opacity));
  transition: all 0.4s ease-in-out;
}#active:checked ~ .wrapper{
  right:0;
}.menu-btn{
  position: absolute;
  z-index: 100;
  right: 20px;
  top: 3px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}.menu-btn span,
.menu-btn:before,
.menu-btn:after{
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 30%;
	width: 40%;
	border-bottom: 2px solid #FFF;
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.menu-btn:before{
  transform: translateY(-8px);
}.menu-btn:after{
  transform: translateY(8px);
}.close {
	z-index: 1;
	width: 100%;
	height: 100%;
	pointer-events: none;
	transition: background .3s;
}/* closing animation */#active:checked + .menu-btn span {
	transform: scaleX(0);
}#active:checked + .menu-btn:before {
	transform: rotate(45deg);
  border-color: #fff;
}#active:checked + .menu-btn:after {
	transform: rotate(-45deg);
  border-color: #fff;
}.wrapper div{
  // position: absolute;
  // top: 50%;
  // left: 40%;
  // height: 90%;
  // width: 100%;
  // transform: translate(-30%, -50%);
}.wrapper ul li {
    
  }.wrapper ul li.active ul {
  display: block;
}.wrapper ul li ul {
  display: none;
}.wrapper ul li ul li{
  border-style: none;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.wrapper ul li a{

  text-decoration: none;
  opacity: 0;
  //transition: all 0.3s ease;
  //transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.hidden-input {
  display: none;
}.content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  text-align: center;
  width: 100%;
  color: #202020;
}.content .title{
  font-size: 40px;
  font-weight: 700;
}.content p{
  font-size: 35px;
  font-weight: 600;
}#active:checked ~ .wrapper ul li a{
  opacity: 1;
}.wrapper ul li a{
  transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateX(100px);
}#active:checked ~ .wrapper ul li a{
	transform: none;
	transition-timing-function: ease, cubic-bezier(.1,1.3,.3,1); /* easeOutBackを緩めた感じ */
   transition-delay: .2s;
  transform: translateX(-100px);
}/*FINE MENU*/// .container {//   position: relative;//   z-index: 1;//   background: #e7e7e7;//   max-width: 330px;//   margin: 0 auto;// }// nav {//   background: #fff;//   width: 100%;// }// nav header {//   background: #16a085;//   padding: 20px;// }// nav header h1 {//   font-size: 16px;//   margin: 0;//   color: #fff;//   font-weight: 600;//   text-align: center;//   text-transform: uppercase;// }// nav ul {//   list-style: none;//   margin: 0;//   padding: 0;//   border-top: none;// }// nav ul li {//   display: block;//   background: #1abc9c;// }// nav ul li.active {//   background: #fff;// }// nav ul li.active a {//   color: #1abc9c;//   border-left: 2px solid #1abc9c;// }// nav ul li.active ul {//   display: block;// }// nav ul li:last-child {//   border-bottom: none;// }// nav ul li ul {//   display: none;// }// nav ul li ul li a {//   background: #fff;//   padding-left: 40px;//   color: #1abc9c;// }// nav ul li ul li a:hover {//   padding-left: 45px;// }// nav ul li a {//   display: block;//   padding: 10px 15px;//   color: #fff;//   text-decoration: none;//   transition: 0.2s linear;//   border-left: 2px solid transparent;// }// nav ul li a:hover {//   background: #fff;//   padding-left: 20px;//   border-left: 2px solid #1abc9c;//   color: #1abc9c;// }// nav .info {//   background: #fff;//   border-left: 2px solid #1abc9c;//   padding: 20px;//   color: #666;//   font-size: 14px;// }// nav footer {//   background: #16a085;//   padding: 15px 20px;//   color: #fff;// }// nav footer p {//   margin: 0;//   font-size: 12px;//   font-weight: 600;//   text-transform: uppercase;// }// .right {//   float: right;// }// .left {//   float: left;// }/* Slider */.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}.slick-list:focus {
        outline: none;
    }.slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}.slick-track:before,
    .slick-track:after {
        content: "";
        display: table;
    }.slick-track:after {
        clear: both;
    }.slick-loading .slick-track {
        visibility: hidden;
    }.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
}[dir="rtl"] .slick-slide {
        float: right;
    }.slick-slide img {
        display: block;
    }.slick-slide.slick-loading img {
        display: none;
    }.slick-slide{

    display: none;
}.slick-slide.dragging img {
        pointer-events: none;
    }.slick-initialized .slick-slide {
        display: block;
    }.slick-loading .slick-slide {
        visibility: hidden;
    }.slick-vertical .slick-slide {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }.slick-arrow.slick-hidden {
    display: none;
}// Default Variables// Slick icon entity codes outputs the following// "\2190" outputs ascii character "←"// "\2192" outputs ascii character "→"// "\2022" outputs ascii character "•"$slick-font-path: "./fonts/" !default;$slick-font-family: "slick" !default;$slick-loader-path: "./" !default;$slick-arrow-color: white !default;$slick-dot-color: black !default;$slick-dot-color-active: $slick-dot-color !default;$slick-prev-character: "\2190" !default;$slick-next-character: "\2192" !default;$slick-dot-character: "\2022" !default;$slick-dot-size: 6px !default;$slick-opacity-default: 0.75 !default;$slick-opacity-on-hover: 1 !default;$slick-opacity-not-active: 0.25 !default;@function slick-image-url($url) {
    @if function-exists(image-url) {
        @return image-url($url);
    }
    @else {
        @return url($slick-loader-path + $url);
    }
}@function slick-font-url($url) {
    @if function-exists(font-url) {
        @return font-url($url);
    }
    @else {
        @return url($slick-font-path + $url);
    }
}/* Slider */.slick-loading .slick-list {
        background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
    }/* Icons */@if $slick-font-family == "slick" {
    @font-face {
        font-family: "slick";
        src: slick-font-url("slick.eot");
        src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
        font-weight: normal;
        font-style: normal;
    }
}/* Arrows */.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    bottom: 0;
    right: 30px;
    transform: translate(0, -50%);
    padding: 0;
    border: 1px solid red;
    outline: none;
}.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
        outline: none;
        background: transparent;
        color: transparent;
    }.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
            opacity: $slick-opacity-on-hover;
        }.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
        opacity: $slick-opacity-not-active;
    }.slick-prev:before, .slick-next:before {
        font-family: $slick-font-family;
        font-size: 20px;
        line-height: 1;
        color: $slick-arrow-color;
        opacity: $slick-opacity-default;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }.slick-prev {
    // left: -25px;
    left:40%;
    bottom: -80px;
    background: green;
}[dir="rtl"] .slick-prev {
        left: auto;
        right: 25px;
    }.slick-prev:before {
        content: $slick-prev-character;
    }[dir="rtl"] .slick-prev:before {
            content: $slick-next-character;
        }.slick-next {
    bottom: -80px;
    right: 40%;
}[dir="rtl"] .slick-next {
        left: -25px;
        right: auto;
    }.slick-next:before {
        content: $slick-next-character;
    }[dir="rtl"] .slick-next:before {
            content: $slick-prev-character;
        }/* Dots */.slick-dotted.slick-slider {
    margin-bottom: 30px;
}.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}.slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }.slick-dots li button {
            border: 0;
            background: transparent;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0px;
            font-size: 0px;
            color: transparent;
            padding: 5px;
            cursor: pointer;
        }.slick-dots li button:hover, .slick-dots li button:focus {
                outline: none;
            }.slick-dots li button:hover:before, .slick-dots li button:focus:before {
                    opacity: $slick-opacity-on-hover;
                }.slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: $slick-dot-character;
                width: 20px;
                height: 20px;
                font-family: $slick-font-family;
                font-size: $slick-dot-size;
                line-height: 20px;
                text-align: center;
                color: $slick-dot-color;
                opacity: $slick-opacity-not-active;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }.slick-dots li.slick-active button:before {
            color: $slick-dot-color-active;
            opacity: $slick-opacity-default;
        }.tns-outer {
  position: relative;
}.tns-outer > button {
    display: none;
  }.tns-controls{
  position: absolute;
  bottom: -1rem;
  left: 10%;
  z-index: 30;
  display: flex;
  gap: 1.5rem;
}.tns-controls >button:nth-child(1){
  height: 2.5rem;
  width: 2.5rem;
    text-indent: -10000px;
    background: url(img/icons/arrow-back.svg) no-repeat center center scroll;
}.tns-controls >button:nth-child(2){
  height: 2.5rem;
  width: 2.5rem;
    text-indent: -10000px;
    background: url(img/icons/arrow-front.svg) no-repeat center center scroll;
}body {
}.lightbox {
  display:none;
  position:fixed;
  z-index:999;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.5);
}.lightbox .lightbox-video {
    width:100%;
    padding-bottom:56%;
  }.lightbox iframe {
    position:absolute;
    height: 70%;
    width: 70%;
    left: 15%;
    right:0;
  }.lightbox img {
    display:block;
    margin:0 auto;
  }.lightbox .lightbox-close {
    position:absolute;
    display:block;
    top: 10px;
    right: 10px;
    color:#ffffff;
    font-size:26px;
    height: 50px;
    width: 50px;
    background: rgba(255,255,255,0.3);
    border: 3px solid #ffffff;
    border-radius: 50%;
    line-height:50px;
    text-align:center;
  }.lightbox .lightbox-close:hover {
      text-decoration: none;
    }.lightbox .lightbox-container {
    max-width: 1024px;
    margin:100px auto 25px;
  }body {
   font-family: "Lato, sans-serif";
}body * {
   }html {
  font-size: 16px;
  min-width: 320px;
  box-sizing: border-box;
  font-family: Lato, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}*, *::before, *::after{
  margin: 0px;
  box-sizing: border-box;
}p{
  margin-bottom: 1.25rem;
  font-family: Lato, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}p:last-child{
  margin-bottom: 0px;
}h1, h2, h3, h4{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.25;
}h1{
  margin-bottom: 1rem;
  font-family: Merriweather, Georgia, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
}h2{
  margin-bottom: 1.5rem;
  font-family: Merriweather, Georgia, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 115 170 / var(--tw-text-opacity));
}h3{
  font-size: 1.25rem;
  line-height: 1.75rem;
}h4{
  font-size: 1.125rem;
  line-height: 1.75rem;
}small{
  font-size: 0.875rem;
  line-height: 1.25rem;
}img {
  // @apply max-w-full h-auto;
}ul li{
  font-family: Lato, sans-serif;
}.article-content ul{
  padding-left: 1rem;
  padding-bottom: 2rem;
}.article-content ul li{
  list-style-type: disc;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.article-content a{
  --tw-text-opacity: 1;
  color: rgb(0 115 170 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}.article-content a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 47 69 / var(--tw-text-opacity));
}.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.4s ease;
}.fade-enter,
.fade-leave-to {
  opacity: 0;
}.masthead {
  overflow: hidden;
  background: url(img/hero.jpg) no-repeat center center scroll;
  background-size: cover;
  
}.masthead-chisiamo {
  overflow: hidden;
  background: url(img/chi-siamo/hero.jpg) no-repeat center center scroll;
  background-size: cover;
}.masthead-ndd {
  overflow: hidden;
  background: url(img/nido-di-davide/hero.jpg) no-repeat center center scroll;
  background-size: cover;
}@media (min-width: 640px) {
  .img1 {
    -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  }

  .img2 {
    -webkit-clip-path: polygon(13.5% 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(13.5% 0, 100% 0%, 100% 100%, 0% 100%);
  }
  .img3 {
    -webkit-clip-path: polygon(0 0, 83.5% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 83.5% 0, 100% 100%, 0% 100%);
  }
  .img4 {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
  }
}/*homepage varie da index.vue*/.intro p{
  font-weight: 300;
}.intro b{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 115 170 / var(--tw-text-opacity));
}.intro ul li{
  list-style-type: disc;
  font-weight: 300;
}@media (min-width: 768px) {
  .intro-right {
    background: url(img/icons/bg-foto-home-right.svg) no-repeat center
      right;
  }
  .intro-left {
    background: url(img/icons/bg-foto-home-left.svg) no-repeat center
      left;
  }
}.bg-lb {
  position: relative;
}.bg-lb::before {
    content: '';
    position: absolute;
    top: -69px;
    left: 0;
    width: 100%;
    height: 69px;
    background: url(img/icons/big-border-lb.svg) no-repeat center
      bottom;
    background-size: 100%;
  }.bg-w {
  position: relative;
}.bg-w::before {
    content: '';
    position: absolute;
    top: -69px;
    left: 0;
    width: 100%;
    height: 69px;
    background: url(img/icons/big-border-white.svg) no-repeat center
      bottom;
    background-size: 100%;
  }.video-wrapper{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}.video-wrapper::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: 0.25;
  }.hero-video {
  height: 100vh;
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%; 
}.video {
  -o-object-fit: cover;
     object-fit: cover;
}/*Sezione cosa facciamo*/.box-home-01 {
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgb(0, 0, 0, 100)), url(img/cosa-facciamo/supporto-famiglie.jpg) no-repeat center
      center;
}.box-home-02 {
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgb(0, 0, 0, 100)), url(img/cosa-facciamo/consulenza-gratuita.jpg) no-repeat center
      center;
}.box-home-03 {
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgb(0, 0, 0, 100)), url(img/cosa-facciamo/ricerca-scientifica.jpg) no-repeat center
      center;
}.box-home-04 {
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgb(0, 0, 0, 100)), url(img/cosa-facciamo/acquisto-macchinari.jpg) no-repeat center
      center;
}.box-home-05 {
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgb(0, 0, 0, 100)), url(img/cosa-facciamo/rientro-a-casa.jpg) no-repeat center
      center;
}.box-home-06 {
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgb(0, 0, 0, 100)), url(img/cosa-facciamo/informazione.jpg) no-repeat center
      center;
}//sistema donazioni.asp_product_name {
  line-height: 15px !important;
}.asp_price_container {
  display: none !important;
}.box-5x1000 {
  background: url(img/icons-home/hands.svg) no-repeat;
  background-size: 9rem;
  transition: all 0.4s;
  cursor: pointer;
}.box-5x1000:hover {
    background: url(img/icons-home/hands_hover.svg) no-repeat;
    background-size: 9rem;
    transition: all 0.4s;
  }.box-donazione {
  background: url(img/icons-home/heart.svg) no-repeat;
  background-size: 9rem;
  transition: all 0.4s;
  cursor: pointer;
}.box-donazione:hover {
    background: url(img/icons-home/heart_hover.svg) no-repeat;
    background-size: 9rem;
    transition: all 0.4s;
  }.box-natale {
  background: url(img/icons-home/tree.svg) no-repeat;
  background-size: 9rem;
  transition: all 0.4s;
  cursor: pointer;
}.box-natale:hover {
    background: url(img/icons-home/tree_hover.svg) no-repeat;
    background-size: 9rem;
    transition: all 0.4s;
  }.box-bomboniere {
  background: url(img/icons-home/bomboniere.svg) no-repeat;
  background-size: 9rem;
  transition: all 0.4s;
  cursor: pointer;
}.box-bomboniere:hover {
    background: url(img/icons-home/bomboniere_hover.svg) no-repeat;
    background-size: 9rem;
    transition: all 0.4s;
  }.box-listanozze {
  background: url(img/icons-home/lista.svg) no-repeat;
  background-size: 9rem;
  transition: all 0.4s;
  cursor: pointer;
}.box-listanozze:hover {
    background: url(img/icons-home/lista_hover.svg) no-repeat;
    background-size: 9rem;
    transition: all 0.4s;
  }.box-volontario {
  background: url(img/icons-home/cross.svg) no-repeat;
  background-size: 9rem;
  transition: all 0.4s;
  cursor: pointer;
}.box-volontario:hover {
    background: url(img/icons-home/cross_hover.svg) no-repeat;
    background-size: 9rem;
    transition: all 0.4s;
  }.box-memoria {
  background: url(img/icons-home/candle.svg) no-repeat;
  background-size: 9rem;
  transition: all 0.4s;
  cursor: pointer;
}.box-memoria:hover {
    background: url(img/icons-home/candle_hover.svg) no-repeat;
    background-size: 9rem;
    transition: all 0.4s;
  }.box-evento {
  background: url(img/icons-home/star.svg) no-repeat;
  background-size: 9rem;
  transition: all 0.4s;
  cursor: pointer;
}.box-evento:hover {
    background: url(img/icons-home/star_hover.svg) no-repeat;
    background-size: 9rem;
    transition: all 0.4s;
  }//Thumbnail news.post-thumbnail-mgquadro img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  
}.linguetta-news {
  background: url(img/icons/linguetta-news.svg) no-repeat;
}#primary-menu{
  display: flex;
  flex-direction: row;
}#primary-menu li a{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  border-radius: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Lato, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 115 170 / var(--tw-text-opacity));
}#primary-menu li a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 245 249 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 47 69 / var(--tw-text-opacity));
}.triangolo-home {
  position: relative;
}.triangolo-home::after {
    content: '';
    position: absolute;
    bottom: -99px;
    left: 0;
    width: 100%;
    height: 100px;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    z-index: 30;
    background: url(img/icons/triangolo-basso.svg) no-repeat center
      top;
    background-size: 100%;
  }.img-triangolo-dt {
  position: relative;
}.img-triangolo-dt::after {
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    z-index: 20;
    background: url(img/icons/triangolo-basso-dt.svg) no-repeat right
      top;
    background-size: contain;
  }/*stilizzazione box progetti homepage*/.img-progetto a{
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}.img-progetto a::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: #0073AA;
      opacity: 75;
      mix-blend-mode: color;
    }.img-progetto img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }.triangolo-progetto {
  position: relative;
}.triangolo-progetto::after {
    content: '';
    position: absolute;
    top: 0px;
    right: -48px;
    width: 49px;
    height: 212px;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    z-index: 30;
    background: url(img/icons/triangolo-progetto.svg) no-repeat center
      top;
    background-size: 100%;
  }/*stilizzazione pagina*/.entry-content ul{
  padding-left: 1.5rem;
}.entry-content ul li{
  list-style-type: disc;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Lato, sans-serif;
  font-weight: 300;
}/* popup stripe */.modal-header {
  background: red !important;
}.hover\:bg-blue-genitin-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 115 170 / var(--tw-bg-opacity));
}.hover\:bg-red-genitin-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(186 58 41 / var(--tw-bg-opacity));
}.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.hover\:underline:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}@media (min-width: 640px){.sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }.sm\:max-w-1200{
    max-width: 1200px;
  }
}@media (min-width: 768px){.md\:col-span-6{
    grid-column: span 6 / span 6;
  }.md\:col-span-4{
    grid-column: span 4 / span 4;
  }.md\:col-span-5{
    grid-column: span 5 / span 5;
  }.md\:col-span-7{
    grid-column: span 7 / span 7;
  }.md\:col-span-2{
    grid-column: span 2 / span 2;
  }.md\:col-start-8{
    grid-column-start: 8;
  }.md\:col-start-2{
    grid-column-start: 2;
  }.md\:col-start-7{
    grid-column-start: 7;
  }.md\:mb-0{
    margin-bottom: 0px;
  }.md\:block{
    display: block;
  }.md\:grid{
    display: grid;
  }.md\:hidden{
    display: none;
  }.md\:h-\[600px\]{
    height: 600px;
  }.md\:h-\[180px\]{
    height: 180px;
  }.md\:h-\[340px\]{
    height: 340px;
  }.md\:h-screen{
    height: 100vh;
  }.md\:h-\[190px\]{
    height: 190px;
  }.md\:w-1\/4{
    width: 25%;
  }.md\:w-96{
    width: 24rem;
  }.md\:w-60{
    width: 15rem;
  }.md\:w-1\/3{
    width: 33.333333%;
  }.md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }.md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.md\:flex-row{
    flex-direction: row;
  }.md\:items-start{
    align-items: flex-start;
  }.md\:justify-start{
    justify-content: flex-start;
  }.md\:gap-0{
    gap: 0px;
  }.md\:gap-9{
    gap: 2.25rem;
  }.md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }.md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }.md\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }.md\:text-left{
    text-align: left;
  }.md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }.md\:text-\[38px\]{
    font-size: 38px;
  }.md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }.md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }.md\:leading-\[58px\]{
    line-height: 58px;
  }
}@media (min-width: 1024px){.lg\:col-span-1{
    grid-column: span 1 / span 1;
  }.lg\:block{
    display: block;
  }.lg\:flex{
    display: flex;
  }.lg\:hidden{
    display: none;
  }.lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }.lg\:px-120px{
    padding-left: 120px;
    padding-right: 120px;
  }.lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }.lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }.lg\:pt-0{
    padding-top: 0px;
  }
}@media (min-width: 1280px){.xl\:max-h-\[512px\]{
    max-height: 512px;
  }
}
