@tailwind base;

@tailwind components;

@tailwind utilities;

/* Buttons */

.idz-btn-active{
  --tw-bg-opacity: 1;
  background-color: rgb(190 163 204 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(29 24 31 / var(--tw-text-opacity, 1));
}

/* Craft Classes */

.craft-bg-purple-900{
  --tw-bg-opacity: 1;
  background-color: rgb(29 24 31 / var(--tw-bg-opacity, 1));
}

.craft-bg-purple-1000{
  --tw-bg-opacity: 1;
  background-color: rgb(19 16 20 / var(--tw-bg-opacity, 1));
}

.craft-frame-skew{
  margin-bottom: -10vw;
  box-sizing: content-box;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media (min-width: 640px){
  .craft-frame-skew{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

@media (min-width: 768px){
  .craft-frame-skew{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media (min-width: 1024px){
  .craft-frame-skew{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
}

@media (min-width: 1280px){
  .craft-frame-skew{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
}

.craft-frame-skew {
  clip-path: polygon(0 calc(0% + 10vw), 100% 0%, 100% calc(100% - 10vw), 0 100%);
}

.craft-frame-skew-top{
  box-sizing: content-box;
  padding-top: 6rem;
}

@media (min-width: 640px){
  .craft-frame-skew-top{
    padding-top: 7rem;
  }
}

@media (min-width: 768px){
  .craft-frame-skew-top{
    padding-top: 8rem;
  }
}

@media (min-width: 1024px){
  .craft-frame-skew-top{
    padding-top: 11rem;
  }
}

@media (min-width: 1280px){
  .craft-frame-skew-top{
    padding-top: 14rem;
  }
}

.craft-frame-skew-top {
  clip-path: polygon(0 calc(0% + 10vw), 100% 0, 100% 100%, 0% 100%);
}

.craft-frame-skew-bottom{
  margin-bottom: -10vw;
  box-sizing: content-box;
  padding-bottom: 10vw;
  clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 10vw), 0 100%);
}

main section:last-child > div > div.craft-frame-skew{
  margin-bottom: 0px;
}

.craft-pt-5{
  padding-top: 2%;
}

.craft-pt-10{
  padding-top: 5%;
}

.craft-pt-20{
  padding-top: 8%;
}

.craft-pt-40{
  padding-top: 12%;
}

.craft-pb-5{
  padding-bottom: 2%;
}

.craft-pb-10{
  padding-bottom: 5%;
}

.craft-pb-20{
  padding-bottom: 8%;
}

.craft-pb-40{
  padding-bottom: 12%;
}

/* Isotope Classes */

/* .js-isotope {
    @apply after:content-['/img/'] after:block after:clear-both;
} */

.js-isotope.js-isotope-images-unloaded{
  opacity: 0;
}

.js-isotope-item,
.js-isotope-sizer{
  width: 49%;
}

@media (min-width: 768px){
  .js-isotope-item,
.js-isotope-sizer{
    width: 24.25%;
  }
}

@media (min-width: 1280px){
  .js-isotope-item,
.js-isotope-sizer{
    width: 19.2%;
  }
}

.js-isotope-item{
  float: left;
  height: 0px;
  padding-bottom: 49%;
}

@media (min-width: 768px){
  .js-isotope-item{
    padding-bottom: 24.25%;
  }
}

@media (min-width: 1280px){
  .js-isotope-item{
    padding-bottom: 19.2%;
  }
}

/* .js-isotope-item:before {
    @apply content-[''] absolute transition-opacity duration-500 ease-out z-10 inset-0 bg-purple-800 opacity-0 pointer-events-none;
} */

/* .js-isotope-item:hover:before {
    @apply opacity-80;
} */

.js-gutter-sizer{
  width: 2%;
}

@media (min-width: 768px){
  .js-gutter-sizer{
    width: 1%;
  }
}

/* .js-isotope-item h2 {
    @apply text-base xl:text-xl xl:transition-all xl:duration-500 xl:ease-out xl:scale-100 xl:opacity-100;
} */

/* .js-isotope-item:hover h2 {
    @apply xl:scale-100 xl:opacity-100;
} */

/* .js-isotope-item img {
    @apply absolute object-cover w-full h-full xl:transition-all xl:duration-1000 xl:ease-out xl:scale-100 xl:grayscale;
}
.js-isotope-item picture:has(+ a:hover) img {
    @apply xl:grayscale-0;
} */

/* Isotope Classes */

.isotope-item-21{
  width: 100%;
}

@media (min-width: 768px){
  .isotope-item-21{
    width: 49.5%;
  }
}

@media (min-width: 1280px){
  .isotope-item-21{
    width: 39.4%;
  }
}

.isotope-item-12{
  padding-bottom: 100%;
}

@media (min-width: 768px){
  .isotope-item-12{
    padding-bottom: 49.5%;
  }
}

@media (min-width: 1280px){
  .isotope-item-12{
    padding-bottom: 39.4%;
  }
}

.isotope-item-22{
  width: 100%;
  padding-bottom: 100%;
}

@media (min-width: 768px){
  .isotope-item-22{
    width: 49.5%;
    padding-bottom: 49.5%;
  }
}

@media (min-width: 1280px){
  .isotope-item-22{
    width: 39.4%;
    padding-bottom: 39.4%;
  }
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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:  ;
  --tw-perspective: none;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-translate-z: 0;
  --tw-rotate-x: 0;
  --tw-rotate-y: 0;
  --tw-rotate-z: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scale-z: 1;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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:  ;
  --tw-perspective: none;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-translate-z: 0;
  --tw-rotate-x: 0;
  --tw-rotate-y: 0;
  --tw-rotate-z: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scale-z: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

:root,
[data-theme]{
  background-color: hsl(var(--b1) / var(--tw-bg-opacity, 1));
  color: hsl(var(--bc) / var(--tw-text-opacity, 1));
}

html{
  -webkit-tap-highlight-color: transparent;
}

:root{
  --p: 0 100% 50%;
  --pf: 0 100% 43%;
  --sf: 120 100% 18%;
  --af: 240 100% 43%;
  --nf: 280 29% 65%;
  --b3: 279 11% 29%;
  --in: 198 93% 60%;
  --su: 158 64% 52%;
  --wa: 43 96% 56%;
  --er: 0 91% 71%;
  --bc: 286 3% 82%;
  --pc: 17 100% 90%;
  --sc: 105 32% 85%;
  --ac: 263 100% 91%;
  --nc: 280 8% 15%;
  --inc: 198 100% 12%;
  --suc: 158 100% 10%;
  --wac: 43 100% 11%;
  --erc: 0 100% 14%;
  --s: 120 100% 25%;
  --a: 240 100% 50%;
  --n: 280 29% 72%;
  --b1: 285 13% 18%;
  --b2: 279 11% 36%;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: 0.2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}

::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit{
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}

select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox']{
  border-radius: 0px;
}

[type='radio']{
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  [type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  [type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active) {
  [type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

/* main {
        @apply pt-40 xl:pt-80;
    } */

strong{
  font-weight: 700;
}

input[type="text"],
    input[type="email"],
    textarea{
  border-radius: 0.5rem;
  border-width: 0px;
  background-color: rgb(190 163 204 / 0.1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  outline-width: 0px;
  --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);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, textarea::-moz-placeholder{
  color: rgb(190 163 204 / 0.5);
}

input[type="text"]::placeholder,
    input[type="email"]::placeholder,
    textarea::placeholder{
  color: rgb(190 163 204 / 0.5);
}

input[type="text"]:focus,
    input[type="email"]:focus,
    textarea:focus{
  background-color: rgb(190 163 204 / 0.2);
  outline-width: 0px;
  --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);
}

textarea{
  resize: none;
}

button[type="submit"]{
  border-radius: 0.5rem;
  border-style: none;
  background-color: rgb(190 163 204 / 0.1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

button[type="submit"]:hover{
  background-color: rgb(190 163 204 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(190 163 204 / var(--tw-text-opacity, 1));
}

.container{
  width: 100%;
}

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

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

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

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

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

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

.avatar.placeholder > div{
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (hover:hover){
  .label a:hover{
    --tw-text-opacity: 1;
    color: hsl(var(--bc) / var(--tw-text-opacity));
  }

  .menu li > *:not(ul):not(.menu-title):not(details):active,
.menu li > *:not(ul):not(.menu-title):not(details).active,
.menu li > details > summary:active{
    --tw-bg-opacity: 1;
    background-color: hsl(var(--n) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: hsl(var(--nc) / var(--tw-text-opacity));
  }
}

.btn{
  display: inline-flex;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-color: transparent;
  border-color: hsl(var(--b2) / var(--tw-border-opacity));
  text-align: center;
  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-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 200ms;
  border-radius: var(--rounded-btn, 0.5rem);
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  min-height: 3rem;
  font-size: 0.875rem;
  line-height: 1em;
  gap: 0.5rem;
  font-weight: 600;
  text-decoration-line: none;
  border-width: var(--border-btn, 1px);
  animation: button-pop var(--animation-btn, 0.25s) ease-out;
  text-transform: var(--btn-text-case, uppercase);
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b2) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  outline-color: hsl(var(--bc) / 1);
}

.btn-disabled,
  .btn[disabled],
  .btn:disabled{
  pointer-events: none;
}

.btn-square{
  height: 3rem;
  width: 3rem;
  padding: 0px;
}

.btn-group > input[type="radio"].btn{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.btn-group > input[type="radio"].btn:before{
  content: attr(data-title);
}

.btn:is(input[type="checkbox"]),
.btn:is(input[type="radio"]){
  width: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.btn:is(input[type="checkbox"]):after,
.btn:is(input[type="radio"]):after{
  --tw-content: attr(aria-label);
  content: var(--tw-content);
}

.card{
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--rounded-box, 1rem);
}

.card:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.card figure{
  display: flex;
  align-items: center;
  justify-content: center;
}

.card.image-full{
  display: grid;
}

.card.image-full:before{
  position: relative;
  content: "";
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  opacity: 0.75;
  border-radius: var(--rounded-box, 1rem);
}

.card.image-full:before,
    .card.image-full > *{
  grid-column-start: 1;
  grid-row-start: 1;
}

.card.image-full > figure img{
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card.image-full > .card-body{
  position: relative;
  z-index: 20;
  --tw-text-opacity: 1;
  color: hsl(var(--nc) / var(--tw-text-opacity));
}

@media (hover: hover){
  .btn:hover{
    --tw-border-opacity: 1;
    border-color: hsl(var(--b3) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--b3) / var(--tw-bg-opacity));
  }

  .btn-primary:hover{
    --tw-border-opacity: 1;
    border-color: hsl(var(--pf) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--pf) / var(--tw-bg-opacity));
  }

  .btn.glass:hover{
    --glass-opacity: 25%;
    --glass-border-opacity: 15%;
  }

  .btn-outline.btn-primary:hover{
    --tw-border-opacity: 1;
    border-color: hsl(var(--pf) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--pf) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: hsl(var(--pc) / var(--tw-text-opacity));
  }

  .btn-disabled:hover,
    .btn[disabled]:hover,
    .btn:disabled:hover{
    --tw-border-opacity: 0;
    background-color: hsl(var(--n) / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2;
    color: hsl(var(--bc) / var(--tw-text-opacity));
    --tw-text-opacity: 0.2;
  }

  .btn:is(input[type="checkbox"]:checked):hover, .btn:is(input[type="radio"]:checked):hover{
    --tw-border-opacity: 1;
    border-color: hsl(var(--pf) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--pf) / var(--tw-bg-opacity));
  }

  :where(.menu li:not(.menu-title):not(.disabled) > *:not(ul):not(details):not(.menu-title)):not(.active):hover, :where(.menu li:not(.menu-title):not(.disabled) > details > summary:not(.menu-title)):not(.active):hover{
    cursor: pointer;
    background-color: hsl(var(--bc) / 0.1);
    --tw-text-opacity: 1;
    color: hsl(var(--bc) / var(--tw-text-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
}

.footer{
  display: grid;
  width: 100%;
  grid-auto-flow: row;
  place-items: start;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer > *{
  display: grid;
  place-items: start;
  gap: 0.5rem;
}

@media (min-width: 48rem){
  .footer{
    grid-auto-flow: column;
  }

  .footer-center{
    grid-auto-flow: row dense;
  }
}

.label{
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.hero{
  display: grid;
  width: 100%;
  place-items: center;
  background-size: cover;
  background-position: center;
}

.hero > *{
  grid-column-start: 1;
  grid-row-start: 1;
}

.hero-overlay{
  grid-column-start: 1;
  grid-row-start: 1;
  height: 100%;
  width: 100%;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}

.hero-content{
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 80rem;
  gap: 1rem;
  padding: 1rem;
}

.input{
  flex-shrink: 1;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 2;
  line-height: 1.5rem;
  border-width: 1px;
  border-color: hsl(var(--bc) / var(--tw-border-opacity));
  --tw-border-opacity: 0;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
  border-radius: var(--rounded-btn, 0.5rem);
}

.input-group > .input{
  isolation: isolate;
}

.input-group > *,
  .input-group > .input,
  .input-group > .textarea,
  .input-group > .select{
  border-radius: 0px;
}

.link{
  cursor: pointer;
  text-decoration-line: underline;
}

.menu{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.5rem;
}

.menu :where(li ul){
  position: relative;
  white-space: nowrap;
  margin-left: 1rem;
  padding-left: 0.5rem;
}

.menu :where(li:not(.menu-title) > *:not(ul):not(details):not(.menu-title)),
  .menu :where(li:not(.menu-title) > details > summary:not(.menu-title)){
  display: grid;
  grid-auto-flow: column;
  align-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  grid-auto-columns: minmax(auto, max-content) auto max-content;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.menu li.disabled{
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: hsl(var(--bc) / 0.3);
}

.menu :where(li > .menu-dropdown:not(.menu-dropdown-show)){
  display: none;
}

:where(.menu li){
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
}

:where(.menu li) .badge{
  justify-self: end;
}

.textarea{
  flex-shrink: 1;
  min-height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  border-width: 1px;
  border-color: hsl(var(--bc) / var(--tw-border-opacity));
  --tw-border-opacity: 0;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
  border-radius: var(--rounded-btn, 0.5rem);
}

.btm-nav > * .label{
  font-size: 1rem;
  line-height: 1.5rem;
}

.btn:active:hover,
  .btn:active:focus{
  animation: button-pop 0s ease-out;
  transform: scale(var(--btn-focus-scale, 0.97));
}

.btn:focus-visible{
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
}

.btn-primary{
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
  outline-color: hsl(var(--p) / 1);
}

.btn-primary.btn-active{
  --tw-border-opacity: 1;
  border-color: hsl(var(--pf) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--pf) / var(--tw-bg-opacity));
}

.btn.glass{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline-color: currentColor;
}

.btn.glass.btn-active{
  --glass-opacity: 25%;
  --glass-border-opacity: 15%;
}

.btn-outline.btn-primary{
  --tw-text-opacity: 1;
  color: hsl(var(--p) / var(--tw-text-opacity));
}

.btn-outline.btn-primary.btn-active{
  --tw-border-opacity: 1;
  border-color: hsl(var(--pf) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--pf) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}

.btn.btn-disabled,
  .btn[disabled],
  .btn:disabled{
  --tw-border-opacity: 0;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  --tw-text-opacity: 0.2;
}

.btn-group > input[type="radio"]:checked.btn,
  .btn-group > .btn-active{
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}

.btn-group > input[type="radio"]:checked.btn:focus-visible, .btn-group > .btn-active:focus-visible{
  outline-style: solid;
  outline-width: 2px;
  outline-color: hsl(var(--p) / 1);
}

.btn:is(input[type="checkbox"]:checked),
.btn:is(input[type="radio"]:checked){
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}

.btn:is(input[type="checkbox"]:checked):focus-visible, .btn:is(input[type="radio"]:checked):focus-visible{
  outline-color: hsl(var(--p) / 1);
}

@keyframes button-pop{
  0%{
    transform: scale(var(--btn-focus-scale, 0.98));
  }

  40%{
    transform: scale(1.02);
  }

  100%{
    transform: scale(1);
  }
}

.card :where(figure:first-child){
  overflow: hidden;
  border-start-start-radius: inherit;
  border-start-end-radius: inherit;
  border-end-start-radius: unset;
  border-end-end-radius: unset;
}

.card :where(figure:last-child){
  overflow: hidden;
  border-start-start-radius: unset;
  border-start-end-radius: unset;
  border-end-start-radius: inherit;
  border-end-end-radius: inherit;
}

.card:focus-visible{
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.card.bordered{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: hsl(var(--b2) / var(--tw-border-opacity));
}

.card.compact .card-body{
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.card.image-full :where(figure){
  overflow: hidden;
  border-radius: inherit;
}

@keyframes checkmark{
  0%{
    background-position-y: 5px;
  }

  50%{
    background-position-y: -2px;
  }

  100%{
    background-position-y: 0;
  }
}

.input input:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.input[list]::-webkit-calendar-picker-indicator{
  line-height: 1em;
}

.input:focus,
  .input:focus-within{
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: hsl(var(--bc) / 0.2);
}

.input-disabled,
  .input:disabled,
  .input[disabled]{
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: hsl(var(--b2) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b2) / var(--tw-bg-opacity));
  --tw-text-opacity: 0.2;
}

.input-disabled::-moz-placeholder, .input:disabled::-moz-placeholder, .input[disabled]::-moz-placeholder{
  color: hsl(var(--bc) / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.2;
}

.input-disabled::placeholder,
  .input:disabled::placeholder,
  .input[disabled]::placeholder{
  color: hsl(var(--bc) / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.2;
}

.link:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.link:focus-visible{
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.loading{
  pointer-events: none;
  display: inline-block;
  aspect-ratio: 1 / 1;
  width: 1.5rem;
  background-color: currentColor;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate(360deg)%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class='spinner_V8m1'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3'%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate(360deg)%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class='spinner_V8m1'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3'%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

:where(.menu li:empty){
  background-color: hsl(var(--bc) / 0.1);
  margin: 0.5rem 1rem;
  height: 1px;
}

.menu :where(li ul):before{
  position: absolute;
  bottom: 0.75rem;
  left: 0px;
  top: 0.75rem;
  width: 1px;
  background-color: hsl(var(--bc) / 0.1);
  content: "";
}

.menu :where(li:not(.menu-title) > *:not(ul):not(details):not(.menu-title)),
.menu :where(li:not(.menu-title) > details > summary:not(.menu-title)){
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  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-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 200ms;
  border-radius: var(--rounded-btn, 0.5rem);
  text-wrap: balance;
}

:where(.menu li:not(.menu-title):not(.disabled) > *:not(ul):not(details):not(.menu-title)):not(summary):not(.active).focus,
  :where(.menu li:not(.menu-title):not(.disabled) > *:not(ul):not(details):not(.menu-title)):not(summary):not(.active):focus,
  :where(.menu li:not(.menu-title):not(.disabled) > *:not(ul):not(details):not(.menu-title)):is(summary):not(.active):focus-visible,
  :where(.menu li:not(.menu-title):not(.disabled) > details > summary:not(.menu-title)):not(summary):not(.active).focus,
  :where(.menu li:not(.menu-title):not(.disabled) > details > summary:not(.menu-title)):not(summary):not(.active):focus,
  :where(.menu li:not(.menu-title):not(.disabled) > details > summary:not(.menu-title)):is(summary):not(.active):focus-visible{
  cursor: pointer;
  background-color: hsl(var(--bc) / 0.1);
  --tw-text-opacity: 1;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.menu li > *:not(ul):not(.menu-title):not(details):active,
.menu li > *:not(ul):not(.menu-title):not(details).active,
.menu li > details > summary:active{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--nc) / var(--tw-text-opacity));
}

.menu :where(li > details > summary)::-webkit-details-marker{
  display: none;
}

.menu :where(li > details > summary):after,
.menu :where(li > .menu-dropdown-toggle):after{
  justify-self: end;
  display: block;
  margin-top: -0.5rem;
  height: 0.5rem;
  width: 0.5rem;
  transform: rotate(45deg);
  transition-property: transform, margin-top;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: "";
  transform-origin: 75% 75%;
  box-shadow: 2px 2px;
  pointer-events: none;
}

.menu :where(li > details[open] > summary):after,
.menu :where(li > .menu-dropdown-toggle.menu-dropdown-show):after{
  transform: rotate(225deg);
  margin-top: 0;
}

.mockup-browser .mockup-browser-toolbar .input{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 1.75rem;
  width: 24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b2) / var(--tw-bg-opacity));
  padding-left: 2rem;
}

.mockup-browser .mockup-browser-toolbar .input:before{
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 50%;
  aspect-ratio: 1 / 1;
  height: 0.75rem;
  --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));
  border-radius: 9999px;
  border-width: 2px;
  border-color: currentColor;
  opacity: 0.6;
}

.mockup-browser .mockup-browser-toolbar .input:after{
  content: "";
  position: absolute;
  left: 1.25rem;
  top: 50%;
  height: 0.5rem;
  --tw-translate-y: 25%;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  border-width: 1px;
  border-color: currentColor;
  opacity: 0.6;
}

@keyframes modal-pop{
  0%{
    opacity: 0;
  }
}

@keyframes progress-loading{
  50%{
    background-position-x: -115%;
  }
}

@keyframes radiomark{
  0%{
    box-shadow: 0 0 0 12px hsl(var(--b1)) inset,
      0 0 0 12px hsl(var(--b1)) inset;
  }

  50%{
    box-shadow: 0 0 0 3px hsl(var(--b1)) inset,
      0 0 0 3px hsl(var(--b1)) inset;
  }

  100%{
    box-shadow: 0 0 0 4px hsl(var(--b1)) inset,
      0 0 0 4px hsl(var(--b1)) inset;
  }
}

@keyframes rating-pop{
  0%{
    transform: translateY(-0.125em);
  }

  40%{
    transform: translateY(-0.125em);
  }

  100%{
    transform: translateY(0);
  }
}

.textarea:focus{
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: hsl(var(--bc) / 0.2);
}

.textarea-disabled,
  .textarea:disabled,
  .textarea[disabled]{
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: hsl(var(--b2) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b2) / var(--tw-bg-opacity));
  --tw-text-opacity: 0.2;
}

.textarea-disabled::-moz-placeholder, .textarea:disabled::-moz-placeholder, .textarea[disabled]::-moz-placeholder{
  color: hsl(var(--bc) / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.2;
}

.textarea-disabled::placeholder,
  .textarea:disabled::placeholder,
  .textarea[disabled]::placeholder{
  color: hsl(var(--bc) / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.2;
}

@keyframes toast-pop{
  0%{
    transform: scale(0.9);
    opacity: 0;
  }

  100%{
    transform: scale(1);
    opacity: 1;
  }
}

.artboard.phone{
  width: 320px;
}

.btn-square:where(.btn-xs){
  height: 1.5rem;
  width: 1.5rem;
  padding: 0px;
}

.btn-square:where(.btn-sm){
  height: 2rem;
  width: 2rem;
  padding: 0px;
}

.btn-square:where(.btn-md){
  height: 3rem;
  width: 3rem;
  padding: 0px;
}

.btn-square:where(.btn-lg){
  height: 4rem;
  width: 4rem;
  padding: 0px;
}

.btn-group .btn:not(:first-child):not(:last-child){
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group .btn:first-child:not(:last-child){
  margin-left: -1px;
  margin-top: -0px;
  border-top-left-radius: var(--rounded-btn, 0.5rem);
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--rounded-btn, 0.5rem);
  border-bottom-right-radius: 0;
}

.btn-group .btn:last-child:not(:first-child){
  border-top-left-radius: 0;
  border-top-right-radius: var(--rounded-btn, 0.5rem);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: var(--rounded-btn, 0.5rem);
}

.btn-group-horizontal .btn:not(:first-child):not(:last-child){
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group-horizontal .btn:first-child:not(:last-child){
  margin-left: -1px;
  margin-top: -0px;
  border-top-left-radius: var(--rounded-btn, 0.5rem);
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--rounded-btn, 0.5rem);
  border-bottom-right-radius: 0;
}

.btn-group-horizontal .btn:last-child:not(:first-child){
  border-top-left-radius: 0;
  border-top-right-radius: var(--rounded-btn, 0.5rem);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: var(--rounded-btn, 0.5rem);
}

.btn-group-vertical .btn:first-child:not(:last-child){
  margin-left: -0px;
  margin-top: -1px;
  border-top-left-radius: var(--rounded-btn, 0.5rem);
  border-top-right-radius: var(--rounded-btn, 0.5rem);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group-vertical .btn:last-child:not(:first-child){
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--rounded-btn, 0.5rem);
  border-bottom-right-radius: var(--rounded-btn, 0.5rem);
}

/* Buttons */

.idz-btn{
  display: inline-flex;
  height: 2rem;
  min-height: 2rem;
  cursor: pointer;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 1px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 1024px){
  .idz-btn{
    min-height: 3rem;
  }
}

.idz-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(190 163 204 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(29 24 31 / var(--tw-text-opacity, 1));
}

.idz-btn:focus:active{
  --tw-scale-x: 0.95;
  --tw-scale-y: 0.95;
  scale: var(--tw-scale-x) var(--tw-scale-y) var(--tw-scale-z);
}

@media (min-width: 1024px){
  .idz-btn{
    height: 3rem;
    min-height: 3rem;
    gap: 0.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}

/* Hero */

.idz-hero{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  width: 100%;
  max-width: 72rem;
  background-size: cover;
  background-position: center;
  padding: 1rem;
}

@media (min-width: 768px){
  .idz-hero{
    padding: 2.5rem;
  }
}

@media (min-width: 1536px){
  .idz-hero{
    max-width: 90rem;
  }
}

.idz-hero > *{
  grid-column-start: 1;
  grid-row-start: 1;
}

.idz-hero-content{
  max-width: 48rem;
}

@media (min-width: 1536px){
  .idz-hero-content{
    max-width: 56rem;
  }
}

/* Mainmenu */

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

.idz-mainmenu{
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

@media (min-width: 768px){
  .idz-mainmenu{
    font-size: 3.75rem;
    line-height: 1.1;
  }
}

@media (min-width: 1024px){
  .idz-mainmenu{
    font-size: 4.5rem;
    line-height: 1.1;
  }
}

@media (min-width: 1280px){
  .idz-mainmenu{
    display: flex;
    align-items: center;
    gap: 2.5rem;
  }

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

  .idz-mainmenu{
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.idz-mainmenu li a{
  position: relative;
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 1280px){
  .idz-mainmenu li a{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.idz-mainmenu li a > span{
  position: relative;
  display: inline-flex;
  overflow: hidden;
}

.idz-mainmenu li a > span::after{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  transform-origin: 100% 50%;
  --tw-text-opacity: 1;
  color: rgb(190 163 204 / var(--tw-text-opacity, 1));
  transition-property: perspective, translate, scale, transform, perspective, rotate;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.100, 0.800, 0.200, 1.000);
  --tw-content: attr(data-replace);
  content: var(--tw-content);
  --tw-translate-y: -100%;
  translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z);
}

.idz-mainmenu li a:hover > span::after,
    .idz-mainmenu li.idz-mainmenu-active a > span::after{
  --tw-translate-y: 0px;
  translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z);
}

.idz-mainmenu li a span span{
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(119 102 128 / var(--tw-text-opacity, 1));
  transition-property: perspective, translate, scale, transform, perspective, rotate;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.100, 0.800, 0.200, 1.000);
}

.idz-mainmenu li a:hover span span,
    .idz-mainmenu li.idz-mainmenu-active a span span{
  --tw-translate-y: 100%;
  translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z);
}

/* Menu */

.idz-menu{
  display: grid;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 768px){
  .idz-menu{
    grid-column: span 2 / span 2;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}

.idz-menu li{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(119 102 128 / var(--tw-border-opacity, 1));
}

.idz-menu li:last-child{
  border-bottom-width: 1px;
}

@media (min-width: 768px){
  .idz-menu li:nth-last-child(-n+2){
    border-bottom-width: 1px;
  }
}

.idz-menu li a{
  position: relative;
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.idz-menu li.idz-menu-active a{
  pointer-events: none;
}

.idz-menu li a > span{
  position: relative;
  display: inline-flex;
  overflow: hidden;
}

.idz-menu li a > span::after{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  transform-origin: 100% 50%;
  --tw-text-opacity: 1;
  color: rgb(190 163 204 / var(--tw-text-opacity, 1));
  transition-property: perspective, translate, scale, transform, perspective, rotate;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.100, 0.800, 0.200, 1.000);
  --tw-content: attr(data-replace);
  content: var(--tw-content);
  --tw-translate-y: -100%;
  translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z);
}

.idz-menu li a:hover > span::after,
    .idz-menu li.idz-menu-active a > span::after{
  --tw-translate-y: 0px;
  translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z);
}

.idz-menu li a svg{
  position: absolute;
  right: 0px;
  top: 50%;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.100, 0.800, 0.200, 1.000);
  --tw-translate-x: -1rem;
  --tw-translate-y: -50%;
  translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z);
}

.idz-menu li a:hover svg{
  opacity: 1;
  --tw-translate-x: -0px;
  translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z);
}

.idz-menu li a span span{
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(119 102 128 / var(--tw-text-opacity, 1));
  transition-property: perspective, translate, scale, transform, perspective, rotate;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.100, 0.800, 0.200, 1.000);
}

.idz-menu li a:hover span span,
    .idz-menu li.idz-menu-active a span span{
  --tw-translate-y: 100%;
  translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z);
}

/* Imagelink */

/* Image Transforms */

/* Tilt */

.ndz-tilt{
  position: relative;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  --tw-perspective: 1000px;
  perspective: var(--tw-perspective);
  transform-style: preserve-3d;
}

.ndz-tilt-title{
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  font-weight: 700;
  opacity: 0;
  --tw-drop-shadow: drop-shadow(0px 0px 10px rgba(0,0,0,1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.100, 0.800, 0.200, 1.000);
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  --tw-translate-z: 10rem;
  translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z);
}

.ndz-tilt-img{
  pointer-events: none;
}

.ndz-tilt-img img{
  border-radius: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 1280px){
  .ndz-tilt-img img{
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
}

.ndz-tilt-link{
  position: absolute;
  inset: 0px;
}

.ndz-tilt:hover{
  z-index: 10;
}

@media (min-width: 1280px){
  .ndz-tilt:hover{
    --tw-shadow: 0 0 50px 0 rgba(0,0,0,1);
    --tw-shadow-colored: 0 0 50px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.ndz-tilt:hover .ndz-tilt-title{
  opacity: 1;
  --tw-translate-z: 5rem;
  translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z);
}

.ndz-tilt:hover .ndz-tilt-img img{
  --tw-grayscale: grayscale(0);
  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);
}

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

.pointer-events-auto{
  pointer-events: auto;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.inset-x-0{
  left: 0px;
  right: 0px;
}

.bottom-0{
  bottom: 0px;
}

.bottom-\[10\%\]{
  bottom: 10%;
}

.bottom-\[5\%\]{
  bottom: 5%;
}

.left-0{
  left: 0px;
}

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

.left-5{
  left: 1.25rem;
}

.right-0{
  right: 0px;
}

.top-0{
  top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mb-7{
  margin-bottom: 1.75rem;
}

.block{
  display: block;
}

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

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-0\.5{
  height: 0.125rem;
}

.h-1\/3{
  height: 33.333333%;
}

.h-1\/4{
  height: 25%;
}

.h-1\/6{
  height: 16.666667%;
}

.h-16{
  height: 4rem;
}

.h-5{
  height: 1.25rem;
}

.h-80{
  height: 20rem;
}

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

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

.h-\[calc\(45vh\+10vw\)\]{
  height: calc(45vh + 10vw);
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.h-screen-50{
  height: 50vh;
}

.max-h-20{
  max-height: 5rem;
}

.max-h-\[3\.5rem\]{
  max-height: 3.5rem;
}

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

.min-h-screen{
  min-height: 100vh;
}

.w-12{
  width: 3rem;
}

.w-16{
  width: 4rem;
}

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

.w-20{
  width: 5rem;
}

.w-44{
  width: 11rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-8{
  width: 2rem;
}

.w-80{
  width: 20rem;
}

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

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

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

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

.max-w-2xl{
  max-width: 42rem;
}

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

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

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

.max-w-6xl{
  max-width: 72rem;
}

.max-w-8xl{
  max-width: 90rem;
}

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

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

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

.flex-1{
  flex: 1 1 0%;
}

@keyframes fadeIn{
  0%{
    animation-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transform: translateY(50px);
    opacity: 0;
  }

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

.animate-fadeIn{
  animation: fadeIn 2s linear forwards;
}

@keyframes fadeInOut{
  0%{
    animation-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transform: translateY(50px);
    opacity: 0;
  }

  50%{
    animation-timing-function: cubic-bezier(0.950, 0.050, 0.795, 0.035);
    transform: translateY(0);
    opacity: 1;
  }

  100%{
    transform: translateY(-50px);
    opacity: 0;
  }
}

.animate-fadeInOut{
  animation: fadeInOut 4s linear forwards;
}

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

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

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

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

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

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

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

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

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

.gap-10{
  gap: 2.5rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-5{
  gap: 1.25rem;
}

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

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

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

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

.space-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 1;
}

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-purple-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(48 39 51 / var(--tw-divide-opacity, 1));
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.scroll-smooth{
  scroll-behavior: smooth;
}

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

.rounded-lg{
  border-radius: 0.5rem;
}

.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

.border-purple-800{
  --tw-border-opacity: 1;
  border-color: rgb(48 39 51 / var(--tw-border-opacity, 1));
}

.bg-current{
  background-color: currentColor;
}

.bg-purple{
  --tw-bg-opacity: 1;
  background-color: rgb(190 163 204 / var(--tw-bg-opacity, 1));
}

.bg-purple-1000{
  --tw-bg-opacity: 1;
  background-color: rgb(19 16 20 / var(--tw-bg-opacity, 1));
}

.bg-purple-500{
  --tw-bg-opacity: 1;
  background-color: rgb(119 102 128 / var(--tw-bg-opacity, 1));
}

.bg-purple-800{
  --tw-bg-opacity: 1;
  background-color: rgb(48 39 51 / var(--tw-bg-opacity, 1));
}

.bg-purple-900{
  --tw-bg-opacity: 1;
  background-color: rgb(29 24 31 / var(--tw-bg-opacity, 1));
}

.bg-purple\/10{
  background-color: rgb(190 163 204 / 0.1);
}

.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}

.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-purple-1000{
  --tw-gradient-from: #131014 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 16 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

.bg-fixed{
  background-attachment: fixed;
}

.fill-current{
  fill: currentColor;
}

.fill-purple{
  fill: #BEA3CC;
}

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

.object-center{
  -o-object-position: center;
     object-position: center;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

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

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

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

.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.pb-16{
  padding-bottom: 4rem;
}

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

.pb-\[67\%\]{
  padding-bottom: 67%;
}

.pb-\[6vw\]{
  padding-bottom: 6vw;
}

.pt-32{
  padding-top: 8rem;
}

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

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

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

.font-body{
  font-family: ingra, Helvetica, Arial, sans-serif;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 1.2;
}

.text-3xl\/tight{
  font-size: 1.875rem;
  line-height: 1.25;
}

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

.text-6xl{
  font-size: 3.75rem;
  line-height: 1.1;
}

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

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

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

.uppercase{
  text-transform: uppercase;
}

.not-italic{
  font-style: normal;
}

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

.leading-tight{
  line-height: 1.25;
}

.text-purple{
  --tw-text-opacity: 1;
  color: rgb(190 163 204 / var(--tw-text-opacity, 1));
}

.text-purple-1000{
  --tw-text-opacity: 1;
  color: rgb(19 16 20 / var(--tw-text-opacity, 1));
}

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

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

.mix-blend-hard-light{
  mix-blend-mode: hard-light;
}

.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.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: perspective, translate, scale, transform, perspective, rotate;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-1000{
  transition-duration: 1000ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-500{
  transition-duration: 500ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-out-expo{
  transition-timing-function: cubic-bezier(0.100, 0.800, 0.200, 1.000);
}

.animation-delay-150{
  animation-delay: 150ms;
}

.animation-delay-300{
  animation-delay: 300ms;
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
  translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z);
}

.-translate-x-20{
  --tw-translate-x: -5rem;
  translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z);
}

.-translate-y-1\.5{
  --tw-translate-y: -0.375rem;
  translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z);
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z);
}

.-translate-y-16{
  --tw-translate-y: -4rem;
  translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z);
}

.-translate-y-2\/4{
  --tw-translate-y: -50%;
  translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z);
}

.-translate-y-5{
  --tw-translate-y: -1.25rem;
  translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z);
}

.-translate-y-7{
  --tw-translate-y: -1.75rem;
  translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z);
}

.-translate-y-full{
  --tw-translate-y: -100%;
  translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z);
}

.translate-x-0{
  --tw-translate-x: 0px;
  translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z);
}

.translate-x-20{
  --tw-translate-x: 5rem;
  translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z);
}

.translate-x-full{
  --tw-translate-x: 100%;
  translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z);
}

.translate-y-0{
  --tw-translate-y: 0px;
  translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z);
}

.translate-y-1\.5{
  --tw-translate-y: 0.375rem;
  translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z);
}

.translate-y-2\/4{
  --tw-translate-y: 50%;
  translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z);
}

.translate-y-20{
  --tw-translate-y: 5rem;
  translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z);
}

.-rotate-45{
  --tw-rotate-z: -45deg;
  rotate: var(--tw-rotate-z);
}

.rotate-45{
  --tw-rotate-z: 45deg;
  rotate: var(--tw-rotate-z);
}

.-skew-y-6{
  --tw-skew-y: -6deg;
  --webkit-transform: rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y));
  transform: rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y));
}

.skew-y-6{
  --tw-skew-y: 6deg;
  --webkit-transform: rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y));
  transform: rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y));
}

.transform{
  --webkit-transform: skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y));
  transform: skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y));
}

/* JS Classes */

.js-card-3d-outerwrap:hover{
  z-index: 10;
}

.js-card-3d-wrap {
  transform-style: preserve-3d;
  transform:perspective(100rem);
  cursor:pointer;
}

.js-card-3d{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 1280px){
  .js-card-3d:hover{
    --tw-shadow: 0 0 50px 0 rgba(0,0,0,1);
    --tw-shadow-colored: 0 0 50px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-translate-z: 5rem;
    translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z);
  }
}

.js-card-3d {
  --rX: 0deg;
  --rY: 0deg;
  transform:rotateX(var(--rX)) rotateY(var(--rY));
}

/* PrivacyBee Cookie-Banner */

.pbcb_banner{
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(190 163 204 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 24 31 / var(--tw-bg-opacity, 1)) !important;
}

.pbcb_header_text{
  font-family: ingra, Helvetica, Arial, sans-serif !important;
  --tw-text-opacity: 1 !important;
  color: rgb(190 163 204 / var(--tw-text-opacity, 1)) !important;
}

.pbcb_content_text{
  font-family: ingra, Helvetica, Arial, sans-serif !important;
  --tw-text-opacity: 1 !important;
  color: rgb(190 163 204 / var(--tw-text-opacity, 1)) !important;
}

.pbcb_categories_container{
  --tw-border-opacity: 1 !important;
  border-color: rgb(190 163 204 / var(--tw-border-opacity, 1)) !important;
}

.pbcb_category_label,
.pbcb_custom_link_container,
.pbcb_privacy_link{
  font-family: ingra, Helvetica, Arial, sans-serif !important;
  --tw-text-opacity: 1 !important;
  color: rgb(190 163 204 / var(--tw-text-opacity, 1)) !important;
}

.pbcb_button_container{
  --tw-border-opacity: 1 !important;
  border-color: rgb(19 16 20 / var(--tw-border-opacity, 1)) !important;
}

#privacybee-cookie-banner button.pbcb_buttons_text{
  height: auto !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(190 163 204 / var(--tw-bg-opacity, 1)) !important;
  font-family: ingra, Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  --tw-text-opacity: 1 !important;
  color: rgb(19 16 20 / var(--tw-text-opacity, 1)) !important;
}

.pbcb_customize_button{
  --tw-border-opacity: 1 !important;
  border-color: rgb(19 16 20 / var(--tw-border-opacity, 1)) !important;
}

/* PrivacyBee Datenschutz */

.prx_h1{
  font-family: ingra, Helvetica, Arial, sans-serif !important;
  font-size: 1.875rem !important;
  line-height: 1.2 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(190 163 204 / var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 768px){
  .prx_h1{
    font-size: 3rem !important;
    line-height: 1.1 !important;
  }
}

@media (min-width: 1536px){
  .prx_h1{
    font-size: 3.75rem !important;
    line-height: 1.1 !important;
  }
}

.prx_h2{
  font-family: ingra, Helvetica, Arial, sans-serif !important;
  font-size: 1.25rem !important;
  line-height: 1.5 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(190 163 204 / var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 768px){
  .prx_h2{
    font-size: 1.875rem !important;
    line-height: 1.2 !important;
  }
}

@media (min-width: 1536px){
  .prx_h2{
    font-size: 2.25rem !important;
    line-height: 2.5 !important;
  }
}

.prx_h3{
  font-size: 1.125rem !important;
  line-height: 1.5 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(190 163 204 / var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 768px){
  .prx_h3{
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
  }
}

@media (min-width: 1536px){
  .prx_h3{
    font-size: 1.5rem !important;
    line-height: 1.5 !important;
  }
}

.prx_h4{
  margin-top: 2.5rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(190 163 204 / var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 768px){
  .prx_h4{
    font-size: 1.125rem !important;
    line-height: 1.5 !important;
  }
}

@media (min-width: 1536px){
  .prx_h4{
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
  }
}

.prx_text{
  margin-top: 2.5rem !important;
  font-family: ingra, Helvetica, Arial, sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  font-weight: 300 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(190 163 204 / var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 1280px){
  .prx_text{
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
  }
}

.prx_expandableWrapper{
  --tw-border-opacity: 1 !important;
  border-color: rgb(190 163 204 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 24 31 / var(--tw-bg-opacity, 1)) !important;
}

.prx_expandableName,
.prx_expandableRight,
.prx_expandableDescription,
.prx_listElement{
  --tw-text-opacity: 1 !important;
  color: rgb(190 163 204 / var(--tw-text-opacity, 1)) !important;
}

.prx_link{
  --tw-text-opacity: 1 !important;
  color: rgb(190 163 204 / var(--tw-text-opacity, 1)) !important;
  text-decoration-line: underline;
}

.prx_listElement{
  font-size: 1rem !important;
  line-height: 1.5 !important;
  font-weight: 300 !important;
}

@media (min-width: 1280px){
  .prx_listElement{
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
  }
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 640px){
  .sm\:-translate-y-10{
    --tw-translate-y: -2.5rem;
    translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z);
  }
}

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

  .md\:h-20{
    height: 5rem;
  }

  .md\:w-16{
    width: 4rem;
  }

  .md\:w-28{
    width: 7rem;
  }

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

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

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

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

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

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

  .md\:p-10{
    padding: 2.5rem;
  }

  .md\:p-12{
    padding: 3rem;
  }

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

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

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

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

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

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

  .md\:text-6xl\/tight{
    font-size: 3.75rem;
    line-height: 1.25;
  }

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

  .md\:leading-tight{
    line-height: 1.25;
  }

  .md\:-translate-y-16{
    --tw-translate-y: -4rem;
    translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z);
  }

  .md\:-translate-y-7{
    --tw-translate-y: -1.75rem;
    translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z);
  }
}

@media (min-width: 1024px){
  .lg\:-bottom-20{
    bottom: -5rem;
  }

  .lg\:-left-32{
    left: -8rem;
  }

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

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

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

  .lg\:grid{
    display: grid;
  }

  .lg\:w-20{
    width: 5rem;
  }

  @keyframes fadeIn{
    0%{
      animation-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
      transform: translateY(50px);
      opacity: 0;
    }

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

  .lg\:animate-fadeIn{
    animation: fadeIn 2s linear forwards;
  }

  .lg\:animate-none{
    animation: none;
  }

  .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\:gap-10{
    gap: 2.5rem;
  }

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

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

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

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

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

  .lg\:opacity-0{
    opacity: 0;
  }

  .lg\:opacity-100{
    opacity: 1;
  }
}

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

  .xl\:absolute{
    position: absolute;
  }

  .xl\:-bottom-20{
    bottom: -5rem;
  }

  .xl\:-left-32{
    left: -8rem;
  }

  .xl\:-top-20{
    top: -5rem;
  }

  .xl\:right-\[5\%\]{
    right: 5%;
  }

  .xl\:top-\[5\%\]{
    top: 5%;
  }

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

  .xl\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

  .xl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

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

  .xl\:pb-\[10\%\]{
    padding-bottom: 10%;
  }

  .xl\:pb-\[46\.5\%\]{
    padding-bottom: 46.5%;
  }

  .xl\:pt-80{
    padding-top: 20rem;
  }

  .xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .xl\:text-purple{
    --tw-text-opacity: 1;
    color: rgb(190 163 204 / var(--tw-text-opacity, 1));
  }

  .xl\:-translate-x-28{
    --tw-translate-x: -7rem;
    translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z);
  }

  .xl\:translate-x-0{
    --tw-translate-x: 0px;
    translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z);
  }
}

@media (min-width: 1536px){
  .\32xl\:max-w-4xl{
    max-width: 56rem;
  }

  .\32xl\:max-w-6xl{
    max-width: 72rem;
  }

  .\32xl\:max-w-7xl{
    max-width: 80rem;
  }

  .\32xl\:max-w-8xl{
    max-width: 90rem;
  }

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

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

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

  .\32xl\:text-7xl{
    font-size: 4.5rem;
    line-height: 1.1;
  }

  .\32xl\:text-7xl\/tight{
    font-size: 4.5rem;
    line-height: 1.25;
  }

  .\32xl\:leading-tight{
    line-height: 1.25;
  }
}

@media (min-width: 1800px){
  .\33xl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .\33xl\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}