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

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

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Arial, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

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

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

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

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

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

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

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

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-\[-12px\] {
  left: -12px;
}

.left-\[-5px\] {
  left: -5px;
}

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

.left-\[50\%\] {
  left: 50%;
}

.right-0 {
  right: 0px;
}

.right-\[10px\] {
  right: 10px;
}

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

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

.right-\[50\%\] {
  right: 50%;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

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

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

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

.top-\[-30\%\] {
  top: -30%;
}

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

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

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

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

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

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

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

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

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

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

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

.mb-\[-2px\] {
  margin-bottom: -2px;
}

.mb-\[-3px\] {
  margin-bottom: -3px;
}

.mb-\[-4px\] {
  margin-bottom: -4px;
}

.mb-\[-6px\] {
  margin-bottom: -6px;
}

.mb-\[10px\] {
  margin-bottom: 10px;
}

.mb-\[111px\] {
  margin-bottom: 111px;
}

.mb-\[115px\] {
  margin-bottom: 115px;
}

.mb-\[11px\] {
  margin-bottom: 11px;
}

.mb-\[12px\] {
  margin-bottom: 12px;
}

.mb-\[15px\] {
  margin-bottom: 15px;
}

.mb-\[18px\] {
  margin-bottom: 18px;
}

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

.mb-\[21px\] {
  margin-bottom: 21px;
}

.mb-\[23px\] {
  margin-bottom: 23px;
}

.mb-\[24px\] {
  margin-bottom: 24px;
}

.mb-\[26px\] {
  margin-bottom: 26px;
}

.mb-\[27px\] {
  margin-bottom: 27px;
}

.mb-\[30px\] {
  margin-bottom: 30px;
}

.mb-\[32px\] {
  margin-bottom: 32px;
}

.mb-\[35px\] {
  margin-bottom: 35px;
}

.mb-\[36px\] {
  margin-bottom: 36px;
}

.mb-\[37px\] {
  margin-bottom: 37px;
}

.mb-\[3px\] {
  margin-bottom: 3px;
}

.mb-\[40px\] {
  margin-bottom: 40px;
}

.mb-\[46px\] {
  margin-bottom: 46px;
}

.mb-\[47px\] {
  margin-bottom: 47px;
}

.mb-\[48px\] {
  margin-bottom: 48px;
}

.mb-\[52px\] {
  margin-bottom: 52px;
}

.mb-\[54px\] {
  margin-bottom: 54px;
}

.mb-\[56px\] {
  margin-bottom: 56px;
}

.mb-\[58px\] {
  margin-bottom: 58px;
}

.mb-\[60px\] {
  margin-bottom: 60px;
}

.mb-\[6px\] {
  margin-bottom: 6px;
}

.mb-\[70px\] {
  margin-bottom: 70px;
}

.mb-\[8px\] {
  margin-bottom: 8px;
}

.mb-\[90px\] {
  margin-bottom: 90px;
}

.me-\[5px\] {
  margin-inline-end: 5px;
}

.mr-\[5px\] {
  margin-right: 5px;
}

.ms-auto {
  margin-inline-start: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-8 {
  height: 2rem;
}

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

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

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

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

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

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

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

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

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

.h-\[6\.375px\] {
  height: 6.375px;
}

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

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

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

.h-\[auto\] {
  height: auto;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[6\.375px\] {
  width: 6.375px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

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

.flex-shrink-0 {
  flex-shrink: 0;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[50\%\] {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.resize-none {
  resize: none;
}

.resize {
  resize: both;
}

.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}

.snap-start {
  scroll-snap-align: start;
}

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

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

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

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

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

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

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

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

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

.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-\[10px\] {
  gap: 10px;
}

.gap-\[110px\] {
  gap: 110px;
}

.gap-\[11px\] {
  gap: 11px;
}

.gap-\[12\.4px\] {
  gap: 12.4px;
}

.gap-\[12px\] {
  gap: 12px;
}

.gap-\[14px\] {
  gap: 14px;
}

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

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

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

.gap-\[18px\] {
  gap: 18px;
}

.gap-\[19px\] {
  gap: 19px;
}

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

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

.gap-\[21px\] {
  gap: 21px;
}

.gap-\[22px\] {
  gap: 22px;
}

.gap-\[23px\] {
  gap: 23px;
}

.gap-\[25px\] {
  gap: 25px;
}

.gap-\[26px\] {
  gap: 26px;
}

.gap-\[28px\] {
  gap: 28px;
}

.gap-\[2px\] {
  gap: 2px;
}

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

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

.gap-\[33px\] {
  gap: 33px;
}

.gap-\[34px\] {
  gap: 34px;
}

.gap-\[36px\] {
  gap: 36px;
}

.gap-\[37px\] {
  gap: 37px;
}

.gap-\[3px\] {
  gap: 3px;
}

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

.gap-\[42px\] {
  gap: 42px;
}

.gap-\[43px\] {
  gap: 43px;
}

.gap-\[4px\] {
  gap: 4px;
}

.gap-\[50px\] {
  gap: 50px;
}

.gap-\[52px\] {
  gap: 52px;
}

.gap-\[54px\] {
  gap: 54px;
}

.gap-\[58px\] {
  gap: 58px;
}

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

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

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

.gap-\[69px\] {
  gap: 69px;
}

.gap-\[6px\] {
  gap: 6px;
}

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

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

.gap-\[7px\] {
  gap: 7px;
}

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

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

.gap-\[9\.1px\] {
  gap: 9.1px;
}

.gap-\[9px\] {
  gap: 9px;
}

.overflow-hidden {
  overflow: hidden;
}

.\!overflow-clip {
  overflow: clip !important;
}

.\!overflow-visible {
  overflow: visible !important;
}

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

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

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

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

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap {
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

.rounded-\[50\%\] {
  border-radius: 50%;
}

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

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

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

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

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

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

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

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

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

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

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

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

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

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

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

.border-none {
  border-style: none;
}

.border-\[\#196E6E1A\] {
  border-color: #196E6E1A;
}

.border-\[\#196E6E\] {
  --tw-border-opacity: 1;
  border-color: rgb(25 110 110 / var(--tw-border-opacity, 1));
}

.border-\[\#2C8484\] {
  --tw-border-opacity: 1;
  border-color: rgb(44 132 132 / var(--tw-border-opacity, 1));
}

.border-\[\#E1F0F0\] {
  --tw-border-opacity: 1;
  border-color: rgb(225 240 240 / var(--tw-border-opacity, 1));
}

.border-\[\#E5F3F3\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 243 243 / var(--tw-border-opacity, 1));
}

.border-\[\#FFFFFF\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

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

.border-y-\[\#EBF5F5\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(235 245 245 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(235 245 245 / var(--tw-border-opacity, 1));
}

.border-b-\[\#196E6E1A\] {
  border-bottom-color: #196E6E1A;
}

.border-b-\[\#D3E0E0\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(211 224 224 / var(--tw-border-opacity, 1));
}

.border-b-\[\#E5F3F3\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 243 243 / var(--tw-border-opacity, 1));
}

.border-r-\[\#E1F0F0\] {
  --tw-border-opacity: 1;
  border-right-color: rgb(225 240 240 / var(--tw-border-opacity, 1));
}

.bg-\[\#125656\] {
  --tw-bg-opacity: 1;
  background-color: rgb(18 86 86 / var(--tw-bg-opacity, 1));
}

.bg-\[\#196E6E1A\] {
  background-color: #196E6E1A;
}

.bg-\[\#196E6E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(25 110 110 / var(--tw-bg-opacity, 1));
}

.bg-\[\#2C8484\] {
  --tw-bg-opacity: 1;
  background-color: rgb(44 132 132 / var(--tw-bg-opacity, 1));
}

.bg-\[\#9BC3C3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(155 195 195 / var(--tw-bg-opacity, 1));
}

.bg-\[\#CEB9A2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(206 185 162 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#E5F3F3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 243 243 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#E7F8F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(231 248 248 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EBA152\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 161 82 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EBF5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 245 245 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F01B31\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 27 49 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F1F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 245 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F5F8F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 248 248 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f01b30e4\] {
  background-color: #f01b30e4;
}

.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

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

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.p-2 {
  padding: 0.5rem;
}

.p-6 {
  padding: 1.5rem;
}

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

.p-\[17\.5px\] {
  padding: 17.5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-\[10px\] {
  padding-bottom: 10px;
}

.pb-\[15px\] {
  padding-bottom: 15px;
}

.pb-\[18px\] {
  padding-bottom: 18px;
}

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

.pb-\[23px\] {
  padding-bottom: 23px;
}

.pb-\[30px\] {
  padding-bottom: 30px;
}

.pb-\[40px\] {
  padding-bottom: 40px;
}

.pb-\[6px\] {
  padding-bottom: 6px;
}

.pb-\[83px\] {
  padding-bottom: 83px;
}

.ps-\[17px\] {
  padding-inline-start: 17px;
}

.ps-\[36px\] {
  padding-inline-start: 36px;
}

.pt-\[103px\] {
  padding-top: 103px;
}

.pt-\[12px\] {
  padding-top: 12px;
}

.pt-\[20px\] {
  padding-top: 20px;
}

.pt-\[22px\] {
  padding-top: 22px;
}

.pt-\[23px\] {
  padding-top: 23px;
}

.pt-\[40px\] {
  padding-top: 40px;
}

.pt-\[5px\] {
  padding-top: 5px;
}

.pt-\[70px\] {
  padding-top: 70px;
}

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

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

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

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

.font-sans {
  font-family: Arial, sans-serif;
}

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

.text-\[11\.6px\] {
  font-size: 11.6px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.leading-\[21\.6px\] {
  line-height: 21.6px;
}

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

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

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

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

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

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

.tracking-\[1\.452px\] {
  letter-spacing: 1.452px;
}

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

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

.text-\[\#125656\] {
  --tw-text-opacity: 1;
  color: rgb(18 86 86 / var(--tw-text-opacity, 1));
}

.text-\[\#156060\] {
  --tw-text-opacity: 1;
  color: rgb(21 96 96 / var(--tw-text-opacity, 1));
}

.text-\[\#196E6E\] {
  --tw-text-opacity: 1;
  color: rgb(25 110 110 / var(--tw-text-opacity, 1));
}

.text-\[\#212341\] {
  --tw-text-opacity: 1;
  color: rgb(33 35 65 / var(--tw-text-opacity, 1));
}

.text-\[\#2C8484\] {
  --tw-text-opacity: 1;
  color: rgb(44 132 132 / var(--tw-text-opacity, 1));
}

.text-\[\#2F6060\] {
  --tw-text-opacity: 1;
  color: rgb(47 96 96 / var(--tw-text-opacity, 1));
}

.text-\[\#37cece\] {
  --tw-text-opacity: 1;
  color: rgb(55 206 206 / var(--tw-text-opacity, 1));
}

.text-\[\#437D7D\] {
  --tw-text-opacity: 1;
  color: rgb(67 125 125 / var(--tw-text-opacity, 1));
}

.text-\[\#548888\] {
  --tw-text-opacity: 1;
  color: rgb(84 136 136 / var(--tw-text-opacity, 1));
}

.text-\[\#658C8C\] {
  --tw-text-opacity: 1;
  color: rgb(101 140 140 / var(--tw-text-opacity, 1));
}

.text-\[\#6D9696\] {
  --tw-text-opacity: 1;
  color: rgb(109 150 150 / var(--tw-text-opacity, 1));
}

.text-\[\#6F9C9C\] {
  --tw-text-opacity: 1;
  color: rgb(111 156 156 / var(--tw-text-opacity, 1));
}

.text-\[\#749C9C\] {
  --tw-text-opacity: 1;
  color: rgb(116 156 156 / var(--tw-text-opacity, 1));
}

.text-\[\#7BA9A9\] {
  --tw-text-opacity: 1;
  color: rgb(123 169 169 / var(--tw-text-opacity, 1));
}

.text-\[\#81A8A8\] {
  --tw-text-opacity: 1;
  color: rgb(129 168 168 / var(--tw-text-opacity, 1));
}

.text-\[\#8AB4B4\] {
  --tw-text-opacity: 1;
  color: rgb(138 180 180 / var(--tw-text-opacity, 1));
}

.text-\[\#8CB1B1\] {
  --tw-text-opacity: 1;
  color: rgb(140 177 177 / var(--tw-text-opacity, 1));
}

.text-\[\#8FAAAA\] {
  --tw-text-opacity: 1;
  color: rgb(143 170 170 / var(--tw-text-opacity, 1));
}

.text-\[\#94B3B3\] {
  --tw-text-opacity: 1;
  color: rgb(148 179 179 / var(--tw-text-opacity, 1));
}

.text-\[\#9BBABA\] {
  --tw-text-opacity: 1;
  color: rgb(155 186 186 / var(--tw-text-opacity, 1));
}

.text-\[\#9BC3C3\] {
  --tw-text-opacity: 1;
  color: rgb(155 195 195 / var(--tw-text-opacity, 1));
}

.text-\[\#B0C8C8\] {
  --tw-text-opacity: 1;
  color: rgb(176 200 200 / var(--tw-text-opacity, 1));
}

.text-\[\#B2D4D4\] {
  --tw-text-opacity: 1;
  color: rgb(178 212 212 / var(--tw-text-opacity, 1));
}

.text-\[\#BBDBDB\] {
  --tw-text-opacity: 1;
  color: rgb(187 219 219 / var(--tw-text-opacity, 1));
}

.text-\[\#C1D5D5\] {
  --tw-text-opacity: 1;
  color: rgb(193 213 213 / var(--tw-text-opacity, 1));
}

.text-\[\#CEB9A2\] {
  --tw-text-opacity: 1;
  color: rgb(206 185 162 / var(--tw-text-opacity, 1));
}

.text-\[\#EBA152\] {
  --tw-text-opacity: 1;
  color: rgb(235 161 82 / var(--tw-text-opacity, 1));
}

.text-\[\#F3CCA3\] {
  --tw-text-opacity: 1;
  color: rgb(243 204 163 / var(--tw-text-opacity, 1));
}

.text-\[\#FFFFFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-\[\#ffffff80\] {
  color: #ffffff80;
}

.text-\[\#ffffff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-\[\#ffffffbe\] {
  color: #ffffffbe;
}

.text-\[12\] {
  color: 12;
}

.text-\[14\] {
  color: 14;
}

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

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

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

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

.opacity-35 {
  opacity: 0.35;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-\[0\.6\] {
  opacity: 0.6;
}

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

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_1px_0px_0px_rgba\(225\2c 240\2c 240\2c 1\.00\)\] {
  --tw-shadow: 0px 1px 0px 0px rgba(225,240,240,1.00);
  --tw-shadow-colored: 0px 1px 0px 0px 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 !important;
  outline-offset: 2px !important;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur-\[10px\] {
  --tw-blur: blur(10px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur-\[9px\] {
  --tw-blur: blur(9px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale-\[100\%\] {
  --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);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

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

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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  box-shadow: none;
}

@font-face {
  font-family: yekanbakh;

  font-style: normal;

  font-weight: 100;

  src: url("../fonts/YekanBakhFaNum01Hairline.eot");

  src: url("../fonts/YekanBakhFaNum01Hairline.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../fonts/YekanBakhFaNum01Hairline.woff") format("woff"),
    /* Pretty Modern Browsers */
    url("../fonts/YekanBakhFaNum01Hairline.ttf") format("truetype");
}

@font-face {
  font-family: yekanbakh;

  font-style: normal;

  font-weight: 200;

  src: url("../fonts/YekanBakhFaNum02Thin.eot");

  src: url("../fonts/YekanBakhFaNum02Thin.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../fonts/YekanBakhFaNum02Thin.woff") format("woff"),
    /* Pretty Modern Browsers */
    url("../fonts/YekanBakhFaNum02Thin.ttf") format("truetype");
}

@font-face {
  font-family: yekanbakh;

  font-style: normal;

  font-weight: 300;

  src: url("../fonts/YekanBakhFaNum03Light.eot");

  src: url("../fonts/YekanBakhFaNum03Light.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../fonts/YekanBakhFaNum03Light.woff") format("woff"),
    /* Pretty Modern Browsers */
    url("../fonts/YekanBakhFaNum03Light.ttf") format("truetype");
}

@font-face {
  font-family: yekanbakh;

  font-style: normal;

  font-weight: 400;

  src: url("../fonts/YekanBakhFaNum04Regular.eot");

  src: url("../fonts/YekanBakhFaNum04Regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../fonts/YekanBakhFaNum04Regular.woff") format("woff"),
    /* Pretty Modern Browsers */
    url("../fonts/YekanBakhFaNum04Regular.ttf") format("truetype");
}

@font-face {
  font-family: yekanbakh;

  font-style: normal;

  font-weight: 500;

  src: url("../fonts/YekanBakhFaNum05Medium.eot");

  src: url("../fonts/YekanBakhFaNum05Medium.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../fonts/YekanBakhFaNum05Medium.woff") format("woff"),
    /* Pretty Modern Browsers */
    url("../fonts/YekanBakhFaNum05Medium.ttf") format("truetype");
}

@font-face {
  font-family: yekanbakh;

  font-style: normal;

  font-weight: 600;

  src: url("../fonts/YekanBakhFaNum06Bold.eot");

  src: url("../fonts/YekanBakhFaNum06Bold.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../fonts/YekanBakhFaNum06Bold.woff") format("woff"),
    /* Pretty Modern Browsers */
    url("../fonts/YekanBakhFaNum06Bold.ttf") format("truetype");
}

@font-face {
  font-family: yekanbakh;

  font-style: normal;

  font-weight: 700;

  src: url("../fonts/YekanBakhFaNum07Heavy.eot");

  src: url("../fonts/YekanBakhFaNum07Heavy.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../fonts/YekanBakhFaNum07Heavy.woff") format("woff"),
    /* Pretty Modern Browsers */
    url("../fonts/YekanBakhFaNum07Heavy.ttf") format("truetype");
}

@font-face {
  font-family: yekanbakh;

  font-style: normal;

  font-weight: 800;

  src: url("../fonts/YekanBakhFaNum08Fat.eot");

  src: url("../fonts/YekanBakhFaNum08Fat.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../fonts/YekanBakhFaNum08Fat.woff") format("woff"),
    /* Pretty Modern Browsers */
    url("../fonts/YekanBakhFaNum08Fat.ttf") format("truetype");
}

@font-face {
  font-family: 'Calibri';

  src: url('../fonts/calibri/CALIBRI.TTF') format('truetype');

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: 'Calibri';

  src: url('../fonts/calibri/CALIBRII.TTF') format('truetype');

  font-weight: 400;

  font-style: italic;
}

@font-face {
  font-family: 'Calibri';

  src: url('../fonts/calibri/CALIBRIB.TTF') format('truetype');

  font-weight: 700;

  font-style: normal;
}

@font-face {
  font-family: 'Calibri';

  src: url('../fonts/calibri/CALIBRIZ.TTF') format('truetype');

  font-weight: 700;

  font-style: italic;
}

@font-face {
  font-family: 'Calibri Light';

  src: url('../fonts/calibri/CALIBRIL.TTF') format('truetype');

  font-weight: 300;

  font-style: normal;
}

@font-face {
  font-family: 'Calibri Light';

  src: url('../fonts/calibri/CALIBRILI.TTF') format('truetype');

  font-weight: 300;

  font-style: italic;
}

body {
  font-family: 'yekanbakh' !important;
}

a {
  text-decoration: none !important;
}

.font-wei100 {
  font-weight: 100;
}

.font-wei200 {
  font-weight: 200;
}

.font-wei300 {
  font-weight: 300;
}

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

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

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

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

.font-wei800 {
  font-weight: 800;
}

.font-wei900 {
  font-weight: 900;
}

button {
  outline: none;
  border: none;
}

div {
  text-align: start;
}

span {
  text-align: start;
}

.registerd-box {
  box-shadow: 12px 14px 15px -10px rgba(0, 0, 0, 0.18) inset, 10px 14px 14px 0px rgba(25, 110, 110, 0.11);
}

.header-item-box-shadow {
  position: relative;
}

.header-item-box-shadow::before {
  content: '';
  position: absolute;
  width: 95px;
  height: 90px;
  opacity: 0.79;
  background: #FFF;
  box-shadow: -15px -5px 30px -19px rgba(25, 110, 110, 0.20);
  top: 5px;
  left: -50px;
  transform: rotate(15deg);
  z-index: -50;
}

@media (max-width:1280px) {
  .header-item-box-shadow::before {
    left: -20px;
  }
}

.shadow-bg-green {
  box-shadow: 12px 14px 15px -10px rgba(0, 0, 0, 0.18) inset, 10px 14px 14px 0px rgba(25, 110, 110, 0.11);
}

.liner-gradient-logo {
  background: linear-gradient(270deg, #FFF 0%, #CCDBDB 50%, #FFF 100%);
}

.empty-space {
  background-image: url("../images/faza-khali.png");
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center;
}

.item-box-shadows {
  background: rgba(255, 255, 255, 0.20);
  box-shadow: 26px 29px 29px -20px rgba(204, 219, 219, 0.15) inset, 14px 17px 20px -10px rgba(204, 219, 219, 0.20);
}

.calender-box-shadows {
  box-shadow: 2px 3px 16px 0px #E7EFEF;
}

.item-box-shadows-green {
  background: #196E6E;
  box-shadow: 26px 29px 29px -20px rgba(204, 219, 219, 0.15) inset, 14px 17px 20px -10px rgba(25, 110, 110, 0.20);
}

.Bekran-slider-one-shadows {
  border-radius: 30px;
  background: #FFF;
  box-shadow: 26px 29px 29px -20px rgba(204, 219, 219, 0.15) inset, 14px 17px 20px -10px rgba(204, 219, 219, 0.20);
}

.Bekran-slider-two-shadows {
  border-radius: 30px;
  background: #FFF;
  box-shadow: 26px 29px 29px -20px rgba(204, 219, 219, 0.15) inset, 14px 17px 20px -10px rgba(204, 219, 219, 0.20);
}

.footer-bg {
  background-image: url("../images/footer-bg.png");
  background-size: cover;
}

.date-time {
  letter-spacing: 2.72px;
}

.date-times {
  letter-spacing: 0.72px;
}

.eghdam-box-shadow {
  filter: drop-shadow(0px 10px 20px rgba(25, 110, 110, 0.17));
}

.liner-shadows {
  background: linear-gradient(90deg, #E5F3F3 0%, #FFF 100%);
}

.copy-link-shadow {
  box-shadow: 0px 2px 0px 0px #E5F3F3;
}

.liner-shadows-505 {
  background: linear-gradient(90deg, #FFF 0%, #E8F1F1 50%, #FFF 100%);
}

.logo-custom-footer {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.11);
  -webkit-backdrop-filter: blur(6.5px);
          backdrop-filter: blur(6.5px);
}

.ivhaid-website {
  letter-spacing: 4.468px;
}

.Calibri {
  font-family: 'Calibri' !important;
}

.bank-liner {
  background: linear-gradient(270deg, #FFF 0%, #ECF0F4 50%, #FFF 100%);
}

.shadows-submit-who-are-you {
  box-shadow: 0px 1px 1px 0px #E1F0F0;
}

.arrow-image {
  transition: transform 0.3s ease;
}

.arrow-image.rotated {
  transform: rotate(180deg);
}

.open-close-text-one {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}

.open-close-text-one.open {
  max-height: 1000px;
  opacity: 1;
}

.arrow-image-two {
  transition: transform 0.3s ease;
}

.arrow-image-two.rotated {
  transform: rotate(180deg);
}

.open-close-text-two {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}

.open-close-text-two.open {
  max-height: 1000px;
  opacity: 1;
}

.arrow-image-three {
  transition: transform 0.3s ease;
}

.arrow-image-three.rotated {
  transform: rotate(180deg);
}

.accordion-content-three {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}

.accordion-content-three.open {
  max-height: 1000px;
  opacity: 1;
}

.custom-shadow {
  box-shadow: 0px 1px 0px 0px #E1F0F0;
}

.custom-input::-moz-placeholder {
  color: #437D7D;
  font-weight: 600;
  font-size: 12px;
}

.custom-input::placeholder {
  color: #437D7D;
  font-weight: 600;
  font-size: 12px;
}

.custom-input:focus {
  outline: none;
  border-color: #E1F0F0;
  box-shadow: 0px 1px 0px 0px #E1F0F0;
}

.submit-submit-shadows {
  border-radius: 13px;
  background: #196E6E;
  box-shadow: 0px 5px 10px 0px rgba(25, 110, 110, 0.20);
}

.honarmand-submit-box-shadows {
  border-radius: 12px;
  border: 1px solid #E1F0F0;
  background: #FFF;
  box-shadow: 0px 1px 1px 0px #E1F0F0;
}

.single-main-content p {
  font-size: 13px;
  font-weight: 600;
  color: #2F6060;
  margin-bottom: 25px;
  line-height: 25px;
}

.single-main-content strong {
  font-weight: 700;
  color: #125656;
}

.single-main-content ul,
.single-main-content ol {
  color: #2F6060;
  font-size: 13px;
  font-weight: 600;
  line-height: 25px;
}

.single-main-content ul li::before,
.single-main-content ol li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 8px;
  margin-left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%227%22%20height%3D%228%22%20viewBox%3D%220%200%207%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%223.5%22%20cy%3D%223.98181%22%20r%3D%223%22%20fill%3D%22white%22%20stroke%3D%22%23196E6E%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.5em;
  vertical-align: middle;
}

#slider {
  display: flex;
  flex-direction: column;
}

.category-filter {
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 8px;
  border-radius: 8px;
}

.category-filter:hover {
  background-color: rgba(25, 110, 110, 0.05);
}

.category-filter.active-button span {
  color: #196E6E !important;
  font-weight: 700;
}

.category-filter.active-button span.sdbsdbdsbb {
  color: #CEB9A2 !important;
  font-weight: 600;
}

#posts-container {
  transition: opacity 0.3s ease;
}

#load-more {
  transition: all 0.3s ease;
}

#load-more:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.contact-type-selector {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.contact-type-selector.active {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.contact-form-message {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 15px 20px;
  border-radius: 5px;
  z-index: 9999;
  font-weight: bold;
}

.contact-form-message.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.contact-form-message.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.rating-star {
  transition: all 0.2s ease;
}

.rating-star:hover {
  transform: scale(1.1);
}

.rating-container:hover .rating-star {
  opacity: 0.7;
}

.rating-container .rating-star.hover,
.rating-container .rating-star.active {
  opacity: 1;
}

.rating-message {
  margin-top: 10px;
  padding: 8px 12px;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
}

.rating-message.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.rating-message.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.mobile-menu {
  box-shadow: -10px 0 25px rgba(0, 0, 0, 0.1);
}

.mobile-menu.active {
  transform: translateX(0);
}

.mobile-menu-overlay.active {
  display: block;
}

.mobile-menu-toggle.active .hamburger-icon {
  display: none;
}

.mobile-menu-toggle.active .close-icon {
  display: block !important;
}

/* Smooth transitions */

.mobile-menu a {
  position: relative;
  overflow: hidden;
}

.mobile-menu a::before {
  content: '';
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(25, 110, 110, 0.1), transparent);
  transition: right 0.5s;
}

.mobile-menu a:hover::before {
  right: 100%;
}

/* RTL specific adjustments */

[dir="rtl"] .mobile-menu {
  text-align: right;
}

[dir="rtl"] .mobile-menu svg {
  margin-left: 12px;
  margin-right: 0;
}

/* Body scroll lock when menu is open */

body.menu-open {
  overflow: hidden;
}

/* Animation for menu items */

.mobile-menu.active ul li {
  animation: slideInRight 0.3s ease-out forwards;
}

.mobile-menu.active ul li:nth-child(1) {
  animation-delay: 0.1s;
}

.mobile-menu.active ul li:nth-child(2) {
  animation-delay: 0.2s;
}

.mobile-menu.active ul li:nth-child(3) {
  animation-delay: 0.3s;
}

.mobile-menu.active ul li:nth-child(4) {
  animation-delay: 0.4s;
}

.mobile-menu.active ul li:nth-child(5) {
  animation-delay: 0.5s;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* --- Modern OTP Popup --- */

:root {
  --otp-primary-color: #125656;
  --otp-success-color: #28a745;
  --otp-error-color: #dc3545;
  --otp-light-gray: #f8f9fa;
  --otp-dark-gray: #6c757d;
  --otp-border-color: #dee2e6;
  --otp-text-color: #212529;
}

#otp-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  opacity: 0;
  transition: opacity 0.3s ease;
  animation: fadeIn 0.3s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.otp-popup-content {
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  padding: 30px 40px;
  border-radius: 16px;
  width: 90%;
  max-width: 420px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  opacity: 0;
  animation: fadeInScaleUp 0.4s 0.1s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
}

@keyframes fadeInScaleUp {
  from {
    transform: translate(-50%, -50%) scale(0.95);
    opacity: 0;
  }

  to {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

.otp-popup-icon {
  margin-bottom: 20px;
  color: var(--otp-primary-color);
}

.otp-popup-content h3 {
  margin: 0 0 10px 0;
  font-size: 24px;
  color: var(--otp-text-color);
}

.otp-popup-content p {
  margin: 0 0 25px 0;
  color: var(--otp-dark-gray);
  font-size: 15px;
}

/* Tabs */

.otp-tabs {
  display: flex;
  border-radius: 10px;
  background: var(--otp-light-gray);
  padding: 5px;
  margin-bottom: 20px;
}

.tab-button {
  flex: 1;
  padding: 10px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: var(--otp-dark-gray);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.tab-button.active {
  background: #ffffff;
  color: var(--otp-primary-color);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}

.otp-content {
  display: none;
}

.otp-content.active {
  display: block;
}

/* Form Elements */

.otp-input {
  width: 100%;
  padding: 14px;
  border: 1px solid var(--otp-border-color);
  border-radius: 8px;
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.otp-input:focus {
  outline: none;
  border-color: var(--otp-primary-color);
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.2);
}

.otp-btn {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 8px;
  background: var(--otp-primary-color);
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.1s;
}

.otp-btn:hover:not(:disabled) {
  background: #0d4545;
}

.otp-btn:active:not(:disabled) {
  transform: scale(0.98);
}

.otp-btn:disabled {
  background: #cccccc;
  cursor: not-allowed;
}

#otp-entry-step {
  display: none;
}

.otp-message {
  margin-top: 15px;
  font-weight: 500;
  font-size: 14px;
}

.otp-message.success {
  color: var(--otp-success-color);
}

.otp-message.error {
  color: var(--otp-error-color);
}

.close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  background: var(--otp-light-gray);
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: var(--otp-dark-gray);
  font-size: 16px;
  line-height: 30px;
  transition: all 0.2s ease;
}

.close-popup:hover {
  background: #e2e6ea;
  transform: rotate(90deg);
}

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

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

.placeholder\:font-semibold::-moz-placeholder {
  font-weight: 600;
}

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

.placeholder\:text-\[\#0000004b\]::-moz-placeholder {
  color: #0000004b;
}

.placeholder\:text-\[\#0000004b\]::placeholder {
  color: #0000004b;
}

.hover\:bg-\[\#145555\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(20 85 85 / var(--tw-bg-opacity, 1));
}

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

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

.hover\:text-\[\#125656cf\]:hover {
  color: #125656cf;
}

.hover\:text-\[\#658C8C\]:hover {
  --tw-text-opacity: 1;
  color: rgb(101 140 140 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#FFFFFF\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#e0e0e0\]:hover {
  --tw-text-opacity: 1;
  color: rgb(224 224 224 / var(--tw-text-opacity, 1));
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

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

  .lg\:right-\[126px\] {
    right: 126px;
  }

  .lg\:right-\[22px\] {
    right: 22px;
  }

  .lg\:right-\[7px\] {
    right: 7px;
  }

  .lg\:top-\[25px\] {
    top: 25px;
  }

  .lg\:mb-\[0px\] {
    margin-bottom: 0px;
  }

  .lg\:mb-\[105px\] {
    margin-bottom: 105px;
  }

  .lg\:mb-\[106px\] {
    margin-bottom: 106px;
  }

  .lg\:mb-\[50px\] {
    margin-bottom: 50px;
  }

  .lg\:mb-\[52px\] {
    margin-bottom: 52px;
  }

  .lg\:mb-\[58px\] {
    margin-bottom: 58px;
  }

  .lg\:mb-\[60px\] {
    margin-bottom: 60px;
  }

  .lg\:mb-\[74px\] {
    margin-bottom: 74px;
  }

  .lg\:mb-\[75px\] {
    margin-bottom: 75px;
  }

  .lg\:mb-\[84px\] {
    margin-bottom: 84px;
  }

  .lg\:mb-\[90px\] {
    margin-bottom: 90px;
  }

  .lg\:mb-\[93px\] {
    margin-bottom: 93px;
  }

  .lg\:mb-\[96px\] {
    margin-bottom: 96px;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

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

  .lg\:translate-x-0 {
    --tw-translate-x: 0px;
    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));
  }

  .lg\:translate-x-\[25\%\] {
    --tw-translate-x: 25%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-\[45\%\] {
    --tw-translate-x: 45%;
    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));
  }

  .lg\:snap-none {
    scroll-snap-type: none;
  }

  .lg\:snap-align-none {
    scroll-snap-align: none;
  }

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

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

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

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

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

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

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

  .lg\:justify-end {
    justify-content: flex-end;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:\!overflow-visible {
    overflow: visible !important;
  }

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

  .lg\:border-r-\[\#ECF5F5\] {
    --tw-border-opacity: 1;
    border-right-color: rgb(236 245 245 / var(--tw-border-opacity, 1));
  }

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

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

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

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

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

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

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

  .lg\:pb-\[31px\] {
    padding-bottom: 31px;
  }

  .lg\:pb-\[50px\] {
    padding-bottom: 50px;
  }

  .lg\:pb-\[66px\] {
    padding-bottom: 66px;
  }

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

  .lg\:ps-\[70px\] {
    padding-inline-start: 70px;
  }

  .lg\:ps-\[95px\] {
    padding-inline-start: 95px;
  }

  .lg\:pt-\[56px\] {
    padding-top: 56px;
  }

  .lg\:pt-\[60px\] {
    padding-top: 60px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:gap-\[110px\] {
    gap: 110px;
  }
}