*, ::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.16 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

@media (min-width: 0px) {
  .container {
    max-width: 0px;
  }
}

@media (min-width: 480px) {
  .container {
    max-width: 480px;
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 769px) {
  .container {
    max-width: 769px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 1300px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.-bottom-\[40px\] {
  bottom: -40px;
}

.-left-0 {
  left: -0px;
}

.-top-10 {
  top: -2.5rem;
}

.-top-\[300rem\] {
  top: -300rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-\[0px\] {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-2 {
  left: 0.5rem;
}

.left-4 {
  left: 1rem;
}

.left-\[50\%\] {
  left: 50%;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-\[-15px\] {
  right: -15px;
}

.right-\[12px\] {
  right: 12px;
}

.right-\[2rem\] {
  right: 2rem;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-3\.5 {
  top: 0.875rem;
}

.top-\[-3rem\] {
  top: -3rem;
}

.top-\[-4rem\] {
  top: -4rem;
}

.top-\[10px\] {
  top: 10px;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-50 {
  z-index: 50;
}

.z-\[9999\] {
  z-index: 9999;
}

.z-\[999\] {
  z-index: 999;
}

.z-\[99\] {
  z-index: 99;
}

.z-\[9\] {
  z-index: 9;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.m-2 {
  margin: 0.5rem;
}

.m-auto {
  margin: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-\[10px\] {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-\[15px\] {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-\[25px\] {
  margin-top: 25px;
  margin-bottom: 25px;
}

.my-\[30px\] {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-\[40px\] {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-\[50px\] {
  margin-top: 50px;
  margin-bottom: 50px;
}

.my-\[5px\] {
  margin-top: 5px;
  margin-bottom: 5px;
}

.-ml-4 {
  margin-left: -1rem;
}

.-mr-4 {
  margin-right: -1rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-\[10px\] {
  margin-bottom: 10px;
}

.mb-\[12px\] {
  margin-bottom: 12px;
}

.mb-\[15px\] {
  margin-bottom: 15px;
}

.mb-\[20px\] {
  margin-bottom: 20px;
}

.mb-\[25px\] {
  margin-bottom: 25px;
}

.mb-\[30px\] {
  margin-bottom: 30px;
}

.mb-\[3px\] {
  margin-bottom: 3px;
}

.mb-\[50px\] {
  margin-bottom: 50px;
}

.mb-\[5px\] {
  margin-bottom: 5px;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-\[-35px\] {
  margin-left: -35px;
}

.ml-auto {
  margin-left: auto;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[-5px\] {
  margin-top: -5px;
}

.mt-\[0px\] {
  margin-top: 0px;
}

.mt-\[10px\] {
  margin-top: 10px;
}

.mt-\[15px\] {
  margin-top: 15px;
}

.mt-\[20px\] {
  margin-top: 20px;
}

.mt-\[25px\] {
  margin-top: 25px;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.mt-\[50px\] {
  margin-top: 50px;
}

.mt-\[5px\] {
  margin-top: 5px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.inline-grid {
  display: inline-grid;
}

.hidden {
  display: none;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-16 {
  height: 4rem;
}

.h-24 {
  height: 6rem;
}

.h-3 {
  height: 0.75rem;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-64 {
  height: 16rem;
}

.h-8 {
  height: 2rem;
}

.h-\[100\%\] {
  height: 100%;
}

.h-\[100vh\] {
  height: 100vh;
}

.h-\[15px\] {
  height: 15px;
}

.h-\[160px\] {
  height: 160px;
}

.h-\[16rem\] {
  height: 16rem;
}

.h-\[19rem\] {
  height: 19rem;
}

.h-\[20rem\] {
  height: 20rem;
}

.h-\[21rem\] {
  height: 21rem;
}

.h-\[25px\] {
  height: 25px;
}

.h-\[26rem\] {
  height: 26rem;
}

.h-\[300px\] {
  height: 300px;
}

.h-\[333px\] {
  height: 333px;
}

.h-\[350px\] {
  height: 350px;
}

.h-\[360px\] {
  height: 360px;
}

.h-\[38rem\] {
  height: 38rem;
}

.h-\[4rem\] {
  height: 4rem;
}

.h-\[500px\] {
  height: 500px;
}

.h-\[550px\] {
  height: 550px;
}

.h-\[655px\] {
  height: 655px;
}

.h-\[70px\] {
  height: 70px;
}

.h-\[870px\] {
  height: 870px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-\[270px\] {
  max-height: 270px;
}

.max-h-\[480px\] {
  max-height: 480px;
}

.max-h-\[80vh\] {
  max-height: 80vh;
}

.max-h-\[90vh\] {
  max-height: 90vh;
}

.max-h-full {
  max-height: 100%;
}

.w-16 {
  width: 4rem;
}

.w-24 {
  width: 6rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-\[100\%\] {
  width: 100%;
}

.w-\[12\%\] {
  width: 12%;
}

.w-\[125px\] {
  width: 125px;
}

.w-\[150px\] {
  width: 150px;
}

.w-\[15px\] {
  width: 15px;
}

.w-\[20px\] {
  width: 20px;
}

.w-\[210px\] {
  width: 210px;
}

.w-\[250px\] {
  width: 250px;
}

.w-\[255px\] {
  width: 255px;
}

.w-\[25px\] {
  width: 25px;
}

.w-\[35\%\] {
  width: 35%;
}

.w-\[3rem\] {
  width: 3rem;
}

.w-\[50px\] {
  width: 50px;
}

.w-\[700px\] {
  width: 700px;
}

.w-\[70px\] {
  width: 70px;
}

.w-\[80\%\] {
  width: 80%;
}

.w-\[8rem\] {
  width: 8rem;
}

.w-\[90\%\] {
  width: 90%;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-\[190px\] {
  min-width: 190px;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-\[100\%\] {
  max-width: 100%;
}

.max-w-\[1220px\] {
  max-width: 1220px;
}

.max-w-\[1650px\] {
  max-width: 1650px;
}

.max-w-\[1920px\] {
  max-width: 1920px;
}

.max-w-\[200px\] {
  max-width: 200px;
}

.max-w-\[370px\] {
  max-width: 370px;
}

.max-w-\[50\%\] {
  max-width: 50%;
}

.max-w-\[500px\] {
  max-width: 500px;
}

.max-w-\[550px\] {
  max-width: 550px;
}

.max-w-\[620px\] {
  max-width: 620px;
}

.max-w-\[650px\] {
  max-width: 650px;
}

.max-w-\[80\%\] {
  max-width: 80%;
}

.max-w-\[800px\] {
  max-width: 800px;
}

.max-w-\[95\%\] {
  max-width: 95%;
}

.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.max-w-full {
  max-width: 100%;
}

.max-w-md {
  max-width: 28rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.basis-\[10\%\] {
  flex-basis: 10%;
}

.basis-\[100\%\] {
  flex-basis: 100%;
}

.basis-\[5\%\] {
  flex-basis: 5%;
}

.basis-\[50\%\] {
  flex-basis: 50%;
}

.basis-\[90\%\] {
  flex-basis: 90%;
}

.basis-\[95\%\] {
  flex-basis: 95%;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.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 spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-disc {
  list-style-type: disc;
}

.list-none {
  list-style-type: none;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-\[1fr\2c 435px\] {
  grid-template-columns: 1fr 435px;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.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-\[10px\] {
  gap: 10px;
}

.gap-\[12px\] {
  gap: 12px;
}

.gap-\[15px\] {
  gap: 15px;
}

.gap-\[20px\] {
  gap: 20px;
}

.gap-\[23px\] {
  gap: 23px;
}

.gap-\[25px\] {
  gap: 25px;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-\[5px\] {
  gap: 5px;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-\[60px\] {
  -moz-column-gap: 60px;
       column-gap: 60px;
}

.gap-y-14 {
  row-gap: 3.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-\[20px\] {
  row-gap: 20px;
}

.gap-y-\[50px\] {
  row-gap: 50px;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.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));
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-\[47px\] {
  border-radius: 47px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-tl-md {
  border-top-left-radius: 0.375rem;
}

.rounded-tr-md {
  border-top-right-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.border-\[1px\] {
  border-width: 1px;
}

.border-y-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-l-\[6px\] {
  border-left-width: 6px;
}

.border-r {
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-solid {
  border-style: solid;
}

.border-none {
  border-style: none;
}

.border-\[\#cbcbcb\] {
  --tw-border-opacity: 1;
  border-color: rgb(203 203 203 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-primarycolor {
  --tw-border-opacity: 1;
  border-color: rgb(234 0 0 / var(--tw-border-opacity, 1));
}

.bg-\[\#2e2e2e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(46 46 46 / var(--tw-bg-opacity, 1));
}

.bg-\[\#3B5998\] {
  --tw-bg-opacity: 1;
  background-color: rgb(59 89 152 / var(--tw-bg-opacity, 1));
}

.bg-\[\#929292\] {
  --tw-bg-opacity: 1;
  background-color: rgb(146 146 146 / var(--tw-bg-opacity, 1));
}

.bg-\[\#dbdbdb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(219 219 219 / var(--tw-bg-opacity, 1));
}

.bg-\[\#efefefc2\] {
  background-color: #efefefc2;
}

.bg-\[\#f3f3f3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f7f7f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.bg-darkgrey {
  --tw-bg-opacity: 1;
  background-color: rgb(87 87 87 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-lightgrey {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
}

.bg-primarycolor {
  --tw-bg-opacity: 1;
  background-color: rgb(234 0 0 / var(--tw-bg-opacity, 1));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-55 {
  --tw-bg-opacity: 0.55;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-\[\#000000ef\] {
  --tw-gradient-from: #000000ef var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#00000000\] {
  --tw-gradient-to: #00000000 var(--tw-gradient-to-position);
}

.to-\[\#0000009e\] {
  --tw-gradient-to: #0000009e var(--tw-gradient-to-position);
}

.to-\[\#000000b6\] {
  --tw-gradient-to: #000000b6 var(--tw-gradient-to-position);
}

.to-\[\#000000bf\] {
  --tw-gradient-to: #000000bf var(--tw-gradient-to-position);
}

.to-\[\#000000c4\] {
  --tw-gradient-to: #000000c4 var(--tw-gradient-to-position);
}

.to-\[\#000000e8\] {
  --tw-gradient-to: #000000e8 var(--tw-gradient-to-position);
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.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-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[10px\] {
  padding: 10px;
}

.p-\[10px_15px\] {
  padding: 10px 15px;
}

.p-\[15px\] {
  padding: 15px;
}

.p-\[15px_10px\] {
  padding: 15px 10px;
}

.p-\[20p\] {
  padding: 20p;
}

.p-\[20px_15px\] {
  padding: 20px 15px;
}

.p-\[30px_15px_70px_15px\] {
  padding: 30px 15px 70px 15px;
}

.p-\[3px\] {
  padding: 3px;
}

.p-\[50px_15px\] {
  padding: 50px 15px;
}

.p-\[55px_15px\] {
  padding: 55px 15px;
}

.p-\[5px\] {
  padding: 5px;
}

.p-\[5px_10px\] {
  padding: 5px 10px;
}

.p-\[8px_18px\] {
  padding: 8px 18px;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-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;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-\[70px\] {
  padding-top: 70px;
  padding-bottom: 70px;
}

.py-\[80px\] {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-\[10px\] {
  padding-bottom: 10px;
}

.pb-\[60px\] {
  padding-bottom: 60px;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-\[5px\] {
  padding-left: 5px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-\[35px\] {
  padding-right: 35px;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-\[100px\] {
  padding-top: 100px;
}

.pt-\[150px\] {
  padding-top: 150px;
}

.pt-\[40px\] {
  padding-top: 40px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.font-secondaryfont {
  font-family: Josefin Sans;
}

.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-9xl {
  font-size: 8rem;
  line-height: 1;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[30px\] {
  font-size: 30px;
}

.text-\[34px\] {
  font-size: 34px;
}

.text-\[40px\] {
  font-size: 40px;
}

.text-\[45px\] {
  font-size: 45px;
}

.text-\[50px\] {
  font-size: 50px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-\[600\] {
  font-weight: 600;
}

.font-\[700\] {
  font-weight: 700;
}

.font-\[800\] {
  font-weight: 800;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-\[28px\] {
  line-height: 28px;
}

.leading-\[50px\] {
  line-height: 50px;
}

.leading-\[55px\] {
  line-height: 55px;
}

.leading-relaxed {
  line-height: 1.625;
}

.tracking-\[1px\] {
  letter-spacing: 1px;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.text-\[\#424242\] {
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-darkgrey {
  --tw-text-opacity: 1;
  color: rgb(87 87 87 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}

.text-primarycolor {
  --tw-text-opacity: 1;
  color: rgb(234 0 0 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-secondarycolor {
  color: #ffffffa6;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.underline-offset-\[10px\] {
  text-underline-offset: 10px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.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-\[0px_0px_15px_7px_\#00000061\] {
  --tw-shadow: 0px 0px 15px 7px #00000061;
  --tw-shadow-colored: 0px 0px 15px 7px 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-\[4px_0px_28px_14px_rgb\(201_201_201_\/_25\%\)\] {
  --tw-shadow: 4px 0px 28px 14px rgb(201 201 201 / 25%);
  --tw-shadow-colored: 4px 0px 28px 14px 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-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);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.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;
}

.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-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;
}

.duration-\[\.5s\] {
  transition-duration: .5s;
}

.duration-\[0\.2s\] {
  transition-duration: 0.2s;
}

.duration-\[0\.3s\] {
  transition-duration: 0.3s;
}

.duration-\[0\.4s\] {
  transition-duration: 0.4s;
}

.duration-\[0\.5s\] {
  transition-duration: 0.5s;
}

.duration-\[0\.6s\] {
  transition-duration: 0.6s;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.container-box {
  max-width: 1250px;
}

.large-container {
  max-width: 1650px;
}

.container-box, .large-container{
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.paragraph{
  font-size: 18px;
}

.bg-gray{
  background-color: #575757;
}

.marginY{
  margin-top:50px;
  margin-bottom:50px;
}

.heading{
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
}

.grey-heading{
  color:#575757;
}

.white-btn{
  background-color: white;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  margin-top:15px;
  margin-bottom:15px;
  border-radius: 5px;
  transition: 0.3s;
  color: black;
  display: flex;
  align-items: center;
}

.white-btn:hover{
  background-color: black;
  color:white;
}

.grey-menu .menu-item {
  margin: 0px !important;
  padding: 5px 10px;
  list-style:none;
  font-size:11px;
  border-right: 1px solid #7f7f7f;
  transition:0.2s;
}

.grey-menu .menu-item:nth-child(5) {
  border-right: 0px;
}

.grey-menu .menu-item:hover {
  color:#ea0000;
}

.main-menu {
  display: flex;
  align-items: baseline;
  padding-top:5px;
  margin-left:10px;
  text-transform: uppercase;
}

.main-menu li {
  position: relative;
  padding: 0px 10px;
  line-height: 40px;
  font-size: 14px;
  transition: 0.3s;
  border-bottom:3px solid transparent;
}

.main-menu > li:hover{
  border-bottom:3px solid #ea0000;
}

.main-menu li a {
  color:black;
}

.main-menu li > .sub-menu{
  display:none;
  position:absolute;
  top:42px;
  left:0px;
  background: #f1f1f1;
  z-index: 1;
  width: 250px;
}

.main-menu li:hover > .sub-menu{
  display:block;
}

.main-menu li > .sub-menu > li {
  position:relative;
  padding: 10px 10px 5px 15px;
  font-size:13px;
  line-height: 28px;
}

.main-menu li > .sub-menu > li:hover{
  background:#ea0000 !important;
}

.main-menu li > .sub-menu > li:hover > a{
  color:white !important;
}

.main-menu li > .sub-menu  li > .sub-menu{
  display:none;
  position:absolute;
  left:250px;
  top:0px;
}

.main-menu li > .sub-menu  li:hover  > .sub-menu{
  display:block;
}

.menu-item .sub-menu li a span svg {
  transform: rotate(270deg);
}

/* MAIN DESIGN OF MOBILE MENU START */

.mobile-main-menu li {
  line-height: 40px;
  font-size: 14px;
  transition: 0.3s;
  border-bottom:2px solid #f1f1f1;
}

.mobile-main-menu > li:hover{
  border-bottom:2px solid #ea0000;
}

.mobile-main-menu > li:hover > a{
  color:#ea0000;
}

.mobile-main-menu li a {
  color:black;
}

.mobile-main-menu li > .sub-menu{
  display:none;
  padding-top: 5px;
  background: #f1f1f1;
  z-index: 1;
  width: 100%;
}

.mobile-menu ul li a {
  color: black;
  font-weight: 600;
}

.mobile-main-menu li:hover > .sub-menu{
  display:block;
}

/* .mobile-main-menu .sub-menu{
width:100% !important;
} */

.mobile-main-menu li > .sub-menu > li {
  padding:0px 12px;
  font-size:14px;
}

/* .mobile-main-menu li > .sub-menu > li:hover{
	background:#ea0000 !important;
	
} */

.mobile-main-menu li > .sub-menu > li:hover > a{
  color:#ea0000 !important;
}

.mobile-main-menu li > .sub-menu  li > .sub-menu{
  display:none;
}

.mobile-main-menu  li > .sub-menu  li:hover  > .sub-menu{
  display:block;
}

/* MAIN DESIGN OF MOBILE MENU END */

.mobile-menu{
  width: 100%;
  height: 100vh;
  padding: 15px;
  background-color: white;
  position: absolute;
  z-index: 11;
  left:0px;
  text-transform: uppercase;
}

.hideMobileMenu{
  top:-75rem;
}

.showMobileMenu{
  top:0rem;
}

/* .mobile-menu ul li{
padding: 8px 10px;

}
.mobile-menu ul li div{
    width: 100%; 
display: flex;
align-items: center;
justify-content: space-between;
}
.mobile-menu ul li div{
    font-weight: bold;
}
.mobile-mega-menu  li div a{
    font-weight: 600;
    font-size: 15px;
}
.mobile-mega-menu{
    padding-top: 10px;
    padding-bottom: 10px;
}
.mobile-menu ul li .mobile-mega-menu{
        background-color: #efefef;

}
   .mobile-menu ul li:hover{
        background-color: #efefef;
    }
.mobile-menu ul li .mobile-mega-menu ul li{
    padding: 8px 10px;
}
    .mobile-menu ul li .mobile-mega-menu ul li div{
        display: flex;
        justify-content: space-between;

    } */

.paddingY{
  padding-top: 60px;
  padding-bottom: 60px;
}

.slider-image {
  background-size: cover;
  background-position: center;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.secondary-font{
  font-family: "Josefin Sans", sans-serif !important;
}

.primary-title{
  color:#ea0000;
}

.grey-title {
  color:#575757;
}

.white-title{
  color:white;
}

.black-title{
  color:black;
}

.secondary-black-title{
  color:black;
}

.secondary-title{
  font-size: 32px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}

.primary-title, .grey-title, .white-title, .black-title {
  font-size: 48px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}

.archive-title, .product-category-title{
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}

.archive-title{
  font-size: 80px;
}

.product-category-title{
  font-size: 62px;
}

.chat-side-buttons.show {
  z-index: 99;
}

.search-container{
  position:absolute;
  background-color: #fffffff0;
  width: 100%;
  height: 100vh;
}

input.search {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ea0000;
  background-color: white;
  font-size: 32px;
  font-family: "Josefin Sans", sans-serif ;
}

input.search:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

select option{
  font-family: "Josefin Sans", sans-serif !important;
}

.close-modal-icon{
  width: 54px;
  height: 54px;
  position: absolute;
  z-index:9;
  top: -4rem;
  right: 5px;
  transition: 0.3s;
  cursor: pointer;
}

.zoom-icon{
  transition: 0.4s;
}

.zoom-icon:hover{
  scale: 1.1;
}

.close-modal-icon:hover{
  transform: rotate(90deg);
  transition: 0.4s;
}

.close-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 50px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}

.close-icon:hover {
  transform: rotate(90deg);
  transition: 0.4s;
}

.subsidiary-card {
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
}

.subsidiary-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
}

.post-card {
  transition: all 0.3s ease;
}

.post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
}

.category-tag {
  transition: all 0.2s ease;
}

.single-blog h1 {
  font-size: 36px;
}

.zoom-out{
  transition: 0.3s;
}

.zoom-out:hover{
  scale: 1.02;
}

.product-card{
  position: relative;
  overflow: hidden;
}

.product-card-layer {
  width: 100%;
  height: 60%;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 2;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}

.product-card-box{
  position: absolute;
  top:50%;
  left:50%;
  z-index: 9;
  transform: translate(-50%,-50%);
  text-align: center;
}

.product-card-box h3{
  color: white;
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
}

.product-card-box button{
  font-family: "Josefin Sans", sans-serif ;
}

.product-card-img img{
  width: 100%;
  height: 100%;
  transition: 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}

.product-card:hover .product-card-img img{
  transform:scale(1.1);
}

.equipment-nav {
  width:100%;
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  align-items: center;
  gap: 26px;
  font-weight: 600;
  margin: 30px 0px;
}

.equipment-nav a {
  padding: 7px 15px 0px;
  background: #dddddd;
  line-height: 35px;
  transition: 0.3s;
  color: #1d2327;
  font-family: "Josefin Sans", sans-serif !important;
  border-bottom: 3px solid transparent;
  border-radius: 3px;
}

.equipment-nav a:hover{
  border-bottom: 3px solid #ea0000;
}

.product-detail h1{
  font-size: 72px;
  font-weight: bold;
  line-height:65px;
  text-transform:uppercase;
  color:#575757;
  margin-top:10px;
  margin-bottom:10px;
}

.product-detail p {
  font-family: "Josefin Sans", sans-serif !important;
}

.product-detail ul li p{
  color:black;
}

.product-detail ul li{
  display: flex;
  margin-top:0px;
  align-items: baseline;
  gap:6px;
}

.product-detail ul li span{
  font-size: 20px;
}

.product-detail ul li p{
  margin-bottom: 0px;
}

.compare-section{
  width: 100%;
  position:fixed;
  left:0px;
  bottom:0px;
  z-index: 9999;
}

.leading-relaxed ul{
  margin-top:10px;
  margin-bottom:10px;
}

.leading-relaxed ul li:before {
  content: "•";
  font-size: 18px;
}

.leading-relaxed ul li {
  font-size: 15px;
  font-family: 'Josefin Sans';
  font-family: "Josefin Sans", sans-serif !important;
}

/* REQUEST A QUOTE FORM CSS START */

.global-form-lg .global-form-title {
  font-size: 48px;
  margin-top: 50px;
  margin-bottom: 45px;
  color: #575757;
  text-transform: uppercase;
}

.global-form-lg {
  padding: 15px;
}

.global-form-label {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  margin-top: 15px;
  font-size: 17px !important;
}

div#global-form input {
  padding: 4px 16px;
  border-radius: 8px;
  font-family: "Josefin Sans", sans-serif;
}

div#global-form select#small_category_id {
  font-family: "Josefin Sans", sans-serif;
}

.global-form-label {
  display: flex;
  flex-direction: row-reverse;
  justify-content: left;
  gap: 3px;
}

.global-form-submit {
  background: #575757 !important;
  color: #fff !important;
  text-align: center !important;
  width: 100px !important;
  border-radius: 5px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  margin: 35px 0px 100px 0px !important;
  position: relative !important;
  line-height: 48px !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
}

.global-form-submit:focus,  .disabled.global-form-submit {
  background: #ea0000 !important;
  transition:0.3s;
}

.global-form-submit:hover{
  background: #ea0000 !important;
  transition:0.3s;
}

/* REQUEST A QUOTE FORM CSS END */

.fade-in{
  opacity: 0;
  animation: fadeInSection 1.2s ease-out forwards;
}

@keyframes fadeInSection {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 3D CRANE CSS START */

.crane-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: opacity 0.3s ease;
}

.drag-area {
  cursor: grab;
  touch-action: pan-y;
}

.drag-area:active {
  cursor: grabbing;
}

/*3D CRANE CSS END */

/*  NEW MOBILE CSS CODE START */

.sany-mobile-nav-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: white;
  z-index: 1000;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

.sany-mobile-nav-container.sany-active {
  transform: translateX(0);
}

/* Menu Header */

.sany-nav-header {
  display: flex;
  text-transform:uppercase;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #eaeaea;
  background: white;
}

.sany-nav-back-btn {
  background: none;
  border: none;
  font-size: 26px;
  font-weight: 600;
  color:#ea0000;
  margin-right: 12px;
  cursor: pointer;
  padding: 4px;
}

.sany-nav-title {
  font-size: 18px;
  font-weight: 600;
  flex-grow: 1;
}

.sany-nav-close-btn {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  padding: 4px;
}

/* Menu Items Container */

.sany-nav-items-container {
  flex-grow: 1;
  overflow-y: auto;
}

/* Menu Items */

.sany-nav-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  padding:10px 15px;
  border-bottom: 1px solid #f0f0f0;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.2s;
  font-weight:bold;
}

.sany-nav-item:hover {
  background-color: #f8f8f8;
}

.sany-nav-item-arrow {
  color: #ea0000;
  font-size: 26px;
}

.mobile-fixed-btn{
  animation: moveup 4s  normal backwards;
}

.fadein{
  animation: moveup 1s  ease-in normal backwards;
}

@keyframes moveup {
  from {
    opacity:0;
  }

  to {
    opacity:1;
  }
}

/*    NEW MOBILE CSS CODE END */

.red-star{
  color:#ea0000;
}

.error-msg {
  background: #ffffffe3;
  color: #ea0000;
  font-size: 14px;
  border: 1px solid #ea0000;
  padding: 5px 10px;
  margin-top: 5px;
  border-radius: 3px;
}

/* FOOTER CSS CODE START */

.footer-left-col h2, .footer-right-col h2{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 800;
  letter-spacing:1px;
  margin-bottom:10px;
}

.footer-left-col div #menu-footer-left-menu {
  font-family: "Josefin Sans", sans-serif ;
}

.footer-left-col div #menu-footer-left-menu li{
  margin-bottom:8px;
}

ul#menu-footer-left-menu li a:hover {
  color: #ea0000;
  transition: 0.5s;
  text-decoration:none;
}

/* FOOTER CSS CODE END */

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.ripple {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  animation: ripple 1s infinite;
  z-index: 0;
}

.product-card {
  transition: all 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width:1440px){
  .product-card-box{
    width: 500px !important;
  }
}

@media only screen and (max-width:1440px){
  .product-card-box h3{
    font-size: 35px;
  }
}

@media only screen and (max-width:1024px){
  .primary-title, .grey-title, .white-title, .black-title{
    font-size: 46px;
  }

  .archive-title{
    font-size: 60px;
  }

  .product-category-title{
    font-size: 56px;
  }

  .product-detail h1 {
    font-size: 48px;
    line-height: 50px;
  }

  .hambuger{
    display:flex;
  }
}

@media only screen and (min-width:1024px){
  .sany-mobile-nav-container, #mobile-fixed-btn{
    display:none;
  }

  .hambuger{
    display:none;
  }

  .product-card-box{
    width: 310px;
  }
}

@media only screen and (max-width:800px){
  .main-menu{
    padding-top:10px;
    margin-left: 0px;
  }

  .main-menu li{
    font-size:13px;
  }
}

@media only screen and (min-width:769px){
  .mobile-menu{
    display: none;
  }
}

@media only screen and (max-width:768px){
  .grey-title {
    font-size: 42px;
  }

  .primary-title, .grey-title, .white-title, .black-title{
    font-size: 42px;
  }

  .product-card-box h3{
    font-size: 40px;
  }

  .product-category-title{
    font-size: 52px;
  }

  input.search {
    font-size: 20px;
  }

  .close-icon {
    width: 34px;
    height: 34px;
  }

  .product-detail h1 {
    font-size: 38px;
    line-height: 44px;
  }

  .product-card-box{
    width: 340px;
  }
}

@media only screen and (max-width:767px){
  nav.menu-container {
    height: 70vh;
    overflow-y: scroll;
  }
}

@media only screen and (max-width:640px){
  .primary-title, .grey-title, .white-title, .black-title{
    font-size: 32px;
  }

  .equipment-nav{
    gap:10px;
  }

  .product-category-title{
    font-size: 48px;
  }

  nav.menu-container {
    height: 70vh;
    overflow-y: scroll;
  }

  .product-detail h1{
    font-size:32px;
    line-height:38px;
  }

  .footer-left-col h2, .footer-right-col h2, ul#menu-footer-left-menu{
    text-align:center;
  }

  ul#menu-footer-left-menu {
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  ul#menu-footer-left-menu li {
    border: 1px solid white;
    padding: 5px 7px;
    background: white;
    color: #ea0000;
    border-radius: 2px;
  }

  .product-card-box{
    width: 380px;
  }
}

@media only screen and (max-width:480px){
  .primary-title, .grey-title, .white-title, .black-title{
    font-size: 30px;
  }

  .archive-title{
    font-size: 46px;
  }

  .product-category-title{
    font-size: 42px;
  }

  .product-card-box{
    width: 370px;
  }
}

@media only screen and (max-width:360px){
  .archive-title{
    font-size: 40px;
  }

  .product-category-title{
    font-size: 38px;
  }
}

@media only screen and (min-width:250px){
  .menu-right-side{
    width:100%;
  }

  .menu-left-side{
    width:0%;
  }
}

@media only screen and (min-width:768px){
  .menu-right-side{
    width:50%;
  }

  .menu-left-side{
    width:0%;
  }
}

@media only screen and (min-width:1024px){
  .menu-right-side{
    width:30%;
  }

  .menu-left-side{
    width:70%;
  }
}

@media only screen and (min-width:1600px){
  .menu-right-side{
    width:20%;
  }

  .menu-left-side{
    width:80%;
  }
}

/* @layer components { 

    .margin-wrap-left {
        margin-left: calc((100% - 1510px) / 2);
        padding-left: 15px;
    }

    .margin-wrap-right {
        margin-right: calc((100% - 1510px) / 2);
        padding-right: 15px;
    }
    
    .container {
        max-width: 1620px !important;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem;
    }



    .position-inherit {
        position: inherit;
    }


    .top-post {
        top: inherit !important;
    }

    .left-in {
        left: inherit;
    }

    .right-in {
        right: inherit;
    }

    .bottom-in {
        bottom: inherit;
    }

    .min-auto {
        min-width: auto;
    }

    .transnitone-anim {
        transition: 0.4s all ease-in-out;
    }

    .transnitone-anim-fast {
        transition: 0.1s all ease-in-out;
    }

    .transnitone-anim_border {
        transition: all .35s ease;
    }

    .image-white {
        filter: brightness(0) invert(1);
    }
    

} */

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:left-\[10px\]::before {
  content: var(--tw-content);
  left: 10px;
}

.before\:top-3::before {
  content: var(--tw-content);
  top: 0.75rem;
}

.before\:top-full::before {
  content: var(--tw-content);
  top: 100%;
}

.before\:z-\[-1\]::before {
  content: var(--tw-content);
  z-index: -1;
}

.before\:h-3::before {
  content: var(--tw-content);
  height: 0.75rem;
}

.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}

.before\:w-3::before {
  content: var(--tw-content);
  width: 0.75rem;
}

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:-translate-y-1\/4::before {
  content: var(--tw-content);
  --tw-translate-y: -25%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:bg-black::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.before\:bg-white::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.before\:duration-\[\.5s\]::before {
  content: var(--tw-content);
  transition-duration: .5s;
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}

.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}

.after\:h-full::after {
  content: var(--tw-content);
  height: 100%;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:bg-\[rgba\(0\2c 0\2c 0\2c 0\.0\)\]::after {
  content: var(--tw-content);
  background-color: rgba(0,0,0,0.0);
}

.last\:pb-0:last-child {
  padding-bottom: 0px;
}

.hover\:mt-\[-15px\]:hover {
  margin-top: -15px;
}

.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-\[0\.9\]:hover {
  --tw-scale-x: 0.9;
  --tw-scale-y: 0.9;
  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-\[1\.1\]:hover {
  --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));
}

.hover\:bg-\[\#00000024\]:hover {
  background-color: #00000024;
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.hover\:bg-black\/70:hover {
  background-color: rgb(0 0 0 / 0.7);
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primarycolor:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 0 0 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.hover\:from-\[\#000000c5\]:hover {
  --tw-gradient-from: #000000c5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-\[\#000000c5\]:hover {
  --tw-gradient-to: #000000c5 var(--tw-gradient-to-position);
}

.hover\:text-\[\#9e0000\]:hover {
  --tw-text-opacity: 1;
  color: rgb(158 0 0 / var(--tw-text-opacity, 1));
}

.hover\:text-darkgrey:hover {
  --tw-text-opacity: 1;
  color: rgb(87 87 87 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.hover\:text-primarycolor:hover {
  --tw-text-opacity: 1;
  color: rgb(234 0 0 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.focus\:border-lightgrey:focus {
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --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);
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.focus\:ring-lightgrey:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 239 239 / var(--tw-ring-opacity, 1));
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.group:hover .group-hover\:left-0 {
  left: 0px;
}

.group:hover .group-hover\:right-\[15px\] {
  right: 15px;
}

.group:hover .group-hover\:top-\[-10px\] {
  top: -10px;
}

.group\/parent:hover .group-hover\/parent\:block {
  display: block;
}

.group:hover .group-hover\:-translate-y-1 {
  --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));
}

.group:hover .group-hover\:scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-\[0\.9\] {
  --tw-scale-x: 0.9;
  --tw-scale-y: 0.9;
  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\:scale-\[1\.1\] {
  --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));
}

.group\/parent:hover .group-hover\/parent\:bg-\[\#000000a1\] {
  background-color: #000000a1;
}

.group:hover .group-hover\:bg-primarycolor {
  --tw-bg-opacity: 1;
  background-color: rgb(234 0 0 / var(--tw-bg-opacity, 1));
}

.group\/child:hover .group-hover\/child\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group\/parent:hover .group-hover\/parent\:opacity-\[1\] {
  opacity: 1;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

@media (min-width: 0px) {
  .\32xs\:bottom-\[-30px\] {
    bottom: -30px;
  }

  .\32xs\:top-\[30px\] {
    top: 30px;
  }

  .\32xs\:order-1 {
    order: 1;
  }

  .\32xs\:order-2 {
    order: 2;
  }

  .\32xs\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .\32xs\:mb-\[0px\] {
    margin-bottom: 0px;
  }

  .\32xs\:mt-\[20px\] {
    margin-top: 20px;
  }

  .\32xs\:block {
    display: block;
  }

  .\32xs\:hidden {
    display: none;
  }

  .\32xs\:h-\[150px\] {
    height: 150px;
  }

  .\32xs\:h-\[20rem\] {
    height: 20rem;
  }

  .\32xs\:h-\[250px\] {
    height: 250px;
  }

  .\32xs\:h-\[450px\] {
    height: 450px;
  }

  .\32xs\:h-\[500px\] {
    height: 500px;
  }

  .\32xs\:w-\[100\%\] {
    width: 100%;
  }

  .\32xs\:w-\[53px\] {
    width: 53px;
  }

  .\32xs\:max-w-\[150px\] {
    max-width: 150px;
  }

  .\32xs\:basis-\[20\%\] {
    flex-basis: 20%;
  }

  .\32xs\:basis-\[25\%\] {
    flex-basis: 25%;
  }

  .\32xs\:basis-\[60\%\] {
    flex-basis: 60%;
  }

  .\32xs\:basis-\[75\%\] {
    flex-basis: 75%;
  }

  .\32xs\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .\32xs\:justify-start {
    justify-content: flex-start;
  }

  .\32xs\:justify-end {
    justify-content: flex-end;
  }

  .\32xs\:gap-4 {
    gap: 1rem;
  }

  .\32xs\:gap-\[0px\] {
    gap: 0px;
  }

  .\32xs\:gap-\[10px\] {
    gap: 10px;
  }

  .\32xs\:gap-\[8px\] {
    gap: 8px;
  }

  .\32xs\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .\32xs\:border-y-\[8px\] {
    border-top-width: 8px;
    border-bottom-width: 8px;
  }

  .\32xs\:border-l-0 {
    border-left-width: 0px;
  }

  .\32xs\:border-r-0 {
    border-right-width: 0px;
  }

  .\32xs\:p-4 {
    padding: 1rem;
  }

  .\32xs\:p-\[30px_15px\] {
    padding: 30px 15px;
  }

  .\32xs\:p-\[40px_15px\] {
    padding: 40px 15px;
  }

  .\32xs\:p-\[50px_15px\] {
    padding: 50px 15px;
  }

  .\32xs\:p-\[5px\] {
    padding: 5px;
  }

  .\32xs\:py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .\32xs\:pr-\[0px\] {
    padding-right: 0px;
  }

  .\32xs\:pt-\[50px\] {
    padding-top: 50px;
  }

  .\32xs\:text-center {
    text-align: center;
  }

  .\32xs\:text-\[12px\] {
    font-size: 12px;
  }

  .\32xs\:text-\[16px\] {
    font-size: 16px;
  }

  .\32xs\:text-\[18px\] {
    font-size: 18px;
  }

  .\32xs\:text-\[20px\] {
    font-size: 20px;
  }

  .\32xs\:text-\[22px\] {
    font-size: 22px;
  }

  .\32xs\:text-\[24px\] {
    font-size: 24px;
  }

  .\32xs\:text-\[26px\] {
    font-size: 26px;
  }

  .\32xs\:text-\[28px\] {
    font-size: 28px;
  }

  .\32xs\:text-\[30px\] {
    font-size: 30px;
  }

  .\32xs\:text-\[36px\] {
    font-size: 36px;
  }

  .\32xs\:leading-\[28px\] {
    line-height: 28px;
  }

  .\32xs\:leading-\[45px\] {
    line-height: 45px;
  }
}

@media (min-width: 480px) {
  .xs\:text-\[34px\] {
    font-size: 34px;
  }

  .xs\:text-\[36px\] {
    font-size: 36px;
  }
}

@media (max-width: 480px) {
  .max-xs\:gap-\[0px\] {
    gap: 0px;
  }

  .max-xs\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .max-xs\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 640px) {
  .sm\:top-0 {
    top: 0px;
  }

  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-2 {
    order: 2;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:basis-\[13\%\] {
    flex-basis: 13%;
  }

  .sm\:basis-\[25\%\] {
    flex-basis: 25%;
  }

  .sm\:basis-\[50\%\] {
    flex-basis: 50%;
  }

  .sm\:basis-\[87\%\] {
    flex-basis: 87%;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:gap-\[20px\] {
    gap: 20px;
  }

  .sm\:gap-\[25px\] {
    gap: 25px;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:pt-\[80px\] {
    padding-top: 80px;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-\[15px\] {
    font-size: 15px;
  }

  .sm\:text-\[17px\] {
    font-size: 17px;
  }

  .sm\:text-\[18px\] {
    font-size: 18px;
  }

  .sm\:text-\[19px\] {
    font-size: 19px;
  }

  .sm\:text-\[22px\] {
    font-size: 22px;
  }

  .sm\:text-\[32px\] {
    font-size: 32px;
  }
}

@media (max-width: 648px) {
  .max-sm\:py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .max-md\:h-\[200px\] {
    height: 200px;
  }

  .max-md\:w-\[350px\] {
    width: 350px;
  }

  .max-md\:border-b-\[1px\] {
    border-bottom-width: 1px;
  }

  .max-md\:py-\[35px\] {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

@media (min-width: 768px) {
  .md\:bottom-\[-80px\] {
    bottom: -80px;
  }

  .md\:top-\[30px\] {
    top: 30px;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:mt-\[30px\] {
    margin-top: 30px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:h-80 {
    height: 20rem;
  }

  .md\:h-\[25rem\] {
    height: 25rem;
  }

  .md\:h-\[315px\] {
    height: 315px;
  }

  .md\:h-\[400px\] {
    height: 400px;
  }

  .md\:h-\[500px\] {
    height: 500px;
  }

  .md\:h-\[580px\] {
    height: 580px;
  }

  .md\:h-\[600px\] {
    height: 600px;
  }

  .md\:h-\[660px\] {
    height: 660px;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:w-\[130px\] {
    width: 130px;
  }

  .md\:w-\[1920px\] {
    width: 1920px;
  }

  .md\:w-\[50\%\] {
    width: 50%;
  }

  .md\:w-\[560px\] {
    width: 560px;
  }

  .md\:w-\[800px\] {
    width: 800px;
  }

  .md\:max-w-\[300px\] {
    max-width: 300px;
  }

  .md\:basis-\[19\%\] {
    flex-basis: 19%;
  }

  .md\:basis-\[20\%\] {
    flex-basis: 20%;
  }

  .md\:basis-\[22\%\] {
    flex-basis: 22%;
  }

  .md\:basis-\[33\%\] {
    flex-basis: 33%;
  }

  .md\:basis-\[78\%\] {
    flex-basis: 78%;
  }

  .md\:basis-\[80\%\] {
    flex-basis: 80%;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-\[19\%_70\%_10\%\] {
    grid-template-columns: 19% 70% 10%;
  }

  .md\:grid-cols-\[30\%_70\%\] {
    grid-template-columns: 30% 70%;
  }

  .md\:grid-cols-\[70\%_28\%\] {
    grid-template-columns: 70% 28%;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-\[10px\] {
    gap: 10px;
  }

  .md\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .md\:overflow-y-auto {
    overflow-y: auto;
  }

  .md\:overflow-y-visible {
    overflow-y: visible;
  }

  .md\:border-y-\[0px\] {
    border-top-width: 0px;
    border-bottom-width: 0px;
  }

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

  .md\:border-l-\[8px\] {
    border-left-width: 8px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-r-0 {
    border-right-width: 0px;
  }

  .md\:border-r-\[1px\] {
    border-right-width: 1px;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-\[50px\] {
    padding: 50px;
  }

  .md\:p-\[50px_20px\] {
    padding: 50px 20px;
  }

  .md\:p-\[80px_20px\] {
    padding: 80px 20px;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-\[45px\] {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .md\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pr-\[25px\] {
    padding-right: 25px;
  }

  .md\:text-left {
    text-align: left;
  }

  .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-\[18px\] {
    font-size: 18px;
  }

  .md\:text-\[22px\] {
    font-size: 22px;
  }

  .md\:text-\[24px\] {
    font-size: 24px;
  }

  .md\:text-\[26px\] {
    font-size: 26px;
  }

  .md\:text-\[28px\] {
    font-size: 28px;
  }

  .md\:text-\[30px\] {
    font-size: 30px;
  }

  .md\:text-\[34px\] {
    font-size: 34px;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:leading-\[30px\] {
    line-height: 30px;
  }
}

@media (max-width: 1024px) {
  .max-lg\:hidden {
    display: none;
  }

  .max-lg\:h-\[20rem\] {
    height: 20rem;
  }

  .max-lg\:text-\[10px\] {
    font-size: 10px;
  }
}

@media (min-width: 1024px) {
  .lg\:bottom-2 {
    bottom: 0.5rem;
  }

  .lg\:right-\[-3rem\] {
    right: -3rem;
  }

  .lg\:top-\[0px\] {
    top: 0px;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:mt-\[30px\] {
    margin-top: 30px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:h-96 {
    height: 24rem;
  }

  .lg\:h-\[100\%\] {
    height: 100%;
  }

  .lg\:h-\[28rem\] {
    height: 28rem;
  }

  .lg\:h-\[680px\] {
    height: 680px;
  }

  .lg\:h-\[700px\] {
    height: 700px;
  }

  .lg\:h-\[710px\] {
    height: 710px;
  }

  .lg\:w-\[200px\] {
    width: 200px;
  }

  .lg\:w-\[40\%\] {
    width: 40%;
  }

  .lg\:w-\[50\%\] {
    width: 50%;
  }

  .lg\:w-\[60\%\] {
    width: 60%;
  }

  .lg\:w-\[80\%\] {
    width: 80%;
  }

  .lg\:basis-\[25\%\] {
    flex-basis: 25%;
  }

  .lg\:basis-\[27\%\] {
    flex-basis: 27%;
  }

  .lg\:basis-\[70\%\] {
    flex-basis: 70%;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[19\%_68\%_12\%\] {
    grid-template-columns: 19% 68% 12%;
  }

  .lg\:grid-cols-\[20\%_80\%\] {
    grid-template-columns: 20% 80%;
  }

  .lg\:grid-cols-\[35\%_65\%\] {
    grid-template-columns: 35% 65%;
  }

  .lg\:grid-cols-\[40\%_59\.7\%\] {
    grid-template-columns: 40% 59.7%;
  }

  .lg\:grid-cols-\[59\.7\%_40\%\] {
    grid-template-columns: 59.7% 40%;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:border-r-\[1px\] {
    border-right-width: 1px;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-\[20px\] {
    padding: 20px;
  }

  .lg\:p-\[80px_50px\] {
    padding: 80px 50px;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-\[14px\] {
    font-size: 14px;
  }

  .lg\:text-\[16px\] {
    font-size: 16px;
  }

  .lg\:text-\[20px\] {
    font-size: 20px;
  }

  .lg\:text-\[24px\] {
    font-size: 24px;
  }

  .lg\:text-\[26px\] {
    font-size: 26px;
  }

  .lg\:text-\[28px\] {
    font-size: 28px;
  }

  .lg\:text-\[30px\] {
    font-size: 30px;
  }

  .lg\:text-\[34px\] {
    font-size: 34px;
  }

  .lg\:text-\[38px\] {
    font-size: 38px;
  }

  .lg\:text-\[50px\] {
    font-size: 50px;
  }

  .lg\:leading-\[38px\] {
    line-height: 38px;
  }

  .lg\:leading-\[48px\] {
    line-height: 48px;
  }

  .lg\:leading-\[60px\] {
    line-height: 60px;
  }
}

@media (min-width: 1300px) {
  .lap\:my-\[35px\] {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .lap\:h-\[460px\] {
    height: 460px;
  }

  .lap\:h-\[560px\] {
    height: 560px;
  }

  .lap\:h-\[600px\] {
    height: 600px;
  }

  .lap\:w-\[150px\] {
    width: 150px;
  }

  .lap\:gap-\[15px\] {
    gap: 15px;
  }

  .lap\:p-\[15px\] {
    padding: 15px;
  }

  .lap\:p-\[20px\] {
    padding: 20px;
  }

  .lap\:p-\[50px_20px\] {
    padding: 50px 20px;
  }

  .lap\:leading-\[30px\] {
    line-height: 30px;
  }
}

@media (min-width: 1440px) {
  .xl\:h-\[36rem\] {
    height: 36rem;
  }

  .xl\:h-\[460px\] {
    height: 460px;
  }

  .xl\:h-\[550px\] {
    height: 550px;
  }

  .xl\:h-\[560px\] {
    height: 560px;
  }

  .xl\:h-\[660px\] {
    height: 660px;
  }

  .xl\:w-\[35\%\] {
    width: 35%;
  }

  .xl\:w-\[50\%\] {
    width: 50%;
  }

  .xl\:basis-\[15\%\] {
    flex-basis: 15%;
  }

  .xl\:basis-\[20\%\] {
    flex-basis: 20%;
  }

  .xl\:basis-\[77\%\] {
    flex-basis: 77%;
  }

  .xl\:basis-\[80\%\] {
    flex-basis: 80%;
  }

  .xl\:grid-cols-\[25\%_75\%\] {
    grid-template-columns: 25% 75%;
  }

  .xl\:p-\[50px_100px\] {
    padding: 50px 100px;
  }

  .xl\:text-\[22px\] {
    font-size: 22px;
  }

  .xl\:text-\[24px\] {
    font-size: 24px;
  }

  .xl\:text-\[32px\] {
    font-size: 32px;
  }

  .xl\:text-\[40px\] {
    font-size: 40px;
  }

  .xl\:text-\[42px\] {
    font-size: 42px;
  }

  .xl\:text-\[50px\] {
    font-size: 50px;
  }

  .xl\:text-\[62px\] {
    font-size: 62px;
  }

  .xl\:leading-\[32px\] {
    line-height: 32px;
  }

  .xl\:leading-\[60px\] {
    line-height: 60px;
  }
}

@media (min-width: 1600px) {
  .\31xl\:text-\[32px\] {
    font-size: 32px;
  }

  .\31xl\:text-\[45px\] {
    font-size: 45px;
  }

  .\31xl\:text-\[52px\] {
    font-size: 52px;
  }

  .\31xl\:text-\[55px\] {
    font-size: 55px;
  }

  .\31xl\:text-\[70px\] {
    font-size: 70px;
  }
}
