*, ::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.14 | 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;
}
.container{
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 480px){

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

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

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

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

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

    .container{
        max-width: 1440px;
    }
}
.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;
}
.\!pointer-events-none{
    pointer-events: none !important;
}
.pointer-events-none{
    pointer-events: none;
}
.fixed{
    position: fixed;
}
.absolute{
    position: absolute;
}
.relative{
    position: relative;
}
.sticky{
    position: sticky;
}
.inset-0{
    inset: 0px;
}
.inset-x-0{
    left: 0px;
    right: 0px;
}
.-bottom-\[3rem\]{
    bottom: -3rem;
}
.-left-\[100\%\]{
    left: -100%;
}
.-left-\[216px\]{
    left: -216px;
}
.-top-2{
    top: -0.5rem;
}
.bottom-0{
    bottom: 0px;
}
.bottom-4{
    bottom: 1rem;
}
.bottom-\[-200px\]{
    bottom: -200px;
}
.bottom-\[-400px\]{
    bottom: -400px;
}
.bottom-\[25\%\]{
    bottom: 25%;
}
.left-0{
    left: 0px;
}
.left-1\/2{
    left: 50%;
}
.left-4{
    left: 1rem;
}
.left-\[14rem\]{
    left: 14rem;
}
.left-\[1rem\]{
    left: 1rem;
}
.left-\[4\%\]{
    left: 4%;
}
.left-\[5\%\]{
    left: 5%;
}
.left-\[50\%\]{
    left: 50%;
}
.left-\[55\%\]{
    left: 55%;
}
.right-0{
    right: 0px;
}
.right-10{
    right: 2.5rem;
}
.right-2{
    right: 0.5rem;
}
.right-4{
    right: 1rem;
}
.right-\[10px\]{
    right: 10px;
}
.right-\[4\%\]{
    right: 4%;
}
.top-0{
    top: 0px;
}
.top-1\/2{
    top: 50%;
}
.top-10{
    top: 2.5rem;
}
.top-12{
    top: 3rem;
}
.top-2{
    top: 0.5rem;
}
.top-4{
    top: 1rem;
}
.top-\[-8rem\]{
    top: -8rem;
}
.top-\[-9rem\]{
    top: -9rem;
}
.top-\[12\%\]{
    top: 12%;
}
.top-\[23\%\]{
    top: 23%;
}
.top-\[28\%\]{
    top: 28%;
}
.top-\[4\%\]{
    top: 4%;
}
.top-\[4\.5rem\]{
    top: 4.5rem;
}
.top-\[45\%\]{
    top: 45%;
}
.top-\[4rem\]{
    top: 4rem;
}
.top-\[50\%\]{
    top: 50%;
}
.top-\[52\%\]{
    top: 52%;
}
.top-\[60\%\]{
    top: 60%;
}
.top-full{
    top: 100%;
}
.-z-10{
    z-index: -10;
}
.z-0{
    z-index: 0;
}
.z-10{
    z-index: 10;
}
.z-20{
    z-index: 20;
}
.z-40{
    z-index: 40;
}
.z-50{
    z-index: 50;
}
.z-\[10\]{
    z-index: 10;
}
.z-\[1\]{
    z-index: 1;
}
.z-\[2\]{
    z-index: 2;
}
.z-\[9999\]{
    z-index: 9999;
}
.z-\[999\]{
    z-index: 999;
}
.col-span-1{
    grid-column: span 1 / span 1;
}
.col-span-10{
    grid-column: span 10 / span 10;
}
.col-span-2{
    grid-column: span 2 / span 2;
}
.col-span-3{
    grid-column: span 3 / span 3;
}
.col-span-5{
    grid-column: span 5 / span 5;
}
.col-span-6{
    grid-column: span 6 / span 6;
}
.\!m-0{
    margin: 0px !important;
}
.m-4{
    margin: 1rem;
}
.m-8{
    margin: 2rem;
}
.m-auto{
    margin: auto;
}
.\!mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
}
.mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}
.my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
}
.my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.my-\[3rem\]{
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.\!mb-2{
    margin-bottom: 0.5rem !important;
}
.\!mb-4{
    margin-bottom: 1rem !important;
}
.\!mt-0{
    margin-top: 0px !important;
}
.-mt-2{
    margin-top: -0.5rem;
}
.-mt-\[15rem\]{
    margin-top: -15rem;
}
.mb-1{
    margin-bottom: 0.25rem;
}
.mb-10{
    margin-bottom: 2.5rem;
}
.mb-12{
    margin-bottom: 3rem;
}
.mb-16{
    margin-bottom: 4rem;
}
.mb-2{
    margin-bottom: 0.5rem;
}
.mb-20{
    margin-bottom: 5rem;
}
.mb-24{
    margin-bottom: 6rem;
}
.mb-3{
    margin-bottom: 0.75rem;
}
.mb-4{
    margin-bottom: 1rem;
}
.mb-5{
    margin-bottom: 1.25rem;
}
.mb-6{
    margin-bottom: 1.5rem;
}
.mb-8{
    margin-bottom: 2rem;
}
.mb-\[12rem\]{
    margin-bottom: 12rem;
}
.mb-\[1rem\]{
    margin-bottom: 1rem;
}
.mb-\[3rem\]{
    margin-bottom: 3rem;
}
.mb-\[6rem\]{
    margin-bottom: 6rem;
}
.mb-\[9rem\]{
    margin-bottom: 9rem;
}
.ml-0{
    margin-left: 0px;
}
.ml-1{
    margin-left: 0.25rem;
}
.ml-4{
    margin-left: 1rem;
}
.ml-5{
    margin-left: 1.25rem;
}
.ml-8{
    margin-left: 2rem;
}
.mr-1{
    margin-right: 0.25rem;
}
.mr-2{
    margin-right: 0.5rem;
}
.mr-20{
    margin-right: 5rem;
}
.mr-4{
    margin-right: 1rem;
}
.mr-\[1rem\]{
    margin-right: 1rem;
}
.mr-\[5px\]{
    margin-right: 5px;
}
.ms-2{
    margin-inline-start: 0.5rem;
}
.ms-auto{
    margin-inline-start: auto;
}
.mt-0{
    margin-top: 0px;
}
.mt-1{
    margin-top: 0.25rem;
}
.mt-10{
    margin-top: 2.5rem;
}
.mt-12{
    margin-top: 3rem;
}
.mt-2{
    margin-top: 0.5rem;
}
.mt-20{
    margin-top: 5rem;
}
.mt-3{
    margin-top: 0.75rem;
}
.mt-4{
    margin-top: 1rem;
}
.mt-5{
    margin-top: 1.25rem;
}
.mt-6{
    margin-top: 1.5rem;
}
.mt-8{
    margin-top: 2rem;
}
.mt-\[13rem\]{
    margin-top: 13rem;
}
.mt-\[3rem\]{
    margin-top: 3rem;
}
.mt-\[4rem\]{
    margin-top: 4rem;
}
.mt-\[5rem\]{
    margin-top: 5rem;
}
.line-clamp-4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.block{
    display: block;
}
.inline-block{
    display: inline-block;
}
.inline{
    display: inline;
}
.\!flex{
    display: flex !important;
}
.flex{
    display: flex;
}
.inline-flex{
    display: inline-flex;
}
.table{
    display: table;
}
.grid{
    display: grid;
}
.\!hidden{
    display: none !important;
}
.hidden{
    display: none;
}
.aspect-square{
    aspect-ratio: 1 / 1;
}
.h-1{
    height: 0.25rem;
}
.h-10{
    height: 2.5rem;
}
.h-12{
    height: 3rem;
}
.h-20{
    height: 5rem;
}
.h-3{
    height: 0.75rem;
}
.h-32{
    height: 8rem;
}
.h-4{
    height: 1rem;
}
.h-6{
    height: 1.5rem;
}
.h-7{
    height: 1.75rem;
}
.h-8{
    height: 2rem;
}
.h-96{
    height: 24rem;
}
.h-\[100px\]{
    height: 100px;
}
.h-\[13rem\]{
    height: 13rem;
}
.h-\[16px\]{
    height: 16px;
}
.h-\[1rem\]{
    height: 1rem;
}
.h-\[2\.5rem\]{
    height: 2.5rem;
}
.h-\[22px\]{
    height: 22px;
}
.h-\[25rem\]{
    height: 25rem;
}
.h-\[25vh\]{
    height: 25vh;
}
.h-\[30vh\]{
    height: 30vh;
}
.h-\[33vh\]{
    height: 33vh;
}
.h-\[370px\]{
    height: 370px;
}
.h-\[3px\]{
    height: 3px;
}
.h-\[3rem\]{
    height: 3rem;
}
.h-\[40px\]{
    height: 40px;
}
.h-\[40vh\]{
    height: 40vh;
}
.h-\[5\.5rem\]{
    height: 5.5rem;
}
.h-\[50vh\]{
    height: 50vh;
}
.h-\[5rem\]{
    height: 5rem;
}
.h-\[60vh\]{
    height: 60vh;
}
.h-\[90vh\]{
    height: 90vh;
}
.h-\[calc\(100\%-1rem\)\]{
    height: calc(100% - 1rem);
}
.h-auto{
    height: auto;
}
.h-full{
    height: 100%;
}
.h-screen{
    height: 100vh;
}
.max-h-\[700px\]{
    max-height: 700px;
}
.max-h-full{
    max-height: 100%;
}
.min-h-20{
    min-height: 5rem;
}
.min-h-\[17vh\]{
    min-height: 17vh;
}
.min-h-\[40vh\]{
    min-height: 40vh;
}
.min-h-\[616px\]{
    min-height: 616px;
}
.min-h-screen{
    min-height: 100vh;
}
.\!w-full{
    width: 100% !important;
}
.w-1\/2{
    width: 50%;
}
.w-1\/3{
    width: 33.333333%;
}
.w-1\/4{
    width: 25%;
}
.w-1\/5{
    width: 20%;
}
.w-10{
    width: 2.5rem;
}
.w-12{
    width: 3rem;
}
.w-16{
    width: 4rem;
}
.w-2\/3{
    width: 66.666667%;
}
.w-20{
    width: 5rem;
}
.w-3{
    width: 0.75rem;
}
.w-32{
    width: 8rem;
}
.w-4{
    width: 1rem;
}
.w-4\/5{
    width: 80%;
}
.w-6{
    width: 1.5rem;
}
.w-7{
    width: 1.75rem;
}
.w-8{
    width: 2rem;
}
.w-80{
    width: 20rem;
}
.w-\[100\%\]{
    width: 100%;
}
.w-\[105\%\]{
    width: 105%;
}
.w-\[12\%\]{
    width: 12%;
}
.w-\[13rem\]{
    width: 13rem;
}
.w-\[16\%\]{
    width: 16%;
}
.w-\[2\.5rem\]{
    width: 2.5rem;
}
.w-\[20\%\]{
    width: 20%;
}
.w-\[200px\]{
    width: 200px;
}
.w-\[22px\]{
    width: 22px;
}
.w-\[25\%\]{
    width: 25%;
}
.w-\[300px\]{
    width: 300px;
}
.w-\[370px\]{
    width: 370px;
}
.w-\[5\.5rem\]{
    width: 5.5rem;
}
.w-\[50\%\]{
    width: 50%;
}
.w-\[5rem\]{
    width: 5rem;
}
.w-\[60\%\]{
    width: 60%;
}
.w-\[79\%\]{
    width: 79%;
}
.w-\[80\%\]{
    width: 80%;
}
.w-\[88\%\]{
    width: 88%;
}
.w-\[8rem\]{
    width: 8rem;
}
.w-\[\]{
    width: ;
}
.w-auto{
    width: auto;
}
.w-full{
    width: 100%;
}
.w-screen{
    width: 100vw;
}
.\!max-w-\[26rem\]{
    max-width: 26rem !important;
}
.\!max-w-\[800px\]{
    max-width: 800px !important;
}
.\!max-w-\[976px\]{
    max-width: 976px !important;
}
.max-w-2xl{
    max-width: 42rem;
}
.max-w-3xl{
    max-width: 48rem;
}
.max-w-4xl{
    max-width: 56rem;
}
.max-w-6xl{
    max-width: 72rem;
}
.max-w-7xl{
    max-width: 80rem;
}
.max-w-\[1000px\]{
    max-width: 1000px;
}
.max-w-\[32\%\]{
    max-width: 32%;
}
.max-w-\[976px\]{
    max-width: 976px;
}
.max-w-lg{
    max-width: 32rem;
}
.max-w-md{
    max-width: 28rem;
}
.max-w-sm{
    max-width: 24rem;
}
.max-w-xl{
    max-width: 36rem;
}
.flex-shrink-0{
    flex-shrink: 0;
}
.shrink-0{
    flex-shrink: 0;
}
.flex-grow{
    flex-grow: 1;
}
.grow{
    flex-grow: 1;
}
.-translate-x-1\/2{
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-2500px\]{
    --tw-translate-x: -2500px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-50\%\]{
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\]{
    --tw-translate-y: -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));
}
.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));
}
@keyframes fadeIn{

    from{
        opacity: 0;
    }

    to{
        opacity: 1;
    }
}
.animate-\[fadeIn_1s_1s_cubic-bezier\(0\.22\2c 0\.61\2c 0\.36\2c 1\)_forwards\]{
    animation: fadeIn 1s 1s cubic-bezier(0.22,0.61,0.36,1) forwards;
}
@keyframes fadeIn{

    from{
        opacity: 0;
    }

    to{
        opacity: 1;
    }
}
.animate-\[fadeIn_1s_2s_cubic-bezier\(0\.22\2c 0\.61\2c 0\.36\2c 1\)_forwards\]{
    animation: fadeIn 1s 2s cubic-bezier(0.22,0.61,0.36,1) forwards;
}
@keyframes marquee{

    0%{
        transform: translateX(0);
    }

    100%{
        transform: translateX(-1000%);
    }
}
.animate-\[marquee_100s_linear_infinite\]{
    animation: marquee 100s linear infinite;
}
@keyframes slideInFromLeft{

    0%{
        transform: translateX(-500px);
    }

    100%{
        transform: translateX(0);
    }
}
.animate-\[slideInFromLeft_0\.7s_2s_cubic-bezier\(0\.22\2c 0\.61\2c 0\.36\2c 1\)_forwards\]{
    animation: slideInFromLeft 0.7s 2s cubic-bezier(0.22,0.61,0.36,1) forwards;
}
@keyframes spin{

    to{
        transform: rotate(360deg);
    }
}
.animate-\[spin_8s_linear_infinite\]{
    animation: spin 8s linear infinite;
}
@keyframes bounce{

    0%, 100%{
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(0.8,0,1,1);
    }

    50%{
        transform: none;
        animation-timing-function: cubic-bezier(0,0,0.2,1);
    }
}
.animate-bounce{
    animation: bounce 1s infinite;
}
@keyframes pulse{

    50%{
        opacity: .5;
    }
}
.animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-not-allowed{
    cursor: not-allowed;
}
.cursor-pointer{
    cursor: pointer;
}
.select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
.resize{
    resize: both;
}
.snap-x{
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-mandatory{
    --tw-scroll-snap-strictness: mandatory;
}
.snap-center{
    scroll-snap-align: center;
}
.scroll-mt-20{
    scroll-margin-top: 5rem;
}
.list-decimal{
    list-style-type: decimal;
}
.list-disc{
    list-style-type: disc;
}
.list-none{
    list-style-type: none;
}
.appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-10{
    grid-template-columns: repeat(10, 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-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
}
.flex-col{
    flex-direction: column;
}
.flex-wrap{
    flex-wrap: wrap;
}
.place-items-center{
    place-items: center;
}
.content-center{
    align-content: center;
}
.items-start{
    align-items: flex-start;
}
.items-end{
    align-items: flex-end;
}
.items-center{
    align-items: center;
}
.\!justify-start{
    justify-content: flex-start !important;
}
.justify-start{
    justify-content: flex-start;
}
.justify-end{
    justify-content: flex-end;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.justify-around{
    justify-content: space-around;
}
.gap-0{
    gap: 0px;
}
.gap-1{
    gap: 0.25rem;
}
.gap-12{
    gap: 3rem;
}
.gap-16{
    gap: 4rem;
}
.gap-2{
    gap: 0.5rem;
}
.gap-3{
    gap: 0.75rem;
}
.gap-32{
    gap: 8rem;
}
.gap-4{
    gap: 1rem;
}
.gap-6{
    gap: 1.5rem;
}
.gap-8{
    gap: 2rem;
}
.gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
}
.gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
}
.gap-y-1{
    row-gap: 0.25rem;
}
.gap-y-4{
    row-gap: 1rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.self-start{
    align-self: flex-start;
}
.self-center{
    align-self: center;
}
.overflow-hidden{
    overflow: hidden;
}
.\!overflow-scroll{
    overflow: scroll !important;
}
.overflow-scroll{
    overflow: scroll;
}
.overflow-x-auto{
    overflow-x: auto;
}
.overflow-y-auto{
    overflow-y: auto;
}
.overflow-x-hidden{
    overflow-x: hidden;
}
.scroll-smooth{
    scroll-behavior: smooth;
}
.whitespace-nowrap{
    white-space: nowrap;
}
.rounded{
    border-radius: 0.25rem;
}
.rounded-\[0\.5rem\]{
    border-radius: 0.5rem;
}
.rounded-\[0\.75rem\]{
    border-radius: 0.75rem;
}
.rounded-\[12px\]{
    border-radius: 12px;
}
.rounded-\[1rem\]{
    border-radius: 1rem;
}
.rounded-\[2px\]{
    border-radius: 2px;
}
.rounded-full{
    border-radius: 9999px;
}
.rounded-lg{
    border-radius: 0.5rem;
}
.rounded-md{
    border-radius: 0.375rem;
}
.rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
.rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.border{
    border-width: 1px;
}
.border-0{
    border-width: 0px;
}
.border-2{
    border-width: 2px;
}
.border-x{
    border-left-width: 1px;
    border-right-width: 1px;
}
.border-y-\[1px\]{
    border-top-width: 1px;
    border-bottom-width: 1px;
}
.border-b{
    border-bottom-width: 1px;
}
.border-b-2{
    border-bottom-width: 2px;
}
.border-r{
    border-right-width: 1px;
}
.\!border-\[\#6B7280\]{
    --tw-border-opacity: 1 !important;
    border-color: rgb(107 114 128 / var(--tw-border-opacity)) !important;
}
.\!border-black{
    --tw-border-opacity: 1 !important;
    border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}
.\!border-transparent{
    border-color: transparent !important;
}
.border-\[\#171717\]{
    --tw-border-opacity: 1;
    border-color: rgb(23 23 23 / var(--tw-border-opacity));
}
.border-\[\#6B7280\]{
    --tw-border-opacity: 1;
    border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.border-\[\#aaaaaa\]{
    --tw-border-opacity: 1;
    border-color: rgb(170 170 170 / var(--tw-border-opacity));
}
.border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.border-neutral-500{
    --tw-border-opacity: 1;
    border-color: rgb(115 115 115 / var(--tw-border-opacity));
}
.border-neutral-700{
    --tw-border-opacity: 1;
    border-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-neutral-900{
    --tw-border-opacity: 1;
    border-color: rgb(23 23 23 / var(--tw-border-opacity));
}
.border-primary{
    --tw-border-opacity: 1;
    border-color: rgb(14 165 233 / var(--tw-border-opacity));
}
.border-red-800{
    --tw-border-opacity: 1;
    border-color: rgb(153 27 27 / var(--tw-border-opacity));
}
.border-white{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-white\/20{
    border-color: rgb(255 255 255 / 0.2);
}
.border-y-white{
    --tw-border-opacity: 1;
    border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-transparent{
    border-bottom-color: transparent;
}
.\!bg-\[\#171717\]{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity)) !important;
}
.\!bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}
.\!bg-transparent{
    background-color: transparent !important;
}
.bg-\[\#000004B2\]{
    background-color: #000004B2;
}
.bg-\[\#000004D9\]{
    background-color: #000004D9;
}
.bg-\[\#000004\]{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 4 / var(--tw-bg-opacity));
}
.bg-\[\#000\]{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-\[\#171717\]{
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}
.bg-black{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/80{
    background-color: rgb(0 0 0 / 0.8);
}
.bg-black\/90{
    background-color: rgb(0 0 0 / 0.9);
}
.bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}
.bg-neutral-800{
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}
.bg-neutral-900{
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}
.bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}
.bg-transparent{
    background-color: transparent;
}
.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-50{
    --tw-bg-opacity: 0.5;
}
.bg-opacity-80{
    --tw-bg-opacity: 0.8;
}
.bg-opacity-90{
    --tw-bg-opacity: 0.9;
}
.\!bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}
.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-purple-900{
    --tw-gradient-from: #581c87 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-800{
    --tw-gradient-from: #075985 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(7 89 133 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-\[\#0A5985\]{
    --tw-gradient-from: #0A5985 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 89 133 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#581A87\]{
    --tw-gradient-from: #581A87 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(88 26 135 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#AAAAAACC\]{
    --tw-gradient-from: #AAAAAACC var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(170 170 170 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black{
    --tw-gradient-from: #000 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/90{
    --tw-gradient-from: rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[0\%\]{
    --tw-gradient-from-position: 0%;
}
.via-black\/30{
    --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#0A5985\]{
    --tw-gradient-to: #0A5985 var(--tw-gradient-to-position);
}
.to-\[\#581A87\]{
    --tw-gradient-to: #581A87 var(--tw-gradient-to-position);
}
.to-\[\#FFFFFFCC\]{
    --tw-gradient-to: #FFFFFFCC var(--tw-gradient-to-position);
}
.to-transparent{
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-\[144\%\]{
    --tw-gradient-to-position: 144%;
}
.bg-cover{
    background-size: cover;
}
.bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
}
.bg-center{
    background-position: center;
}
.bg-top{
    background-position: top;
}
.bg-no-repeat{
    background-repeat: no-repeat;
}
.object-cover{
    -o-object-fit: cover;
       object-fit: cover;
}
.p-1{
    padding: 0.25rem;
}
.p-10{
    padding: 2.5rem;
}
.p-2{
    padding: 0.5rem;
}
.p-2\.5{
    padding: 0.625rem;
}
.p-20{
    padding: 5rem;
}
.p-3{
    padding: 0.75rem;
}
.p-4{
    padding: 1rem;
}
.p-5{
    padding: 1.25rem;
}
.p-6{
    padding: 1.5rem;
}
.p-8{
    padding: 2rem;
}
.px-0{
    padding-left: 0px;
    padding-right: 0px;
}
.px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.px-12{
    padding-left: 3rem;
    padding-right: 3rem;
}
.px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.px-4{
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.px-8{
    padding-left: 2rem;
    padding-right: 2rem;
}
.py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}
.py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.\!pr-2{
    padding-right: 0.5rem !important;
}
.pb-1{
    padding-bottom: 0.25rem;
}
.pb-10{
    padding-bottom: 2.5rem;
}
.pb-14{
    padding-bottom: 3.5rem;
}
.pb-2{
    padding-bottom: 0.5rem;
}
.pb-3{
    padding-bottom: 0.75rem;
}
.pb-4{
    padding-bottom: 1rem;
}
.pb-6{
    padding-bottom: 1.5rem;
}
.pl-0{
    padding-left: 0px;
}
.pl-2{
    padding-left: 0.5rem;
}
.pl-4{
    padding-left: 1rem;
}
.pl-\[1px\]{
    padding-left: 1px;
}
.pl-\[5rem\]{
    padding-left: 5rem;
}
.pr-2{
    padding-right: 0.5rem;
}
.ps-4{
    padding-inline-start: 1rem;
}
.pt-2{
    padding-top: 0.5rem;
}
.pt-20{
    padding-top: 5rem;
}
.pt-5{
    padding-top: 1.25rem;
}
.pt-6{
    padding-top: 1.5rem;
}
.pt-8{
    padding-top: 2rem;
}
.\!text-left{
    text-align: left !important;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-sans{
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.\!text-\[14px\]{
    font-size: 14px !important;
}
.\!text-\[32px\]{
    font-size: 32px !important;
}
.text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.text-5xl{
    font-size: 3rem;
    line-height: 1;
}
.text-\[0\.6rem\]{
    font-size: 0.6rem;
}
.text-\[0\.75rem\]{
    font-size: 0.75rem;
}
.text-\[0\.7rem\]{
    font-size: 0.7rem;
}
.text-\[0\.85rem\]{
    font-size: 0.85rem;
}
.text-\[0\.8rem\]{
    font-size: 0.8rem;
}
.text-\[0\.9rem\]{
    font-size: 0.9rem;
}
.text-\[1\.1rem\]{
    font-size: 1.1rem;
}
.text-\[1\.2rem\]{
    font-size: 1.2rem;
}
.text-\[1\.3rem\]{
    font-size: 1.3rem;
}
.text-\[1\.4rem\]{
    font-size: 1.4rem;
}
.text-\[1\.5rem\]{
    font-size: 1.5rem;
}
.text-\[1\.7rem\]{
    font-size: 1.7rem;
}
.text-\[14px\]{
    font-size: 14px;
}
.text-\[16px\]{
    font-size: 16px;
}
.text-\[1rem\]{
    font-size: 1rem;
}
.text-\[2\.5rem\]{
    font-size: 2.5rem;
}
.text-\[2\.8rem\]{
    font-size: 2.8rem;
}
.text-\[20px\]{
    font-size: 20px;
}
.text-\[2rem\]{
    font-size: 2rem;
}
.text-\[32px\]{
    font-size: 32px;
}
.text-\[36px\]{
    font-size: 36px;
}
.text-base{
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-regular{
    font-size: 0.9rem;
}
.text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-xl{
    font-size: 1.25rem;
}
.text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
}
.text-xxl{
    font-size: 1.5rem;
}
.font-\[700\]{
    font-weight: 700;
}
.font-bold{
    font-weight: 700;
}
.font-extrabold{
    font-weight: 800;
}
.font-light{
    font-weight: 300;
}
.font-medium{
    font-weight: 500;
}
.font-normal{
    font-weight: 400;
}
.font-semibold{
    font-weight: 600;
}
.uppercase{
    text-transform: uppercase;
}
.capitalize{
    text-transform: capitalize;
}
.italic{
    font-style: italic;
}
.leading-\[1\.8rem\]{
    line-height: 1.8rem;
}
.leading-\[114\%\]{
    line-height: 114%;
}
.leading-\[115\%\]{
    line-height: 115%;
}
.leading-\[140\%\]{
    line-height: 140%;
}
.leading-none{
    line-height: 1;
}
.leading-relaxed{
    line-height: 1.625;
}
.leading-tight{
    line-height: 1.25;
}
.tracking-wide{
    letter-spacing: 0.025em;
}
.tracking-widest{
    letter-spacing: 0.1em;
}
.\!text-\[\#4462FF\]{
    --tw-text-opacity: 1 !important;
    color: rgb(68 98 255 / var(--tw-text-opacity)) !important;
}
.\!text-\[\#cccccc\]{
    --tw-text-opacity: 1 !important;
    color: rgb(204 204 204 / var(--tw-text-opacity)) !important;
}
.text-\[\#6B7280\]{
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-\[\#AAAAAA\]{
    --tw-text-opacity: 1;
    color: rgb(170 170 170 / var(--tw-text-opacity));
}
.text-\[\#AAA\]{
    --tw-text-opacity: 1;
    color: rgb(170 170 170 / var(--tw-text-opacity));
}
.text-\[\#aaaaaa\]{
    --tw-text-opacity: 1;
    color: rgb(170 170 170 / var(--tw-text-opacity));
}
.text-\[\#ffd43b\]{
    --tw-text-opacity: 1;
    color: rgb(255 212 59 / var(--tw-text-opacity));
}
.text-\[\#ffffff\]{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-500{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-gray-500{
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-700{
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800{
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-green-400{
    --tw-text-opacity: 1;
    color: rgb(74 222 128 / var(--tw-text-opacity));
}
.text-green-600{
    --tw-text-opacity: 1;
    color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-neutral-300{
    --tw-text-opacity: 1;
    color: rgb(212 212 212 / var(--tw-text-opacity));
}
.text-neutral-400{
    --tw-text-opacity: 1;
    color: rgb(163 163 163 / var(--tw-text-opacity));
}
.text-neutral-500{
    --tw-text-opacity: 1;
    color: rgb(115 115 115 / var(--tw-text-opacity));
}
.text-neutral-800{
    --tw-text-opacity: 1;
    color: rgb(38 38 38 / var(--tw-text-opacity));
}
.text-red-400{
    --tw-text-opacity: 1;
    color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-red-500{
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-900{
    --tw-text-opacity: 1;
    color: rgb(127 29 29 / var(--tw-text-opacity));
}
.text-transparent{
    color: transparent;
}
.text-violet-500{
    --tw-text-opacity: 1;
    color: rgb(139 92 246 / var(--tw-text-opacity));
}
.text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
    text-decoration-line: underline;
}
.line-through{
    text-decoration-line: line-through;
}
.\!no-underline{
    text-decoration-line: none !important;
}
.antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
    opacity: 0;
}
.opacity-100{
    opacity: 1;
}
.opacity-40{
    opacity: 0.4;
}
.opacity-50{
    opacity: 0.5;
}
.opacity-60{
    opacity: 0.6;
}
.opacity-70{
    opacity: 0.7;
}
.opacity-75{
    opacity: 0.75;
}
.opacity-80{
    opacity: 0.8;
}
.opacity-90{
    opacity: 0.9;
}
.shadow{
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-md{
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline{
    outline-style: solid;
}
.outline-transparent{
    outline-color: transparent;
}
.filter{
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur{
    --tw-backdrop-blur: blur(8px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.\!duration-500{
    transition-duration: 500ms !important;
}
.duration-300{
    transition-duration: 300ms;
}
.ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.alignfull{
    margin: 2rem calc(50% - 50vw) !important;
    max-width: 100vw !important;
    width: 100vw;
}
.alignwide{
    margin: 2rem 0;
    max-width: 1280px !important;
}
.alignnone{
    margin-left: 0px;
    margin-right: 0px;
    height: auto;
    max-width: 100%;
}
.aligncenter{
    margin: 0.5rem auto;
    display: block;
}
@media (min-width: 600px){

    .alignleft:not(.wp-block-button){
        margin-right: 0.5rem;
        float: left;
    }

    .alignright:not(.wp-block-button){
        margin-left: 0.5rem;
        float: right;
    }

    .wp-block-button.alignleft a{
        float: left;
        margin-right: 1rem;
    }

    .wp-block-button.alignright a{
        float: right;
        margin-left: 1rem;
    }
}
.wp-caption{
    display: inline-block;
}
.wp-caption img{
    margin-bottom: 0.5rem;
    line-height: 1;
}
.wp-caption-text{
    font-size: 0.875rem;
    color: #4b5563;
}
article > *:not(.entry-content),
.entry-content > *{
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
}
.entry-content h1, .block-editor-block-list__layout h1{
    font-size: 1.5rem;
    line-height: 2rem;
}
.entry-content h2, .block-editor-block-list__layout h2{
    font-size: 1.25rem;
}
.entry-content h3, .block-editor-block-list__layout h3{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
    text-decoration-line: underline;
}
.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover{
    text-decoration-line: none;
}
.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol{
    margin-bottom: 2rem;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
    list-style-position: inside;
    list-style-type: disc;
}
.entry-content ol li, .block-editor-block-list__layout ol li{
    list-style-position: inside;
    list-style-type: decimal;
}
.grad{
    --tw-gradient-from: #581c87 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
    --tw-gradient-to: #075985 var(--tw-gradient-to-position) !important;
}
.gradHover{
    --tw-gradient-from: #075985 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(7 89 133 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
    --tw-gradient-to: #581c87 var(--tw-gradient-to-position) !important;
}
.bg-ap{
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
    --tw-gradient-from: #581c87 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
    --tw-gradient-to: #075985 var(--tw-gradient-to-position) !important;
}
.hover-ap{
    --tw-gradient-from: #581c87 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
    --tw-gradient-to: #075985 var(--tw-gradient-to-position) !important;
}
.hover-ap:hover{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.checkout-button.button{
    margin-top: 1rem;
    border-radius: 9999px;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-to: #075985 var(--tw-gradient-to-position) !important;
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
    --tw-gradient-from: #581c87 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
    --tw-gradient-to: #075985 var(--tw-gradient-to-position) !important;
}
.woocommerce-checkout header .flex.justify-between.lg\:items-center.py-4.checkout-button.button>div:nth-last-child(2) {
    display: none;
}
.woocommerce-checkout header .flex.justify-between.lg\:items-center.checkout-button.button.font-mono>div:nth-last-child(2) {
    display: none;
}
.woocommerce-checkout header .flex.justify-between.lg\:items-center.py-4.checkout-button.button>div:nth-last-child(1) {
    display: none;
}
.woocommerce-checkout header .flex.justify-between.lg\:items-center.checkout-button.button.font-mono>div:nth-last-child(1) {
    display: none;
}
.checkout-button.button:disabled{
    opacity: 0.5;
}
.form-row {
    margin-bottom: 0 !important;
    margin-bottom: 0.5rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.woocommerce-checkout header .form-row.justify-between.lg\:items-center.py-4.font-mono>div:nth-last-child(2) {
    display: none;
}
.woocommerce-checkout header .form-row.justify-between.lg\:items-center.py-4.font-mono>div:nth-last-child(1) {
    display: none;
}
.woocommerce-checkout-review-order-table .form-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.woocommerce-checkout-review-order-table .form-row:nth-child(2)>div:last-child {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.woocommerce-input-wrapper{
    width: 66.666667%;
    flex-grow: 0;
    padding-left: 1rem;
}
.form-row .input-text{
    display: block;
    width: 100%;
    border-width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity));
    padding: 0.5rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.woocommerce-checkout header .flex.justify-between.lg\:items-center.py-4.form-row .input-text>div:nth-last-child(2) {
    display: none;
}
.woocommerce-checkout header .flex.justify-between.lg\:items-center.py-4.form-row .input-text>div:nth-last-child(1) {
    display: none;
}
.form-row label{
    width: 33.333333%;
    text-align: right;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.9rem;
}
.woocommerce-checkout header .flex.justify-between.lg\:items-center.py-4.form-row label>div:nth-last-child(2) {
    display: none;
}
.woocommerce-checkout header .flex.justify-between.lg\:items-center.py-4.form-row label>div:nth-last-child(1) {
    display: none;
}
.woocommerce-checkout-review-order-table .form-row label {
    text-align: right;
}
.select2-selection{
    width: 100%;
    border-width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity));
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.woocommerce-checkout header .flex.justify-between.lg\:items-center.py-4.select2-selection>div:nth-last-child(2) {
    display: none;
}
.woocommerce-checkout header .flex.justify-between.lg\:items-center.py-4.select2-selection>div:nth-last-child(1) {
    display: none;
}
.screen-reader-text{
    display: block;
}
.woocommerce-terms-and-conditions-wrapper{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(115 115 115 / var(--tw-text-opacity));
}
.woocommerce-checkout header .flex.justify-between.lg\:items-center.py-4.woocommerce-terms-and-conditions-wrapper>div:nth-last-child(2) {
    display: none;
}
.woocommerce-checkout header .flex.justify-between.lg\:items-center.py-4.woocommerce-terms-and-conditions-wrapper>div:nth-last-child(1) {
    display: none;
}
.woocommerce-checkout-review-order-table .woocommerce-terms-and-conditions-wrapper {
    font-size: 0.875rem;
}
.woocommerce-terms-and-conditions-wrapper p {
    margin: 0;
}
.place-order .button{
    margin-left: 2rem;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    padding: 0.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.9rem;
    --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-to: #075985 var(--tw-gradient-to-position) !important;
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
    --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-to: #075985 var(--tw-gradient-to-position) !important;
    --tw-gradient-from: #581c87 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
    --tw-gradient-to: #075985 var(--tw-gradient-to-position) !important;
}
.place-order .button:hover{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.woocommerce-checkout header .flex.justify-between.lg\:items-center.py-4.place-order .button>div:nth-last-child(2) {
    display: none;
}
.woocommerce-checkout header .place-order .button.justify-between.lg\:items-center.py-4.font-mono>div:nth-last-child(2) {
    display: none;
}
.woocommerce-checkout header .flex.justify-between.lg\:items-center.py-4.place-order .button>div:nth-last-child(1) {
    display: none;
}
.woocommerce-checkout header .place-order .button.justify-between.lg\:items-center.py-4.font-mono>div:nth-last-child(1) {
    display: none;
}
.woocommerce-checkout-review-order-table .place-order .button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.woocommerce-checkout-review-order-table .place-order .button:nth-child(2)>div:last-child {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.shipping{
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(38 38 38 / var(--tw-border-opacity));
}
.shipping th{
    border-right-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(38 38 38 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-weight: 400;
}
.woocommerce-checkout header .flex.justify-between.lg\:items-center.py-4.shipping th>div:nth-last-child(2) {
    display: none;
}
.woocommerce-checkout header .flex.justify-between.lg\:items-center.py-4.shipping th>div:nth-last-child(1) {
    display: none;
}
.shipping td{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.9rem;
    font-weight: 700;
}
.woocommerce-checkout header .flex.justify-between.lg\:items-center.py-4.shipping td>div:nth-last-child(2) {
    display: none;
}
.woocommerce-checkout header .flex.justify-between.lg\:items-center.py-4.shipping td>div:nth-last-child(1) {
    display: none;
}
.woocommerce-checkout-review-order-table__section .shipping td {
    font-weight: bold;
}
.woocommerce .showcoupon, .woocommerce .showlogin{
    text-decoration-line: underline;
    opacity: 0.8;
}
.woocommerce .showcoupon:hover, .woocommerce .showlogin:hover{
    opacity: 1;
}
.select2-dropdown--below {
	background-color: black;
}
.select2-selection--single{
    width: 100%;
    border-radius: 0px;
    border-width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity));
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.woocommerce-checkout header .flex.justify-between.lg\:items-center.py-4.select2-selection--single>div:nth-last-child(2) {
    display: none;
}
.woocommerce-checkout header .flex.justify-between.lg\:items-center.py-4.select2-selection--single>div:nth-last-child(1) {
    display: none;
}
.select2-selection--single {
	border-radius: 0 !important;
	background-color: rgb(23,23,23) !important;
}
.select2-search__field{
    width: 100%;
    border-radius: 0px;
    border-width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity));
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.woocommerce-checkout header .flex.justify-between.lg\:items-center.py-4.select2-search__field>div:nth-last-child(2) {
    display: none;
}
.woocommerce-checkout header .flex.justify-between.lg\:items-center.py-4.select2-search__field>div:nth-last-child(1) {
    display: none;
}
.select2-search__field {
	background-color: rgb(23,23,23) !important;
}
.select2-container .select2-selection--single{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
	text-align: left !important;
}
.select2-selection__rendered{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
	color: white !important;
	text-align: left !important;
}
.select2-results__option{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.woocommerce-checkout header .flex.justify-between.lg\:items-center.py-4.select2-results__option>div:nth-last-child(2) {
    display: none;
}
.woocommerce-checkout header .flex.justify-between.lg\:items-center.py-4.select2-results__option>div:nth-last-child(1) {
    display: none;
}
.select2-results__option--highlighted{
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity));
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.woocommerce-checkout header .flex.justify-between.lg\:items-center.py-4.select2-results__option--highlighted>div:nth-last-child(2) {
    display: none;
}
.woocommerce-checkout header .flex.justify-between.lg\:items-center.py-4.select2-results__option--highlighted>div:nth-last-child(1) {
    display: none;
}
.list-none li {
	list-style: none !important;
}
.woocommerce-MyAccount-navigation ul{
    display: flex;
    justify-content: center;
    gap: 1rem;
}
.woocommerce-checkout header .woocommerce-MyAccount-navigation ul.justify-between.lg\:items-center.py-4.font-mono>div:nth-last-child(2) {
    display: none;
}
.woocommerce-checkout header .woocommerce-MyAccount-navigation ul.justify-between.lg\:items-center.py-4.font-mono>div:nth-last-child(1) {
    display: none;
}
.woocommerce-checkout-review-order-table .woocommerce-MyAccount-navigation ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.woocommerce-checkout-review-order-table .woocommerce-MyAccount-navigation ul:nth-child(2)>div:last-child {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.woocommerce-MyAccount-navigation ul {
	list-style: none !important;
}
.woocommerce-MyAccount-navigation ul li {
	list-style: none !important;
}
.woocommerce-MyAccount-navigation ul li a{
    --tw-text-opacity: 1;
    color: rgb(212 212 212 / var(--tw-text-opacity));
}
.woocommerce-MyAccount-navigation ul li.is-active a{
    font-weight: 800;
    --tw-text-opacity: 1;
    color: rgb(212 212 212 / var(--tw-text-opacity));
    text-decoration-line: none;
}
.woocommerce-orders-table td,.woocommerce-orders-table th{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.woocommerce-orders-table thead{
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}
.woocommerce-orders-table{
    width: 100%;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(23 23 23 / var(--tw-border-opacity));
}
.woocommerce-orders-table a {
	text-decoration: underline;
}
.woocommerce-orders-table a:hover{
    text-decoration-line: none;
}
.woocommerce-table--order-details{
    width: 100%;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(23 23 23 / var(--tw-border-opacity));
}
.woocommerce-table--order-details td,.woocommerce-table--order-details th{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.woocommerce-table--order-details thead{
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}
.woocommerce-table--order-details tr{
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(23 23 23 / var(--tw-border-opacity));
}
.woocommerce-table--order-details a {
	text-decoration: underline;
}
.woocommerce-table--order-details a:hover{
    text-decoration-line: none;
}
.woocommerce-customer-details{
    margin-top: 1rem;
}
.woocommerce-customer-details .woocommerce-columns--2{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
.woocommerce-order-details__title{
    text-align: left;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 800;
}
.woocommerce-column__title{
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 800;
}
mark{
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity));
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.woocommerce-Addresses{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
.woocommerce-Address-title h3{
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 800;
}
.woocommerce-Address-title{
    margin-bottom: 1.25rem;
}
.woocommerce-Address-title a{
    text-decoration-line: underline;
}
.woocommerce-EditAccountForm{
    margin-left: auto;
    margin-right: auto;
    max-width: 42rem;
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity));
    padding: 0.5rem;
}
/*.woocommerce-form.woocommerce-form-login.login {
	@apply max-w-2xl p-2 mx-auto bg-neutral-900;
}*/
.woocommerce-terms-and-conditions-wrapper {

}
.woocommerce-terms-and-conditions-wrapper p{
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: block;
    width: 100%;
}
.woocommerce-error{
    margin-top: 1rem;
    list-style-type: none;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(153 27 27 / var(--tw-border-opacity));
    padding: 0.5rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.9rem;
}
.woocommerce-error li {
	list-style: none;
}
.woocommerce-checkout header .flex.justify-between.lg\:items-center.py-4.woocommerce-error>div:nth-last-child(2) {
    display: none;
}
.woocommerce-checkout header .flex.justify-between.lg\:items-center.py-4.woocommerce-error>div:nth-last-child(1) {
    display: none;
}
.cart-discount th{
    padding: 0.5rem;
}
.scrollhidebar{
	overflow: auto; /* Permette lo scrolling */
  	scrollbar-width: none; /* Per Firefox */
  	-ms-overflow-style: none; /* Per Internet Explorer e Edge */
}
.scrollhidebar::-webkit-scrollbar{
	overflow: auto; /* Permette lo scrolling */
  	scrollbar-width: none; /* Per Firefox */
  	-ms-overflow-style: none; /* Per Internet Explorer e Edge */
}
.pricesteaky p{
		font-size: 1rem;
		font-weight: 400;
	}
@media screen and (min-width: 1024px) {
	.larghezzadesk{
		max-width: 60rem !important;
	}
}
.slickstr-nav .slick-slide{
		opacity: 50%;
	}
.slickstr-nav .slick-current{
		opacity: 100%;

	}
.slickstr-nav .slick-current img{
			border: solid 1px #fff;	
		}
.slick-dots li{
	width: 24px !important;
	height: 2px !important;
	padding: 0 !important;
}
.slick-dots li button{
	width: 28px !important;
	height: 2px !important;
	padding: 0 !important;
	background: #fff !important;
	color: #fff !important;
}
.slick-dots li button:before{
	width: 28px !important;
	height: 2px !important;
	color: #fff !important;
	font-size: 3px !important;
	line-height: 3px !important;
}
.pricesteaky img{
/*		@media screen and (max-width: 1023px) {
			display: none;
		}*/
		
	}
.added_to_cart{
	display: none;
}
.includes_tax{
	display: none !important;
}
.imageprofumonicchia{
	max-width: 130px !important;
}
.left-adjective, .right-adjective{
	font-size: 1.9rem !important;
}
@media screen and (min-width: 1024px) {
	.imageprofumonicchia{
		max-width: 160px !important;
	}
		#in-page-add-to-cart-steaky button[type="submit"]{
			max-width: 232px !important;
		}
		#in-page-add-to-cart-steaky .quantity{
			margin-left: 55%;
		}
	
/*	.woocommerce-cart{
		.couponsection{
			opacity: 0;
		}
	}
*/}
.woocommerce-account .logoutbtn p:not(.lost_password){
			text-align: right;
			margin-top: 2rem;
		}
.woocommerce-account .logoutbtn p:not(.lost_password) a{
				font-size: 12px;
				color: #fff;
				text-transform: uppercase;
				text-decoration: none;
			}
.woocommerce-account .logoutbtn p:not(.lost_password) a::before {
	                content: url('/wp-content/uploads/2024/12/icona-logout.png');
	                display: inline-block;
	                margin-left: 0.5rem;
	                vertical-align: middle;
	                padding-right: .5rem;
	            }
.deletecart{
	font-size: 12px;
	color: #6B7280;
	text-transform: capitalize;
	text-decoration: underline;
}
.deletecart::before {
        content: url('/wp-content/uploads/2024/12/trash-2.png');
        display: inline-block;
        margin-left: 0.5rem;
        vertical-align: middle;
        padding-right: .5rem;
    }
.woocommerce-orders .pay + .view { 
	        display: none;
	    }
.bg-gradient-custom{
	background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));

}
.woocommerce-info, .entry-header{
	max-width: 976px;
	margin: 0 auto;
}
.pricesteaky .klarnaimage{
		display: none;
	}
.pricesteaky .custom-price{
		font-size: 20px !important;
	}
/*.slickrelated{

	.slick-slide{
		width: 224px !important;
	}
}*/
.woocommerce-cart .woocommerce-message{
		max-width: 976px;
		margin: 0 auto;
	}
.remscroll{
	scrollbar-width: none; /* Per Firefox */
  -ms-overflow-style: none; /* Per Internet Explorer e Edge Legacy */
}
.remscroll::-webkit-scrollbar {
  display: none; /* Per Webkit-based browsers (Chrome, Safari) */
}
.slick-arrow{
	display: none !important;
}
@media screen and (min-width: 1024px) {
.slick-dots{
		display: none !important
}
	}
.imgdisp{
	display: none;
}
.postid-671 .imgdisp{
		display: block;
		max-width: 250px;
		margin-bottom: 1rem;
	}
@media screen and (max-width: 1023px) {
		.modalevue{
			height: 100vh;
		}
	}
@media screen and (min-width: 1024px) {
.pay_method_credit_card_img{
		width: 100% !important;
		margin-top: 10px !important;
		margin-left: 34rem !important
}
	}
.tooltip {
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.tooltip-hidden {
    opacity: 0;
    transform: translateY(-10px);
}
.tooltip-visible {
    opacity: 1;
    transform: translateY(0);
}
.mailavisami{
	display: block;
    width: 100%;
    border-width: 1px;
    padding: 0.5rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    border-color: #6b7280;
    font-size: 1rem;
    line-height: 1.5rem;
}
.form-row.validate-required{
	display: flex;
    flex-wrap: wrap;
}
/* Stile per il riepilogo del carrello nel checkout */
/* typography */
@font-face {
    font-family: 'Menlo';
    src: url(../fonts/Menlo-BoldItalic.woff2?f7f2bfe88598f9102bb94b224beec0ed) format('woff2'),
        url(../fonts/Menlo-BoldItalic.woff?17c97aef11991b1a3ff9a223e59f2c94) format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Menlo';
    src: url(../fonts/Menlo-Bold.woff2?b95b400ccb4065d0afc023fb6fbe4213) format('woff2'),
        url(../fonts/Menlo-Bold.woff?e45bb5d8772f6e3fad3982deb9be8a72) format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Menlo';
    src: url(../fonts/Menlo-Regular.woff2?c44535f9555c4a32febd9ce1c8be8513) format('woff2'),
        url(../fonts/Menlo-Regular.woff?d88a66a9db928237d046480999f78a99) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Menlo';
    src: url(../fonts/Menlo-Italic.woff2?ce60b8675a3ecffbf46d27facdc7d148) format('woff2'),
        url(../fonts/Menlo-Italic.woff?a9f022e5dc05c67bcbd6e5bc3b54bd76) format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'General Sans Variable';
    src: url(../fonts/GeneralSansVariable-Bold.woff2?f33e6b9345df107156afe5897302fd4e) format('woff2'),
        url(../fonts/GeneralSansVariable-Bold.woff?56f21668487fbd3ed8eb63b1233ebec6) format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/* * {
    font-size: 14px !important;
    line-height: 150% !important;
} */
.f-third {
    color: #696d76;
}
.woocommerce-checkout h1 {
    font-family: 'General Sans Variable';
    font-size: 28px !important;
    line-height: 120% !important;
}
.woocommerce-checkout h2 {
    font-family: 'General Sans Variable';
    font-size: 25px !important;
    line-height: 120% !important;
}
.woocommerce-checkout .font-int {
    font-size: 20px !important;
    line-height: 140% !important;
    font-family: 'Menlo';
    font-weight: bold;
    font-style: normal;
}
.woocommerce-checkout .font-int bdi {
    font-size: 20px !important;
    line-height: 140% !important;
    font-family: 'Menlo';
    font-weight: bold;
    font-style: normal;
}
.woocommerce-checkout .font-int2 {
    font-size: 17px !important;
    line-height: 140% !important;
}
.checkout .woocommerce-terms-and-conditions-wrapper p {
    font-size: 11px !important;
    line-height: 120% !important;
}
.w-20 {
    width: 20% !important;
}
.w-30 {
    width: 30% !important;
}
.w-50 {
    width: 50% !important;
}
.w-70 {
    width: 70% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.d-block {
    display: block;
}
.d-none {
    display: none;
}
.p-20 {
    padding: 20px !important;
}
/** BEGIN NASCONDI MENU **/
.woocommerce-checkout header #primary-menu {
    display: none !important;
}
/* Target the second-to-last element */
.woocommerce-checkout header .flex.justify-between.lg\:items-center.py-4.font-mono>div:nth-last-child(2) {
    display: none;
}
/* Target the last element */
.woocommerce-checkout header .flex.justify-between.lg\:items-center.py-4.font-mono>div:nth-last-child(1) {
    display: none;
}
.woocommerce-checkout header>div>div {
    justify-content: center !important;
}
/** END NASCONDI MENU **/
.checkout .place-order .button {
    width: 100%;
    margin: 0;
    margin-top: 20px;
    padding: 20px !important;
}
article>*:not(.entry-content),
.entry-content .woocommerce {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.woocommerce-checkout-review-order-table {
    background-color: #1a1a1a;
    /* Cambia colore di sfondo */
    color: #ffffff;
    /* Colore del testo */
    padding: 16px;
    /* Padding interno */
    border-radius: 8px;
    /* Angoli arrotondati */
}
.woocommerce-checkout-review-order-table__section {
    margin-bottom: 16px;
    /* Spazio tra le sezioni */
}
.woocommerce-checkout-review-order-table .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.woocommerce-checkout-review-order-table .flex:nth-child(2)>div:last-child {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.woocommerce-checkout-review-order-table .text-sm {
    font-size: 0.875rem;
}
.woocommerce-checkout-review-order-table .text-right {
    text-align: right;
}
.woocommerce-checkout-review-order-table hr {
    border-color: #3d3d3d;
    /* Colore della linea di separazione */
}
.woocommerce-checkout-review-order-table__section:last-child {
    margin-bottom: 0;
}
.woocommerce-checkout-review-order-table__section .font-bold {
    font-weight: bold;
}
#order_comments_field .woocommerce-input-wrapper {
    width: 100%;
    flex-grow: 0;
    padding-left: 0;
}
/* ORDER review  */
.includes_tax {
    color: #696d76;
    display: block;
    font-size: 11px !important;
}
/* checkout paymet */
#payment .payment_methods .nexixpay-loghi-container {
    justify-content: center;
}
.checkout .woocommerce-terms-and-conditions-wrapper p {
    margin-bottom: 30px !important;
}
.wc_payment_method label {
    font-family: 'Menlo';
    font-weight: bold;
    font-style: normal;
}
.pay_method_credit_card_img {
    float: right; width: 190px; margin-left: 20px;
    margin-top:-6px;
}
.payment_box img {
    margin: 0 auto;
}
/* checkout shipping section */
.ship_account .reate-account{
    display: block !important;
}
.checkout #shipping_method {
    display: none;
}
#ship-to-different-address {
    display: none;
}
#ship-to-different-address-checkbox {
    display: none;
}
.optional {
    display: none;  
}
/* popup */
.bkg-popup-add-prodcut-to-cart {
    background-image: url(../images/alex-pop-up_desk_no_input.png?0129a850acee5e3decf6c780b74fd0b4);
    width: 800px;
    height: 450px;
}
#frm_newsletter {
    position: absolute;
    bottom: 70px;
    right: 40px;
    width: 350px;
}
#frm_newsletter input[type="text, email"] {
    border-radius: 20px;
}
@media (max-width: 782px) {
    .w-xs-0 {
        width: 0% !important;
    }

    .w-xs-100 {
        width: 100% !important;
    }

    .bkg-popup-add-prodcut-to-cart {
        background-image: url(../images/alex-pop-up_mobile_no_input.png?64c77cefd5ae135e33b94b509f452593);
        background-size: cover;
        width: 100% !important;
    }

    .pay_method_credit_card_img {
        float: none;
        width: 190px;
        margin: 0 auto;
    }

    
}
/* Product card */
.alex-product-card .alex-product-card-img-link img{
    border-radius: 6px
}
.alex-product-kit-card::before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px; 
    padding: 1px; 
    background:linear-gradient(180deg, #0A5985, #581A87); 
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.alex-product-kit-card::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 12px;
    box-shadow: 0px 0px 16px 0px #FFFFFF33;
    pointer-events: none;
}
.alex-product-kit-card .alex-product-kit-card-img-link img{
    border-radius: 6px;
    -o-object-fit: cover;
       object-fit: cover;
    height: 12rem;
}
.woocommerce-MyAccount-navigation ul{
    justify-content: start !important;
}
.woocommerce-MyAccount-navigation-link a{
    color: #aaaaaa !important;
}
.woocommerce-MyAccount-navigation-link.is-active a{
    color: white !important;
}
@media (min-width: 782px){
    .alex-product-kit-card .alex-product-kit-card-img-link img{
        height: 100%;
    }
}
.first\:pl-8:first-child{
    padding-left: 2rem;
}
.last\:pr-8:last-child{
    padding-right: 2rem;
}
@keyframes spin{

    to{
        transform: rotate(360deg);
    }
}
.hover\:animate-spin:hover{
    animation: spin 1s linear infinite;
}
.hover\:gap-2:hover{
    gap: 0.5rem;
}
.hover\:rounded-\[3px\]:hover{
    border-radius: 3px;
}
.hover\:border-\[\#aaaaaa\]:hover{
    --tw-border-opacity: 1;
    border-color: rgb(170 170 170 / var(--tw-border-opacity));
}
.hover\:bg-\[\#171717\]:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}
.hover\:bg-\[rgba\(255\2c 255\2c 255\2c 0\.15\)\]:hover{
    background-color: rgba(255,255,255,0.15);
}
.hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.hover\:bg-blue-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}
.hover\:bg-green-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}
.hover\:bg-gradient-to-r:hover{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.hover\:opacity-100:hover{
    opacity: 1;
}
.hover\:outline-2:hover{
    outline-width: 2px;
}
.hover\:outline-white:hover{
    outline-color: #fff;
}
.focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.focus\:ring-0:focus{
    --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(0px + 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);
}
.focus\:ring-2:focus{
    --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);
}
.focus\:ring-4:focus{
    --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(4px + 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);
}
.focus\:ring-\[var\(--ap-accent\)\]:focus{
    --tw-ring-color: var(--ap-accent);
}
.focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity));
}
.focus\:ring-green-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(134 239 172 / var(--tw-ring-opacity));
}
.focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
.disabled\:cursor-not-allowed:disabled{
    cursor: not-allowed;
}
.disabled\:text-\[\#6B7280\]:disabled{
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}
.disabled\:opacity-50:disabled{
    opacity: 0.5;
}
.group:hover .group-hover\:block{
    display: block;
}
.group:hover .group-hover\:hidden{
    display: none;
}
.group:hover .group-hover\:font-semibold{
    font-weight: 600;
}
@media not all and (min-width: 782px){

    .max-md\:fixed{
        position: fixed;
    }

    .max-md\:left-0{
        left: 0px;
    }

    .max-md\:top-0{
        top: 0px;
    }

    .max-md\:z-30{
        z-index: 30;
    }

    .max-md\:h-screen{
        height: 100vh;
    }
}
@media (min-width: 600px){

    .sm\:hidden{
        display: none;
    }

    .sm\:w-48{
        width: 12rem;
    }
}
@media (min-width: 782px){

    .md\:absolute{
        position: absolute;
    }

    .md\:inset-0{
        inset: 0px;
    }

    .md\:\!left-\[1\.6rem\]{
        left: 1.6rem !important;
    }

    .md\:\!left-\[17\%\]{
        left: 17% !important;
    }

    .md\:\!left-\[25\%\]{
        left: 25% !important;
    }

    .md\:\!left-\[33\%\]{
        left: 33% !important;
    }

    .md\:\!top-\[-0\.1rem\]{
        top: -0.1rem !important;
    }

    .md\:\!top-\[-5rem\]{
        top: -5rem !important;
    }

    .md\:-left-\[67px\]{
        left: -67px;
    }

    .md\:-top-\[25\%\]{
        top: -25%;
    }

    .md\:bottom-\[4rem\]{
        bottom: 4rem;
    }

    .md\:left-\[20\%\]{
        left: 20%;
    }

    .md\:top-\[-10rem\]{
        top: -10rem;
    }

    .md\:top-\[-14rem\]{
        top: -14rem;
    }

    .md\:top-\[32\%\]{
        top: 32%;
    }

    .md\:\!col-span-3{
        grid-column: span 3 / span 3 !important;
    }

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

    .md\:col-span-10{
        grid-column: span 10 / span 10;
    }

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

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

    .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\:mx-4{
        margin-left: 1rem;
        margin-right: 1rem;
    }

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

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

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

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

    .md\:\!mb-10{
        margin-bottom: 2.5rem !important;
    }

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

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

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

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

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

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

    .md\:mb-\[9rem\]{
        margin-bottom: 9rem;
    }

    .md\:ml-20{
        margin-left: 5rem;
    }

    .md\:ml-8{
        margin-left: 2rem;
    }

    .md\:mr-8{
        margin-right: 2rem;
    }

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

    .md\:mt-\[13rem\]{
        margin-top: 13rem;
    }

    .md\:block{
        display: block;
    }

    .md\:inline{
        display: inline;
    }

    .md\:flex{
        display: flex;
    }

    .md\:grid{
        display: grid;
    }

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

    .md\:hidden{
        display: none;
    }

    .md\:aspect-auto{
        aspect-ratio: auto;
    }

    .md\:\!h-14{
        height: 3.5rem !important;
    }

    .md\:\!h-\[1\.1rem\]{
        height: 1.1rem !important;
    }

    .md\:\!h-\[24rem\]{
        height: 24rem !important;
    }

    .md\:\!h-\[7rem\]{
        height: 7rem !important;
    }

    .md\:h-\[20vh\]{
        height: 20vh;
    }

    .md\:h-\[45vh\]{
        height: 45vh;
    }

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

    .md\:h-screen{
        height: 100vh;
    }

    .md\:max-h-\[700px\]{
        max-height: 700px;
    }

    .md\:min-h-min{
        min-height: -moz-min-content;
        min-height: min-content;
    }

    .md\:\!w-14{
        width: 3.5rem !important;
    }

    .md\:\!w-\[1\.1rem\]{
        width: 1.1rem !important;
    }

    .md\:\!w-\[2\.6rem\]{
        width: 2.6rem !important;
    }

    .md\:\!w-\[21rem\]{
        width: 21rem !important;
    }

    .md\:\!w-\[42\%\]{
        width: 42% !important;
    }

    .md\:\!w-\[55\%\]{
        width: 55% !important;
    }

    .md\:\!w-\[69\%\]{
        width: 69% !important;
    }

    .md\:\!w-\[7rem\]{
        width: 7rem !important;
    }

    .md\:\!w-\[80\%\]{
        width: 80% !important;
    }

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

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

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

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

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

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

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

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

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

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

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

    .md\:grow{
        flex-grow: 1;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .md\:gap-20{
        gap: 5rem;
    }

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

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

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

    .md\:gap-x-0{
        -moz-column-gap: 0px;
             column-gap: 0px;
    }

    .md\:space-x-10 > :not([hidden]) ~ :not([hidden]){
        --tw-space-x-reverse: 0;
        margin-right: calc(2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-2 > :not([hidden]) ~ :not([hidden]){
        --tw-space-x-reverse: 0;
        margin-right: calc(0.5rem * var(--tw-space-x-reverse));
        margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:\!overflow-visible{
        overflow: visible !important;
    }

    .md\:p-2{
        padding: 0.5rem;
    }

    .md\:p-5{
        padding: 1.25rem;
    }

    .md\:\!px-0{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .md\:\!px-10{
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }

    .md\:px-10{
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .md\:px-2{
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

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

    .md\:px-5{
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

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

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

    .md\:pl-\[3\%\]{
        padding-left: 3%;
    }

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

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

    .md\:\!text-\[2rem\]{
        font-size: 2rem !important;
    }

    .md\:text-3xl{
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

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

    .md\:text-\[0\.8rem\]{
        font-size: 0.8rem;
    }

    .md\:text-\[1\.7rem\]{
        font-size: 1.7rem;
    }

    .md\:text-\[2rem\]{
        font-size: 2rem;
    }

    .md\:text-base{
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .md\:text-lg{
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .md\:text-regular{
        font-size: 0.9rem;
    }

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

    .md\:text-xl{
        font-size: 1.25rem;
    }

    .md\:font-bold{
        font-weight: 700;
    }
}
@media (min-width: 960px){

    .lg\:static{
        position: static;
    }

    .lg\:absolute{
        position: absolute;
    }

    .lg\:relative{
        position: relative;
    }

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

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

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

    .lg\:z-\[1\]{
        z-index: 1;
    }

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

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

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

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

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

    .lg\:my-24{
        margin-top: 6rem;
        margin-bottom: 6rem;
    }

    .lg\:my-\[6rem\]{
        margin-top: 6rem;
        margin-bottom: 6rem;
    }

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

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

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

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

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

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

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

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

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

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

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

    .lg\:mt-\[3rem\]{
        margin-top: 3rem;
    }

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

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

    .lg\:block{
        display: block;
    }

    .lg\:flex{
        display: flex;
    }

    .lg\:grid{
        display: grid;
    }

    .lg\:hidden{
        display: none;
    }

    .lg\:h-\[92vh\]{
        height: 92vh;
    }

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

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

    .lg\:\!w-\[264px\]{
        width: 264px !important;
    }

    .lg\:\!w-\[368px\]{
        width: 368px !important;
    }

    .lg\:\!w-\[380px\]{
        width: 380px !important;
    }

    .lg\:\!w-\[400px\]{
        width: 400px !important;
    }

    .lg\:\!w-\[477px\]{
        width: 477px !important;
    }

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

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

    .lg\:w-40{
        width: 10rem;
    }

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

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

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

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

    .lg\:flex-grow-0{
        flex-grow: 0;
    }

    @keyframes marquee{

        0%{
            transform: translateX(0);
        }

        100%{
            transform: translateX(-1000%);
        }
    }

    .lg\:animate-\[marquee_300s_linear_infinite\]{
        animation: marquee 300s linear infinite;
    }

    .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\:grid-cols-5{
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

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

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

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

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

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

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

    .lg\:gap-28{
        gap: 7rem;
    }

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

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

    .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]){
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }

    .lg\:space-y-2 > :not([hidden]) ~ :not([hidden]){
        --tw-space-y-reverse: 0;
        margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
    }

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

    .lg\:rounded-t-none{
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .lg\:\!bg-\[transparent\]{
        background-color: transparent !important;
    }

    .lg\:bg-transparent{
        background-color: transparent;
    }

    .lg\:p-0{
        padding: 0px;
    }

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

    .lg\:\!px-20{
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }

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

    .lg\:px-10{
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

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

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

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

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

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

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

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

    .lg\:pl-16{
        padding-left: 4rem;
    }

    .lg\:pl-40{
        padding-left: 10rem;
    }

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

    .lg\:pr-16{
        padding-right: 4rem;
    }

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

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

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

    .lg\:\!text-\[2\.5rem\]{
        font-size: 2.5rem !important;
    }

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

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

    .lg\:text-\[1rem\]{
        font-size: 1rem;
    }
}
@media (min-width: 1280px){

    .xl\:mt-20{
        margin-top: 5rem;
    }
}
@media (min-width: 1440px){

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

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

    .\32xl\:text-6xl{
        font-size: 3.75rem;
        line-height: 1;
    }
}

