@tailwind base;

@tailwind components;

@tailwind utilities;

/* TAILWIND */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

.container{
  width: 100%;
}

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

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

@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: 1600px){
  .container{
    max-width: 1600px;
  }
}

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

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

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

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

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.-bottom-32{
  bottom: -8rem;
}

.-left-\[4rem\]{
  left: -4rem;
}

.-right-\[4rem\]{
  right: -4rem;
}

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

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

.-top-\[8rem\]{
  top: -8rem;
}

.bottom-10{
  bottom: 2.5rem;
}

.bottom-2{
  bottom: 0.5rem;
}

.bottom-20{
  bottom: 5rem;
}

.bottom-32{
  bottom: 8rem;
}

.bottom-4{
  bottom: 1rem;
}

.bottom-\[1\.6rem\]{
  bottom: 1.6rem;
}

.bottom-\[36rem\]{
  bottom: 36rem;
}

.left-0{
  left: 0px;
}

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

.left-10{
  left: 2.5rem;
}

.left-\[30\%\]{
  left: 30%;
}

.left-\[34rem\]{
  left: 34rem;
}

.left-\[38rem\]{
  left: 38rem;
}

.left-\[40\%\]{
  left: 40%;
}

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

.left-\[65rem\]{
  left: 65rem;
}

.left-full{
  left: 100%;
}

.right-0{
  right: 0px;
}

.right-10{
  right: 2.5rem;
}

.right-14{
  right: 3.5rem;
}

.right-20{
  right: 5rem;
}

.right-4{
  right: 1rem;
}

.right-48{
  right: 12rem;
}

.right-80{
  right: 20rem;
}

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

.right-\[15rem\]{
  right: 15rem;
}

.right-\[20rem\]{
  right: 20rem;
}

.right-\[30rem\]{
  right: 30rem;
}

.right-\[50rem\]{
  right: 50rem;
}

.top-0{
  top: 0px;
}

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

.top-2{
  top: 0.5rem;
}

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

.top-20{
  top: 5rem;
}

.top-28{
  top: 7rem;
}

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

.top-\[15rem\]{
  top: 15rem;
}

.top-\[25rem\]{
  top: 25rem;
}

.top-\[28\.5rem\]{
  top: 28.5rem;
}

.top-\[30rem\]{
  top: 30rem;
}

.top-\[7\.5rem\]{
  top: 7.5rem;
}

.top-full{
  top: 100%;
}

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

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

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

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

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

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

.float-end{
  float: inline-end;
}

.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

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

.my-40{
  margin-top: 10rem;
  margin-bottom: 10rem;
}

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

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

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

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

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

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

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

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

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

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

.mb-\[3\.5rem\]{
  margin-bottom: 3.5rem;
}

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

.ml-0{
  margin-left: 0px;
}

.ml-1{
  margin-left: 0.25rem;
}

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

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

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

.mt-0\.5{
  margin-top: 0.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.block{
  display: block;
}

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-1{
  height: 0.25rem;
}

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

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-16{
  height: 4rem;
}

.h-2\/3{
  height: 66.666667%;
}

.h-20{
  height: 5rem;
}

.h-28{
  height: 7rem;
}

.h-3{
  height: 0.75rem;
}

.h-3\/5{
  height: 60%;
}

.h-4{
  height: 1rem;
}

.h-40{
  height: 10rem;
}

.h-44{
  height: 11rem;
}

.h-5{
  height: 1.25rem;
}

.h-64{
  height: 16rem;
}

.h-\[0\.1rem\]{
  height: 0.1rem;
}

.h-\[0\.2rem\]{
  height: 0.2rem;
}

.h-\[0\.7rem\]{
  height: 0.7rem;
}

.h-\[1\.5rem\]{
  height: 1.5rem;
}

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

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

.h-\[2\.5rem\]{
  height: 2.5rem;
}

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

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

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

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

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

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

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

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.max-h-28{
  max-height: 7rem;
}

.max-h-\[20rem\]{
  max-height: 20rem;
}

.min-h-28{
  min-height: 7rem;
}

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

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

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

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

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

.w-10{
  width: 2.5rem;
}

.w-12{
  width: 3rem;
}

.w-16{
  width: 4rem;
}

.w-20{
  width: 5rem;
}

.w-28{
  width: 7rem;
}

.w-3{
  width: 0.75rem;
}

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

.w-4{
  width: 1rem;
}

.w-40{
  width: 10rem;
}

.w-5{
  width: 1.25rem;
}

.w-64{
  width: 16rem;
}

.w-8{
  width: 2rem;
}

.w-\[0\.7rem\]{
  width: 0.7rem;
}

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

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

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

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

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

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

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

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

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

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

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

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

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

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

.min-w-full{
  min-width: 100%;
}

.max-w-\[90vh\]{
  max-width: 90vh;
}

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

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

.rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[40deg\]{
  --tw-rotate: 40deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[90deg\]{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer{
  cursor: pointer;
}

.list-none{
  list-style-type: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1{
  gap: 0.25rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-16{
  gap: 4rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-20{
  gap: 5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-40{
  gap: 10rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-\[3\.33\%\]{
  gap: 3.33%;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-scroll{
  overflow: scroll;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.overflow-x-scroll{
  overflow-x: scroll;
}

.overflow-y-scroll{
  overflow-y: scroll;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

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

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

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-sm{
  border-radius: 0.125rem;
}

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

.rounded-r-full{
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.rounded-l-\[0\.75rem\]{
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-r-\[0\.75rem\]{
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.border-2{
  border-width: 2px;
}

.border-\[1px\]{
  border-width: 1px;
}

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

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

.border-b-\[0\.1rem\]{
  border-bottom-width: 0.1rem;
}

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

.border-b-\[2px\]{
  border-bottom-width: 2px;
}

.border-l-\[0\.1rem\]{
  border-left-width: 0.1rem;
}

.border-r-2{
  border-right-width: 2px;
}

.border-t-\[0\.1rem\]{
  border-top-width: 0.1rem;
}

.border-\[\#262432\]{
  --tw-border-opacity: 1;
  border-color: rgb(38 36 50 / var(--tw-border-opacity, 1));
}

.border-\[\#383b48\]{
  --tw-border-opacity: 1;
  border-color: rgb(56 59 72 / var(--tw-border-opacity, 1));
}

.border-\[\#75e1d9\]{
  --tw-border-opacity: 1;
  border-color: rgb(117 225 217 / var(--tw-border-opacity, 1));
}

.border-\[\#fa1c9a\]{
  --tw-border-opacity: 1;
  border-color: rgb(250 28 154 / var(--tw-border-opacity, 1));
}

.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

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

.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

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

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.bg-\[\#242234\]{
  --tw-bg-opacity: 1;
  background-color: rgb(36 34 52 / var(--tw-bg-opacity, 1));
}

.bg-\[\#262432\]{
  --tw-bg-opacity: 1;
  background-color: rgb(38 36 50 / var(--tw-bg-opacity, 1));
}

.bg-\[\#4d7c0f\]{
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity, 1));
}

.bg-\[\#75e1d9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(117 225 217 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ecd86c\]{
  --tw-bg-opacity: 1;
  background-color: rgb(236 216 108 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fa1c9a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(250 28 154 / var(--tw-bg-opacity, 1));
}

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

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

.bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.bg-lime-400{
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity, 1));
}

.bg-pink-600{
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1));
}

.bg-purple-200{
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity, 1));
}

.bg-purple-900{
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity, 1));
}

.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

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

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

.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}

.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}

.bg-opacity-5{
  --tw-bg-opacity: 0.05;
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

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

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

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

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

.p-1{
  padding: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

.p-4{
  padding: 1rem;
}

.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-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-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

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

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

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

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

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

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

.py-36{
  padding-top: 9rem;
  padding-bottom: 9rem;
}

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

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

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

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

.pb-2{
  padding-bottom: 0.5rem;
}

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

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

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

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

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

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

.pr-2{
  padding-right: 0.5rem;
}

.pt-0{
  padding-top: 0px;
}

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

.pt-20{
  padding-top: 5rem;
}

.pt-4{
  padding-top: 1rem;
}

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

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

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

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

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

.text-\[0\.4rem\]{
  font-size: 0.4rem;
}

.text-\[0\.5rem\]{
  font-size: 0.5rem;
}

.text-\[0\.6rem\]{
  font-size: 0.6rem;
}

.text-\[0\.7rem\]{
  font-size: 0.7rem;
}

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

.text-\[0\.9rem\]{
  font-size: 0.9rem;
}

.text-\[1\.5rem\]{
  font-size: 1.5rem;
}

.text-\[1\.6rem\]{
  font-size: 1.6rem;
}

.text-\[1\.75rem\]{
  font-size: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

.font-medium{
  font-weight: 500;
}

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.font-thin{
  font-weight: 100;
}

.uppercase{
  text-transform: uppercase;
}

.italic{
  font-style: italic;
}

.leading-7{
  line-height: 1.75rem;
}

.leading-\[0\.1rem\]{
  line-height: 0.1rem;
}

.leading-\[0\.2rem\]{
  line-height: 0.2rem;
}

.leading-\[3\.5rem\]{
  line-height: 3.5rem;
}

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

.leading-normal{
  line-height: 1.5;
}

.tracking-\[0\.15rem\]{
  letter-spacing: 0.15rem;
}

.tracking-\[0\.1rem\]{
  letter-spacing: 0.1rem;
}

.tracking-\[0\.2rem\]{
  letter-spacing: 0.2rem;
}

.tracking-wide{
  letter-spacing: 0.025em;
}

.text-\[\#242234\]{
  --tw-text-opacity: 1;
  color: rgb(36 34 52 / var(--tw-text-opacity, 1));
}

.text-\[\#75e1d9\]{
  --tw-text-opacity: 1;
  color: rgb(117 225 217 / var(--tw-text-opacity, 1));
}

.text-\[\#cd0d83\]{
  --tw-text-opacity: 1;
  color: rgb(205 13 131 / var(--tw-text-opacity, 1));
}

.text-\[\#fa1c9a\]{
  --tw-text-opacity: 1;
  color: rgb(250 28 154 / var(--tw-text-opacity, 1));
}

.text-\[\#ffd110\]{
  --tw-text-opacity: 1;
  color: rgb(255 209 16 / var(--tw-text-opacity, 1));
}

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

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-lime-400{
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity, 1));
}

.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

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

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

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-70{
  opacity: 0.7;
}

.opacity-80{
  opacity: 0.8;
}

.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-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

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

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

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

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

:root {
  --background-color: #ffffff;
  --header-color: #eaeaea;
  --header-opacitified: #eaeaea80;
  --background-accent-color: #f5f5f5;
  --background-accent-color-2: #e0e0e0;
  --first-accent-color: #ff6584;
  --second-accent-color: #55b9f3;
  --third-accent-color: #a6d388;
  --white-part: #ffffff;
  --text-color: #000000;
}

/* Dark Theme */

.dark-theme {
  --background-color: #242234;
  --header-color: #1b1825;
  --header-opacitified: #1b182580;
  --background-accent-color: #262432;
  --background-accent-color-2: #383b48;
  --first-accent-color: #fa1c9a;
  --second-accent-color: #75e1d9;
  --third-accent-color: #ecd86c;
  --white-part: #e8d5fd;
  --text-color: #ffffff;
}

/* Light Theme */

.light-theme {
  --background-color: #ffffff;
  --header-color: #eaeaea;
  --header-opacitified: #eaeaea80;
  --background-accent-color: #f5f5f5;
  --background-accent-color-2: #e0e0e0;
  --first-accent-color: #ff6584;
  --second-accent-color: #55b9f3;
  --third-accent-color: #a6d388;
  --white-part: #ffffff;
  --text-color: #000000;
}

/* Night Theme */

.night-theme {
  --background-color: #1e1e2e;
  --header-color: #1a1a2a;
  --header-opacitified: #1a1a2a80;
  --background-accent-color: #25253a;
  --background-accent-color-2: #303044;
  --first-accent-color: #ff5e5e;
  --second-accent-color: #6ec1e4;
  --third-accent-color: #ffcb6b;
  --white-part: #cccccc;
  --text-color: #e0e0e0;
}

/* Void Theme */

.void-theme {
  --background-color: #0d0d12;
  --header-color: #09090b;
  --header-opacitified: #09090b80;
  --background-accent-color: #12121a;
  --background-accent-color-2: #181820;
  --first-accent-color: #9500ff;
  --second-accent-color: #00ffff;
  --third-accent-color: #ffd700;
  --white-part: #222222;
  --text-color: #ffffff;
}

/* Solarized Light Theme */

.solarized-light {
  --background-color: #fdf6e3;
  --header-color: #eee8d5;
  --header-opacitified: #eee8d580;
  --background-accent-color: #fcf2d8;
  --background-accent-color-2: #fbedc6;
  --first-accent-color: #b58900;
  --second-accent-color: #268bd2;
  --third-accent-color: #2aa198;
  --white-part: #fdf6e3;
  --text-color: #073642;
}

/* Solarized Dark Theme */

.solarized-dark {
  --background-color: #002b36;
  --header-color: #073642;
  --header-opacitified: #07364280;
  --background-accent-color: #003644;
  --background-accent-color-2: #004253;
  --first-accent-color: #b58900;
  --second-accent-color: #268bd2;
  --third-accent-color: #2aa198;
  --white-part: #073642;
  --text-color: #eee8d5;
}

/* Pastel Theme */

.pastel-theme {
  --background-color: #f8f0e3;
  --header-color: #d4c4b2;
  --header-opacitified: #d4c4b280;
  --background-accent-color: #faf5ec;
  --background-accent-color-2: #f3e6d7;
  --first-accent-color: #ff727d;
  --second-accent-color: #e97f16;
  --third-accent-color: #ff7314;
  --white-part: #ffffff;
  --text-color: #2f1e10;
}

/* Forest Theme */

.forest-theme {
  --background-color: #0b3d0b;
  --header-color: #0a2e0a;
  --header-opacitified: #0a2e0a80;
  --background-accent-color: #1e5631;
  --background-accent-color-2: #4ca64c;
  --first-accent-color: #88d88d;
  --second-accent-color: #64c564;
  --third-accent-color: #397339;
  --white-part: #f1f8f1;
  --text-color: #e8f5e8;
}

/* Sunset Theme */

.sunset-theme {
  --background-color: #ffccbc;
  --header-color: #ffab91;
  --header-opacitified: #ffab9180;
  --background-accent-color: #ffc0ac;
  --background-accent-color-2: #ffb198;
  --first-accent-color: #e64a19;
  --second-accent-color: #bf360c;
  --third-accent-color: #ec8d00;
  --white-part: #ffffff;
  --text-color: #5d1e0b;
}

.earthy-theme {
  --background-color: #5c4033;
  --header-color: #3e2f27;
  --header-opacitified: #3e2f2780;
  --background-accent-color: #705544;
  --background-accent-color-2: #91745d;
  --accent-color-primary: #c9a66b;
  --accent-color-secondary: #8a9a5b;
  --accent-color-tertiary: #e9d7c3;
  --text-color: #f5e7de;
}

.ocean-breeze-theme {
  --background-color: #0e4d64;
  --header-color: #092e40;
  --header-opacitified: #092e4080;
  --background-accent-color: #145c73;
  --background-accent-color-2: #1d7d8c;
  --accent-color-primary: #88c0d0;
  --accent-color-secondary: #4e91a0;
  --accent-color-tertiary: #e6f4f1;
  --text-color: #d8f1f6;
}

.twilight-theme {
  --background-color: #2a1e5c;
  --header-color: #1c133e;
  --header-opacitified: #1c133e80;
  --background-accent-color: #3b2e7d;
  --background-accent-color-2: #504199;
  --accent-color-primary: #c27ba0;
  --accent-color-secondary: #967bb6;
  --accent-color-tertiary: #e5d4e8;
  --text-color: #f0e8f8;
}

.cyberpunk-theme {
  --background-color: #0f0e17;
  --header-color: #2c2c54;
  --background-accent-color: #1a1b28;
  --background-accent-color-2: #2a2a40;
  --accent-color-primary: #ff3864;
  --accent-color-secondary: #3ae3c4;
  --accent-color-tertiary: #ffdd57;
  --text-color: #e8e8e8;
}

/* FONTS */

.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font {
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
}

.noto {
  font-family: "Noto Serif Ahom", serif;
  font-weight: 400;
  font-style: normal;
}

.noto-sans {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.m {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.b {
  font-family: "Barlow", sans-serif;
  font-style: normal;
}

.r {
  font-family: "Roboto", sans-serif;
  font-style: normal;
}

.l {
  font-family: "Lato", sans-serif;
  font-style: normal;
}

.polygon {
  clip-path: polygon(33% 10%, 100% 0, 100% 100%, 30% 93%, 0 100%, 0 0);
}

.polygon-reversed {
  clip-path: polygon(34% 0, 100% 8%, 100% 94%, 26% 100%, 0 93%, 0 7%);
}

.half-polygon-north {
  clip-path: polygon(31% 0, 100% 14%, 100% 100%, 0 100%, 0 15%);
}

.half-polygon-south {
  clip-path: polygon(100% 0, 100% 90%, 33% 100%, 0 90%, 0 0);
}

.half-polygon-south-reversed {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 93%, 0 100%);
}

.half-polygon-west {
  clip-path: polygon(85% 0, 100% 40%, 85% 100%, 0 100%, 0 0);
}

.joyful-container:hover {
  animation: joyful 1.5s ease-in-out forwards;
}

@keyframes joyful {
  0% {
    transform: scale(1);
  }

  20% {
    transform: scale(1.1);
  }

  40% {
    transform: scale(0.9);
  }

  60% {
    transform: rotate(10deg) scale(1);
  }

  80% {
    transform: rotate(-10deg) scale(1);
  }

  100% {
    transform: rotate(0deg) scale(1);
  }
}

.no-scroll::-webkit-scrollbar {
  width: 0px;
  background-color: transparent;
  height: 2px;
}

.no-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.no-scroll::-webkit-scrollbar-thumb {
  background: var(--first-accent-color);
  border-radius: 0px;
}

body::-webkit-scrollbar {
  width: 7px;
  background-color: transparent;
}

body::-webkit-scrollbar-track {
  background: var(--background-accent-color);
}

body::-webkit-scrollbar-thumb {
  background: var(--first-accent-color);
  border-radius: 6px;
}

.inactive {
  opacity: 0;
  height: 0px;
  padding: 0px;
  overflow: hidden;
}

.active {
  opacity: 100;
}

.theme-container-js.active {
  max-height: min(60vh, 24rem);
  overflow-y: auto;
}

.more-container-js.active {
  max-height: min(60vh, 16rem);
  overflow-y: auto;
}

.theme-container-js::-webkit-scrollbar {
  width: 4px;
}

.theme-container-js::-webkit-scrollbar-thumb {
  background: var(--first-accent-color);
  border-radius: 6px;
}

.reviews {
  scroll-snap-type: x mandatory;
}

.reviews::-webkit-scrollbar {
  display: none;
}

.review {
  scroll-snap-align: end;
}

.drop-disabled .toggle-text {
  height: 0px;
}

.drop-enabled .toggle-text {
  height: auto;
}

.drop-enabled .plus {
  transition: 0.3s all;
  transform: rotate(45deg);
}

.drop-disabled .plus {
  transition: 0.3s all;
  transform: rotate(0deg);
}

.underline-child {
  position: absolute;
  bottom: -2px;
  left: 0px;
  width: 0%;
  height: 2px;
  z-index: 50;
  transition: 0.5s all;
}

.underline-hovered {
  width: 100%;
}

.curr-active {
  color: var(--first-accent-color);
}

.curr-active .underline-hovered {
  position: absolute;
  bottom: -2px;
  left: 0px;
  height: 2px;
  z-index: 50;
  transition: 0.5s all;
}

.header-scrolled {
  position: fixed;
  background-color: var(--header-opacitified) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.checkbox-wrapper-30 .checkbox {
  --bg: #fff;
  --brdr: #d1d6ee;
  --brdr-actv: #1e2235;
  --brdr-hovr: #bbc1e1;
  --dur: calc((var(--size, 2) / 2) * 0.6s);
  display: inline-block;
  width: calc(var(--size, 1) * 22px);
  position: relative;
}

.checkbox-wrapper-30 .checkbox:after {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}

.checkbox-wrapper-30 .checkbox > * {
  position: absolute;
}

.checkbox-wrapper-30 .checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  background-color: var(--bg);
  border-radius: calc(var(--size, 1) * 4px);
  border: calc(var(--newBrdr, var(--size, 1)) * 1px) solid;
  color: var(--newBrdrClr, var(--brdr));
  outline: none;
  margin: 0;
  padding: 0;
  transition: all calc(var(--dur) / 3) linear;
}

.checkbox-wrapper-30 .checkbox input:hover,
.checkbox-wrapper-30 .checkbox input:checked {
  --newBrdr: calc(var(--size, 1) * 2);
}

.checkbox-wrapper-30 .checkbox input:hover {
  --newBrdrClr: var(--brdr-hovr);
}

.checkbox-wrapper-30 .checkbox input:checked {
  --newBrdrClr: var(--brdr-actv);
  transition-delay: calc(var(--dur) / 1.3);
}

.checkbox-wrapper-30 .checkbox input:checked + svg {
  --dashArray: 16 93;
  --dashOffset: 109;
}

.checkbox-wrapper-30 .checkbox svg {
  fill: none;
  left: 0;
  pointer-events: none;
  stroke: var(--stroke, var(--border-active));
  stroke-dasharray: var(--dashArray, 93);
  stroke-dashoffset: var(--dashOffset, 94);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  top: 0;
  transition: stroke-dasharray var(--dur), stroke-dashoffset var(--dur);
}

.checkbox-wrapper-30 .checkbox svg,
.checkbox-wrapper-30 .checkbox input {
  display: block;
  height: 100%;
  width: 100%;
}

.child:nth-child(2n + 1):last-child {
  min-width: 100%;
  max-width: 100%;
}

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

@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-5px);
  }

  50% {
    transform: translateX(5px);
  }

  75% {
    transform: translateX(-5px);
  }
}

.error-input {
  animation: shake 0.5s ease-in-out;
  border-color: var(--first-accent-color);
}

.background {
  background-color: var(--background-color);
  color: var(--text-color);
}

.background-text {
  color: var(--background-color);
}

.header {
  background-color: var(--header-color);
}

.svg1 {
  fill: var(--background-accent-color);
}

.svg2 {
  fill: var(--background-accent-color-2);
}

.svg3 {
  fill: var(--third-accent-color);
}

.svg5 {
  fill: var(--first-accent-color);
}

.svg4 {
  fill: var(--second-accent-color);
}

.accent3 {
  background-color: var(--third-accent-color);
}

.accent1 {
  background-color: var(--first-accent-color);
}

.accent2 {
  background-color: var(--second-accent-color);
}

.text3 {
  color: var(--third-accent-color);
}

.text1 {
  color: var(--first-accent-color);
}

.text2 {
  color: var(--second-accent-color);
}

.bg3 {
  background-color: var(--third-accent-color);
}

.bg1 {
  background-color: var(--first-accent-color);
}

.bg2 {
  background-color: var(--second-accent-color);
}

.navbar-text:hover {
  color: var(--first-accent-color);
}

.theme-btn {
  border-color: var(--background-accent-color-2);
}

.theme-btn:hover {
  background-color: var(--background-accent-color);
}

.border1 {
  border-color: var(--first-accent-color);
}

.border4 {
  border-color: var(--second-accent-color);
}

.border5 {
  border-color: var(--third-accent-color);
}

.border2 {
  border-color: var(--background-accent-color);
}

.border3 {
  border-color: var(--background-accent-color-2);
}

.bg4 {
  background-color: var(--background-accent-color-2);
}

@media only screen and (max-width: 1024px) {
  .polygon,
  .half-polygon-north,
  .half-polygon-south,
  .half-polygon-south-reversed,
  .half-polygon-west,
  .polygon-reversed {
    clip-path: none;
  }
}

.tooltip {
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 10% 100%, 0 50%);
}

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

.hover\:rounded-l-\[0\.75rem\]:hover{
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.hover\:rounded-r-\[0\.75rem\]:hover{
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.hover\:bg-\[\#1b1825\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(27 24 37 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white\/10:hover{
  background-color: rgb(255 255 255 / 0.1);
}

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

.hover\:opacity-60:hover{
  opacity: 0.6;
}

.hover\:opacity-90:hover{
  opacity: 0.9;
}

.focus\:border-\[\#75e1d9\]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(117 225 217 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:scale-125{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

@media (min-width: 480px){
  .sm\:right-20{
    right: 5rem;
  }

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

  .sm\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

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

  .sm\:mb-\[5\.5rem\]{
    margin-bottom: 5.5rem;
  }

  .sm\:ml-10{
    margin-left: 2.5rem;
  }

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

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

  .sm\:flex{
    display: flex;
  }

  .sm\:h-\[2\.3rem\]{
    height: 2.3rem;
  }

  .sm\:h-\[3rem\]{
    height: 3rem;
  }

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

  .sm\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

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

  .sm\:px-\[3rem\]{
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .sm\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

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

  .sm\:text-\[0\.6rem\]{
    font-size: 0.6rem;
  }

  .sm\:text-\[1\.5rem\]{
    font-size: 1.5rem;
  }

  .sm\:text-\[1\.6rem\]{
    font-size: 1.6rem;
  }

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

@media (min-width: 768px){
  .md\:ml-16{
    margin-left: 4rem;
  }

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

  .md\:block{
    display: block;
  }

  .md\:h-full{
    height: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:pb-\[30rem\]{
    padding-bottom: 30rem;
  }

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

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

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

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

@media (min-width: 1024px){
  .lg\:left-full{
    left: 100%;
  }

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

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

  .lg\:right-\[10rem\]{
    right: 10rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

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

  .lg\:h-12{
    height: 3rem;
  }

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

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

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

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

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

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

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

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

  .lg\:h-full{
    height: 100%;
  }

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

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

  .lg\:w-12{
    width: 3rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:rotate-0{
    --tw-rotate: 0deg;
    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));
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:overflow-x-hidden{
    overflow-x: hidden;
  }

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

  .lg\:bg-purple-200{
    --tw-bg-opacity: 1;
    background-color: rgb(233 213 255 / var(--tw-bg-opacity, 1));
  }

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

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

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

  .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-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:text-\[0\.6rem\]{
    font-size: 0.6rem;
  }

  .lg\:text-\[0\.7rem\]{
    font-size: 0.7rem;
  }

  .lg\:text-\[0\.9rem\]{
    font-size: 0.9rem;
  }

  .lg\:text-\[1rem\]{
    font-size: 1rem;
  }

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

  .lg\:text-\[3\.5rem\]{
    font-size: 3.5rem;
  }

  .lg\:text-\[3rem\]{
    font-size: 3rem;
  }

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

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

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

  .lg\:leading-\[3\.5rem\]{
    line-height: 3.5rem;
  }

  .lg\:leading-\[3rem\]{
    line-height: 3rem;
  }

  .lg\:text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }

  .lg\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }

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

  .lg\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
    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));
  }
}

@media (min-width: 1280px){
  .xl\:bottom-40{
    bottom: 10rem;
  }

  .xl\:right-40{
    right: 10rem;
  }

  .xl\:right-\[20rem\]{
    right: 20rem;
  }

  .xl\:right-\[30rem\]{
    right: 30rem;
  }

  .xl\:right-\[37rem\]{
    right: 37rem;
  }

  .xl\:right-\[45rem\]{
    right: 45rem;
  }

  .xl\:top-24{
    top: 6rem;
  }

  .xl\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

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

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

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

  .xl\:mb-\[7\.5rem\]{
    margin-bottom: 7.5rem;
  }

  .xl\:h-24{
    height: 6rem;
  }

  .xl\:h-28{
    height: 7rem;
  }

  .xl\:h-40{
    height: 10rem;
  }

  .xl\:h-48{
    height: 12rem;
  }

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

  .xl\:h-\[5rem\]{
    height: 5rem;
  }

  .xl\:h-\[70rem\]{
    height: 70rem;
  }

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

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

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

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

  .xl\:w-24{
    width: 6rem;
  }

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

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

  .xl\:w-48{
    width: 12rem;
  }

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

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

  .xl\:w-\[75rem\]{
    width: 75rem;
  }

  .xl\:w-\[7rem\]{
    width: 7rem;
  }

  .xl\:min-w-\[75rem\]{
    min-width: 75rem;
  }

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

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

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

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

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

  .xl\:p-16{
    padding: 4rem;
  }

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

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

  .xl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:px-\[10rem\]{
    padding-left: 10rem;
    padding-right: 10rem;
  }

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

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

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

  .xl\:text-\[0\.6rem\]{
    font-size: 0.6rem;
  }

  .xl\:text-\[1rem\]{
    font-size: 1rem;
  }

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

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

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

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

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

  .xl\:font-semibold{
    font-weight: 600;
  }
}

@media (min-width: 1536px){
  .\32xl\:bottom-20{
    bottom: 5rem;
  }

  .\32xl\:left-\[40\%\]{
    left: 40%;
  }

  .\32xl\:left-\[60\%\]{
    left: 60%;
  }

  .\32xl\:right-60{
    right: 15rem;
  }

  .\32xl\:right-\[42rem\]{
    right: 42rem;
  }

  .\32xl\:right-\[65rem\]{
    right: 65rem;
  }

  .\32xl\:top-10{
    top: 2.5rem;
  }

  .\32xl\:top-48{
    top: 12rem;
  }

  .\32xl\:top-\[20rem\]{
    top: 20rem;
  }

  .\32xl\:top-\[40rem\]{
    top: 40rem;
  }

  .\32xl\:z-50{
    z-index: 50;
  }

  .\32xl\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

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

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

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

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

  .\32xl\:h-40{
    height: 10rem;
  }

  .\32xl\:h-72{
    height: 18rem;
  }

  .\32xl\:h-8{
    height: 2rem;
  }

  .\32xl\:h-\[4rem\]{
    height: 4rem;
  }

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

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

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

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

  .\32xl\:gap-2{
    gap: 0.5rem;
  }

  .\32xl\:border-2{
    border-width: 2px;
  }

  .\32xl\:p-4{
    padding: 1rem;
  }

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

  .\32xl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\32xl\:px-\[5rem\]{
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

  .\32xl\:pt-48{
    padding-top: 12rem;
  }

  .\32xl\:text-\[1rem\]{
    font-size: 1rem;
  }

  .\32xl\:text-\[2\.5rem\]{
    font-size: 2.5rem;
  }

  .\32xl\:text-\[5rem\]{
    font-size: 5rem;
  }

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

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

@media (min-width: 1600px){
  .\33xl\:px-\[10rem\]{
    padding-left: 10rem;
    padding-right: 10rem;
  }

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

@media (min-width: 1920px){
  .\34xl\:px-\[15rem\]{
    padding-left: 15rem;
    padding-right: 15rem;
  }
}
