*, ::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.13 | MIT License | https://tailwindcss.com
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

.container {
  width: 100%;
}

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

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

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

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

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

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

.z-\[1000\] {
  z-index: 1000;
}

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

.z-\[102\] {
  z-index: 102;
}

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

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

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

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

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

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

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

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

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

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

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

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

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

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

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

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

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

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

.max-w-xl {
  max-width: 36rem;
}

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

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

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-16 {
  row-gap: 4rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

.rounded-\[5px\] {
  border-radius: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-\[\#f3b941\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 185 65 / var(--tw-bg-opacity));
}

.bg-\[--secondary\] {
  background-color: var(--secondary);
}

.bg-\[var\(--primary\)\] {
  background-color: var(--primary);
}

.bg-\[var\(--secondary\)\] {
  background-color: var(--secondary);
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

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

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

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

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

.px-\[50px\] {
  padding-left: 50px;
  padding-right: 50px;
}

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

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-\[12px\] {
  font-size: 12px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[28px\] {
  font-size: 28px;
}

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

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

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

.font-\[300\] {
  font-weight: 300;
}

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

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

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

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

.leading-10 {
  line-height: 2.5rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-\[30px\] {
  line-height: 30px;
}

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

.text-\[var\(--secondary\)\] {
  color: var(--secondary);
}

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

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

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

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

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

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

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

.text-slate-100 {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}

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

.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}

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

.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-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-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.shadow-slate-200 {
  --tw-shadow-color: #e2e8f0;
  --tw-shadow: var(--tw-shadow-colored);
}

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

.invert {
  --tw-invert: invert(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);
}

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

.duration-\[500ms\] {
  transition-duration: 500ms;
}

:root{
  --primary: rgb(44, 101, 183);
  --primary-dark: rgb(37, 91, 160);
  --primary-light: rgb(60, 137, 245);
  --secondary: rgb(242, 185, 64)
}

body{
  background:fixed url("../images/about.png") no-repeat center;
  background-size:cover
}

.menubar{
  height:80px
}

.menubar ul{
  height:inherit
}

.menubar ul li{
  position:relative;
  height:inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem
}

.menubar ul li::after{
  content:"";
  position:absolute;
  bottom:0px;
  height:3px;
  width:0%;
  background-color:#2c65b7;
  transition:all .5s ease-in
}

.menubar ul li a{
  font-family:"黑体,微软雅黑 sans-serif";
  transition:all .5s ease;
  transform:translateY(0%);
  min-width:80px;
  text-align:center;
  font-weight:400
}

.menubar ul li a::before{
  content:attr(data-title);
  font-weight:500;
  opacity:1;
  position:absolute;
  top:0;
  left:0;
  transform:translateY(200%);
  width:100%;
  height:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:all 1s ease
}

.menubar ul li:hover::after{
  width:100%
}

.menubar ul li:hover a{
  transform:translateY(-200%)
}

.menubar ul li:hover a::before{
  transform:translateY(200%);
  opacity:1
}

.smheader .navbar .smmenus span{
  height:3px;
  width:30px;
  opacity:1;
  position: relative;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
  transition:all .5s ease-in
}

.smheader .navbar .smmenus span::before{
  content:"";
  width:inherit;
  height:3px;
  transform-origin:0% 50%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  --tw-translate-y: -9px;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
  transition:all .5s ease-in
}

.smheader .navbar .smmenus span::after{
  content:"";
  width:inherit;
  height:3px;
  transform-origin:0% 50%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  --tw-translate-y: 9px;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
  transition:all .5s ease-in
}

.smheader .navbar .smmenus[data-open=true] span{
  background-color:rgba(0,0,0,0)
}

.smheader .navbar .smmenus[data-open=true] span::before{
  transform-origin:50% 50%;
  transform:rotate(45deg)
}

.smheader .navbar .smmenus[data-open=true] span::after{
  transform-origin:50% 50%;
  transform:rotate(-45deg)
}

.smheader .smmenu-items{
  background-color:#3c89f5;
  width:calc(100% - 100px) !important;
  transform:translateX(-100%);
  transition:all .5s ease-in
}

.smheader .smmenu-items.open{
  transition:all .5s ease-in;
  transform:translateX(0%)
}

.smheader .smmenu-items .menu-item{
  padding:15px 10px;
  border-bottom:1px solid;
  border-color:#6ba4ff
}

.smheader .smmenu-items .menu-item a{
  display:block;
  transition:all .3s ease-in;
  transform:translateX(0)
}

.smheader .smmenu-items .menu-item:hover a{
  color:#f2b940;
  transform:translateX(10px)
}

.banner .banner-page-img-about{
  background:url("../images/banner_about.jpg") no-repeat;
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px)
}

.banner .banner-page-img-contact{
  background:url("../images/banner_contact.jpg") no-repeat
}

.banner .banner-page-img-honor{
  background:url("../images/banner_honor.jpg") no-repeat
}

.banner .banner-page-img-join{
  background:url("../images/banner_join.jpg") no-repeat;
  filter:url("#blurFilter")
}

.banner .banner-page-img-news{
  background:url("../images/banner_news.jpg") no-repeat;
  filter:url("#blurFilter")
}

.selectmterial .grid .item img{
  cursor:pointer;
  transition:filter .2s ease-in
}

.selectmterial .grid .item img:hover{
  filter:saturate(0%)
}

.about{
  background:#fbfbfb url("../images/about.png") no-repeat center;
  background-size:cover
}

.about .grid .imgs{
  overflow:hidden;
  display:flex;
  justify-content:center;
  align-items:center;
  position:relative
}

.about .grid .imgs img{
  width:100px;
  height:100px;
  position:absolute;
  transform:rotate(-45deg);
  transition:all .2s ease-in;
  border-radius:10px
}

.about .grid .imgs img:nth-child(1){
  border-bottom:0;
  transform:rotate(-45deg) translateX(-105px) translateY(-100px)
}

.about .grid .imgs img:nth-child(2){
  border-left:0;
  border-right:0;
  border-bottom:0;
  transform:rotate(-45deg) translateX(-210px) translateY(-100px)
}

.about .grid .imgs img:nth-child(3){
  transform:rotate(-45deg) translateX(-315px) translateY(-100px)
}

.about .grid .imgs img:nth-child(4){
  border-bottom:0;
  transform:rotate(-45deg) translateY(5px)
}

.about .grid .imgs img:nth-child(5){
  border-left:0;
  border-right:0;
  transform:rotate(-45deg) translateX(-105px) translateY(5px)
}

.about .grid .imgs img:nth-child(6){
  transform:rotate(-45deg) translateX(-210px) translateY(5px)
}

.about .grid .imgs img:nth-child(7){
  border-bottom:0;
  transform:rotate(-45deg) translateX(105px) translateY(110px)
}

.about .grid .imgs img:nth-child(8){
  border-right:0;
  border-bottom:0;
  transform:rotate(-45deg) translateX(0px) translateY(110px)
}

.about .grid .imgs img:nth-child(9){
  transform:rotate(-45deg) translateX(-105px) translateY(105px)
}

.about .grid .imgs img:hover{
  filter:brightness(80%) drop-shadow(0 0 5px #ffffff) blur(1px)
}

.otherone{
  background:var(--secondary) fixed url("../images/about.png") no-repeat center
}

.category .list .item:hover .icon{
  transition:all .5s ease-in;
  box-shadow:0 0 10px #666;
  background-image:radial-gradient(#ffffff 8%, var(--secondary) 90%);
  perspective:1000px
}

.category .list .item:hover .icon img{
  transition:all .5s ease-in;
  z-index:10;
  transform-origin:100% 100%;
  transform:scale3d(2, 2, 2) rotateX(-10deg) rotateY(50deg) rotateZ(0deg)
}

.index-product .list .item{
  padding:0 !important
}

.index-product .list .item a .con{
  height:auto;
  position:relative;
  inset:0;
  overflow:hidden
}

.index-product .list .item a .con .tag,.index-product .list .item a .con h3{
  mix-blend-mode:difference
}

.index-product .list .item a .con::after{
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  height:0;
  z-index:-1;
  transition:all .6s ease-in;
  background-color:var(--secondary)
}

.index-product .list .item:hover a .con::after{
  height:100%;
  filter:blur(100px);
  color:#fff
}

.pagenav .items{
  height:inherit
}

.pagenav .items a{
  position:relative;
  transition:color .3s ease-in;
  display:flex;
  align-items:center;
  height:inherit;
  /* min-width:100px; */
  white-space:nowrap;
  color:#333
}

.pagenav .items a::after{
  content:"";
  height:3px;
  width:0%;
  border-radius:10px;
  position:absolute;
  background-color:var(--secondary);
  left:50%;
  right:50%;
  transform:translateX(-50%);
  transition:all .3s ease-in;
  bottom:0
}

.pagenav .items a:hover{
  color:#f2b940
}

.pagenav .items a:hover::after{
  width:100%
}

.contact .con-contact .contact-info .info-item{
  border-bottom:2px solid #eee;
  padding:10px 0;
  position:relative
}

.contact .con-contact .contact-info .info-item .label{
  width:100px
}

.contact .con-contact .contact-info .info-item .label span{
  display:block;
  padding:0 10px;
  width:inherit;
  text-align:justify;
  font-weight:300;
  text-justify:distribute-all-lines
}

.contact .con-contact .contact-info .info-item .label::after{
  content:"";
  display:block;
  position:absolute;
  bottom:-2px;
  left:0;
  width:inherit;
  height:3px;
  background-color:var(--secondary);
  z-index:1
}

.contact .map{
  height:500px
}

.contact .con-honor .list .item{
  overflow:hidden;
  border-radius:10px;
  border:3px solid rgba(242,185,64,.6);
  transition:all .5s ease-in;
  position:relative
}

.contact .con-honor .list .item img{
  transform:scale(1);
  transition:all .3s ease-in
}

.contact .con-honor .list .item:hover{
  border-color:#f2b940
}

.contact .con-honor .list .item:hover img{
  transform:scale(1.2)
}

.contact .con-honor .list .item:hover::after{
  width:100%;
  filter:blur(4px)
}

.contact .con-honor .list .item::after{
  content:"";
  display:block;
  position:absolute;
  top:0px;
  left:0px;
  width:0%;
  height:100%;
  background-color:#f2b940;
  opacity:.2;
  transition:all .3s ease-in
}

.contact .con-news .list .item{
  position:relative;
  padding:10px 0
}

.contact .con-news .list .item .time{
  width:100px
}

@media only screen and (max-width: 768px){
  .contact .con-news .list .item{
    padding:20px
  }
}

.contact .con-news .list .item::before{
  content:"";
  display:block;
  padding:15px 0;
  width:2px;
  background:#f0f0f0;
  height:100%;
  position:absolute;
  left:100px;
  top:0;
  transition:all .3s ease-in
}

@media only screen and (max-width: 768px){
  .contact .con-news .list .item::before{
    left:10px;
    transition-delay:0;
    transition-timing-function:linear
  }
}

.contact .con-news .list .item::after{
  content:"";
  display:block;
  position:absolute;
  top:20px;
  left:96px;
  width:10px;
  height:10px;
  border-radius:100%;
  background-color:var(--secondary);
  box-shadow:0 0 6px #999;
  transition:all .2s ease-in;
  transition-delay:200ms
}

@media only screen and (max-width: 768px){
  .contact .con-news .list .item::after{
    top:28px;
    left:6px;
    transition-delay:0
  }
}

.contact .con-news .list .item .info .title{
  transition:color .4s ease-in;
  transition-delay:100ms
}

.contact .con-news .list .item .info span{
  transition:background-size .3s ease-in;
  padding:5px 0;
  background-image:linear-gradient(to right, var(--primary), var(--primary), var(--secondary), var(--secondary));
  background-position-y:bottom;
  background-size:0% 2px;
  background-repeat:no-repeat
}

.contact .con-news .list .item:hover::before{
  background-color:var(--secondary)
}

.contact .con-news .list .item:hover::after{
  transform:scale(1.5);
  filter:blur(1px)
}

.contact .con-news .list .item:hover .info .title{
  color:#f2b940
}

.contact .con-news .list .item:hover .info span{
  background-size:100% 2px
}

.contact .con-product .list .item{
  border:1px solid #eee;
  border-radius:10px;
  background:#fff;
  box-shadow:0 0px 10px 2px #eee;
  padding:10px;
  padding-bottom:0px !important
}

.contact .con-product .list .item .img{
  overflow:hidden
}

.contact .con-product .list .item .img img{
  transition:all .5s linear
}

.contact .con-product .list .item .line{
  position:relative;
  height:2px;
  background-color:#eee;
  margin:5px 0
}

.contact .con-product .list .item .line::after{
  content:"";
  display:block;
  position:absolute;
  left:50%;
  bottom:0px;
  width:0;
  height:2px;
  z-index:2;
  transition:all .3s ease-in;
  transform:translateX(-50%)
}

.contact .con-product .list .item .title a{
  color:#333;
  font-weight:600;
  transition:color .3s ease-in
}

.contact .con-product .list .item:hover .img img{
  transform:scale(1.1)
}

.contact .con-product .list .item:hover .line::after{
  width:100%;
  background-color:var(--secondary)
}

.contact .con-product .list .item:hover .title a{
  color:#f2b940
}

.factory-imgs .left .big{
  overflow:hidden
}

.factory-imgs .left .big img{
  border-radius:10px;
  transition:all .5s linear
}

.factory-imgs .right .small{
  overflow:hidden
}

.factory-imgs .right .small img{
  border-radius:10px;
  transition:all .5s linear
}

.footer{
  min-height:60px;
  background-color:#2c65b7
}

.footer .footer-content{
  padding:10px 0
}

.footer .footer-content .footer-items .footer-item .catename{
  color:#fff;
  margin-bottom:10px;
  font-weight:600;
  font-size:16px
}

.footer .footer-content .footer-items .footer-item ul{
  padding:0;
  margin:0
}

.footer .footer-content .footer-items .footer-item ul li a{
  color:rgba(255,255,255,.5);
  font-size:14px;
  line-height:2.5
}

.footer .footer-content .footer-items .footer-item ul li a:hover{
  color:#f2b940
}

.footer .copyright{
  border-color:#3c89f5
}

@property --fixbarRight{
  syntax:"<length>";

  inherits:false;

  initial-value:-70px
}

.fixbar{
  transition:all .3s ease-in;
  right:var(--fixbarRight);
  z-index:10000
}

.fixbar .list .fixbar-item{
  cursor:pointer
}

.fixbar .list .fixbar-item.phone{
  position:relative;
  background-color:var(--secondary)
}

.fixbar .list .fixbar-item.phone::after{
  content:attr(data-phone);
  display:flex;
  align-items:center;
  justify-content:center;
  position:absolute;
  right:70px;
  top:0;
  height:68px;
  width:178px;
  font-weight:600;
  color:#fff;
  font-size:20px;
  z-index:-1;
  border-radius:35px 0 0 35px;
  background-color:inherit;
  transform:translateX(178px);
  transition:all .3s ease-in
}

.fixbar .list .fixbar-item:hover.phone::after{
  transform:translateX(0)
}

.swiper .scroll-container{
  width:100%;
  position:relative
}

.swiper .scroll-item{
  flex:0 0 auto;
  margin-right:10px;
  width:450px;
  height:281.25px;
  border:5px solid rgba(255,165,0,.5);
  border-radius:10px;
  overflow:hidden
}

@media only screen and (max-width: 768px){
  .swiper .scroll-item{
    width:150px !important;
    height:93.75px !important
  }
}

.swiper .scroll-item img{
  animation:scaleImg 8s ease-in infinite;
  -o-object-fit:cover;
  object-fit:cover
}

.swiper .scroll-item:nth-child(1) img{
  animation-delay:0.8s
}

.swiper .scroll-item:nth-child(2) img{
  animation-delay:1.6s
}

.swiper .scroll-item:nth-child(3) img{
  animation-delay:2.4s
}

.swiper .scroll-item:nth-child(4) img{
  animation-delay:3.2s
}

.swiper .scroll-item:nth-child(5) img{
  animation-delay:4s
}

.swiper .scroll-item:nth-child(6) img{
  animation-delay:4.8s
}

.swiper .scroll-item:nth-child(7) img{
  animation-delay:5.6s
}

.swiper .scroll-item:nth-child(8) img{
  animation-delay:6.4s
}

.swiper .scroll-item:nth-child(9) img{
  animation-delay:7.2s
}

.swiper .scroll-item:nth-child(10) img{
  animation-delay:8s
}

.swiper .scroll-item:nth-child(11) img{
  animation-delay:8.8s
}

.swiper .scroll-item:nth-child(12) img{
  animation-delay:9.6s
}

.swiper .scroll-item:nth-child(13) img{
  animation-delay:10.4s
}

.swiper .scroll-item:nth-child(14) img{
  animation-delay:11.2s
}

.swiper .scroll-item:nth-child(15) img{
  animation-delay:12s
}

.swiper .scroll-item:nth-child(16) img{
  animation-delay:12.8s
}

.swiper .scroll-item:nth-child(17) img{
  animation-delay:13.6s
}

.swiper .scroll-item:nth-child(18) img{
  animation-delay:14.4s
}

.swiper .scroll-item:nth-child(19) img{
  animation-delay:15.2s
}

.swiper .scroll-item:nth-child(20) img{
  animation-delay:16s
}

.swiper .scroll-item:nth-child(21) img{
  animation-delay:16.8s
}

.swiper .scroll-item:nth-child(22) img{
  animation-delay:17.6s
}

.swiper .scroll-item:nth-child(23) img{
  animation-delay:18.4s
}

.swiper .scroll-item:nth-child(24) img{
  animation-delay:19.2s
}

.swiper .scroll-item:nth-child(25) img{
  animation-delay:20s
}

.swiper .scroll-item:nth-child(26) img{
  animation-delay:20.8s
}

.swiper .scroll-item:nth-child(27) img{
  animation-delay:21.6s
}

.swiper .scroll-item:nth-child(28) img{
  animation-delay:22.4s
}

.swiper .scroll-item:nth-child(29) img{
  animation-delay:23.2s
}

.swiper .scroll-item:nth-child(30) img{
  animation-delay:24s
}

.swiper .scroll-item:nth-child(31) img{
  animation-delay:24.8s
}

.swiper .scroll-item:nth-child(32) img{
  animation-delay:25.6s
}

.swiper .scroll-item:nth-child(33) img{
  animation-delay:26.4s
}

.swiper .scroll-item:nth-child(34) img{
  animation-delay:27.2s
}

.swiper .scroll-item:nth-child(35) img{
  animation-delay:28s
}

.swiper .scroll-item:nth-child(36) img{
  animation-delay:28.8s
}

.swiper .scroll-item:nth-child(37) img{
  animation-delay:29.6s
}

.swiper .scroll-item:nth-child(38) img{
  animation-delay:30.4s
}

.swiper .scroll-item:nth-child(39) img{
  animation-delay:31.2s
}

.swiper .scroll-item:nth-child(40) img{
  animation-delay:32s
}

.swiper .scroll-item:nth-child(41) img{
  animation-delay:32.8s
}

.swiper .scroll-item:nth-child(42) img{
  animation-delay:33.6s
}

.swiper .scroll-item:nth-child(43) img{
  animation-delay:34.4s
}

.swiper .scroll-item:nth-child(44) img{
  animation-delay:35.2s
}

.swiper .scroll-item:nth-child(45) img{
  animation-delay:36s
}

.swiper .scroll-item:nth-child(46) img{
  animation-delay:36.8s
}

.swiper .scroll-item:nth-child(47) img{
  animation-delay:37.6s
}

.swiper .scroll-item:nth-child(48) img{
  animation-delay:38.4s
}

.swiper .scroll-item:nth-child(49) img{
  animation-delay:39.2s
}

.swiper .scroll-item:nth-child(50) img{
  animation-delay:40s
}

.swiper .scroll-item:nth-child(51) img{
  animation-delay:40.8s
}

.swiper .scroll-item:nth-child(52) img{
  animation-delay:41.6s
}

.swiper .scroll-item:nth-child(53) img{
  animation-delay:42.4s
}

.swiper .scroll-item:nth-child(54) img{
  animation-delay:43.2s
}

.swiper .scroll-item:nth-child(55) img{
  animation-delay:44s
}

.swiper .scroll-item:nth-child(56) img{
  animation-delay:44.8s
}

.swiper .scroll-item:nth-child(57) img{
  animation-delay:45.6s
}

.swiper .scroll-item:nth-child(58) img{
  animation-delay:46.4s
}

.swiper .scroll-item:nth-child(59) img{
  animation-delay:47.2s
}

.swiper .scroll-item:nth-child(60) img{
  animation-delay:48s
}

.swiper .scroll-item:nth-child(61) img{
  animation-delay:48.8s
}

.swiper .scroll-item:nth-child(62) img{
  animation-delay:49.6s
}

.swiper .scroll-item:nth-child(63) img{
  animation-delay:50.4s
}

.swiper .scroll-item:nth-child(64) img{
  animation-delay:51.2s
}

.swiper .scroll-item:nth-child(65) img{
  animation-delay:52s
}

.swiper .scroll-item:nth-child(66) img{
  animation-delay:52.8s
}

.swiper .scroll-item:nth-child(67) img{
  animation-delay:53.6s
}

.swiper .scroll-item:nth-child(68) img{
  animation-delay:54.4s
}

.swiper .scroll-item:nth-child(69) img{
  animation-delay:55.2s
}

.swiper .scroll-item:nth-child(70) img{
  animation-delay:56s
}

.swiper .scroll-item:nth-child(71) img{
  animation-delay:56.8s
}

.swiper .scroll-item:nth-child(72) img{
  animation-delay:57.6s
}

.swiper .scroll-item:nth-child(73) img{
  animation-delay:58.4s
}

.swiper .scroll-item:nth-child(74) img{
  animation-delay:59.2s
}

.swiper .scroll-item:nth-child(75) img{
  animation-delay:60s
}

.swiper .scroll-item:nth-child(76) img{
  animation-delay:60.8s
}

.swiper .scroll-item:nth-child(77) img{
  animation-delay:61.6s
}

.swiper .scroll-item:nth-child(78) img{
  animation-delay:62.4s
}

.swiper .scroll-item:nth-child(79) img{
  animation-delay:63.2s
}

.swiper .scroll-item:nth-child(80) img{
  animation-delay:64s
}

.swiper .scroll-item:nth-child(81) img{
  animation-delay:64.8s
}

.swiper .scroll-item:nth-child(82) img{
  animation-delay:65.6s
}

.swiper .scroll-item:nth-child(83) img{
  animation-delay:66.4s
}

.swiper .scroll-item:nth-child(84) img{
  animation-delay:67.2s
}

.swiper .scroll-item:nth-child(85) img{
  animation-delay:68s
}

.swiper .scroll-item:nth-child(86) img{
  animation-delay:68.8s
}

.swiper .scroll-item:nth-child(87) img{
  animation-delay:69.6s
}

.swiper .scroll-item:nth-child(88) img{
  animation-delay:70.4s
}

.swiper .scroll-item:nth-child(89) img{
  animation-delay:71.2s
}

.swiper .scroll-item:nth-child(90) img{
  animation-delay:72s
}

.swiper .scroll-item:nth-child(91) img{
  animation-delay:72.8s
}

.swiper .scroll-item:nth-child(92) img{
  animation-delay:73.6s
}

.swiper .scroll-item:nth-child(93) img{
  animation-delay:74.4s
}

.swiper .scroll-item:nth-child(94) img{
  animation-delay:75.2s
}

.swiper .scroll-item:nth-child(95) img{
  animation-delay:76s
}

.swiper .scroll-item:nth-child(96) img{
  animation-delay:76.8s
}

.swiper .scroll-item:nth-child(97) img{
  animation-delay:77.6s
}

.swiper .scroll-item:nth-child(98) img{
  animation-delay:78.4s
}

.swiper .scroll-item:nth-child(99) img{
  animation-delay:79.2s
}

.swiper .scroll-item:nth-child(100) img{
  animation-delay:80s
}

.swiper .scroll-container .scroll-item:last-child{
  margin-right:0
}

@keyframes scroll{
  0%{
    transform:translateX(0)
  }

  100%{
    transform:translateX(-50%)
  }
}

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

  50%{
    transform:scale(1.2)
  }

  100%{
    transform:scale(1)
  }
}

.text-primary{
  color:#2c65b7
}

.text-secondary{
  color:#f2b940
}

.gradientText{
  background:linear-gradient(90deg, rgb(40, 40, 250), rgb(242, 185, 64));
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:rgba(0,0,0,0)
}

@property --scroll{
  syntax:"<string>";

  inherits:false;

  initial-value:"400px"
}

@property --scale{
  syntax:"<number>";

  inherits:false;

  initial-value:1
}

.parallax{
  background-size:cover !important;
  background-position-y:0;
  background-repeat:no-repeat !important
}

.parallax .info{
  transform:translateY(var(--scroll))
}

.imgAni{
  transition:transform .02s ease-in;
  transform:perspective(2500px) rotateY(var(--ry, 0deg)) rotateX(var(--rx, 0deg))
}

.animation{
  animation-timeline:view();
  animation-name:areaAni;
  animation-duration:3s;
  animation-fill-mode:both
}

@keyframes areaAni{
  0%{
    opacity:0;
    transform:translateY(200px)
  }

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

.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\:rounded-bl-2xl:hover {
  border-bottom-left-radius: 1rem;
}

.hover\:rounded-br-\[0px\]:hover {
  border-bottom-right-radius: 0px;
}

.hover\:rounded-tl-\[0px\]:hover {
  border-top-left-radius: 0px;
}

.hover\:rounded-tr-2xl:hover {
  border-top-right-radius: 1rem;
}

.hover\:bg-\[\#F0F0F0\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}

.hover\:bg-\[var\(--secondary\)\]:hover {
  background-color: var(--secondary);
}

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

.hover\:bg-slate-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

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

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

.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\:shadow-slate-300:hover {
  --tw-shadow-color: #cbd5e1;
  --tw-shadow: var(--tw-shadow-colored);
}

.active\:bg-\[var\(--secondary\)\]:active {
  background-color: var(--secondary);
}

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

@media not all and (min-width: 640px) {
  .max-sm\:mt-\[60px\] {
    margin-top: 60px;
  }

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

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

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

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

@media (min-width: 640px) {
  .sm\:mt-16 {
    margin-top: 4rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

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

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

@media (min-width: 768px) {
  .md\:mt-\[80px\] {
    margin-top: 80px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-\[20px\] {
    gap: 20px;
  }

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

  .md\:scroll-auto {
    scroll-behavior: auto;
  }

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

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

  .md\:border-r-\[3px\] {
    border-right-width: 3px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:leading-\[60px\] {
    line-height: 60px;
  }
}

@media (min-width: 1024px) {
  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:max-w-none {
    max-width: none;
  }

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

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