@font-face {
    font-family: 'DIN-Medium';

    src: url(/fonts/DIN-Medium.ttf );

    font-weight: bold;
}
@font-face {
    font-family: 'Ahlan-Regular';

    src: url(/fonts/Ahlan-Regular.ttf );

    font-weight: normal;
}
@font-face {
    font-family: 'Ahlan-Bold';

    src: url(/fonts/Ahlan-Bold.ttf );

    font-weight: bold;
}
@font-face {
    font-family: 'Cairo-Regular';

    src: url(/fonts/Cairo-Regular.ttf );

    font-weight: bold;
}
/*
! tailwindcss v3.0.23 | 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.
*/
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: Poppins, 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 */
}
/*
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-size: 100%; /* 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;
}
/*
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;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --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);
    border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #6b7280;
    opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #6b7280;
    opacity: 1;
}
input::placeholder,textarea::placeholder {
    color: #6b7280;
    opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}
::-webkit-date-and-time-value {
    min-height: 1.5em;
}
select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
            color-adjust: exact;
}
[multiple] {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    -webkit-print-color-adjust: unset;
            color-adjust: unset;
}
[type='checkbox'],[type='radio'] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
            color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #2563eb;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
}
[type='checkbox'] {
    border-radius: 0px;
}
[type='radio'] {
    border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --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);
}
[type='checkbox']:checked,[type='radio']:checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
[type='checkbox']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
    border-color: transparent;
    background-color: currentColor;
}
[type='checkbox']:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
}
[type='file'] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
}
[type='file']:focus {
    outline: 1px auto -webkit-focus-ring-color;
}
* {
    scrollbar-color: initial;
    scrollbar-width: initial;
}
*, ::before, ::after {
    --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-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%;
}
@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}
@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}
@media (min-width: 1920px) {
    .container {
        max-width: 1920px;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.pointer-events-none {
    pointer-events: none;
}
.static {
    position: static;
}
.fixed {
    position: fixed;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.inset-y-0 {
    top: 0px;
    bottom: 0px;
}
.bottom-0 {
    bottom: 0px;
}
.left-0 {
    left: 0px;
}
.right-0 {
    right: 0px;
}
.-top-16 {
    top: -4rem;
}
.-left-4 {
    left: -1rem;
}
.top-\[30\%\] {
    top: 30%;
}
.-right-4 {
    right: -1rem;
}
.top-0 {
    top: 0px;
}
.z-0 {
    z-index: 0;
}
.z-10 {
    z-index: 10;
}
.z-20 {
    z-index: 20;
}
.z-50 {
    z-index: 50;
}
.z-30 {
    z-index: 30;
}
.float-right {
    float: right;
}
.m-4 {
    margin: 1rem;
}
.m-8 {
    margin: 2rem;
}
.m-0 {
    margin: 0px;
}
.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}
.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}
.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
}
.mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
}
.mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
}
.my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}
.ml-3 {
    margin-left: 0.75rem;
}
.-ml-px {
    margin-left: -1px;
}
.mb-12 {
    margin-bottom: 3rem;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.mb-8 {
    margin-bottom: 2rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.mt-16 {
    margin-top: 4rem;
}
.mt-4 {
    margin-top: 1rem;
}
.mt-3 {
    margin-top: 0.75rem;
}
.mt-12 {
    margin-top: 3rem;
}
.mt-6 {
    margin-top: 1.5rem;
}
.mb-24 {
    margin-bottom: 6rem;
}
.mr-2 {
    margin-right: 0.5rem;
}
.mt-1 {
    margin-top: 0.25rem;
}
.mb-3 {
    margin-bottom: 0.75rem;
}
.mt-2 {
    margin-top: 0.5rem;
}
.mt-8 {
    margin-top: 2rem;
}
.mt-5 {
    margin-top: 1.25rem;
}
.mt-14 {
    margin-top: 3.5rem;
}
.mb-0 {
    margin-bottom: 0px;
}
.ml-auto {
    margin-left: auto;
}
.mr-3 {
    margin-right: 0.75rem;
}
.mr-1 {
    margin-right: 0.25rem;
}
.ml-5 {
    margin-left: 1.25rem;
}
.mt-24 {
    margin-top: 6rem;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.ml-1 {
    margin-left: 0.25rem;
}
.ml-2 {
    margin-left: 0.5rem;
}
.ml-4 {
    margin-left: 1rem;
}
.ml-12 {
    margin-left: 3rem;
}
.-mt-px {
    margin-top: -1px;
}
.-mr-2 {
    margin-right: -0.5rem;
}
.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;
}
.hidden {
    display: none;
}
.h-5 {
    height: 1.25rem;
}
.h-full {
    height: 100%;
}
.h-\[72px\] {
    height: 72px;
}
.h-36 {
    height: 9rem;
}
.h-1 {
    height: 0.25rem;
}
.h-\[183px\] {
    height: 183px;
}
.h-24 {
    height: 6rem;
}
.h-screen {
    height: 100vh;
}
.h-\[200px\] {
    height: 200px;
}
.h-32 {
    height: 8rem;
}
.h-20 {
    height: 5rem;
}
.h-12 {
    height: 3rem;
}
.h-4 {
    height: 1rem;
}
.h-\[130px\] {
    height: 130px;
}
.h-10 {
    height: 2.5rem;
}
.h-6 {
    height: 1.5rem;
}
.h-60 {
    height: 15rem;
}
.h-80 {
    height: 20rem;
}
.h-48 {
    height: 12rem;
}
.h-28 {
    height: 7rem;
}
.h-44 {
    height: 11rem;
}
.h-auto {
    height: auto;
}
.h-\[296px\] {
    height: 296px;
}
.h-14 {
    height: 3.5rem;
}
.h-8 {
    height: 2rem;
}
.h-16 {
    height: 4rem;
}
.h-\[1301px\] {
    height: 1301px;
}
.max-h-\[296px\] {
    max-height: 296px;
}
.max-h-\[500px\] {
    max-height: 500px;
}
.max-h-\[900px\] {
    max-height: 900px;
}
.min-h-\[300px\] {
    min-height: 300px;
}
.min-h-screen {
    min-height: 100vh;
}
.min-h-\[70vh\] {
    min-height: 70vh;
}
.min-h-\[500px\] {
    min-height: 500px;
}
.min-h-\[200px\] {
    min-height: 200px;
}
.w-5 {
    width: 1.25rem;
}
.w-1\/2 {
    width: 50%;
}
.w-\[1px\] {
    width: 1px;
}
.w-full {
    width: 100%;
}
.w-1\/3 {
    width: 33.333333%;
}
.w-\[85\%\] {
    width: 85%;
}
.w-\[400px\] {
    width: 400px;
}
.w-48 {
    width: 12rem;
}
.w-12 {
    width: 3rem;
}
.w-36 {
    width: 9rem;
}
.w-\[80\%\] {
    width: 80%;
}
.w-auto {
    width: auto;
}
.w-2\/3 {
    width: 66.666667%;
}
.w-24 {
    width: 6rem;
}
.w-\[100\%\] {
    width: 100%;
}
.w-4 {
    width: 1rem;
}
.w-10 {
    width: 2.5rem;
}
.w-6 {
    width: 1.5rem;
}
.w-1\/5 {
    width: 20%;
}
.w-\[31\%\] {
    width: 31%;
}
.w-\[375px\] {
    width: 375px;
}
.w-5\/6 {
    width: 83.333333%;
}
.w-32 {
    width: 8rem;
}
.w-screen {
    width: 100vw;
}
.w-1\/4 {
    width: 25%;
}
.w-3\/4 {
    width: 75%;
}
.w-8 {
    width: 2rem;
}
.w-20 {
    width: 5rem;
}
.w-\[1920px\] {
    width: 1920px;
}
.min-w-max {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}
.max-w-12xl {
    max-width: 120rem;
}
.max-w-4xl {
    max-width: 56rem;
}
.max-w-md {
    max-width: 28rem;
}
.max-w-xl {
    max-width: 36rem;
}
.max-w-6xl {
    max-width: 72rem;
}
.max-w-7xl {
    max-width: 80rem;
}
.flex-1 {
    flex: 1 1 0%;
}
.flex-shrink-0 {
    flex-shrink: 0;
}
.flex-grow {
    flex-grow: 1;
}
.border-collapse {
    border-collapse: collapse;
}
.origin-top-left {
    transform-origin: top left;
}
.origin-top {
    transform-origin: top;
}
.origin-top-right {
    transform-origin: top right;
}
.-translate-x-full {
    --tw-translate-x: -100%;
    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-full {
    --tw-translate-x: 100%;
    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));
}
.scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    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));
}
.scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 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));
}
.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-default {
    cursor: default;
}
.cursor-pointer {
    cursor: pointer;
}
.list-inside {
    list-style-position: inside;
}
.list-disc {
    list-style-type: disc;
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row-reverse {
    flex-direction: row-reverse;
}
.flex-col {
    flex-direction: column;
}
.flex-col-reverse {
    flex-direction: column-reverse;
}
.items-end {
    align-items: flex-end;
}
.items-center {
    align-items: center;
}
.items-stretch {
    align-items: stretch;
}
.justify-start {
    justify-content: flex-start;
}
.justify-end {
    justify-content: flex-end;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.gap-4 {
    gap: 1rem;
}
.gap-1 {
    gap: 0.25rem;
}
.gap-2 {
    gap: 0.5rem;
}
.gap-3 {
    gap: 0.75rem;
}
.gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
}
.gap-y-4 {
    row-gap: 1rem;
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-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-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.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-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-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-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-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.5rem * 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));
}
.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-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));
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-y-scroll {
    overflow-y: scroll;
}
.break-all {
    word-break: break-all;
}
.rounded-md {
    border-radius: 0.375rem;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.rounded-xl {
    border-radius: 0.75rem;
}
.rounded-\[64px\] {
    border-radius: 64px;
}
.rounded-\[19px\] {
    border-radius: 19px;
}
.rounded-\[12px\] {
    border-radius: 12px;
}
.rounded-\[16px\] {
    border-radius: 16px;
}
.rounded-full {
    border-radius: 9999px;
}
.rounded-\[60px\] {
    border-radius: 60px;
}
.rounded {
    border-radius: 0.25rem;
}
.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-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
.rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
.border {
    border-width: 1px;
}
.border-2 {
    border-width: 2px;
}
.border-0 {
    border-width: 0px;
}
.border-b-2 {
    border-bottom-width: 2px;
}
.border-t {
    border-top-width: 1px;
}
.border-r {
    border-right-width: 1px;
}
.border-b {
    border-bottom-width: 1px;
}
.border-l-4 {
    border-left-width: 4px;
}
.border-none {
    border-style: none;
}
.border-gray-300 {
    border-color: #d1d5db;
}
.border-\[\#707070\] {
    border-color: #707070;
}
.border-\[\#d3d3d3\] {
    border-color: #d3d3d3;
}
.border-gray-200 {
    border-color: #e5e7eb;
}
.border-gray-400 {
    border-color: #9ca3af;
}
.border-transparent {
    border-color: transparent;
}
.border-indigo-400 {
    border-color: #818cf8;
}
.border-gray-100 {
    border-color: #f3f4f6;
}
.bg-white {
    background-color: #fff;
}
.bg-nadilBtn-100 {
    background-color: #e0e0e0;
}
.bg-gray-600 {
    background-color: #4b5563;
}
.bg-black\/50 {
    background-color: rgb(0 0 0 / 0.5);
}
.bg-\[\#E0E0E0\] {
    background-color: #E0E0E0;
}
.bg-\[\#EFEFEF\] {
    background-color: #EFEFEF;
}
.bg-nadilBg-100 {
    background-color: #fefefe;
}
.bg-black {
    background-color: #000;
}
.bg-gray-400 {
    background-color: #9ca3af;
}
.bg-\[\#F5F5F5\] {
    background-color: #F5F5F5;
}
.bg-info {
    background-color: #0ea5e9;
}
.bg-warning {
    background-color: #ff9800;
}
.bg-black\/70 {
    background-color: rgb(0 0 0 / 0.7);
}
.bg-\[\#F8F8F8\] {
    background-color: #F8F8F8;
}
.bg-\[\#f8f8f8\] {
    background-color: #f8f8f8;
}
.bg-red-600 {
    background-color: #dc2626;
}
.bg-green-100 {
    background-color: #dcfce7;
}
.bg-red-100 {
    background-color: #fee2e2;
}
.bg-green-600 {
    background-color: #16a34a;
}
.bg-green-400 {
    background-color: #4ade80;
}
.bg-\[\#f5f5f5\] {
    background-color: #f5f5f5;
}
.bg-gray-500 {
    background-color: #6b7280;
}
.bg-primary {
    background-color: #4f46e5;
}
.bg-success {
    background-color: #10b981;
}
.bg-gray-500\/20 {
    background-color: rgb(107 114 128 / 0.2);
}
.bg-red-400 {
    background-color: #f87171;
}
.bg-\[\#e0e0e0\] {
    background-color: #e0e0e0;
}
.bg-black\/40 {
    background-color: rgb(0 0 0 / 0.4);
}
.bg-gray-100 {
    background-color: #f3f4f6;
}
.bg-gray-800 {
    background-color: #1f2937;
}
.bg-indigo-50 {
    background-color: #eef2ff;
}
.bg-slate-100 {
    background-color: #f1f5f9;
}
.bg-cover {
    background-size: cover;
}
.bg-contain {
    background-size: contain;
}
.bg-no-repeat {
    background-repeat: no-repeat;
}
.fill-current {
    fill: currentColor;
}
.object-contain {
    -o-object-fit: contain;
       object-fit: contain;
}
.object-cover {
    -o-object-fit: cover;
       object-fit: cover;
}
.p-4 {
    padding: 1rem;
}
.p-0 {
    padding: 0px;
}
.p-8 {
    padding: 2rem;
}
.p-2 {
    padding: 0.5rem;
}
.p-6 {
    padding: 1.5rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
}
.py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
}
.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
}
.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
}
.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}
.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.pb-28 {
    padding-bottom: 7rem;
}
.pt-1 {
    padding-top: 0.25rem;
}
.pb-3 {
    padding-bottom: 0.75rem;
}
.pt-4 {
    padding-top: 1rem;
}
.pt-24 {
    padding-top: 6rem;
}
.pt-8 {
    padding-top: 2rem;
}
.pb-8 {
    padding-bottom: 2rem;
}
.pr-2 {
    padding-right: 0.5rem;
}
.pt-6 {
    padding-top: 1.5rem;
}
.pl-3 {
    padding-left: 0.75rem;
}
.pr-4 {
    padding-right: 1rem;
}
.pt-2 {
    padding-top: 0.5rem;
}
.pb-1 {
    padding-bottom: 0.25rem;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.align-middle {
    vertical-align: middle;
}
.font-lato {
    font-family: Lato;
}
.font-din {
    font-family: DIN-Medium;
}
.font-sans {
    font-family: Poppins, 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";
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-\[26px\] {
    font-size: 26px;
}
.text-\[18px\] {
    font-size: 18px;
}
.text-\[19px\] {
    font-size: 19px;
}
.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.text-\[10px\] {
    font-size: 10px;
}
.text-\[12px\] {
    font-size: 12px;
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}
.text-\[22px\] {
    font-size: 22px;
}
.text-\[16px\] {
    font-size: 16px;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.text-\[20px\] {
    font-size: 20px;
}
.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-\[0\.6rem\] {
    font-size: 0.6rem;
}
.text-\[21px\] {
    font-size: 21px;
}
.text-5xl {
    font-size: 3rem;
    line-height: 1;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.font-medium {
    font-weight: 500;
}
.font-bold {
    font-weight: 700;
}
.font-thin {
    font-weight: 100;
}
.font-semibold {
    font-weight: 600;
}
.font-light {
    font-weight: 300;
}
.font-normal {
    font-weight: 400;
}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}
.leading-5 {
    line-height: 1.25rem;
}
.leading-\[60px\] {
    line-height: 60px;
}
.leading-7 {
    line-height: 1.75rem;
}
.leading-tight {
    line-height: 1.25;
}
.tracking-\[4px\] {
    letter-spacing: 4px;
}
.tracking-\[6px\] {
    letter-spacing: 6px;
}
.tracking-\[3px\] {
    letter-spacing: 3px;
}
.tracking-\[2px\] {
    letter-spacing: 2px;
}
.tracking-\[0\.6rem\] {
    letter-spacing: 0.6rem;
}
.tracking-widest {
    letter-spacing: 0.1em;
}
.tracking-\[1\.0rem\] {
    letter-spacing: 1.0rem;
}
.tracking-\[0\.4rem\] {
    letter-spacing: 0.4rem;
}
.tracking-\[0\.5rem\] {
    letter-spacing: 0.5rem;
}
.tracking-\[10px\] {
    letter-spacing: 10px;
}
.tracking-\[14px\] {
    letter-spacing: 14px;
}
.tracking-wider {
    letter-spacing: 0.05em;
}
.text-gray-500 {
    color: #6b7280;
}
.text-gray-700 {
    color: #374151;
}
.text-white {
    color: #fff;
}
.text-\[\#454545\] {
    color: #454545;
}
.text-green-500 {
    color: #22c55e;
}
.text-black {
    color: #000;
}
.text-green-700 {
    color: #15803d;
}
.text-red-700 {
    color: #b91c1c;
}
.text-red-500 {
    color: #ef4444;
}
.text-warning {
    color: #ff9800;
}
.text-primary {
    color: #4f46e5;
}
.text-info {
    color: #0ea5e9;
}
.text-success {
    color: #10b981;
}
.text-secondary {
    color: #F000B9;
}
.text-\[\#1A1A1A\] {
    color: #1A1A1A;
}
.text-gray-200 {
    color: #e5e7eb;
}
.text-gray-300 {
    color: #d1d5db;
}
.text-gray-400 {
    color: #9ca3af;
}
.text-gray-600 {
    color: #4b5563;
}
.text-gray-900 {
    color: #111827;
}
.text-gray-800 {
    color: #1f2937;
}
.text-green-600 {
    color: #16a34a;
}
.text-red-600 {
    color: #dc2626;
}
.text-indigo-700 {
    color: #4338ca;
}
.underline {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}
.line-through {
    -webkit-text-decoration-line: line-through;
            text-decoration-line: line-through;
}
.underline-offset-\[10px\] {
    text-underline-offset: 10px;
}
.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.opacity-40 {
    opacity: 0.4;
}
.opacity-0 {
    opacity: 0;
}
.opacity-100 {
    opacity: 1;
}
.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-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-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 {
    --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);
}
.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.outline {
    outline-style: solid;
}
.ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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;
}
.duration-150 {
    transition-duration: 150ms;
}
.duration-200 {
    transition-duration: 200ms;
}
.duration-75 {
    transition-duration: 75ms;
}
.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);
}
.ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.scrollbar {
    --scrollbar-track: initial;
    --scrollbar-thumb: initial;
    scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
    overflow: overlay;
}
.scrollbar.overflow-x-hidden {
    overflow-x: hidden;
}
.scrollbar.overflow-y-hidden {
    overflow-y: hidden;
}
.scrollbar::-webkit-scrollbar-track {
    background-color: var(--scrollbar-track);
}
.scrollbar::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-thumb);
}
.scrollbar {
    scrollbar-width: auto;
}
.scrollbar::-webkit-scrollbar {
    width: 16px;
    height: 16px;
}
.scrollbar-track-gray-\31 00 {
    --scrollbar-track: #f3f4f6 !important;
}
.scrollbar-thumb-gray-\36 00 {
    --scrollbar-thumb: #4b5563 !important;
}
.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.scrollbar-hide::-webkit-scrollbar {
    display: none;
}
.placeholder\:text-center::-moz-placeholder {
    text-align: center;
}
.placeholder\:text-center:-ms-input-placeholder {
    text-align: center;
}
.placeholder\:text-center::placeholder {
    text-align: center;
}
.placeholder\:font-lato::-moz-placeholder {
    font-family: Lato;
}
.placeholder\:font-lato:-ms-input-placeholder {
    font-family: Lato;
}
.placeholder\:font-lato::placeholder {
    font-family: Lato;
}
.placeholder\:text-xs::-moz-placeholder {
    font-size: 0.75rem;
    line-height: 1rem;
}
.placeholder\:text-xs:-ms-input-placeholder {
    font-size: 0.75rem;
    line-height: 1rem;
}
.placeholder\:text-xs::placeholder {
    font-size: 0.75rem;
    line-height: 1rem;
}
.placeholder\:font-bold::-moz-placeholder {
    font-weight: 700;
}
.placeholder\:font-bold:-ms-input-placeholder {
    font-weight: 700;
}
.placeholder\:font-bold::placeholder {
    font-weight: 700;
}
.placeholder\:uppercase::-moz-placeholder {
    text-transform: uppercase;
}
.placeholder\:uppercase:-ms-input-placeholder {
    text-transform: uppercase;
}
.placeholder\:uppercase::placeholder {
    text-transform: uppercase;
}
.placeholder\:normal-case::-moz-placeholder {
    text-transform: none;
}
.placeholder\:normal-case:-ms-input-placeholder {
    text-transform: none;
}
.placeholder\:normal-case::placeholder {
    text-transform: none;
}
.checked\:bg-black:checked {
    background-color: #000;
}
.checked\:text-white:checked {
    color: #fff;
}
.focus\:z-10:focus {
    z-index: 10;
}
.focus\:border-none:focus {
    border-style: none;
}
.focus\:border-blue-300:focus {
    border-color: #93c5fd;
}
.focus\:border-gray-900:focus {
    border-color: #111827;
}
.focus\:border-indigo-300:focus {
    border-color: #a5b4fc;
}
.focus\:border-indigo-700:focus {
    border-color: #4338ca;
}
.focus\:border-gray-300:focus {
    border-color: #d1d5db;
}
.focus\:bg-black:focus {
    background-color: #000;
}
.focus\:bg-gray-100:focus {
    background-color: #f3f4f6;
}
.focus\:bg-indigo-100:focus {
    background-color: #e0e7ff;
}
.focus\:bg-gray-50:focus {
    background-color: #f9fafb;
}
.focus\:text-white:focus {
    color: #fff;
}
.focus\:text-gray-700:focus {
    color: #374151;
}
.focus\:text-indigo-800:focus {
    color: #3730a3;
}
.focus\:text-gray-800:focus {
    color: #1f2937;
}
.focus\:text-gray-500:focus {
    color: #6b7280;
}
.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.focus\:ring: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(3px + 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-0: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(0px + 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-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity));
}
.focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity));
}
.active\:bg-gray-100:active {
    background-color: #f3f4f6;
}
.active\:bg-black:active {
    background-color: #000;
}
.active\:bg-gray-900:active {
    background-color: #111827;
}
.active\:text-gray-700:active {
    color: #374151;
}
.active\:text-gray-500:active {
    color: #6b7280;
}
.active\:text-white:active {
    color: #fff;
}
.disabled\:text-gray-400:disabled {
    color: #9ca3af;
}
.disabled\:text-gray-300:disabled {
    color: #d1d5db;
}
.disabled\:opacity-25:disabled {
    opacity: 0.25;
}
.hover\:border-gray-300:hover {
    border-color: #d1d5db;
}
.hover\:bg-gray-700:hover {
    background-color: #374151;
}
.hover\:bg-gray-100:hover {
    background-color: #f3f4f6;
}
.hover\:bg-gray-50:hover {
    background-color: #f9fafb;
}
.hover\:text-gray-500:hover {
    color: #6b7280;
}
.hover\:text-gray-400:hover {
    color: #9ca3af;
}
.hover\:text-gray-900:hover {
    color: #111827;
}
.hover\:text-gray-700:hover {
    color: #374151;
}
.hover\:text-gray-800:hover {
    color: #1f2937;
}
[dir="ltr"] .ltr\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
[dir="ltr"] .ltr\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
[dir="ltr"] .ltr\:text-left {
    text-align: left;
}
[dir="ltr"] .ltr\:font-lato {
    font-family: Lato;
}
[dir="ltr"] .ltr\:font-din {
    font-family: DIN-Medium;
}
[dir="ltr"] .ltr\:font-ahlan {
    font-family: Ahlan-Regular;
}
[dir="ltr"] .ltr\:font-bold {
    font-weight: 700;
}
[dir="ltr"] .ltr\:font-semibold {
    font-weight: 600;
}
[dir="ltr"] .ltr\:tracking-\[2px\] {
    letter-spacing: 2px;
}
[dir="ltr"] .ltr\:tracking-\[4px\] {
    letter-spacing: 4px;
}
[dir="ltr"] .ltr\:tracking-widest {
    letter-spacing: 0.1em;
}
[dir="ltr"] .ltr\:tracking-\[6px\] {
    letter-spacing: 6px;
}
[dir="ltr"] .ltr\:placeholder\:font-bold::-moz-placeholder {
    font-weight: 700;
}
[dir="ltr"] .ltr\:placeholder\:font-bold:-ms-input-placeholder {
    font-weight: 700;
}
[dir="ltr"] .ltr\:placeholder\:font-bold::placeholder {
    font-weight: 700;
}
[dir="rtl"] .rtl\:ml-2 {
    margin-left: 0.5rem;
}
[dir="rtl"] .rtl\:flex-row-reverse {
    flex-direction: row-reverse;
}
[dir="rtl"] .rtl\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
}
[dir="rtl"] .rtl\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
[dir="rtl"] .rtl\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
[dir="rtl"] .rtl\:text-right {
    text-align: right;
}
[dir="rtl"] .rtl\:font-ahlan {
    font-family: Ahlan-Regular;
}
[dir="rtl"] .rtl\:font-lato {
    font-family: Lato;
}
[dir="rtl"] .rtl\:font-normal {
    font-weight: 400;
}
[dir="rtl"] .rtl\:tracking-normal {
    letter-spacing: 0em;
}
[dir="rtl"] .placeholder\:rtl\:font-ahlan::-moz-placeholder {
    font-family: Ahlan-Regular;
}
[dir="rtl"] .placeholder\:rtl\:font-ahlan:-ms-input-placeholder {
    font-family: Ahlan-Regular;
}
[dir="rtl"] .placeholder\:rtl\:font-ahlan::placeholder {
    font-family: Ahlan-Regular;
}
[dir="rtl"] .rtl\:placeholder\:font-normal::-moz-placeholder {
    font-weight: 400;
}
[dir="rtl"] .rtl\:placeholder\:font-normal:-ms-input-placeholder {
    font-weight: 400;
}
[dir="rtl"] .rtl\:placeholder\:font-normal::placeholder {
    font-weight: 400;
}
[dir="rtl"] .placeholder\:rtl\:tracking-normal::-moz-placeholder {
    letter-spacing: 0em;
}
[dir="rtl"] .placeholder\:rtl\:tracking-normal:-ms-input-placeholder {
    letter-spacing: 0em;
}
[dir="rtl"] .placeholder\:rtl\:tracking-normal::placeholder {
    letter-spacing: 0em;
}
[dir="rtl"] .rtl\:placeholder\:tracking-normal::-moz-placeholder {
    letter-spacing: 0em;
}
[dir="rtl"] .rtl\:placeholder\:tracking-normal:-ms-input-placeholder {
    letter-spacing: 0em;
}
[dir="rtl"] .rtl\:placeholder\:tracking-normal::placeholder {
    letter-spacing: 0em;
}
.dark .dark\:border-gray-700 {
    border-color: #374151;
}
.dark .dark\:bg-black {
    background-color: #000;
}
.dark .dark\:bg-nadilBg-100 {
    background-color: #fefefe;
}
.dark .dark\:bg-gray-900 {
    background-color: #111827;
}
.dark .dark\:bg-gray-800 {
    background-color: #1f2937;
}
.dark .dark\:to-white {
    --tw-gradient-to: #fff;
}
.dark .dark\:text-white {
    color: #fff;
}
.dark .dark\:text-black {
    color: #000;
}
.dark .dark\:text-gray-400 {
    color: #9ca3af;
}
@media (min-width: 640px) {
    .sm\:-my-px {
        margin-top: -1px;
        margin-bottom: -1px;
    }
    .sm\:ml-0 {
        margin-left: 0px;
    }
    .sm\:ml-10 {
        margin-left: 2.5rem;
    }
    .sm\:ml-6 {
        margin-left: 1.5rem;
    }
    .sm\:block {
        display: block;
    }
    .sm\:flex {
        display: flex;
    }
    .sm\:hidden {
        display: none;
    }
    .sm\:h-20 {
        height: 5rem;
    }
    .sm\:max-w-md {
        max-width: 28rem;
    }
    .sm\:flex-1 {
        flex: 1 1 0%;
    }
    .sm\:items-center {
        align-items: center;
    }
    .sm\:justify-start {
        justify-content: flex-start;
    }
    .sm\:justify-center {
        justify-content: center;
    }
    .sm\:justify-between {
        justify-content: space-between;
    }
    .sm\:rounded-lg {
        border-radius: 0.5rem;
    }
    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .sm\:pt-0 {
        padding-top: 0px;
    }
    .sm\:text-left {
        text-align: left;
    }
    .sm\:text-right {
        text-align: right;
    }
}
@media (min-width: 768px) {
    .md\:w-1\/2 {
        width: 50%;
    }
    .md\:max-w-6xl {
        max-width: 72rem;
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:border-t-0 {
        border-top-width: 0px;
    }
    .md\:border-l {
        border-left-width: 1px;
    }
}
@media (min-width: 1024px) {
    .lg\:my-12 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .lg\:flex {
        display: flex;
    }
    .lg\:hidden {
        display: none;
    }
    .lg\:w-1\/2 {
        width: 50%;
    }
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:flex-row {
        flex-direction: row;
    }
    .lg\:justify-end {
        justify-content: flex-end;
    }
    .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2rem * var(--tw-space-y-reverse));
    }
    .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:rounded-\[64px\] {
        border-radius: 64px;
    }
    .lg\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .lg\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    [dir="rtl"] .lg\:rtl\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 1;
    }
}

