@import url('https://fonts.googleapis.com/css2?family=Tiny5&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

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

@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Gafata&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Rufina:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Fenix&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Rationale&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Belleza&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Qwitcher+Grypen:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Edu+AU+VIC+WA+NT+Guides:wght@400..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

/*
! tailwindcss v3.4.4 | 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] {
  display: none;
}

*, ::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:  ;
}

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

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

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

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

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

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

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}

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

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.inset-x-\[12\.5\%\]{
  left: 12.5%;
  right: 12.5%;
}

.inset-x-\[37\.5\%\]{
  left: 37.5%;
  right: 37.5%;
}

.inset-y-\[12\.5\%\]{
  top: 12.5%;
  bottom: 12.5%;
}

.inset-y-\[6\%\]{
  top: 6%;
  bottom: 6%;
}

.-left-44{
  left: -11rem;
}

.-top-44{
  top: -11rem;
}

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

.bottom-0{
  bottom: 0px;
}

.bottom-20{
  bottom: 5rem;
}

.bottom-3{
  bottom: 0.75rem;
}

.bottom-4{
  bottom: 1rem;
}

.bottom-5{
  bottom: 1.25rem;
}

.bottom-\[-821px\]{
  bottom: -821px;
}

.left-0{
  left: 0px;
}

.left-1{
  left: 0.25rem;
}

.left-2{
  left: 0.5rem;
}

.left-3{
  left: 0.75rem;
}

.left-4{
  left: 1rem;
}

.left-5{
  left: 1.25rem;
}

.left-\[-311px\]{
  left: -311px;
}

.left-\[-343px\]{
  left: -343px;
}

.left-\[32px\]{
  left: 32px;
}

.right-0{
  right: 0px;
}

.right-2{
  right: 0.5rem;
}

.right-3{
  right: 0.75rem;
}

.top-0{
  top: 0px;
}

.top-1{
  top: 0.25rem;
}

.top-16{
  top: 4rem;
}

.top-2{
  top: 0.5rem;
}

.top-24{
  top: 6rem;
}

.top-\[-5px\]{
  top: -5px;
}

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

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

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

.col-span-6{
  grid-column: span 6 / span 6;
}

.m-0{
  margin: 0px;
}

.m-3{
  margin: 0.75rem;
}

.m-auto{
  margin: auto;
}

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

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

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

.mr-\[-0\.5px\]{
  margin-right: -0.5px;
}

.ms-auto{
  margin-inline-start: auto;
}

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

.mt-\[-2\.5px\]{
  margin-top: -2.5px;
}

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

.box-border{
  box-sizing: border-box;
}

.block{
  display: block;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-video{
  aspect-ratio: 16 / 9;
}

.h-1{
  height: 0.25rem;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-14{
  height: 3.5rem;
}

.h-16{
  height: 4rem;
}

.h-20{
  height: 5rem;
}

.h-24{
  height: 6rem;
}

.h-3{
  height: 0.75rem;
}

.h-3\/4{
  height: 75%;
}

.h-32{
  height: 8rem;
}

.h-36{
  height: 9rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-5\/6{
  height: 83.333333%;
}

.h-6{
  height: 1.5rem;
}

.h-7{
  height: 1.75rem;
}

.h-8{
  height: 2rem;
}

.h-9{
  height: 2.25rem;
}

.h-96{
  height: 24rem;
}

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

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

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

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

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

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

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

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

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

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

.h-dvh{
  height: 100dvh;
}

.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}

.h-full{
  height: 100%;
}

.h-28{
  height: 7rem;
}

.h-40{
  height: 10rem;
}

.h-56{
  height: 14rem;
}

.h-48{
  height: 12rem;
}

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

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

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

.max-h-12{
  max-height: 3rem;
}

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

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

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

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

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

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

.max-h-\[83\%\]{
  max-height: 83%;
}

.min-h-24{
  min-height: 6rem;
}

.min-h-48{
  min-height: 12rem;
}

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

.min-h-\[55svh\]{
  min-height: 55svh;
}

.min-h-\[70svh\]{
  min-height: 70svh;
}

.w-1\/4{
  width: 25%;
}

.w-10{
  width: 2.5rem;
}

.w-11\/12{
  width: 91.666667%;
}

.w-12{
  width: 3rem;
}

.w-14{
  width: 3.5rem;
}

.w-16{
  width: 4rem;
}

.w-20{
  width: 5rem;
}

.w-24{
  width: 6rem;
}

.w-3{
  width: 0.75rem;
}

.w-3\/4{
  width: 75%;
}

.w-32{
  width: 8rem;
}

.w-36{
  width: 9rem;
}

.w-4{
  width: 1rem;
}

.w-5{
  width: 1.25rem;
}

.w-5\/6{
  width: 83.333333%;
}

.w-6{
  width: 1.5rem;
}

.w-7{
  width: 1.75rem;
}

.w-8{
  width: 2rem;
}

.w-96{
  width: 24rem;
}

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

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

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

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

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

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

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

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

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

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

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.w-28{
  width: 7rem;
}

.w-40{
  width: 10rem;
}

.w-56{
  width: 14rem;
}

.w-48{
  width: 12rem;
}

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

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

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

.min-w-24{
  min-width: 6rem;
}

.min-w-72{
  min-width: 18rem;
}

.min-w-\[300px\]{
  min-width: 300px;
}

.max-w-64{
  max-width: 16rem;
}

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

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

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

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

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

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

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

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

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

.origin-center{
  transform-origin: center;
}

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

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

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

.animate-\[pulse_5s_linear_infinite\]{
  animation: pulse 5s linear infinite;
}

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

  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-bounce{
  animation: bounce 1s infinite;
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.animate-waContactAnim{
  animation: waContactAnim 1s infinite;
}

.cursor-pointer{
  cursor: pointer;
}

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

.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

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

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

.gap-1{
  gap: 0.25rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-12{
  gap: 3rem;
}

.gap-16{
  gap: 4rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-7{
  gap: 1.75rem;
}

.gap-8{
  gap: 2rem;
}

.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-gray-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity));
}

.divide-gray-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-divide-opacity));
}

.divide-gray-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-divide-opacity));
}

.divide-gray-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-divide-opacity));
}

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

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-scroll{
  overflow: scroll;
}

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

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

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

.text-ellipsis{
  text-overflow: ellipsis;
}

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

.text-nowrap{
  text-wrap: nowrap;
}

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-3xl{
  border-radius: 1.5rem;
}

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

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

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

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

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

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

.rounded-s-3xl{
  border-start-start-radius: 1.5rem;
  border-end-start-radius: 1.5rem;
}

.rounded-s-\[55\%\]{
  border-start-start-radius: 55%;
  border-end-start-radius: 55%;
}

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

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

.rounded-es-2xl{
  border-end-start-radius: 1rem;
}

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

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

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

.rounded-ss-\[10rem\]{
  border-start-start-radius: 10rem;
}

.rounded-ss-\[12rem\]{
  border-start-start-radius: 12rem;
}

.rounded-ss-\[15rem\]{
  border-start-start-radius: 15rem;
}

.rounded-ss-\[25rem\]{
  border-start-start-radius: 25rem;
}

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

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

.border{
  border-width: 1px;
}

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

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

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

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

.border-b-\[3rem\]{
  border-bottom-width: 3rem;
}

.border-l-4{
  border-left-width: 4px;
}

.border-l-\[1\.25rem\]{
  border-left-width: 1.25rem;
}

.border-l-\[1\.5rem\]{
  border-left-width: 1.5rem;
}

.border-l-\[1\.75rem\]{
  border-left-width: 1.75rem;
}

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

.border-l-\[2rem\]{
  border-left-width: 2rem;
}

.border-l-\[3rem\]{
  border-left-width: 3rem;
}

.border-l-\[7px\]{
  border-left-width: 7px;
}

.border-s-\[1rem\]{
  border-inline-start-width: 1rem;
}

.border-s-\[2rem\]{
  border-inline-start-width: 2rem;
}

.border-s-\[3rem\]{
  border-inline-start-width: 3rem;
}

.border-t-\[1\.25rem\]{
  border-top-width: 1.25rem;
}

.border-t-\[1\.5rem\]{
  border-top-width: 1.5rem;
}

.border-t-\[1\.75rem\]{
  border-top-width: 1.75rem;
}

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

.border-t-\[2rem\]{
  border-top-width: 2rem;
}

.border-t-\[3rem\]{
  border-top-width: 3rem;
}

.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

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

.border-green-300{
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.border-green-700{
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(20 71 88 / var(--tw-border-opacity));
}

.border-primary\/60{
  border-color: rgb(20 71 88 / 0.6);
}

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

.border-red-700{
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.border-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(254 251 246 / var(--tw-border-opacity));
}

.border-secondary\/20{
  border-color: rgb(254 251 246 / 0.2);
}

.border-secondary\/60{
  border-color: rgb(254 251 246 / 0.6);
}

.border-slate-100\/10{
  border-color: rgb(241 245 249 / 0.1);
}

.border-slate-100\/30{
  border-color: rgb(241 245 249 / 0.3);
}

.border-slate-200{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.border-slate-300{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.border-slate-500{
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.border-tropical-teal{
  --tw-border-opacity: 1;
  border-color: rgb(18 120 122 / var(--tw-border-opacity));
}

.border-yellow-700{
  --tw-border-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.bg-\[\#25D366\]{
  --tw-bg-opacity: 1;
  background-color: rgb(37 211 102 / var(--tw-bg-opacity));
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.85\)\]{
  background-color: rgba(0,0,0,0.85);
}

.bg-accent-text{
  --tw-bg-opacity: 1;
  background-color: rgb(255 140 0 / var(--tw-bg-opacity));
}

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

.bg-black\/80{
  background-color: rgb(0 0 0 / 0.8);
}

.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.bg-bright-mint{
  --tw-bg-opacity: 1;
  background-color: rgb(108 248 177 / var(--tw-bg-opacity));
}

.bg-deep-teal\/20{
  background-color: rgb(13 52 60 / 0.2);
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

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

.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}

.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

.bg-green-500\/50{
  background-color: rgb(34 197 94 / 0.5);
}

.bg-green-700{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}

.bg-green-700\/30{
  background-color: rgb(21 128 61 / 0.3);
}

.bg-pale-lavender{
  --tw-bg-opacity: 1;
  background-color: rgb(232 223 245 / var(--tw-bg-opacity));
}

.bg-pk-accent{
  --tw-bg-opacity: 1;
  background-color: rgb(255 215 0 / var(--tw-bg-opacity));
}

.bg-pk-tertiary{
  --tw-bg-opacity: 1;
  background-color: rgb(106 90 205 / var(--tw-bg-opacity));
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(20 71 88 / var(--tw-bg-opacity));
}

.bg-quaternary{
  --tw-bg-opacity: 1;
  background-color: rgb(230 249 255 / var(--tw-bg-opacity));
}

.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

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

.bg-red-500\/50{
  background-color: rgb(239 68 68 / 0.5);
}

.bg-red-700{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.bg-red-700\/30{
  background-color: rgb(185 28 28 / 0.3);
}

.bg-red-900{
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}

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

.bg-salmon\/0{
  background-color: rgb(255 110 110 / 0);
}

.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(254 251 246 / var(--tw-bg-opacity));
}

.bg-secondary\/50{
  background-color: rgb(254 251 246 / 0.5);
}

.bg-sky-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(0 196 204 / var(--tw-bg-opacity));
}

.bg-slate-900\/95{
  background-color: rgb(15 23 42 / 0.95);
}

.bg-soft-stone{
  --tw-bg-opacity: 1;
  background-color: rgb(140 162 169 / var(--tw-bg-opacity));
}

.bg-tertiary{
  --tw-bg-opacity: 1;
  background-color: rgb(216 248 227 / var(--tw-bg-opacity));
}

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

.bg-tropical-teal{
  --tw-bg-opacity: 1;
  background-color: rgb(18 120 122 / var(--tw-bg-opacity));
}

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

.bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}

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

.bg-yellow-500\/50{
  background-color: rgb(234 179 8 / 0.5);
}

.bg-yellow-700\/30{
  background-color: rgb(161 98 7 / 0.3);
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/images\/login\/background\.jpg\'\)\]{
  background-image: url('../../assets/images/login/background.jpg');
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/images\/register\/background\.jpg\'\)\]{
  background-image: url('../../assets/images/register/background.jpg');
}

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

.from-\[\#FE6600\]{
  --tw-gradient-from: #FE6600 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 102 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-\[\#FE6B01\]{
  --tw-gradient-to: rgb(254 107 1 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #FE6B01 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-\[\#FFA101\]{
  --tw-gradient-to: rgb(255 161 1 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #FFA101 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-\[\#FFECB8\]{
  --tw-gradient-to: #FFECB8 var(--tw-gradient-to-position);
}

.fill-none{
  fill: none;
}

.fill-primary{
  fill: #144758;
}

.fill-primary\/60{
  fill: rgb(20 71 88 / 0.6);
}

.fill-secondary{
  fill: #FEFBF6;
}

.fill-secondary\/60{
  fill: rgb(254 251 246 / 0.6);
}

.stroke-\[\#eee\]{
  stroke: #eee;
}

.stroke-current{
  stroke: currentColor;
}

.stroke-gray-300{
  stroke: #d1d5db;
}

.stroke-green-500{
  stroke: #22c55e;
}

.stroke-none{
  stroke: none;
}

.stroke-primary{
  stroke: #144758;
}

.stroke-secondary{
  stroke: #FEFBF6;
}

.stroke-white{
  stroke: #fff;
}

.stroke-\[7px\]{
  stroke-width: 7px;
}

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

.p-0{
  padding: 0px;
}

.p-0\.5{
  padding: 0.125rem;
}

.p-1{
  padding: 0.25rem;
}

.p-1\.5{
  padding: 0.375rem;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-7{
  padding: 1.75rem;
}

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

.px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

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

.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

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

.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

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

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

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

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

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

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

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

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

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

.pb-\[70px\]{
  padding-bottom: 70px;
}

.pe-5{
  padding-inline-end: 1.25rem;
}

.pe-7{
  padding-inline-end: 1.75rem;
}

.pl-24{
  padding-left: 6rem;
}

.pl-28{
  padding-left: 7rem;
}

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

.pl-36{
  padding-left: 9rem;
}

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

.ps-2{
  padding-inline-start: 0.5rem;
}

.ps-5{
  padding-inline-start: 1.25rem;
}

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

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

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

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

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

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

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

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

.indent-2{
  text-indent: 0.5rem;
}

.font-cardo{
  font-family: Cardo, sans-serif;
}

.font-caveat{
  font-family: Caveat, sans-serif;
}

.font-consolas{
  font-family: Consolas, monoca, monospace;
}

.font-flux{
  font-family: Afacad Flux, sans-serif;
}

.font-grypen{
  font-family: Qwitcher Grypen, sans-serif;
}

.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font-montserrat{
  font-family: Montserrat, sans-serif;
}

.font-nunito{
  font-family: Nunito, sans-serif;
}

.font-poppins{
  font-family: Poppins, sans-serif;
}

.font-sora{
  font-family: Sora, sans-serif;
}

.font-tiny5{
  font-family: Tiny5, sans-serif;
}

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

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

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

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

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

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

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

.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-6xl{
  font-size: 3.75rem;
  line-height: 1;
}

.text-9xl{
  font-size: 8rem;
  line-height: 1;
}

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

.font-extrabold{
  font-weight: 800;
}

.font-extralight{
  font-weight: 200;
}

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

.lowercase{
  text-transform: lowercase;
}

.capitalize{
  text-transform: capitalize;
}

.text-accent-text{
  --tw-text-opacity: 1;
  color: rgb(255 140 0 / var(--tw-text-opacity));
}

.text-amber{
  --tw-text-opacity: 1;
  color: rgb(255 195 0 / var(--tw-text-opacity));
}

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

.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.text-bright-mint{
  --tw-text-opacity: 1;
  color: rgb(108 248 177 / var(--tw-text-opacity));
}

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

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

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

.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

.text-muted-text{
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity));
}

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

.text-orange-500{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}

.text-primary{
  --tw-text-opacity: 1;
  color: rgb(20 71 88 / var(--tw-text-opacity));
}

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

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

.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(254 251 246 / var(--tw-text-opacity));
}

.text-sky-blue{
  --tw-text-opacity: 1;
  color: rgb(0 196 204 / var(--tw-text-opacity));
}

.text-slate-100\/50{
  color: rgb(241 245 249 / 0.5);
}

.text-slate-100\/60{
  color: rgb(241 245 249 / 0.6);
}

.text-slate-300{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}

.text-slate-400{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}

.text-slate-500{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.text-slate-800\/60{
  color: rgb(30 41 59 / 0.6);
}

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

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

.text-quaternary{
  --tw-text-opacity: 1;
  color: rgb(230 249 255 / var(--tw-text-opacity));
}

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

.underline-offset-1{
  text-underline-offset: 1px;
}

.underline-offset-4{
  text-underline-offset: 4px;
}

.opacity-75{
  opacity: 0.75;
}

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_10px_50px_rgba\(0\2c 0\2c 0\2c 0\.1\)\]{
  --tw-shadow: 0 10px 50px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 10px 50px 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-\[0_10px_50px_rgba\(20\2c 71\2c 88\2c 1\)\]{
  --tw-shadow: 0 10px 50px rgba(20,71,88,1);
  --tw-shadow-colored: 0 10px 50px 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-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline{
  outline-style: solid;
}

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

.backdrop-blur-\[1px\]{
  --tw-backdrop-blur: blur(1px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-saturate-100{
  --tw-backdrop-saturate: saturate(1);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

.transition-colors{
  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: 150ms;
}

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

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

.duration-\[1s\]{
  transition-duration: 1s;
}

.ease-linear{
  transition-timing-function: linear;
}

.scrollbar-hidden::-webkit-scrollbar {
  display: none;
  /* For Chrome, Safari, and Opera */
}

.scrollbar-hidden {
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For IE and Edge */
}

@keyframes loadingEffect {
  0% {
    outline-offset: 0px;
    outline-color: rgba(148, 163, 184, 0.5);
  }

  40% {
    outline-offset: 30px;
    outline-color: rgba(148, 163, 184, 0.1);
  }

  55% {
    outline-color: rgba(148, 163, 184, 0.5);
  }

  70% {
    outline-offset: 0px;
    outline-color: rgba(148, 163, 184, 0.1);
  }

  85% {
    outline-color: rgba(148, 163, 184, 0.5);
  }

  100% {
    outline-offset: 30px;
    outline-color: rgba(148, 163, 184, 0);
  }
}

@keyframes waContactAnim {
  0% {
    outline-offset: 0px;
    outline-color: rgba(37, 211, 102, 1);
  }

  100% {
    outline-offset: 10px;
    outline-color: rgba(37, 211, 102, 0);
  }
}

* {
  margin: 0;
  padding: 0;
  /* width */
  ::-webkit-scrollbar {
    width: 5px;
  }
  /* Track */
  ::-webkit-scrollbar-track {
    background: #fefbf6;
  }
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #12787a;
    border-radius: 100rem;
  }
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #123c46;
  }
}

@media (min-width: 1024px){
  .lg\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 384px){
    .lg\:container{
      max-width: 384px;
    }
  }

  @media (min-width: 512px){
    .lg\:container{
      max-width: 512px;
    }
  }

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

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

  @media (min-width: 1024px){
    .lg\:container{
      max-width: 1024px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

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

  @media (min-width: 1536px){
    .lg\:container{
      max-width: 1536px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }

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

.before\:content-\[\'0\2c 00\'\]::before{
  --tw-content: '0,00';
  content: var(--tw-content);
}

.before\:content-\[\'0\2c 25\'\]::before{
  --tw-content: '0,25';
  content: var(--tw-content);
}

.before\:content-\[\'0\2c 50\'\]::before{
  --tw-content: '0,50';
  content: var(--tw-content);
}

.before\:content-\[\'0\2c 75\'\]::before{
  --tw-content: '0,75';
  content: var(--tw-content);
}

.even\:bg-secondary:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(254 251 246 / var(--tw-bg-opacity));
}

.checked\:bg-amber:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(255 195 0 / var(--tw-bg-opacity));
}

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

.hover\:border-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(20 71 88 / var(--tw-border-opacity));
}

.hover\:border-soft-white:hover{
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity));
}

.hover\:bg-\[\#128C7E\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(18 140 126 / var(--tw-bg-opacity));
}

.hover\:bg-blue-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}

.hover\:bg-blue-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.hover\:bg-blue-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}

.hover\:bg-golden-sand:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 192 116 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-green-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}

.hover\:bg-green-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

.hover\:bg-green-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}

.hover\:bg-green-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}

.hover\:bg-pk-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 165 0 / var(--tw-bg-opacity));
}

.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(20 71 88 / var(--tw-bg-opacity));
}

.hover\:bg-quaternary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(230 249 255 / var(--tw-bg-opacity));
}

.hover\:bg-red-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}

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

.hover\:bg-red-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.hover\:bg-red-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}

.hover\:bg-red-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}

.hover\:bg-salmon:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 110 110 / var(--tw-bg-opacity));
}

.hover\:bg-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 251 246 / var(--tw-bg-opacity));
}

.hover\:bg-tertiary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(216 248 227 / var(--tw-bg-opacity));
}

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

.hover\:bg-tropical-teal:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(18 120 122 / var(--tw-bg-opacity));
}

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

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

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

.hover\:text-link-text:hover{
  --tw-text-opacity: 1;
  color: rgb(30 144 255 / var(--tw-text-opacity));
}

.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(20 71 88 / var(--tw-text-opacity));
}

.hover\:text-secondary:hover{
  --tw-text-opacity: 1;
  color: rgb(254 251 246 / var(--tw-text-opacity));
}

.hover\:text-soft-white:hover{
  --tw-text-opacity: 1;
  color: rgb(241 241 241 / var(--tw-text-opacity));
}

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

.hover\:underline-offset-4:hover{
  text-underline-offset: 4px;
}

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

.hover\:shadow-\[0_10px_50px_rgba\(0\2c 0\2c 0\2c 0\.2\)\]:hover{
  --tw-shadow: 0 10px 50px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0 10px 50px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.focus\:text-primary:focus{
  --tw-text-opacity: 1;
  color: rgb(20 71 88 / var(--tw-text-opacity));
}

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

.group\/avatar:hover .group-hover\/avatar\:flex{
  display: flex;
}

.group:hover .group-hover\:flex{
  display: flex;
}

.group\/avatar:hover .group-hover\/avatar\:hidden{
  display: none;
}

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

.group\/action-save:hover .group-hover\/action-save\:stroke-secondary{
  stroke: #FEFBF6;
}

.group\/avatar:hover .group-hover\/avatar\:stroke-primary{
  stroke: #144758;
}

.group\/button:hover .group-hover\/button\:stroke-blue-500{
  stroke: #3b82f6;
}

.group\/button:hover .group-hover\/button\:stroke-red-500{
  stroke: #ef4444;
}

.group\/feedback:hover .group-hover\/feedback\:stroke-secondary{
  stroke: #FEFBF6;
}

.group\/home-button:hover .group-hover\/home-button\:stroke-secondary{
  stroke: #FEFBF6;
}

.group\/menu:hover .group-hover\/menu\:stroke-primary{
  stroke: #144758;
}

.group\/mobileMenuBtn:hover .group-hover\/mobileMenuBtn\:stroke-secondary{
  stroke: #FEFBF6;
}

.group\/notifications:hover .group-hover\/notifications\:stroke-secondary{
  stroke: #FEFBF6;
}

.group\/paginate:hover .group-hover\/paginate\:stroke-secondary{
  stroke: #FEFBF6;
}

.group\/settings:hover .group-hover\/settings\:stroke-primary{
  stroke: #144758;
}

.group\/settings:hover .group-hover\/settings\:stroke-secondary{
  stroke: #FEFBF6;
}

.group\/version-log:hover .group-hover\/version-log\:stroke-secondary{
  stroke: #FEFBF6;
}

@media (prefers-reduced-motion: no-preference){
  @keyframes ping{
    75%, 100%{
      transform: scale(2);
      opacity: 0;
    }
  }

  .motion-safe\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }
}

.dark\:block:is(.dark *){
  display: block;
}

.dark\:hidden:is(.dark *){
  display: none;
}

.dark\:justify-end:is(.dark *){
  justify-content: flex-end;
}

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

.dark\:border-green-300:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.dark\:border-red-300:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.dark\:border-secondary:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(254 251 246 / var(--tw-border-opacity));
}

.dark\:border-yellow-300:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity));
}

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

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

.dark\:bg-secondary:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(254 251 246 / var(--tw-bg-opacity));
}

.dark\:bg-gradient-to-tr:is(.dark *){
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.dark\:from-\[\#FFEDE8\]:is(.dark *){
  --tw-gradient-from: #FFEDE8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 237 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:to-\[\#FFE4CC\]:is(.dark *){
  --tw-gradient-to: #FFE4CC var(--tw-gradient-to-position);
}

.dark\:stroke-primary:is(.dark *){
  stroke: #144758;
}

.dark\:stroke-secondary:is(.dark *){
  stroke: #FEFBF6;
}

.dark\:text-primary:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(20 71 88 / var(--tw-text-opacity));
}

.dark\:text-secondary:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(254 251 246 / var(--tw-text-opacity));
}

.dark\:text-slate-100\/60:is(.dark *){
  color: rgb(241 245 249 / 0.6);
}

.dark\:shadow-\[0_10px_50px_rgba\(255\2c 255\2c 255\2c 1\)\]:is(.dark *){
  --tw-shadow: 0 10px 50px rgba(255,255,255,1);
  --tw-shadow-colored: 0 10px 50px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dark\:shadow-white:is(.dark *){
  --tw-shadow-color: #fff;
  --tw-shadow: var(--tw-shadow-colored);
}

.dark\:hover\:border-secondary:hover:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(254 251 246 / var(--tw-border-opacity));
}

.dark\:hover\:bg-quaternary:hover:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(230 249 255 / var(--tw-bg-opacity));
}

.dark\:hover\:bg-secondary:hover:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(254 251 246 / var(--tw-bg-opacity));
}

.dark\:hover\:bg-transparent:hover:is(.dark *){
  background-color: transparent;
}

.dark\:hover\:text-secondary:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(254 251 246 / var(--tw-text-opacity));
}

.group:hover .dark\:group-hover\:bg-slate-800:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}

.group\/feedback:hover .dark\:group-hover\/feedback\:stroke-primary:is(.dark *){
  stroke: #144758;
}

.group\/home-button:hover .dark\:group-hover\/home-button\:stroke-primary:is(.dark *){
  stroke: #144758;
}

.group\/mobileMenuBtn:hover .dark\:group-hover\/mobileMenuBtn\:stroke-primary:is(.dark *){
  stroke: #144758;
}

.group\/notifications:hover .dark\:group-hover\/notifications\:stroke-primary:is(.dark *){
  stroke: #144758;
}

.group\/settings:hover .dark\:group-hover\/settings\:stroke-primary:is(.dark *){
  stroke: #144758;
}

.group\/version-log:hover .dark\:group-hover\/version-log\:stroke-primary:is(.dark *){
  stroke: #144758;
}

@media not all and (min-width: 1920px){
  .max-desktop\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .max-desktop\:gap-3{
    gap: 0.75rem;
  }

  .max-desktop\:gap-5{
    gap: 1.25rem;
  }

  .max-desktop\:p-3{
    padding: 0.75rem;
  }

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

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

  .max-desktop\:pe-2{
    padding-inline-end: 0.5rem;
  }

  .max-desktop\:ps-2{
    padding-inline-start: 0.5rem;
  }
}

@media not all and (min-width: 1536px){
  .max-2xl\:flex-col{
    flex-direction: column;
  }
}

@media not all and (min-width: 1024px){
  .max-lg\:h-4{
    height: 1rem;
  }
}

@media not all and (min-width: 512px){
  .max-xs\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 384px){
  .xxs\:left-\[-384px\]{
    left: -384px;
  }

  .xxs\:left-\[-416px\]{
    left: -416px;
  }
}

@media (min-width: 512px){
  .xs\:left-\[-448px\]{
    left: -448px;
  }

  .xs\:left-\[-480px\]{
    left: -480px;
  }

  .xs\:table-cell{
    display: table-cell;
  }

  .xs\:h-4{
    height: 1rem;
  }

  .xs\:w-4{
    width: 1rem;
  }

  .xs\:min-w-\[425px\]{
    min-width: 425px;
  }

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

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

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

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

  .xs\:overflow-hidden{
    overflow: hidden;
  }

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

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

  .xs\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media (min-width: 640px){
  .sm\:left-\[-576px\]{
    left: -576px;
  }

  .sm\:left-\[-608px\]{
    left: -608px;
  }

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

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

  .sm\:table-cell{
    display: table-cell;
  }

  .sm\:h-11{
    height: 2.75rem;
  }

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

  .sm\:h-14{
    height: 3.5rem;
  }

  .sm\:h-16{
    height: 4rem;
  }

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

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

  .sm\:h-4{
    height: 1rem;
  }

  .sm\:h-5{
    height: 1.25rem;
  }

  .sm\:h-6{
    height: 1.5rem;
  }

  .sm\:h-7{
    height: 1.75rem;
  }

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

  .sm\:h-10{
    height: 2.5rem;
  }

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

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

  .sm\:max-h-none{
    max-height: none;
  }

  .sm\:w-11{
    width: 2.75rem;
  }

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

  .sm\:w-14{
    width: 3.5rem;
  }

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

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

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

  .sm\:w-3\/6{
    width: 50%;
  }

  .sm\:w-4{
    width: 1rem;
  }

  .sm\:w-5{
    width: 1.25rem;
  }

  .sm\:w-6{
    width: 1.5rem;
  }

  .sm\:w-7{
    width: 1.75rem;
  }

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

  .sm\:w-10{
    width: 2.5rem;
  }

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

  .sm\:min-w-\[500px\]{
    min-width: 500px;
  }

  .sm\:min-w-\[550px\]{
    min-width: 550px;
  }

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

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

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

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

  .sm\:p-3{
    padding: 0.75rem;
  }

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

  .sm\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

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

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

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

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

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

  .sm\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

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

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

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

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

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

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

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

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

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

@media (min-width: 768px){
  .md\:left-\[-704px\]{
    left: -704px;
  }

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

  .md\:table-cell{
    display: table-cell;
  }

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

  .md\:h-16{
    height: 4rem;
  }

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

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

  .md\:h-6{
    height: 1.5rem;
  }

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

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

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

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

  .md\:w-5{
    width: 1.25rem;
  }

  .md\:w-6{
    width: 1.5rem;
  }

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

  .md\:min-w-\[600px\]{
    min-width: 600px;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:left-\[-960px\]{
    left: -960px;
  }

  .lg\:left-\[-992px\]{
    left: -992px;
  }

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

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

  .lg\:m-5{
    margin: 1.25rem;
  }

  .lg\:h-14{
    height: 3.5rem;
  }

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

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

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

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

  .lg\:h-6{
    height: 1.5rem;
  }

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

  .lg\:h-9{
    height: 2.25rem;
  }

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

  .lg\:min-h-36{
    min-height: 9rem;
  }

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

  .lg\:w-1\/6{
    width: 16.666667%;
  }

  .lg\:w-14{
    width: 3.5rem;
  }

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

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

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

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

  .lg\:w-3\/4{
    width: 75%;
  }

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

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

  .lg\:w-6{
    width: 1.5rem;
  }

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

  .lg\:w-9{
    width: 2.25rem;
  }

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

  .lg\:min-w-36{
    min-width: 9rem;
  }

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

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

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

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

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

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

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

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

  .lg\:p-3{
    padding: 0.75rem;
  }

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

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

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

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

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

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

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

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

  .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-5xl{
    font-size: 3rem;
    line-height: 1;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1280px){
  .xl\:left-\[-1216px\]{
    left: -1216px;
  }

  .xl\:left-\[-1248px\]{
    left: -1248px;
  }

  .xl\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .xl\:flex{
    display: flex;
  }

  .xl\:hidden{
    display: none;
  }

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

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

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

@media (min-width: 1536px){
  .\32xl\:left-\[-1472px\]{
    left: -1472px;
  }

  .\32xl\:left-\[-1504px\]{
    left: -1504px;
  }

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

  .\32xl\:flex{
    display: flex;
  }

  .\32xl\:min-w-96{
    min-width: 24rem;
  }

  .\32xl\:max-w-\[125px\]{
    max-width: 125px;
  }

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

@media (min-width: 1920px){
  .desktop\:left-\[-1856px\]{
    left: -1856px;
  }

  .desktop\:left-\[-1888px\]{
    left: -1888px;
  }

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