.vl-shown {
  overflow: hidden;
}

.vl-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  align-items: center;
  display: none;
  justify-content: center;
  overflow: hidden;
  z-index: 9999;
}

.vl-overlay.vl-active {
  display: flex;
}

.vl-overlay.vl-full-page {
  z-index: 9999;
  position: fixed;
}

.vl-overlay .vl-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  opacity: 0.5;
}

.vl-overlay .vl-icon, .vl-parent {
  position: relative;
}

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

*, ::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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* 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: 375px) {

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

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

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

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-10 {
  bottom: 2.5rem;
}
.bottom-20 {
  bottom: 5rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.left-0 {
  left: 0px;
}
.left-1\/4 {
  left: 25%;
}
.left-10 {
  left: 2.5rem;
}
.left-20 {
  left: 5rem;
}
.left-3 {
  left: 0.75rem;
}
.left-6 {
  left: 1.5rem;
}
.right-0 {
  right: 0px;
}
.right-1\/4 {
  right: 25%;
}
.right-10 {
  right: 2.5rem;
}
.right-20 {
  right: 5rem;
}
.right-6 {
  right: 1.5rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-1\/4 {
  top: 25%;
}
.top-10 {
  top: 2.5rem;
}
.top-20 {
  top: 5rem;
}
.top-3 {
  top: 0.75rem;
}
.top-3\/4 {
  top: 75%;
}
.top-6 {
  top: 1.5rem;
}
.top-full {
  top: 100%;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[99\] {
  z-index: 99;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.\!m-0 {
  margin: 0px !important;
}
.m-0 {
  margin: 0px;
}
.m-2 {
  margin: 0.5rem;
}
.m-auto {
  margin: auto;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.\!mb-4 {
  margin-bottom: 1rem !important;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[1\.39vw\] {
  margin-bottom: 1.39vw;
}
.mb-\[5\.56vw\] {
  margin-bottom: 5.56vw;
}
.ml-0 {
  margin-left: 0px;
}
.ml-16 {
  margin-left: 4rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-\[80px\] {
  margin-left: 80px;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-\[80px\] {
  margin-right: 80px;
}
.mr-auto {
  margin-right: auto;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[1\.39vw\] {
  margin-top: 1.39vw;
}
.mt-\[1vw\] {
  margin-top: 1vw;
}
.box-border {
  box-sizing: border-box;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.\!grid {
  display: grid !important;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[1440\/560\] {
  aspect-ratio: 1440/560;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.\!size-12 {
  width: 3rem !important;
  height: 3rem !important;
}
.\!size-2 {
  width: 0.5rem !important;
  height: 0.5rem !important;
}
.\!size-4 {
  width: 1rem !important;
  height: 1rem !important;
}
.\!size-8 {
  width: 2rem !important;
  height: 2rem !important;
}
.\!size-\[2rem\] {
  width: 2rem !important;
  height: 2rem !important;
}
.\!size-\[4\.5rem\] {
  width: 4.5rem !important;
  height: 4.5rem !important;
}
.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}
.size-4 {
  width: 1rem;
  height: 1rem;
}
.size-full {
  width: 100%;
  height: 100%;
}
.\!h-14 {
  height: 3.5rem !important;
}
.\!h-\[5vw\] {
  height: 5vw !important;
}
.\!h-\[6rem\] {
  height: 6rem !important;
}
.\!h-auto {
  height: auto !important;
}
.h-0 {
  height: 0px;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-32 {
  height: 8rem;
}
.h-36 {
  height: 9rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[160px\] {
  height: 160px;
}
.h-\[18\.75vw\] {
  height: 18.75vw;
}
.h-\[38\.47vw\] {
  height: 38.47vw;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[6rem\] {
  height: 6rem;
}
.h-auto {
  height: auto;
}
.h-dvh {
  height: 100dvh;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[50px\] {
  max-height: 50px;
}
.\!w-\[15rem\] {
  width: 15rem !important;
}
.\!w-\[6rem\] {
  width: 6rem !important;
}
.\!w-full {
  width: 100% !important;
}
.w-0 {
  width: 0px;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-2\/5 {
  width: 40%;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-3\/4 {
  width: 75%;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-\[0\.35vw\] {
  width: 0.35vw;
}
.w-\[100vw\] {
  width: 100vw;
}
.w-\[18rem\] {
  width: 18rem;
}
.w-\[20rem\] {
  width: 20rem;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[32\.08vw\] {
  width: 32.08vw;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[35\.14vw\] {
  width: 35.14vw;
}
.w-\[38\.19vw\] {
  width: 38.19vw;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[41\.39vw\] {
  width: 41.39vw;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[80\.13vw\] {
  width: 80.13vw;
}
.w-\[83\.13vw\] {
  width: 83.13vw;
}
.w-\[86\.46vw\] {
  width: 86.46vw;
}
.w-\[8rem\] {
  width: 8rem;
}
.w-auto {
  width: auto;
}
.w-dvw {
  width: 100dvw;
}
.w-full {
  width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-\[1100px\] {
  max-width: 1100px;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-\[2300px\] {
  max-width: 2300px;
}
.max-w-\[626px\] {
  max-width: 626px;
}
.max-w-\[86\.46vw\] {
  max-width: 86.46vw;
}
.max-w-\[90\%\] {
  max-width: 90%;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.basis-\[50\%\] {
  flex-basis: 50%;
}
.\!translate-x-\[-1rem\] {
  --tw-translate-x: -1rem !important;
  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)) !important;
}
.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));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes 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;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.\!flex-col {
  flex-direction: column !important;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.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-16 {
  gap: 4rem !important;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[0\.56vw\] {
  gap: 0.56vw;
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.self-end {
  align-self: flex-end;
}
.overflow-hidden {
  overflow: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.\!rounded-full {
  border-radius: 9999px !important;
}
.\!rounded-xl {
  border-radius: 0.75rem !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.\!rounded-r-none {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.\!border-none {
  border-style: none !important;
}
.\!border-\[\#32BAB1\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(50 186 177 / var(--tw-border-opacity, 1)) !important;
}
.border-\[\#\#000000A6\] {
  border-color: ##000000A6;
}
.border-\[\#1376F8\] {
  --tw-border-opacity: 1;
  border-color: rgb(19 118 248 / var(--tw-border-opacity, 1));
}
.border-\[\#434343\] {
  --tw-border-opacity: 1;
  border-color: rgb(67 67 67 / var(--tw-border-opacity, 1));
}
.border-\[\#d9d9d9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}
.border-blue-200\/30 {
  border-color: rgb(191 219 254 / 0.3);
}
.border-blue-400\/30 {
  border-color: rgb(96 165 250 / 0.3);
}
.border-green-400\/30 {
  border-color: rgb(74 222 128 / 0.3);
}
.border-indigo-200\/40 {
  border-color: rgb(199 210 254 / 0.4);
}
.border-red-400\/30 {
  border-color: rgb(248 113 113 / 0.3);
}
.border-transparent {
  border-color: transparent;
}
.border-white\/40 {
  border-color: rgb(255 255 255 / 0.4);
}
.border-white\/60 {
  border-color: rgb(255 255 255 / 0.6);
}
.\!bg-\[\#32BAB1\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(50 186 177 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-transparent {
  background-color: transparent !important;
}
.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#0050b3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 80 179 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0057FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 87 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#01050d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(1 5 13 / var(--tw-bg-opacity, 1));
}
.bg-\[\#010713\] {
  --tw-bg-opacity: 1;
  background-color: rgb(1 7 19 / var(--tw-bg-opacity, 1));
}
.bg-\[\#010A1C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(1 10 28 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1376F8\]\/10 {
  background-color: rgb(19 118 248 / 0.1);
}
.bg-\[\#1b2533\] {
  --tw-bg-opacity: 1;
  background-color: rgb(27 37 51 / var(--tw-bg-opacity, 1));
}
.bg-\[\#4099FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(64 153 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#4099FF\]\/10 {
  background-color: rgb(64 153 255 / 0.1);
}
.bg-\[\#40A9FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(64 169 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E1F1FD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(225 241 253 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EFF5F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 245 248 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F5F7FA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 250 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFFFFF4A\] {
  background-color: #FFFFFF4A;
}
.bg-\[\#FFFFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--p-primary-color) calc(100% * var(--tw-bg-opacity, 1)), transparent);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-\[url\(\'\@\@\/assets\/images\/contact_service2_bg\.png\'\)\] {
  background-image: url('/assets/images/contact_service2_bg-DyXj2NLU.png');
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.\!from-\[\#DFECFA\] {
  --tw-gradient-from: #DFECFA var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(223 236 250 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-\[\#0d5fd6\] {
  --tw-gradient-from: #0d5fd6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 95 214 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#1376F8\] {
  --tw-gradient-from: #1376F8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 118 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#ae67fa\] {
  --tw-gradient-from: #ae67fa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 103 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#e8f4fd\] {
  --tw-gradient-from: #e8f4fd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-300\/40 {
  --tw-gradient-from: rgb(147 197 253 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-300\/35 {
  --tw-gradient-from: rgb(103 232 249 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-500 {
  --tw-gradient-from: #10b981 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-300\/30 {
  --tw-gradient-from: rgb(165 180 252 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-500 {
  --tw-gradient-from: #ef4444 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sky-300\/30 {
  --tw-gradient-from: rgb(125 211 252 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-\[\#1e6ef7\] {
  --tw-gradient-to: rgb(30 110 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1e6ef7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#2d84f7\] {
  --tw-gradient-to: rgb(45 132 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #2d84f7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#f0f8ff\] {
  --tw-gradient-to: rgb(240 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f0f8ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#f8fbff\] {
  --tw-gradient-to: rgb(248 251 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f8fbff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-green-600 {
  --tw-gradient-to: rgb(22 163 74 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #16a34a var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-red-600 {
  --tw-gradient-to: rgb(220 38 38 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.\!to-\[\#FFFFFF\] {
  --tw-gradient-to: #FFFFFF var(--tw-gradient-to-position) !important;
}
.to-\[\#2d7fff\] {
  --tw-gradient-to: #2d7fff var(--tw-gradient-to-position);
}
.to-\[\#4099FF\] {
  --tw-gradient-to: #4099FF var(--tw-gradient-to-position);
}
.to-\[\#f49867\] {
  --tw-gradient-to: #f49867 var(--tw-gradient-to-position);
}
.to-\[\#f5f7fa\] {
  --tw-gradient-to: #f5f7fa var(--tw-gradient-to-position);
}
.to-blue-200\/25 {
  --tw-gradient-to: rgb(191 219 254 / 0.25) var(--tw-gradient-to-position);
}
.to-cyan-200\/30 {
  --tw-gradient-to: rgb(165 243 252 / 0.3) var(--tw-gradient-to-position);
}
.to-indigo-200\/20 {
  --tw-gradient-to: rgb(199 210 254 / 0.2) var(--tw-gradient-to-position);
}
.to-purple-200\/20 {
  --tw-gradient-to: rgb(233 213 255 / 0.2) var(--tw-gradient-to-position);
}
.to-red-700 {
  --tw-gradient-to: #b91c1c var(--tw-gradient-to-position);
}
.to-teal-600 {
  --tw-gradient-to: #0d9488 var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.\!p-0 {
  padding: 0px !important;
}
.p-10 {
  padding: 2.5rem;
}
.p-14 {
  padding: 3.5rem;
}
.p-16 {
  padding: 4rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-20 {
  padding: 5rem;
}
.p-24 {
  padding: 6rem;
}
.p-4 {
  padding: 1rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[0\.69vw\] {
  padding: 0.69vw;
}
.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.\!py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-60 {
  padding-left: 15rem;
  padding-right: 15rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[4\.17vw\] {
  padding-left: 4.17vw;
  padding-right: 4.17vw;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.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-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[3\.82vw\] {
  padding-top: 3.82vw;
  padding-bottom: 3.82vw;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-\[1\.39vw\] {
  padding-bottom: 1.39vw;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.\!indent-4 {
  text-indent: 1rem !important;
}
.\!font-\[Manrope\] {
  font-family: Manrope !important;
}
.font-\[Manrope\] {
  font-family: Manrope;
}
.\!text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}
.\!text-base {
  font-size: 1rem !important;
  line-height: 1.5 !important;
}
.\!text-lg {
  font-size: 1.125rem !important;
  line-height: 1.5 !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 1.3;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 1.2;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 1.1;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.5;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.5;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.4;
}
.\!font-bold {
  font-weight: 700 !important;
}
.\!font-medium {
  font-weight: 500 !important;
}
.\!font-normal {
  font-weight: 400 !important;
}
.\!font-semibold {
  font-weight: 600 !important;
}
.font-\[500\] {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.\!leading-\[1\.05\] {
  line-height: 1.05 !important;
}
.leading-155 {
  line-height: 1.55;
}
.leading-\[1\.1\] {
  line-height: 1.1;
}
.leading-\[1\.25\] {
  line-height: 1.25;
}
.leading-relaxed {
  line-height: 1.625;
}
.\!text-\[\#fff\] {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}
.\!text-primary-contrast {
  --tw-text-opacity: 1 !important;
  color: color-mix(in srgb, var(--p-primary-contrast-color) calc(100% * var(--tw-text-opacity, 1)), transparent) !important;
}
.text-\[\#\#000000A6\] {
  color: ##000000A6;
}
.text-\[\#000000a6\] {
  color: #000000a6;
}
.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#0019F7\] {
  --tw-text-opacity: 1;
  color: rgb(0 25 247 / var(--tw-text-opacity, 1));
}
.text-\[\#011632\] {
  --tw-text-opacity: 1;
  color: rgb(1 22 50 / var(--tw-text-opacity, 1));
}
.text-\[\#1376F8\] {
  --tw-text-opacity: 1;
  color: rgb(19 118 248 / var(--tw-text-opacity, 1));
}
.text-\[\#17012C\] {
  --tw-text-opacity: 1;
  color: rgb(23 1 44 / var(--tw-text-opacity, 1));
}
.text-\[\#1890FF\] {
  --tw-text-opacity: 1;
  color: rgb(24 144 255 / var(--tw-text-opacity, 1));
}
.text-\[\#262626\] {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}
.text-\[\#333333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.text-\[\#404040\] {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}
.text-\[\#434343\] {
  --tw-text-opacity: 1;
  color: rgb(67 67 67 / var(--tw-text-opacity, 1));
}
.text-\[\#4663AC\] {
  --tw-text-opacity: 1;
  color: rgb(70 99 172 / var(--tw-text-opacity, 1));
}
.text-\[\#595959\] {
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity, 1));
}
.text-\[\#8c8c8c\] {
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity, 1));
}
.text-\[\#FFA500\] {
  --tw-text-opacity: 1;
  color: rgb(255 165 0 / var(--tw-text-opacity, 1));
}
.text-\[\#abe2fa\] {
  --tw-text-opacity: 1;
  color: rgb(171 226 250 / var(--tw-text-opacity, 1));
}
.text-\[\#bfbfbf\] {
  --tw-text-opacity: 1;
  color: rgb(191 191 191 / var(--tw-text-opacity, 1));
}
.text-\[\#d46b08\] {
  --tw-text-opacity: 1;
  color: rgb(212 107 8 / var(--tw-text-opacity, 1));
}
.text-\[\#d9d9d9\] {
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}
.text-\[\#f0f0f0\] {
  --tw-text-opacity: 1;
  color: rgb(240 240 240 / var(--tw-text-opacity, 1));
}
.text-\[\#f57c00\] {
  --tw-text-opacity: 1;
  color: rgb(245 124 0 / var(--tw-text-opacity, 1));
}
.text-\[\#ff7503\] {
  --tw-text-opacity: 1;
  color: rgb(255 117 3 / var(--tw-text-opacity, 1));
}
.text-\[\#ff8a71\] {
  --tw-text-opacity: 1;
  color: rgb(255 138 113 / var(--tw-text-opacity, 1));
}
.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-\[rgba\(0\2c 0\2c 0\2c 0\.65\)\] {
  color: rgba(0,0,0,0.65);
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / 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-primary-contrast {
  --tw-text-opacity: 1;
  color: color-mix(in srgb, var(--p-primary-contrast-color) calc(100% * var(--tw-text-opacity, 1)), transparent);
}
.text-primary-contrast\/80 {
  color: color-mix(in srgb, var(--p-primary-contrast-color) calc(100% * 0.8), transparent);
}
.text-transparent {
  color: transparent;
}
.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;
}
.\!shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-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-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-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-gray-200\/50 {
  --tw-shadow-color: rgb(229 231 235 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100 {
  --tw-shadow-color: #f1f5f9;
  --tw-shadow: var(--tw-shadow-colored);
}
.\!outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-blue-100\/50 {
  --tw-ring-color: rgb(219 234 254 / 0.5);
}
.ring-blue-200\/30 {
  --tw-ring-color: rgb(191 219 254 / 0.3);
}
.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);
}
.blur-2xl {
  --tw-blur: blur(40px);
  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);
}
.blur-lg {
  --tw-blur: blur(16px);
  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);
}
.blur-xl {
  --tw-blur: blur(24px);
  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);
}
.brightness-50 {
  --tw-brightness: brightness(.5);
  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);
}
.brightness-90 {
  --tw-brightness: brightness(.9);
  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);
}
.contrast-125 {
  --tw-contrast: contrast(1.25);
  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);
}
.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  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);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -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-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -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-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-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;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.before\:bottom-0::before {
  content: var(--tw-content);
  bottom: 0px;
}
.before\:left-4::before {
  content: var(--tw-content);
  left: 1rem;
}
.before\:z-0::before {
  content: var(--tw-content);
  z-index: 0;
}
.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}
.before\:w-\[10px\]::before {
  content: var(--tw-content);
  width: 10px;
}
.before\:w-\[1px\]::before {
  content: var(--tw-content);
  width: 1px;
}
.before\:bg-\[rgba\(105\2c 192\2c 255\2c 1\)\]::before {
  content: var(--tw-content);
  background-color: rgba(105,192,255,1);
}
.after\:\!from-\[\#DEEDFB\]::after {
  content: var(--tw-content);
  --tw-gradient-from: #DEEDFB var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(222 237 251 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.after\:\!to-\[\#FFFFFF\]::after {
  content: var(--tw-content);
  --tw-gradient-to: #FFFFFF var(--tw-gradient-to-position) !important;
}
.hover\:z-\[2\]:hover {
  z-index: 2;
}
.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  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));
}
.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
.hover\:scale-\[105\%\]:hover {
  --tw-scale-x: 105%;
  --tw-scale-y: 105%;
  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));
}
.hover\:scale-\[110\%\]:hover {
  --tw-scale-x: 110%;
  --tw-scale-y: 110%;
  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));
}
.hover\:\!border-\[\#1890FF\]:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(24 144 255 / var(--tw-border-opacity, 1)) !important;
}
.hover\:bg-\[\#1890FF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(24 144 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#4663AC\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(70 99 172 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#D4EDFF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(212 237 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#E6F7FF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 247 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:text-\[\#1890FF\]:hover {
  --tw-text-opacity: 1;
  color: rgb(24 144 255 / var(--tw-text-opacity, 1));
}
.hover\:text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.hover\:shadow-xl:hover {
  --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);
}
.hover\:ring-blue-300\/50:hover {
  --tw-ring-color: rgb(147 197 253 / 0.5);
}
.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  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));
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.group:hover .group-hover\:opacity-30 {
  opacity: 0.3;
}
@media (min-width: 640px) {

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

  .sm\:\!h-\[20vh\] {
    height: 20vh !important;
  }

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

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

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

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

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
@media (min-width: 768px) {

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

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

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

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

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

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

  .md\:basis-\[40\%\] {
    flex-basis: 40%;
  }

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

  .md\:pl-20 {
    padding-left: 5rem;
  }

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

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

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

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
@media (min-width: 1024px) {

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

  .lg\:block {
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:\!text-lg {
    font-size: 1.125rem !important;
    line-height: 1.5 !important;
  }

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

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

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

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media (min-width: 1280px) {

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

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

  .xl\:pl-48 {
    padding-left: 12rem;
  }

  .xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 1.1;
  }
}
@media (min-width: 640px) {

  .mobile\:aspect-square {
    aspect-ratio: 1 / 1;
  }

  .mobile\:min-w-\[30vw\] {
    min-width: 30vw;
  }

  .mobile\:\!flex-col {
    flex-direction: column !important;
  }

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

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

  .mobile\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {

  .max-mobile\:visible {
    visibility: visible;
  }

  .max-mobile\:\!static {
    position: static !important;
  }

  .max-mobile\:\!fixed {
    position: fixed !important;
  }

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

  .max-mobile\:\!right-\[15px\] {
    right: 15px !important;
  }

  .max-mobile\:\!top-\[20px\] {
    top: 20px !important;
  }

  .max-mobile\:bottom-0 {
    bottom: 0px;
  }

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

  .max-mobile\:right-0 {
    right: 0px;
  }

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

  .max-mobile\:z-\[100\] {
    z-index: 100;
  }

  .max-mobile\:z-\[99\] {
    z-index: 99;
  }

  .max-mobile\:order-1 {
    order: 1;
  }

  .max-mobile\:order-2 {
    order: 2;
  }

  .max-mobile\:\!m-auto {
    margin: auto !important;
  }

  .max-mobile\:m-auto {
    margin: auto;
  }

  .max-mobile\:\!mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .max-mobile\:\!my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .max-mobile\:\!my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .max-mobile\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

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

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

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

  .max-mobile\:\!-mt-2 {
    margin-top: -0.5rem !important;
  }

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

  .max-mobile\:\!mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .max-mobile\:\!mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .max-mobile\:\!mb-4 {
    margin-bottom: 1rem !important;
  }

  .max-mobile\:\!mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .max-mobile\:\!ml-0 {
    margin-left: 0px !important;
  }

  .max-mobile\:\!mr-1 {
    margin-right: 0.25rem !important;
  }

  .max-mobile\:\!mt-0 {
    margin-top: 0px !important;
  }

  .max-mobile\:\!mt-1 {
    margin-top: 0.25rem !important;
  }

  .max-mobile\:\!mt-2 {
    margin-top: 0.5rem !important;
  }

  .max-mobile\:\!mt-4 {
    margin-top: 1rem !important;
  }

  .max-mobile\:\!mt-5 {
    margin-top: 1.25rem !important;
  }

  .max-mobile\:\!mt-6 {
    margin-top: 1.5rem !important;
  }

  .max-mobile\:\!mt-8 {
    margin-top: 2rem !important;
  }

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

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

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

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

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

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

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

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

  .max-mobile\:mt-\[108px\] {
    margin-top: 108px;
  }

  .max-mobile\:\!block {
    display: block !important;
  }

  .max-mobile\:block {
    display: block;
  }

  .max-mobile\:\!flex {
    display: flex !important;
  }

  .max-mobile\:flex {
    display: flex;
  }

  .max-mobile\:\!hidden {
    display: none !important;
  }

  .max-mobile\:hidden {
    display: none;
  }

  .max-mobile\:aspect-auto {
    aspect-ratio: auto;
  }

  .max-mobile\:\!size-6 {
    width: 1.5rem !important;
    height: 1.5rem !important;
  }

  .max-mobile\:\!size-8 {
    width: 2rem !important;
    height: 2rem !important;
  }

  .max-mobile\:\!size-\[10vw\] {
    width: 10vw !important;
    height: 10vw !important;
  }

  .max-mobile\:\!size-\[12px\] {
    width: 12px !important;
    height: 12px !important;
  }

  .max-mobile\:\!size-\[12vw\] {
    width: 12vw !important;
    height: 12vw !important;
  }

  .max-mobile\:\!size-\[1rem\] {
    width: 1rem !important;
    height: 1rem !important;
  }

  .max-mobile\:\!size-\[3rem\] {
    width: 3rem !important;
    height: 3rem !important;
  }

  .max-mobile\:\!size-\[4rem\] {
    width: 4rem !important;
    height: 4rem !important;
  }

  .max-mobile\:\!size-\[50px\] {
    width: 50px !important;
    height: 50px !important;
  }

  .max-mobile\:\!size-\[5vw\] {
    width: 5vw !important;
    height: 5vw !important;
  }

  .max-mobile\:\!size-\[6vw\] {
    width: 6vw !important;
    height: 6vw !important;
  }

  .max-mobile\:\!size-\[8vw\] {
    width: 8vw !important;
    height: 8vw !important;
  }

  .max-mobile\:\!h-\[10vw\] {
    height: 10vw !important;
  }

  .max-mobile\:\!h-\[15vh\] {
    height: 15vh !important;
  }

  .max-mobile\:\!h-\[15vw\] {
    height: 15vw !important;
  }

  .max-mobile\:\!h-\[60vw\] {
    height: 60vw !important;
  }

  .max-mobile\:\!h-\[70vh\] {
    height: 70vh !important;
  }

  .max-mobile\:\!h-\[900px\] {
    height: 900px !important;
  }

  .max-mobile\:\!h-auto {
    height: auto !important;
  }

  .max-mobile\:\!h-full {
    height: 100% !important;
  }

  .max-mobile\:h-1\/5 {
    height: 20%;
  }

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

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

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

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

  .max-mobile\:h-auto {
    height: auto;
  }

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

  .max-mobile\:\!min-h-\[900px\] {
    min-height: 900px !important;
  }

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

  .max-mobile\:\!w-\[100\%\] {
    width: 100% !important;
  }

  .max-mobile\:\!w-\[100vw\] {
    width: 100vw !important;
  }

  .max-mobile\:\!w-\[10vw\] {
    width: 10vw !important;
  }

  .max-mobile\:\!w-\[12vw\] {
    width: 12vw !important;
  }

  .max-mobile\:\!w-\[15vw\] {
    width: 15vw !important;
  }

  .max-mobile\:\!w-\[30px\] {
    width: 30px !important;
  }

  .max-mobile\:\!w-\[40vw\] {
    width: 40vw !important;
  }

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

  .max-mobile\:\!w-\[80vw\] {
    width: 80vw !important;
  }

  .max-mobile\:\!w-dvw {
    width: 100dvw !important;
  }

  .max-mobile\:\!w-full {
    width: 100% !important;
  }

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

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

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

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

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

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

  .max-mobile\:w-\[70vw\] {
    width: 70vw;
  }

  .max-mobile\:w-\[80vw\] {
    width: 80vw;
  }

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

  .max-mobile\:\!max-w-full {
    max-width: 100% !important;
  }

  .max-mobile\:\!flex-1 {
    flex: 1 1 0% !important;
  }

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

  .max-mobile\:\!flex-col {
    flex-direction: column !important;
  }

  .max-mobile\:flex-col {
    flex-direction: column;
  }

  .max-mobile\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .max-mobile\:items-start {
    align-items: flex-start;
  }

  .max-mobile\:\!items-center {
    align-items: center !important;
  }

  .max-mobile\:items-center {
    align-items: center;
  }

  .max-mobile\:\!justify-center {
    justify-content: center !important;
  }

  .max-mobile\:justify-center {
    justify-content: center;
  }

  .max-mobile\:\!justify-between {
    justify-content: space-between !important;
  }

  .max-mobile\:justify-between {
    justify-content: space-between;
  }

  .max-mobile\:\!gap-0 {
    gap: 0px !important;
  }

  .max-mobile\:\!gap-2 {
    gap: 0.5rem !important;
  }

  .max-mobile\:\!gap-4 {
    gap: 1rem !important;
  }

  .max-mobile\:\!gap-8 {
    gap: 2rem !important;
  }

  .max-mobile\:gap-1 {
    gap: 0.25rem;
  }

  .max-mobile\:gap-10 {
    gap: 2.5rem;
  }

  .max-mobile\:gap-2 {
    gap: 0.5rem;
  }

  .max-mobile\:gap-4 {
    gap: 1rem;
  }

  .max-mobile\:gap-6 {
    gap: 1.5rem;
  }

  .max-mobile\:\!rounded-none {
    border-radius: 0px !important;
  }

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

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

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

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

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

  .max-mobile\:\!object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .max-mobile\:\!p-0 {
    padding: 0px !important;
  }

  .max-mobile\:\!p-1 {
    padding: 0.25rem !important;
  }

  .max-mobile\:\!p-2 {
    padding: 0.5rem !important;
  }

  .max-mobile\:\!p-4 {
    padding: 1rem !important;
  }

  .max-mobile\:\!p-6 {
    padding: 1.5rem !important;
  }

  .max-mobile\:p-0 {
    padding: 0px;
  }

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

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

  .max-mobile\:p-6 {
    padding: 1.5rem;
  }

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

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

  .max-mobile\:\!px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .max-mobile\:\!px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .max-mobile\:\!px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .max-mobile\:\!px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .max-mobile\:\!px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .max-mobile\:\!py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .max-mobile\:\!py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .max-mobile\:\!py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .max-mobile\:\!py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .max-mobile\:\!py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .max-mobile\:\!py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .max-mobile\:\!pb-8 {
    padding-bottom: 2rem !important;
  }

  .max-mobile\:\!pl-0 {
    padding-left: 0px !important;
  }

  .max-mobile\:\!pt-2 {
    padding-top: 0.5rem !important;
  }

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

  .max-mobile\:pb-6 {
    padding-bottom: 1.5rem;
  }

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

  .max-mobile\:pt-1 {
    padding-top: 0.25rem;
  }

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

  .max-mobile\:\!text-center {
    text-align: center !important;
  }

  .max-mobile\:text-center {
    text-align: center;
  }

  .max-mobile\:\!text-2xl {
    font-size: 1.5rem !important;
    line-height: 1.3 !important;
  }

  .max-mobile\:\!text-3xl {
    font-size: 1.875rem !important;
    line-height: 1.2 !important;
  }

  .max-mobile\:\!text-base {
    font-size: 1rem !important;
    line-height: 1.5 !important;
  }

  .max-mobile\:\!text-lg {
    font-size: 1.125rem !important;
    line-height: 1.5 !important;
  }

  .max-mobile\:\!text-sm {
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
  }

  .max-mobile\:\!text-xl {
    font-size: 1.25rem !important;
    line-height: 1.4 !important;
  }

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

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

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

  .max-mobile\:text-base\/6 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .max-mobile\:text-lg {
    font-size: 1.125rem;
    line-height: 1.5;
  }

  .max-mobile\:text-sm {
    font-size: 0.875rem;
    line-height: 1.5;
  }

  .max-mobile\:text-xl {
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .max-mobile\:text-xs {
    font-size: 0.75rem;
    line-height: 1.5;
  }

  .max-mobile\:\!font-medium {
    font-weight: 500 !important;
  }

  .max-mobile\:font-light {
    font-weight: 300;
  }

  .max-mobile\:font-semibold {
    font-weight: 600;
  }

  .max-mobile\:\!leading-6 {
    line-height: 1.5rem !important;
  }

  .max-mobile\:\!leading-\[1\.35\] {
    line-height: 1.35 !important;
  }

  .max-mobile\:\!leading-none {
    line-height: 1 !important;
  }

  .max-mobile\:\!text-\[\#434343\] {
    --tw-text-opacity: 1 !important;
    color: rgb(67 67 67 / var(--tw-text-opacity, 1)) !important;
  }

  .max-mobile\:text-\[\#000\] {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }

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

  .max-mobile\:hover\:\!scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    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)) !important;
  }
}
@media (min-width: 768px) {

  .tablet\:\!mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .tablet\:\!mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .tablet\:\!my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .tablet\:\!-mt-2 {
    margin-top: -0.5rem !important;
  }

  .tablet\:\!-mt-3 {
    margin-top: -0.75rem !important;
  }

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

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

  .tablet\:hidden {
    display: none;
  }

  .tablet\:aspect-\[16\/9\] {
    aspect-ratio: 16/9;
  }

  .tablet\:\!size-8 {
    width: 2rem !important;
    height: 2rem !important;
  }

  .tablet\:\!size-\[15px\] {
    width: 15px !important;
    height: 15px !important;
  }

  .tablet\:\!size-\[45px\] {
    width: 45px !important;
    height: 45px !important;
  }

  .tablet\:\!size-\[4rem\] {
    width: 4rem !important;
    height: 4rem !important;
  }

  .tablet\:\!h-\[10vw\] {
    height: 10vw !important;
  }

  .tablet\:\!h-\[12vw\] {
    height: 12vw !important;
  }

  .tablet\:\!h-full {
    height: 100% !important;
  }

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

  .tablet\:\!w-\[10vw\] {
    width: 10vw !important;
  }

  .tablet\:\!w-\[16vw\] {
    width: 16vw !important;
  }

  .tablet\:\!w-\[25px\] {
    width: 25px !important;
  }

  .tablet\:\!w-full {
    width: 100% !important;
  }

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

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

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

  .tablet\:w-\[50vw\] {
    width: 50vw;
  }

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

  .tablet\:min-w-\[40vw\] {
    min-width: 40vw;
  }

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

  .tablet\:\!flex-1 {
    flex: 1 1 0% !important;
  }

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

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

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

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

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

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

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

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

  .tablet\:\!py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .tablet\:\!py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

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

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

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

  .tablet\:\!pb-8 {
    padding-bottom: 2rem !important;
  }

  .tablet\:pt-1 {
    padding-top: 0.25rem;
  }

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

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

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

  .tablet\:\!text-base\/5 {
    font-size: 1rem !important;
    line-height: 1.25rem !important;
  }

  .tablet\:\!text-base\/6 {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .tablet\:\!text-lg {
    font-size: 1.125rem !important;
    line-height: 1.5 !important;
  }

  .tablet\:\!text-xl {
    font-size: 1.25rem !important;
    line-height: 1.4 !important;
  }

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

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

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

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

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

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

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

  .tablet\:\!font-medium {
    font-weight: 500 !important;
  }

  .tablet\:font-normal {
    font-weight: 400;
  }
}
@media (min-width: 1024px) {

  .desktop\:\!mt-8 {
    margin-top: 2rem !important;
  }

  .desktop\:ml-auto {
    margin-left: auto;
  }

  .desktop\:\!h-\[1000px\] {
    height: 1000px !important;
  }

  .desktop\:w-\[46\.94vw\] {
    width: 46.94vw;
  }

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

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

  .desktop\:\!py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

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

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

  .desktop\:\!text-4xl {
    font-size: 2.25rem !important;
    line-height: 1.1 !important;
  }

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

  .desktop\:hover\:scale-\[110\%\]:hover {
    --tw-scale-x: 110%;
    --tw-scale-y: 110%;
    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: 1441px) {

  .widescreen\:\!mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .widescreen\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .widescreen\:\!ml-\[6\.9444444444vw\] {
    margin-left: 6.9444444444vw !important;
  }

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

  .widescreen\:ml-auto {
    margin-left: auto;
  }

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

  .widescreen\:block {
    display: block;
  }

  .widescreen\:\!h-\[700px\] {
    height: 700px !important;
  }

  .widescreen\:\!h-\[8vw\] {
    height: 8vw !important;
  }

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

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

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

  .widescreen\:\!w-\[18vw\] {
    width: 18vw !important;
  }

  .widescreen\:\!w-\[6vw\] {
    width: 6vw !important;
  }

  .widescreen\:\!w-\[7vw\] {
    width: 7vw !important;
  }

  .widescreen\:\!w-\[8vw\] {
    width: 8vw !important;
  }

  .widescreen\:\!w-full {
    width: 100% !important;
  }

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

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

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

  .widescreen\:min-w-\[40vw\] {
    min-width: 40vw;
  }

  .widescreen\:\!basis-\[10\%\] {
    flex-basis: 10% !important;
  }

  .widescreen\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.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));
  }

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

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

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

  .widescreen\:\!gap-32 {
    gap: 8rem !important;
  }

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

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

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

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

  .widescreen\:\!px-\[3\.9444444444vw\] {
    padding-left: 3.9444444444vw !important;
    padding-right: 3.9444444444vw !important;
  }

  .widescreen\:\!py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .widescreen\:\!py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

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

  .widescreen\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .widescreen\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .widescreen\:px-\[6\.9444444444vw\] {
    padding-left: 6.9444444444vw;
    padding-right: 6.9444444444vw;
  }

  .widescreen\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

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

  .widescreen\:\!text-4xl {
    font-size: 2.25rem !important;
    line-height: 1.1 !important;
  }

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

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

  .widescreen\:\!text-lg {
    font-size: 1.125rem !important;
    line-height: 1.5 !important;
  }

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

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

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

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

  .widescreen\:text-lg {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {

  @media (min-width: 1441px) {

    .md\:widescreen\:grow-0 {
      flex-grow: 0;
    }
  }
}
@media (min-width: 1024px) {

  @media (min-width: 1441px) {

    .desktop\:widescreen\:px-32 {
      padding-left: 8rem;
      padding-right: 8rem;
    }
  }
}

:root {
  --body-bg: var(--p-surface-50);
  --body-text-color: #000;
  --card-border: 1px solid var(--border-color);
  --card-bg: var(--p-surface-0);
  --border-color: var(--p-surface-200);
  --border-radius: 0.5rem;
  --text-color: #000;
  --footer-color: #f2f2f2;
  --overlay-background: #ffffff;
  --safe-area-inset-top: env(safe-area-inset-top);
  --safe-area-inset-right: env(safe-area-inset-right);
  --safe-area-inset-bottom: env(safe-area-inset-bottom);
  --safe-area-inset-left: env(safe-area-inset-left);
}

:root[class="p-dark"] {
  --body-bg: var(--p-surface-950);
  --body-text-color: #000;
  --card-border: 1px solid transparent;
  --card-bg: var(--p-surface-900);
  --border-color: rgba(255, 255, 255, 0.1);
  --text-color: #000;
  --border-radius: 0.5rem;
  --overlay-background: var(--p-surface-900);
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

body {
  background-color: var(--body-bg);
  color: var(--body-text-color);
  color: #000;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  overflow-x: hidden;
}

.btn {
  border-radius: var(--border-radius);
  font-weight: 600;
  padding: 0.625rem 0.75rem;
  transition: all 0.2s ease-in-out;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn:active {
  transform: translateY(0);
}

#app {
  display: flex;
  min-height: 100vh;
  align-items: center;
  width: 100%;
}

.main-container {
  /*max-width: 2000px;*/
  /*margin-left: auto;*/
  /*margin-right: auto;*/
  /*overflow: hidden;*/
}

/* Mobile-first responsive utilities */
.mobile-optimized {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

/* Improve touch targets for mobile */
.touch-target {
  min-height: 44px;
  min-width: 44px;
}

/* Safe area support for iOS */
.safe-area-top {
  padding-top: var(--safe-area-inset-top);
}

.safe-area-bottom {
  padding-bottom: var(--safe-area-inset-bottom);
}

.safe-area-left {
  padding-left: var(--safe-area-inset-left);
}

.safe-area-right {
  padding-right: var(--safe-area-inset-right);
}

/* Image optimization */
img {
  max-width: 100%;
  height: auto;
  loading: lazy;
}

/* Improve focus indicators for accessibility */
:focus-visible {
  outline: 2px solid #0050b3;
  outline-offset: 2px;
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
    font-family: 'primeicons';
    font-display: block;
    src: url('/assets/fonts/primeicons-DMOk5skT.eot');
    src: url('/assets/fonts/primeicons-DMOk5skT.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/primeicons-C6QP2o4f.woff2') format('woff2'), url('/assets/fonts/primeicons-WjwUDZjB.woff') format('woff'), url('/assets/fonts/primeicons-MpK4pl85.ttf') format('truetype'), url('/assets/images/primeicons-Dr5RGzOO.svg?#primeicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.pi {
    font-family: 'primeicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pi:before {
    --webkit-backface-visibility:hidden;
    backface-visibility: hidden;
}

.pi-fw {
    width: 1.28571429em;
    text-align: center;
}

.pi-spin {
    animation: fa-spin 2s infinite linear;
}

@media (prefers-reduced-motion: reduce) {
  .pi-spin {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

.pi-folder-plus:before {
    content: "\ea05";
}

.pi-receipt:before {
    content: "\ea06";
}

.pi-asterisk:before {
    content: "\ea07";
}

.pi-face-smile:before {
    content: "\ea08";
}

.pi-pinterest:before {
    content: "\ea09";
}

.pi-expand:before {
    content: "\ea0a";
}

.pi-pen-to-square:before {
    content: "\ea0b";
}

.pi-wave-pulse:before {
    content: "\ea0c";
}

.pi-turkish-lira:before {
    content: "\ea0d";
}

.pi-spinner-dotted:before {
    content: "\ea0e";
}

.pi-crown:before {
    content: "\ea0f";
}

.pi-pause-circle:before {
    content: "\ea10";
}

.pi-warehouse:before {
    content: "\ea11";
}

.pi-objects-column:before {
    content: "\ea12";
}

.pi-clipboard:before {
    content: "\ea13";
}

.pi-play-circle:before {
    content: "\ea14";
}

.pi-venus:before {
    content: "\ea15";
}

.pi-cart-minus:before {
    content: "\ea16";
}

.pi-file-plus:before {
    content: "\ea17";
}

.pi-microchip:before {
    content: "\ea18";
}

.pi-twitch:before {
    content: "\ea19";
}

.pi-building-columns:before {
    content: "\ea1a";
}

.pi-file-check:before {
    content: "\ea1b";
}

.pi-microchip-ai:before {
    content: "\ea1c";
}

.pi-trophy:before {
    content: "\ea1d";
}

.pi-barcode:before {
    content: "\ea1e";
}

.pi-file-arrow-up:before {
    content: "\ea1f";
}

.pi-mars:before {
    content: "\ea20";
}

.pi-tiktok:before {
    content: "\ea21";
}

.pi-arrow-up-right-and-arrow-down-left-from-center:before {
    content: "\ea22";
}

.pi-ethereum:before {
    content: "\ea23";
}

.pi-list-check:before {
    content: "\ea24";
}

.pi-thumbtack:before {
    content: "\ea25";
}

.pi-arrow-down-left-and-arrow-up-right-to-center:before {
    content: "\ea26";
}

.pi-equals:before {
    content: "\ea27";
}

.pi-lightbulb:before {
    content: "\ea28";
}

.pi-star-half:before {
    content: "\ea29";
}

.pi-address-book:before {
    content: "\ea2a";
}

.pi-chart-scatter:before {
    content: "\ea2b";
}

.pi-indian-rupee:before {
    content: "\ea2c";
}

.pi-star-half-fill:before {
    content: "\ea2d";
}

.pi-cart-arrow-down:before {
    content: "\ea2e";
}

.pi-calendar-clock:before {
    content: "\ea2f";
}

.pi-sort-up-fill:before {
    content: "\ea30";
}

.pi-sparkles:before {
    content: "\ea31";
}

.pi-bullseye:before {
    content: "\ea32";
}

.pi-sort-down-fill:before {
    content: "\ea33";
}

.pi-graduation-cap:before {
    content: "\ea34";
}

.pi-hammer:before {
    content: "\ea35";
}

.pi-bell-slash:before {
    content: "\ea36";
}

.pi-gauge:before {
    content: "\ea37";
}

.pi-shop:before {
    content: "\ea38";
}

.pi-headphones:before {
    content: "\ea39";
}

.pi-eraser:before {
    content: "\ea04";
}

.pi-stopwatch:before {
    content: "\ea01";
}

.pi-verified:before {
    content: "\ea02";
}

.pi-delete-left:before {
    content: "\ea03";
}

.pi-hourglass:before {
    content: "\e9fe";
}

.pi-truck:before {
    content: "\ea00";
}

.pi-wrench:before {
    content: "\e9ff";
}

.pi-microphone:before {
    content: "\e9fa";
}

.pi-megaphone:before {
    content: "\e9fb";
}

.pi-arrow-right-arrow-left:before {
    content: "\e9fc";
}

.pi-bitcoin:before {
    content: "\e9fd";
}

.pi-file-edit:before {
    content: "\e9f6";
}

.pi-language:before {
    content: "\e9f7";
}

.pi-file-export:before {
    content: "\e9f8";
}

.pi-file-import:before {
    content: "\e9f9";
}

.pi-file-word:before {
    content: "\e9f1";
}

.pi-gift:before {
    content: "\e9f2";
}

.pi-cart-plus:before {
    content: "\e9f3";
}

.pi-thumbs-down-fill:before {
    content: "\e9f4";
}

.pi-thumbs-up-fill:before {
    content: "\e9f5";
}

.pi-arrows-alt:before {
    content: "\e9f0";
}

.pi-calculator:before {
    content: "\e9ef";
}

.pi-sort-alt-slash:before {
    content: "\e9ee";
}

.pi-arrows-h:before {
    content: "\e9ec";
}

.pi-arrows-v:before {
    content: "\e9ed";
}

.pi-pound:before {
    content: "\e9eb";
}

.pi-prime:before {
    content: "\e9ea";
}

.pi-chart-pie:before {
    content: "\e9e9";
}

.pi-reddit:before {
    content: "\e9e8";
}

.pi-code:before {
    content: "\e9e7";
}

.pi-sync:before {
    content: "\e9e6";
}

.pi-shopping-bag:before {
    content: "\e9e5";
}

.pi-server:before {
    content: "\e9e4";
}

.pi-database:before {
    content: "\e9e3";
}

.pi-hashtag:before {
    content: "\e9e2";
}

.pi-bookmark-fill:before {
    content: "\e9df";
}

.pi-filter-fill:before {
    content: "\e9e0";
}

.pi-heart-fill:before {
    content: "\e9e1";
}

.pi-flag-fill:before {
    content: "\e9de";
}

.pi-circle:before {
    content: "\e9dc";
}

.pi-circle-fill:before {
    content: "\e9dd";
}

.pi-bolt:before {
    content: "\e9db";
}

.pi-history:before {
    content: "\e9da";
}

.pi-box:before {
    content: "\e9d9";
}

.pi-at:before {
    content: "\e9d8";
}

.pi-arrow-up-right:before {
    content: "\e9d4";
}

.pi-arrow-up-left:before {
    content: "\e9d5";
}

.pi-arrow-down-left:before {
    content: "\e9d6";
}

.pi-arrow-down-right:before {
    content: "\e9d7";
}

.pi-telegram:before {
    content: "\e9d3";
}

.pi-stop-circle:before {
    content: "\e9d2";
}

.pi-stop:before {
    content: "\e9d1";
}

.pi-whatsapp:before {
    content: "\e9d0";
}

.pi-building:before {
    content: "\e9cf";
}

.pi-qrcode:before {
    content: "\e9ce";
}

.pi-car:before {
    content: "\e9cd";
}

.pi-instagram:before {
    content: "\e9cc";
}

.pi-linkedin:before {
    content: "\e9cb";
}

.pi-send:before {
    content: "\e9ca";
}

.pi-slack:before {
    content: "\e9c9";
}

.pi-sun:before {
    content: "\e9c8";
}

.pi-moon:before {
    content: "\e9c7";
}

.pi-vimeo:before {
    content: "\e9c6";
}

.pi-youtube:before {
    content: "\e9c5";
}

.pi-flag:before {
    content: "\e9c4";
}

.pi-wallet:before {
    content: "\e9c3";
}

.pi-map:before {
    content: "\e9c2";
}

.pi-link:before {
    content: "\e9c1";
}

.pi-credit-card:before {
    content: "\e9bf";
}

.pi-discord:before {
    content: "\e9c0";
}

.pi-percentage:before {
    content: "\e9be";
}

.pi-euro:before {
    content: "\e9bd";
}

.pi-book:before {
    content: "\e9ba";
}

.pi-shield:before {
    content: "\e9b9";
}

.pi-paypal:before {
    content: "\e9bb";
}

.pi-amazon:before {
    content: "\e9bc";
}

.pi-phone:before {
    content: "\e9b8";
}

.pi-filter-slash:before {
    content: "\e9b7";
}

.pi-facebook:before {
    content: "\e9b4";
}

.pi-github:before {
    content: "\e9b5";
}

.pi-twitter:before {
    content: "\e9b6";
}

.pi-step-backward-alt:before {
    content: "\e9ac";
}

.pi-step-forward-alt:before {
    content: "\e9ad";
}

.pi-forward:before {
    content: "\e9ae";
}

.pi-backward:before {
    content: "\e9af";
}

.pi-fast-backward:before {
    content: "\e9b0";
}

.pi-fast-forward:before {
    content: "\e9b1";
}

.pi-pause:before {
    content: "\e9b2";
}

.pi-play:before {
    content: "\e9b3";
}

.pi-compass:before {
    content: "\e9ab";
}

.pi-id-card:before {
    content: "\e9aa";
}

.pi-ticket:before {
    content: "\e9a9";
}

.pi-file-o:before {
    content: "\e9a8";
}

.pi-reply:before {
    content: "\e9a7";
}

.pi-directions-alt:before {
    content: "\e9a5";
}

.pi-directions:before {
    content: "\e9a6";
}

.pi-thumbs-up:before {
    content: "\e9a3";
}

.pi-thumbs-down:before {
    content: "\e9a4";
}

.pi-sort-numeric-down-alt:before {
    content: "\e996";
}

.pi-sort-numeric-up-alt:before {
    content: "\e997";
}

.pi-sort-alpha-down-alt:before {
    content: "\e998";
}

.pi-sort-alpha-up-alt:before {
    content: "\e999";
}

.pi-sort-numeric-down:before {
    content: "\e99a";
}

.pi-sort-numeric-up:before {
    content: "\e99b";
}

.pi-sort-alpha-down:before {
    content: "\e99c";
}

.pi-sort-alpha-up:before {
    content: "\e99d";
}

.pi-sort-alt:before {
    content: "\e99e";
}

.pi-sort-amount-up:before {
    content: "\e99f";
}

.pi-sort-amount-down:before {
    content: "\e9a0";
}

.pi-sort-amount-down-alt:before {
    content: "\e9a1";
}

.pi-sort-amount-up-alt:before {
    content: "\e9a2";
}

.pi-palette:before {
    content: "\e995";
}

.pi-undo:before {
    content: "\e994";
}

.pi-desktop:before {
    content: "\e993";
}

.pi-sliders-v:before {
    content: "\e991";
}

.pi-sliders-h:before {
    content: "\e992";
}

.pi-search-plus:before {
    content: "\e98f";
}

.pi-search-minus:before {
    content: "\e990";
}

.pi-file-excel:before {
    content: "\e98e";
}

.pi-file-pdf:before {
    content: "\e98d";
}

.pi-check-square:before {
    content: "\e98c";
}

.pi-chart-line:before {
    content: "\e98b";
}

.pi-user-edit:before {
    content: "\e98a";
}

.pi-exclamation-circle:before {
    content: "\e989";
}

.pi-android:before {
    content: "\e985";
}

.pi-google:before {
    content: "\e986";
}

.pi-apple:before {
    content: "\e987";
}

.pi-microsoft:before {
    content: "\e988";
}

.pi-heart:before {
    content: "\e984";
}

.pi-mobile:before {
    content: "\e982";
}

.pi-tablet:before {
    content: "\e983";
}

.pi-key:before {
    content: "\e981";
}

.pi-shopping-cart:before {
    content: "\e980";
}

.pi-comments:before {
    content: "\e97e";
}

.pi-comment:before {
    content: "\e97f";
}

.pi-briefcase:before {
    content: "\e97d";
}

.pi-bell:before {
    content: "\e97c";
}

.pi-paperclip:before {
    content: "\e97b";
}

.pi-share-alt:before {
    content: "\e97a";
}

.pi-envelope:before {
    content: "\e979";
}

.pi-volume-down:before {
    content: "\e976";
}

.pi-volume-up:before {
    content: "\e977";
}

.pi-volume-off:before {
    content: "\e978";
}

.pi-eject:before {
    content: "\e975";
}

.pi-money-bill:before {
    content: "\e974";
}

.pi-images:before {
    content: "\e973";
}

.pi-image:before {
    content: "\e972";
}

.pi-sign-in:before {
    content: "\e970";
}

.pi-sign-out:before {
    content: "\e971";
}

.pi-wifi:before {
    content: "\e96f";
}

.pi-sitemap:before {
    content: "\e96e";
}

.pi-chart-bar:before {
    content: "\e96d";
}

.pi-camera:before {
    content: "\e96c";
}

.pi-dollar:before {
    content: "\e96b";
}

.pi-lock-open:before {
    content: "\e96a";
}

.pi-table:before {
    content: "\e969";
}

.pi-map-marker:before {
    content: "\e968";
}

.pi-list:before {
    content: "\e967";
}

.pi-eye-slash:before {
    content: "\e965";
}

.pi-eye:before {
    content: "\e966";
}

.pi-folder-open:before {
    content: "\e964";
}

.pi-folder:before {
    content: "\e963";
}

.pi-video:before {
    content: "\e962";
}

.pi-inbox:before {
    content: "\e961";
}

.pi-lock:before {
    content: "\e95f";
}

.pi-unlock:before {
    content: "\e960";
}

.pi-tags:before {
    content: "\e95d";
}

.pi-tag:before {
    content: "\e95e";
}

.pi-power-off:before {
    content: "\e95c";
}

.pi-save:before {
    content: "\e95b";
}

.pi-question-circle:before {
    content: "\e959";
}

.pi-question:before {
    content: "\e95a";
}

.pi-copy:before {
    content: "\e957";
}

.pi-file:before {
    content: "\e958";
}

.pi-clone:before {
    content: "\e955";
}

.pi-calendar-times:before {
    content: "\e952";
}

.pi-calendar-minus:before {
    content: "\e953";
}

.pi-calendar-plus:before {
    content: "\e954";
}

.pi-ellipsis-v:before {
    content: "\e950";
}

.pi-ellipsis-h:before {
    content: "\e951";
}

.pi-bookmark:before {
    content: "\e94e";
}

.pi-globe:before {
    content: "\e94f";
}

.pi-replay:before {
    content: "\e94d";
}

.pi-filter:before {
    content: "\e94c";
}

.pi-print:before {
    content: "\e94b";
}

.pi-align-right:before {
    content: "\e946";
}

.pi-align-left:before {
    content: "\e947";
}

.pi-align-center:before {
    content: "\e948";
}

.pi-align-justify:before {
    content: "\e949";
}

.pi-cog:before {
    content: "\e94a";
}

.pi-cloud-download:before {
    content: "\e943";
}

.pi-cloud-upload:before {
    content: "\e944";
}

.pi-cloud:before {
    content: "\e945";
}

.pi-pencil:before {
    content: "\e942";
}

.pi-users:before {
    content: "\e941";
}

.pi-clock:before {
    content: "\e940";
}

.pi-user-minus:before {
    content: "\e93e";
}

.pi-user-plus:before {
    content: "\e93f";
}

.pi-trash:before {
    content: "\e93d";
}

.pi-external-link:before {
    content: "\e93c";
}

.pi-window-maximize:before {
    content: "\e93b";
}

.pi-window-minimize:before {
    content: "\e93a";
}

.pi-refresh:before {
    content: "\e938";
}
  
.pi-user:before {
    content: "\e939";
}

.pi-exclamation-triangle:before {
    content: "\e922";
}

.pi-calendar:before {
    content: "\e927";
}

.pi-chevron-circle-left:before {
    content: "\e928";
}

.pi-chevron-circle-down:before {
    content: "\e929";
}

.pi-chevron-circle-right:before {
    content: "\e92a";
}

.pi-chevron-circle-up:before {
    content: "\e92b";
}

.pi-angle-double-down:before {
    content: "\e92c";
}

.pi-angle-double-left:before {
    content: "\e92d";
}

.pi-angle-double-right:before {
    content: "\e92e";
}

.pi-angle-double-up:before {
    content: "\e92f";
}

.pi-angle-down:before {
    content: "\e930";
}

.pi-angle-left:before {
    content: "\e931";
}

.pi-angle-right:before {
    content: "\e932";
}

.pi-angle-up:before {
    content: "\e933";
}

.pi-upload:before {
    content: "\e934";
}

.pi-download:before {
    content: "\e956";
}

.pi-ban:before {
    content: "\e935";
}

.pi-star-fill:before {
    content: "\e936";
}

.pi-star:before {
    content: "\e937";
}

.pi-chevron-left:before {
    content: "\e900";
}

.pi-chevron-right:before {
    content: "\e901";
}

.pi-chevron-down:before {
    content: "\e902";
}

.pi-chevron-up:before {
    content: "\e903";
}

.pi-caret-left:before {
    content: "\e904";
}

.pi-caret-right:before {
    content: "\e905";
}

.pi-caret-down:before {
    content: "\e906";
}

.pi-caret-up:before {
    content: "\e907";
}

.pi-search:before {
    content: "\e908";
}

.pi-check:before {
    content: "\e909";
}

.pi-check-circle:before {
    content: "\e90a";
}

.pi-times:before {
    content: "\e90b";
}

.pi-times-circle:before {
    content: "\e90c";
}

.pi-plus:before {
    content: "\e90d";
}

.pi-plus-circle:before {
    content: "\e90e";
}

.pi-minus:before {
    content: "\e90f";
}

.pi-minus-circle:before {
    content: "\e910";
}

.pi-circle-on:before {
    content: "\e911";
}

.pi-circle-off:before {
    content: "\e912";
}

.pi-sort-down:before {
    content: "\e913";
}

.pi-sort-up:before {
    content: "\e914";
}

.pi-sort:before {
    content: "\e915";
}

.pi-step-backward:before {
    content: "\e916";
}

.pi-step-forward:before {
    content: "\e917";
}

.pi-th-large:before {
    content: "\e918";
}

.pi-arrow-down:before {
    content: "\e919";
}

.pi-arrow-left:before {
    content: "\e91a";
}

.pi-arrow-right:before {
    content: "\e91b";
}

.pi-arrow-up:before {
    content: "\e91c";
}

.pi-bars:before {
    content: "\e91d";
}

.pi-arrow-circle-down:before {
    content: "\e91e";
}

.pi-arrow-circle-left:before {
    content: "\e91f";
}

.pi-arrow-circle-right:before {
    content: "\e920";
}

.pi-arrow-circle-up:before {
    content: "\e921";
}

.pi-info:before {
    content: "\e923";
}

.pi-info-circle:before {
    content: "\e924";
}

.pi-home:before {
    content: "\e925";
}

.pi-spinner:before {
    content: "\e926";
}
