/*
! tailwindcss v3.3.5 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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 */
}

/*
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. 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-size: 1em; /* 2 */
}

/*
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 */
  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,
[type='button'],
[type='reset'],
[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:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

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

::-webkit-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:  ;
}

::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:  ;
}
.container {
  width: 100%;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[-130px\] {
  bottom: -130px;
}
.bottom-\[-300px\] {
  bottom: -300px;
}
.bottom-\[-34px\] {
  bottom: -34px;
}
.bottom-\[-84\%\] {
  bottom: -84%;
}
.bottom-\[0\] {
  bottom: 0;
}
.bottom-\[20px\] {
  bottom: 20px;
}
.bottom-\[257px\] {
  bottom: 257px;
}
.bottom-\[30px\] {
  bottom: 30px;
}
.bottom-\[50px\] {
  bottom: 50px;
}
.bottom-auto {
  bottom: auto;
}
.left-0 {
  left: 0px;
}
.left-\[-140px\] {
  left: -140px;
}
.left-\[14px\] {
  left: 14px;
}
.left-\[17px\] {
  left: 17px;
}
.left-\[20px\] {
  left: 20px;
}
.left-\[30px\] {
  left: 30px;
}
.left-\[31\%\] {
  left: 31%;
}
.left-\[40\%\] {
  left: 40%;
}
.left-\[45\%\] {
  left: 45%;
}
.left-\[61px\] {
  left: 61px;
}
.left-\[75\%\] {
  left: 75%;
}
.left-\[90\%\] {
  left: 90%;
}
.right-0 {
  right: 0px;
}
.right-\[-45px\] {
  right: -45px;
}
.right-\[19\.667px\] {
  right: 19.667px;
}
.right-\[21px\] {
  right: 21px;
}
.right-\[42px\] {
  right: 42px;
}
.top-0 {
  top: 0px;
}
.top-6 {
  top: 1.5rem;
}
.top-\[0px\] {
  top: 0px;
}
.top-\[20px\] {
  top: 20px;
}
.top-\[25px\] {
  top: 25px;
}
.top-\[43\%\] {
  top: 43%;
}
.top-\[47\%\] {
  top: 47%;
}
.top-\[47px\] {
  top: 47px;
}
.top-\[55\%\] {
  top: 55%;
}
.top-\[70px\] {
  top: 70px;
}
.top-\[86px\] {
  top: 86px;
}
.z-10 {
  z-index: 10;
}
.z-30 {
  z-index: 30;
}
.z-\[9999\] {
  z-index: 9999;
}
.z-\[9\] {
  z-index: 9;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.m-auto {
  margin: auto;
}
.mx-\[10px\] {
  margin-left: 10px;
  margin-right: 10px;
}
.mx-\[15px\] {
  margin-left: 15px;
  margin-right: 15px;
}
.mx-\[20px\] {
  margin-left: 20px;
  margin-right: 20px;
}
.mx-\[5px\] {
  margin-left: 5px;
  margin-right: 5px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-\[15px\] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[12px\] {
  margin-bottom: 12px;
}
.mb-\[24px\] {
  margin-bottom: 24px;
}
.mb-\[32px\] {
  margin-bottom: 32px;
}
.mb-\[42px\] {
  margin-bottom: 42px;
}
.mb-\[60px\] {
  margin-bottom: 60px;
}
.mb-auto {
  margin-bottom: auto;
}
.ml-14 {
  margin-left: 3.5rem;
}
.ml-\[10px\] {
  margin-left: 10px;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-\[10px\] {
  margin-right: 10px;
}
.mr-\[20px\] {
  margin-right: 20px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-\[12px\] {
  margin-top: 12px;
}
.mt-\[130px\] {
  margin-top: 130px;
}
.mt-\[180px\] {
  margin-top: 180px;
}
.mt-\[24px\] {
  margin-top: 24px;
}
.mt-\[32px\] {
  margin-top: 32px;
}
.mt-\[3px\] {
  margin-top: 3px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[48px\] {
  margin-top: 48px;
}
.mt-\[6px\] {
  margin-top: 6px;
}
.mt-\[98px\] {
  margin-top: 98px;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-24 {
  height: 6rem;
}
.h-40 {
  height: 10rem;
}
.h-5 {
  height: 1.25rem;
}
.h-8 {
  height: 2rem;
}
.h-\[100\%\] {
  height: 100%;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[12\.3px\] {
  height: 12.3px;
}
.h-\[145px\] {
  height: 145px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[17px\] {
  height: 17px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[212px\] {
  height: 212px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[282px\] {
  height: 282px;
}
.h-\[330px\] {
  height: 330px;
}
.h-\[332px\] {
  height: 332px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[350px\] {
  height: 350px;
}
.h-\[372px\] {
  height: 372px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[457px\] {
  height: 457px;
}
.h-\[47px\] {
  height: 47px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[517px\] {
  height: 517px;
}
.h-\[563px\] {
  height: 563px;
}
.h-\[583px\] {
  height: 583px;
}
.h-\[585px\] {
  height: 585px;
}
.h-\[598px\] {
  height: 598px;
}
.h-\[5px\] {
  height: 5px;
}
.h-\[6\.5px\] {
  height: 6.5px;
}
.h-\[6\.983px\] {
  height: 6.983px;
}
.h-\[600px\] {
  height: 600px;
}
.h-\[65px\] {
  height: 65px;
}
.h-\[690px\] {
  height: 690px;
}
.h-\[694px\] {
  height: 694px;
}
.h-\[700px\] {
  height: 700px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[800px\] {
  height: 800px;
}
.h-\[90px\] {
  height: 90px;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-\[325px\] {
  max-height: 325px;
}
.w-24 {
  width: 6rem;
}
.w-40 {
  width: 10rem;
}
.w-5 {
  width: 1.25rem;
}
.w-8 {
  width: 2rem;
}
.w-\[10\.004px\] {
  width: 10.004px;
}
.w-\[10\.5px\] {
  width: 10.5px;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[107\.069px\] {
  width: 107.069px;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[11\.524px\] {
  width: 11.524px;
}
.w-\[114px\] {
  width: 114px;
}
.w-\[116px\] {
  width: 116px;
}
.w-\[117px\] {
  width: 117px;
}
.w-\[13\.5px\] {
  width: 13.5px;
}
.w-\[135\.135px\] {
  width: 135.135px;
}
.w-\[135px\] {
  width: 135px;
}
.w-\[13px\] {
  width: 13px;
}
.w-\[14\.52px\] {
  width: 14.52px;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[15\.105px\] {
  width: 15.105px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[16\.08px\] {
  width: 16.08px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[18\.004px\] {
  width: 18.004px;
}
.w-\[194px\] {
  width: 194px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[20\.005px\] {
  width: 20.005px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[220px\] {
  width: 220px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[27px\] {
  width: 27px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[35px\] {
  width: 35px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[441px\] {
  width: 441px;
}
.w-\[5\.456px\] {
  width: 5.456px;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[526px\] {
  width: 526px;
}
.w-\[54\.857px\] {
  width: 54.857px;
}
.w-\[575px\] {
  width: 575px;
}
.w-\[5px\] {
  width: 5px;
}
.w-\[700px\] {
  width: 700px;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[720px\] {
  width: 720px;
}
.w-\[800px\] {
  width: 800px;
}
.w-\[81px\] {
  width: 81px;
}
.w-\[900px\] {
  width: 900px;
}
.w-\[90px\] {
  width: 90px;
}
.w-full {
  width: 100%;
}
.max-w-\[100\%\] {
  max-width: 100%;
}
.max-w-\[112px\] {
  max-width: 112px;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[310px\] {
  max-width: 310px;
}
.max-w-\[314px\] {
  max-width: 314px;
}
.max-w-\[360px\] {
  max-width: 360px;
}
.max-w-\[460px\] {
  max-width: 460px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[750px\] {
  max-width: 750px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.basis-\[100\%\] {
  flex-basis: 100%;
}
.basis-\[34\%\] {
  flex-basis: 34%;
}
.basis-\[48\%\] {
  flex-basis: 48%;
}
.basis-\[64\%\] {
  flex-basis: 64%;
}
.basis-\[65\%\] {
  flex-basis: 65%;
}
.rotate-\[-3deg\] {
  --tw-rotate: -3deg;
  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-\[25deg\] {
  --tw-rotate: 25deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.columns-6 {
  -moz-columns: 6;
       columns: 6;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.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-\[10px\] {
  gap: 10px;
}
.gap-\[113px\] {
  gap: 113px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[13px\] {
  gap: 13px;
}
.gap-\[145px\] {
  gap: 145px;
}
.gap-\[14px\] {
  gap: 14px;
}
.gap-\[155px\] {
  gap: 155px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[183px\] {
  gap: 183px;
}
.gap-\[194px\] {
  gap: 194px;
}
.gap-\[19px\] {
  gap: 19px;
}
.gap-\[1px\] {
  gap: 1px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[25px\] {
  gap: 25px;
}
.gap-\[28px\] {
  gap: 28px;
}
.gap-\[29px\] {
  gap: 29px;
}
.gap-\[2px\] {
  gap: 2px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[32px\] {
  gap: 32px;
}
.gap-\[33px\] {
  gap: 33px;
}
.gap-\[35px\] {
  gap: 35px;
}
.gap-\[36px\] {
  gap: 36px;
}
.gap-\[37px\] {
  gap: 37px;
}
.gap-\[3px\] {
  gap: 3px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[42px\] {
  gap: 42px;
}
.gap-\[48px\] {
  gap: 48px;
}
.gap-\[49px\] {
  gap: 49px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[60px\] {
  gap: 60px;
}
.gap-\[6px\] {
  gap: 6px;
}
.gap-\[72px\] {
  gap: 72px;
}
.gap-\[7px\] {
  gap: 7px;
}
.gap-\[80px\] {
  gap: 80px;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-\[96px\] {
  gap: 96px;
}
.gap-\[9px\] {
  gap: 9px;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[15px\] {
  border-radius: 15px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[21px\] {
  border-radius: 21px;
}
.rounded-\[25px\] {
  border-radius: 25px;
}
.rounded-\[32px\] {
  border-radius: 32px;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-\[7px\] {
  border-radius: 7px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-bl-\[10px\] {
  border-bottom-left-radius: 10px;
}
.rounded-bl-\[25px\] {
  border-bottom-left-radius: 25px;
}
.rounded-bl-\[4px\] {
  border-bottom-left-radius: 4px;
}
.rounded-bl-\[5px\] {
  border-bottom-left-radius: 5px;
}
.rounded-bl-\[7px\] {
  border-bottom-left-radius: 7px;
}
.rounded-br-\[10px\] {
  border-bottom-right-radius: 10px;
}
.rounded-br-\[32px\] {
  border-bottom-right-radius: 32px;
}
.rounded-br-\[35px\] {
  border-bottom-right-radius: 35px;
}
.rounded-br-\[4px\] {
  border-bottom-right-radius: 4px;
}
.rounded-br-\[5px\] {
  border-bottom-right-radius: 5px;
}
.rounded-br-\[7px\] {
  border-bottom-right-radius: 7px;
}
.rounded-tl-\[10px\] {
  border-top-left-radius: 10px;
}
.rounded-tl-\[20px\] {
  border-top-left-radius: 20px;
}
.rounded-tl-\[25px\] {
  border-top-left-radius: 25px;
}
.rounded-tl-\[4px\] {
  border-top-left-radius: 4px;
}
.rounded-tr-\[10px\] {
  border-top-right-radius: 10px;
}
.rounded-tr-\[20px\] {
  border-top-right-radius: 20px;
}
.rounded-tr-\[25px\] {
  border-top-right-radius: 25px;
}
.rounded-tr-\[4px\] {
  border-top-right-radius: 4px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-\[5px\] {
  border-width: 5px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-\[0\.5px\] {
  border-bottom-width: 0.5px;
}
.border-b-\[2px\] {
  border-bottom-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-l-\[1px\] {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-\[0\.5px\] {
  border-right-width: 0.5px;
}
.border-r-\[1px\] {
  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-\[\#1B1B1B\] {
  --tw-border-opacity: 1;
  border-color: rgb(27 27 27 / var(--tw-border-opacity));
}
.border-\[\#2B2B2B\] {
  --tw-border-opacity: 1;
  border-color: rgb(43 43 43 / var(--tw-border-opacity));
}
.border-\[\#303030\] {
  --tw-border-opacity: 1;
  border-color: rgb(48 48 48 / var(--tw-border-opacity));
}
.border-\[\#585858\] {
  --tw-border-opacity: 1;
  border-color: rgb(88 88 88 / var(--tw-border-opacity));
}
.border-\[\#6C6C6C\] {
  --tw-border-opacity: 1;
  border-color: rgb(108 108 108 / var(--tw-border-opacity));
}
.border-\[\#928c8c98\] {
  border-color: #928c8c98;
}
.border-\[\#A9A9A9\] {
  --tw-border-opacity: 1;
  border-color: rgb(169 169 169 / var(--tw-border-opacity));
}
.border-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}
.border-\[\#DEDEDE\] {
  --tw-border-opacity: 1;
  border-color: rgb(222 222 222 / var(--tw-border-opacity));
}
.border-\[\#E2941F\] {
  --tw-border-opacity: 1;
  border-color: rgb(226 148 31 / var(--tw-border-opacity));
}
.border-\[\#FFFFFF33\] {
  border-color: #FFFFFF33;
}
.border-\[\#FFF\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-\[\#fff\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-slate-400 {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-\[\#6C6C6C\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(108 108 108 / var(--tw-border-opacity));
}
.border-t-\[\#A9A9A9\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(169 169 169 / var(--tw-border-opacity));
}
.border-t-\[\#D8D8D8\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(216 216 216 / var(--tw-border-opacity));
}
.border-t-\[\#e2941f\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(226 148 31 / var(--tw-border-opacity));
}
.bg-\[\#000000CC\] {
  background-color: #000000CC;
}
.bg-\[\#000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-\[\#0F0F0F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(15 15 15 / var(--tw-bg-opacity));
}
.bg-\[\#151515\] {
  --tw-bg-opacity: 1;
  background-color: rgb(21 21 21 / var(--tw-bg-opacity));
}
.bg-\[\#1B1B1B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(27 27 27 / var(--tw-bg-opacity));
}
.bg-\[\#45CFDD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(69 207 221 / var(--tw-bg-opacity));
}
.bg-\[\#8c937f52\] {
  background-color: #8c937f52;
}
.bg-\[\#A9A9A9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(169 169 169 / var(--tw-bg-opacity));
}
.bg-\[\#E2941F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(226 148 31 / var(--tw-bg-opacity));
}
.bg-\[\#F4F8F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 248 249 / var(--tw-bg-opacity));
}
.bg-\[\#FFEED5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 238 213 / var(--tw-bg-opacity));
}
.bg-\[\#FFF6E8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 246 232 / var(--tw-bg-opacity));
}
.bg-\[\#FFF6EA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 246 234 / var(--tw-bg-opacity));
}
.bg-\[\#FFFFFF33\] {
  background-color: #FFFFFF33;
}
.bg-\[\#e2941f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(226 148 31 / var(--tw-bg-opacity));
}
.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[url\(\'\.\.\/assets\/image\/Packages-hero-image\.jpeg\'\)\] {
  background-image: url('../assets/image/Packages-hero-image.jpeg');
}
.bg-\[url\(\'\.\.\/assets\/image\/blog-hero\.jpeg\'\)\] {
  background-image: url('../assets/image/blog-hero.jpeg');
}
.bg-\[url\(\'\.\.\/assets\/image\/featured-tours\.png\'\)\] {
  background-image: url('../assets/image/featured-tours.png');
}
.bg-\[url\(\'\.\.\/assets\/image\/hero-section\.png\'\)\] {
  background-image: url('../assets/image/hero-section.png');
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-none {
  background-image: none;
}
.from-\[\#00000082\] {
  --tw-gradient-from: #00000082 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-\[\#0000009c\] {
  --tw-gradient-from: #0000009c 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-\[\#000000b0\] {
  --tw-gradient-from: #000000b0 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-\[rgba\(0\2c 0\2c 0\2c 0\.50\)\] {
  --tw-gradient-from: rgba(0,0,0,0.50) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[rgba\(29\2c 66\2c 82\2c 0\.80\)\] {
  --tw-gradient-from: rgba(29,66,82,0.80) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(29, 66, 82, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-\[\#00000061\] {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #00000061 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#0000009c\] {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0000009c var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[rgba\(0\2c 0\2c 0\2c 0\.50\)\] {
  --tw-gradient-to: rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.50) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[rgba\(29\2c 66\2c 82\2c 0\.80\)\] {
  --tw-gradient-to: rgba(29, 66, 82, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(29,66,82,0.80) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#0000009c\] {
  --tw-gradient-to: #0000009c var(--tw-gradient-to-position);
}
.to-\[\#000000b0\] {
  --tw-gradient-to: #000000b0 var(--tw-gradient-to-position);
}
.to-\[\#ffffff0d\] {
  --tw-gradient-to: #ffffff0d var(--tw-gradient-to-position);
}
.to-\[rgba\(0\2c 0\2c 0\2c 0\.50\)\] {
  --tw-gradient-to: rgba(0,0,0,0.50) var(--tw-gradient-to-position);
}
.to-\[rgba\(29\2c 66\2c 82\2c 0\.80\)\] {
  --tw-gradient-to: rgba(29,66,82,0.80) var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[15px\] {
  padding: 15px;
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[35px\] {
  padding: 35px;
}
.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-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[19px\] {
  padding-left: 19px;
  padding-right: 19px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[32px\] {
  padding-left: 32px;
  padding-right: 32px;
}
.px-\[37px\] {
  padding-left: 37px;
  padding-right: 37px;
}
.px-\[38px\] {
  padding-left: 38px;
  padding-right: 38px;
}
.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}
.px-\[48px\] {
  padding-left: 48px;
  padding-right: 48px;
}
.px-\[56px\] {
  padding-left: 56px;
  padding-right: 56px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[130px\] {
  padding-top: 130px;
  padding-bottom: 130px;
}
.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[23px\] {
  padding-top: 23px;
  padding-bottom: 23px;
}
.py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-\[28px\] {
  padding-top: 28px;
  padding-bottom: 28px;
}
.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[32px\] {
  padding-top: 32px;
  padding-bottom: 32px;
}
.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-\[7px\] {
  padding-top: 7px;
  padding-bottom: 7px;
}
.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.pb-\[11px\] {
  padding-bottom: 11px;
}
.pb-\[15px\] {
  padding-bottom: 15px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pb-\[24px\] {
  padding-bottom: 24px;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pb-\[4px\] {
  padding-bottom: 4px;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pb-\[6px\] {
  padding-bottom: 6px;
}
.pb-\[8px\] {
  padding-bottom: 8px;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pt-\[10\%\] {
  padding-top: 10%;
}
.pt-\[11px\] {
  padding-top: 11px;
}
.pt-\[130px\] {
  padding-top: 130px;
}
.pt-\[15px\] {
  padding-top: 15px;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pt-\[26px\] {
  padding-top: 26px;
}
.pt-\[32px\] {
  padding-top: 32px;
}
.pt-\[4px\] {
  padding-top: 4px;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.pt-\[6px\] {
  padding-top: 6px;
}
.pt-\[80px\] {
  padding-top: 80px;
}
.text-center {
  text-align: center;
}
.text-start {
  text-align: start;
}
.font-Messiri {
  font-family: El Messiri, sans-serif;
}
.font-inter {
  font-family: Inter, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[48px\] {
  font-size: 48px;
}
.text-\[50px\] {
  font-size: 50px;
}
.text-\[64px\] {
  font-size: 64px;
}
.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-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-\[16px\] {
  font-weight: 16px;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.leading-\[\#2B2B2B\] {
  line-height: #2B2B2B;
}
.leading-\[0\.32px\] {
  line-height: 0.32px;
}
.leading-\[12px\] {
  line-height: 12px;
}
.leading-\[14\.4px\] {
  line-height: 14.4px;
}
.leading-\[16\.8px\] {
  line-height: 16.8px;
}
.leading-\[19\.2px\] {
  line-height: 19.2px;
}
.leading-\[22\.4px\] {
  line-height: 22.4px;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[25\.6px\] {
  line-height: 25.6px;
}
.leading-\[25px\] {
  line-height: 25px;
}
.leading-\[28\.8px\] {
  line-height: 28.8px;
}
.leading-\[28px\] {
  line-height: 28px;
}
.leading-\[32px\] {
  line-height: 32px;
}
.leading-\[38\.4px\] {
  line-height: 38.4px;
}
.leading-\[40px\] {
  line-height: 40px;
}
.leading-\[48px\] {
  line-height: 48px;
}
.leading-\[51\.2px\] {
  line-height: 51.2px;
}
.leading-\[52px\] {
  line-height: 52px;
}
.leading-\[57\.6px\] {
  line-height: 57.6px;
}
.leading-\[76\.8px\] {
  line-height: 76.8px;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.48px\] {
  letter-spacing: 0.48px;
}
.text-\[\#151515\] {
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / var(--tw-text-opacity));
}
.text-\[\#171004\] {
  --tw-text-opacity: 1;
  color: rgb(23 16 4 / var(--tw-text-opacity));
}
.text-\[\#2B2B2B\] {
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity));
}
.text-\[\#434343\] {
  --tw-text-opacity: 1;
  color: rgb(67 67 67 / var(--tw-text-opacity));
}
.text-\[\#585858\] {
  --tw-text-opacity: 1;
  color: rgb(88 88 88 / var(--tw-text-opacity));
}
.text-\[\#666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.text-\[\#6C6C6C\] {
  --tw-text-opacity: 1;
  color: rgb(108 108 108 / var(--tw-text-opacity));
}
.text-\[\#908c8c\] {
  --tw-text-opacity: 1;
  color: rgb(144 140 140 / var(--tw-text-opacity));
}
.text-\[\#A9A9A9\] {
  --tw-text-opacity: 1;
  color: rgb(169 169 169 / var(--tw-text-opacity));
}
.text-\[\#B8B8B8\] {
  --tw-text-opacity: 1;
  color: rgb(184 184 184 / var(--tw-text-opacity));
}
.text-\[\#E2941F\] {
  --tw-text-opacity: 1;
  color: rgb(226 148 31 / var(--tw-text-opacity));
}
.text-\[\#FFF6EA\] {
  --tw-text-opacity: 1;
  color: rgb(255 246 234 / var(--tw-text-opacity));
}
.text-\[\#FFFFFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-\[\#e2941f\] {
  --tw-text-opacity: 1;
  color: rgb(226 148 31 / var(--tw-text-opacity));
}
.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-green-100 {
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.line-through {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.placeholder-\[\#6C6C6C\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(108 108 108 / var(--tw-placeholder-opacity));
}
.placeholder-\[\#6C6C6C\]:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(108 108 108 / var(--tw-placeholder-opacity));
}
.placeholder-\[\#6C6C6C\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(108 108 108 / var(--tw-placeholder-opacity));
}
.opacity-0 {
  opacity: 0;
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-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;
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -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-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;
}
.delay-0 {
  transition-delay: 0s;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:top-\[28px\]::before {
  content: var(--tw-content);
  top: 28px;
}
.before\:h-\[2px\]::before {
  content: var(--tw-content);
  height: 2px;
}
.before\:w-\[40px\]::before {
  content: var(--tw-content);
  width: 40px;
}
.before\:bg-\[\#E2941F\]::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(226 148 31 / var(--tw-bg-opacity));
}
.before\:transition-all::before {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.before\:duration-300::before {
  content: var(--tw-content);
  transition-duration: 300ms;
}
.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}
.hover\:scale-110: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\:rounded-\[4px\]:hover {
  border-radius: 4px;
}
.hover\:rounded-lg:hover {
  border-radius: 0.5rem;
}
.hover\:border-\[\#E2941F\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(226 148 31 / var(--tw-border-opacity));
}
.hover\:border-\[\#e2941f\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(226 148 31 / var(--tw-border-opacity));
}
.hover\:bg-\[\#000\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#E2941F\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 148 31 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#FFF6EA\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 246 234 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#e2941f\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 148 31 / var(--tw-bg-opacity));
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.hover\:px-7:hover {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.hover\:text-\[\#D78E20\]:hover {
  --tw-text-opacity: 1;
  color: rgb(215 142 32 / var(--tw-text-opacity));
}
.hover\:text-\[\#E2941F\]:hover {
  --tw-text-opacity: 1;
  color: rgb(226 148 31 / var(--tw-text-opacity));
}
.hover\:text-\[\#e2941f\]:hover {
  --tw-text-opacity: 1;
  color: rgb(226 148 31 / var(--tw-text-opacity));
}
.hover\:text-green-100:hover {
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-yellow-300:hover {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}
.hover\:transition-transform:hover {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.hover\:duration-300:hover {
  transition-duration: 300ms;
}
.hover\:before\:w-\[65px\]:hover::before {
  content: var(--tw-content);
  width: 65px;
}
.hover\:before\:transition-all:hover::before {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.hover\:before\:duration-300:hover::before {
  content: var(--tw-content);
  transition-duration: 300ms;
}
.focus\:border-sky-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-1: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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-sky-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity));
}
.group:hover .group-hover\:mr-0 {
  margin-right: 0px;
}
.group:hover .group-hover\:h-\[230px\] {
  height: 230px;
}
.group:hover .group-hover\:-rotate-45 {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\: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));
}
.group:hover .group-hover\:bg-transparent {
  background-color: transparent;
}
.group:hover .group-hover\:bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.group:hover .group-hover\:bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.group:hover .group-hover\:from-\[\#00000000\] {
  --tw-gradient-from: #00000000 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);
}
.group:hover .group-hover\:via-\[\#000000ad\] {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #000000ad var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.group:hover .group-hover\:to-\[\#000000ad\] {
  --tw-gradient-to: #000000ad var(--tw-gradient-to-position);
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.group:hover .group-hover\: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);
}
.group:hover .group-hover\:shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group:hover .group-hover\:backdrop-opacity-0 {
  --tw-backdrop-opacity: opacity(0);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.group:focus .group-focus\:max-h-screen {
  max-height: 100vh;
}
.group:focus .group-focus\:-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));
}
.group:focus .group-focus\:text-\[\#151515\] {
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / var(--tw-text-opacity));
}
.group:focus .group-focus\:text-\[\#DEDEDE\] {
  --tw-text-opacity: 1;
  color: rgb(222 222 222 / var(--tw-text-opacity));
}
@media (max-width: 1535px) {

  .\32xl\:mt-\[150px\] {
    margin-top: 150px;
  }

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

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

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

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

  .\32xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .\32xl\:gap-\[16px\] {
    gap: 16px;
  }

  .\32xl\:gap-\[24px\] {
    gap: 24px;
  }

  .\32xl\:gap-\[8px\] {
    gap: 8px;
  }

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

  .\32xl\:text-\[20px\] {
    font-size: 20px;
  }
}
@media (max-width: 1279px) {

  .xl\:static {
    position: static;
  }

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

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

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

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

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

  .xl\:basis-\[32\%\] {
    flex-basis: 32%;
  }

  .xl\:basis-\[62\%\] {
    flex-basis: 62%;
  }

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

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

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

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

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

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

  .xl\:gap-\[0\] {
    gap: 0;
  }

  .xl\:gap-\[100px\] {
    gap: 100px;
  }

  .xl\:gap-\[10px\] {
    gap: 10px;
  }

  .xl\:gap-\[16px\] {
    gap: 16px;
  }

  .xl\:gap-\[40px\] {
    gap: 40px;
  }

  .xl\:gap-\[55px\] {
    gap: 55px;
  }

  .xl\:gap-\[70px\] {
    gap: 70px;
  }

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

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

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

  .xl\:text-center {
    text-align: center;
  }
}
@media (max-width: 991px) {

  .lg\:static {
    position: static;
  }

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

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

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

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

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

  .lg\:mt-\[30px\] {
    margin-top: 30px;
  }

  .lg\:block {
    display: block;
  }

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

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

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

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

  .lg\:basis-\[100\%\] {
    flex-basis: 100%;
  }

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

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

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

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

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

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

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

  .lg\:gap-\[10px\] {
    gap: 10px;
  }

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

  .lg\:gap-\[30px\] {
    gap: 30px;
  }

  .lg\:p-\[15px\] {
    padding: 15px;
  }

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

  .lg\:py-\[130px\] {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .lg\:py-\[14px\] {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .lg\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

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

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

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

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

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

  .lg\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
@media (max-width: 767px) {

  .md\:right-\[130px\] {
    right: 130px;
  }

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

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .md\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

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

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

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

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

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

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

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

  .md\:leading-\[35px\] {
    line-height: 35px;
  }
}
@media (max-width: 575px) {

  .sm\:left-\[34\%\] {
    left: 34%;
  }

  .sm\:right-\[30px\] {
    right: 30px;
  }

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

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

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

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

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

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

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

  .sm\:gap-\[10px\] {
    gap: 10px;
  }

  .sm\:gap-\[40px\] {
    gap: 40px;
  }

  .sm\:gap-\[60px\] {
    gap: 60px;
  }

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

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

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

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

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

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

  .sm\:leading-\[30px\] {
    line-height: 30px;
  }
}
@media (max-width: 480px) {

  .exsm\:left-\[70\%\] {
    left: 70%;
  }

  .exsm\:top-\[40\%\] {
    top: 40%;
  }

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

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

  .exsm\:gap-\[5px\] {
    gap: 5px;
  }

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

  .exsm\:py-\[13px\] {
    padding-top: 13px;
    padding-bottom: 13px;
  }

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

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

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