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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  b,
  strong {
    font-weight: bolder;
  }

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

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

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

  small {
    font-size: 80%;
  }

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

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

  sub {
    bottom: -0.25em;
  }

  sup {
    top: -0.5em;
  }

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

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

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

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

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

  button,
  select {
    text-transform: none;
  }

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

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

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

  :-moz-focusring {
    outline: auto;
  }

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

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

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

  progress {
    vertical-align: baseline;
  }

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

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

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

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

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

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

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

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

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

  summary {
    display: list-item;
  }

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

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

  fieldset {
    margin: 0;
    padding: 0;
  }

  legend {
    padding: 0;
  }

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

  /*
  Reset default styling for dialogs.
  */

  dialog {
    padding: 0;
  }

  /*
  Prevent resizing textareas horizontally by default.
  */

  textarea {
    resize: vertical;
  }

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

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

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

  /*
  Set the default cursor for buttons.
  */

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

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

  :disabled {
    cursor: default;
  }

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

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

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

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

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

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

  html.js :where([class*="taos:"]:not(.taos-init)) {
    visibility: hidden;
  }

  .\!container {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

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

    .container {
      max-width: 640px;
    }
  }

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

    .container {
      max-width: 768px;
    }
  }

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

    .container {
      max-width: 1024px;
    }
  }

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

    .container {
      max-width: 1280px;
    }
  }

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

    .container {
      max-width: 1536px;
    }
  }

  .pointer-events-none {
    pointer-events: none;
  }

  .fixed {
    position: fixed;
  }

  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

  .inset-0 {
    inset: 0px;
  }

  .\!bottom-0 {
    bottom: 0px !important;
  }

  .\!left-0 {
    left: 0px !important;
  }

  .bottom-0 {
    bottom: 0px;
  }

  .bottom-2 {
    bottom: 0.5rem;
  }

  .bottom-8 {
    bottom: 2rem;
  }

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

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

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

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

  .left-0 {
    left: 0px;
  }

  .left-2 {
    left: 0.5rem;
  }

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

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

  .right-0 {
    right: 0px;
  }

  .right-5 {
    right: 1.25rem;
  }

  .right-8 {
    right: 2rem;
  }

  .top-0 {
    top: 0px;
  }

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

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

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

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

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

  .col-span-2 {
    grid-column: span 2 / span 2;
  }

  .m-auto {
    margin: auto;
  }

  .mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

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

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

  .mb-16 {
    margin-bottom: 4rem;
  }

  .mb-2 {
    margin-bottom: 0.5rem;
  }

  .mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .mb-24 {
    margin-bottom: 6rem;
  }

  .mb-4 {
    margin-bottom: 1rem;
  }

  .mb-40 {
    margin-bottom: 10rem;
  }

  .mb-8 {
    margin-bottom: 2rem;
  }

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

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

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

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

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

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

  .ml-6 {
    margin-left: 1.5rem;
  }

  .mt-16 {
    margin-top: 4rem;
  }

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

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

  .block {
    display: block;
  }

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

  .flex {
    display: flex;
  }

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

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .size-6 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .h-16 {
    height: 4rem;
  }

  .h-7 {
    height: 1.75rem;
  }

  .h-8 {
    height: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .h-full {
    height: 100%;
  }

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

  .w-10 {
    width: 2.5rem;
  }

  .w-16 {
    width: 4rem;
  }

  .w-20 {
    width: 5rem;
  }

  .w-4 {
    width: 1rem;
  }

  .w-8 {
    width: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .w-full {
    width: 100%;
  }

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

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

  .flex-\[1_0_0\] {
    flex: 1 0 0;
  }

  .flex-\[1_1_0\] {
    flex: 1 1 0;
  }

  .flex-none {
    flex: none;
  }

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

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

  .grow {
    flex-grow: 1;
  }

  .basis-1\/4 {
    flex-basis: 25%;
  }

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

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

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

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

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

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

  .cursor-pointer {
    cursor: pointer;
  }

  .touch-pan-x {
    --tw-pan-x: pan-x;
    touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
  }

  .select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .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-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

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

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

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

  .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-11 {
    gap: 2.75rem;
  }

  .gap-16 {
    gap: 4rem;
  }

  .gap-2 {
    gap: 0.5rem;
  }

  .gap-4 {
    gap: 1rem;
  }

  .gap-8 {
    gap: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

  .divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

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

  .overflow-hidden {
    overflow: hidden;
  }

  .text-ellipsis {
    text-overflow: ellipsis;
  }

  .break-all {
    word-break: break-all;
  }

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

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

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

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

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

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

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

  .rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .border {
    border-width: 1px;
  }

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

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

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

  .border-\[\#6D6E70\] {
    --tw-border-opacity: 1;
    border-color: rgb(109 110 112 / var(--tw-border-opacity, 1));
  }

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

  .border-purple {
    border-color: var(--purple, #6561C2);
  }

  .border-purple_deep {
    border-color: var(--Purple---deep, #39264F);
  }

  .border-purple_solid {
    border-color: var(--purple-solid, var(--Purple---deep, #39264F));
  }

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

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

  .bg-cool_gray {
    background-color: var(--Cool-grey, #E3E3E3);
  }

  .bg-grey_light {
    background-color: var(--Grey-light, #F6F6F6);
  }

  .bg-purple_deep {
    background-color: var(--Purple---deep, #39264F);
  }

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

  .bg-cool_gray {
    background-image: var(--Cool-grey, #E3E3E3);
  }

  .bg-green_gradient {
    background-image: var(--geen, linear-gradient(263deg, #42C1C7 0%, #00707E 100%));;
  }

  .bg-orange {
    background-image: linear-gradient(263deg, #D18787 0%, #D5B086 100%);
  }

  .bg-pink_gradient {
    background-image: linear-gradient(263.2deg, #D18787 0%, #5C3E82 100%);
  }

  .bg-purple_gradient {
    background-image: var(--purple, linear-gradient(263deg, #6561C2 0%, #39264F 100%));
  }

  .bg-cover {
    background-size: cover;
  }

  .bg-fixed {
    background-attachment: fixed;
  }

  .bg-center {
    background-position: center;
  }

  .stroke-1 {
    stroke-width: 1;
  }

  .p-1 {
    padding: 0.25rem;
  }

  .p-2 {
    padding: 0.5rem;
  }

  .p-4 {
    padding: 1rem;
  }

  .p-8 {
    padding: 2rem;
  }

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

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

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

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

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

  .px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

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

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

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

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

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

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

  .py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

  .py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

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

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

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

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

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

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

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

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

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

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

  .ps-16 {
    padding-inline-start: 4rem;
  }

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

  .\!text-left {
    text-align: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

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

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

  .text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

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

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

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

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

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

  .uppercase {
    text-transform: uppercase;
  }

  .capitalize {
    text-transform: capitalize;
  }

  .not-italic {
    font-style: normal;
  }

  .leading-5 {
    line-height: 1.25rem;
  }

  .leading-\[160\%\] {
    line-height: 160%;
  }

  .leading-\[200\%\] {
    line-height: 200%;
  }

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

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

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

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

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

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

  .leading-normal {
    line-height: 1.5;
  }

  .text-blue_light {
    color: var(--Blue---light, #5983C3);
  }

  .text-emerald_dark {
    --tw-text-opacity: 1;
    color: rgb(0 112 126 / var(--tw-text-opacity, 1));
  }

  .text-emerald_light {
    --tw-text-opacity: 1;
    color: rgb(66 193 199 / var(--tw-text-opacity, 1));
  }

  .text-purple_deep {
    color: var(--Purple---deep, #39264F);
  }

  .text-purple_solid {
    color: var(--purple-solid, var(--Purple---deep, #39264F));
  }

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

  .underline {
    text-decoration-line: underline;
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-\[0\.3\] {
    opacity: 0.3;
  }

  .bg-blend-overlay {
    background-blend-mode: overlay;
  }

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

  .transition-\[_--num\] {
    transition-property: --num;
    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-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\!delay-\[0ms\] {
    transition-delay: 0ms !important;
  }

  .\!duration-\[0ms\] {
    transition-duration: 0ms !important;
  }

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

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

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

  .duration-\[3s\] {
    transition-duration: 3s;
  }

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

  .\[--num\:1200\] {
    --num: 1200;
  }

  .\[--num\:1\] {
    --num: 1;
  }

  .\[--num\:33\] {
    --num: 33;
  }

  .\[--num\:400\] {
    --num: 400;
  }

  .\[counter-set\:_num_var\(--num\)\] {
    counter-set: num var(--num);
  }

  html[lang="en"] body {
    font-family: "Sora";
    direction: ltr;
  }

  html[lang="ar"] body {
    direction: rtl;
    font-family: "Almarai";
  }

  body {
    font-family: "Sora";
    color: #39264f;
  }

  .font_Sora {
    font-family: "Sora";
  }

  .serv_box:hover .serv_icon {
    background-color: #fff;
  }

  .serv_box:hover .serv_icon img {
    filter: none;
    transform: translateY(-1px);
  }

  .accordion-item.open .icon {
    transform: rotate(45deg);
  }

  .link_gradiant {
    background-size: 150%;
    moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-position: 0 0;
  }

  .link_gradiant:hover {
    moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .text_gradient {
    background: linear-gradient(263.2deg, #42c1c7 0%, #00707e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .text_gradient_addition {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .swiper-pagination-bullet {
    margin: 0 12px !important;
    opacity: 1 !important;
    background: linear-gradient(white, white) padding-box,
      linear-gradient(263.2deg, #42c1c7 0%, #00707e 100%) border-box !important;
    border-radius: 50em;
    border: 1px solid transparent;
  }

  .swiper-pagination-bullet-active {
    background-image: linear-gradient(
      263.2deg,
      #42c1c7 0%,
      #00707e 100%
    ) !important;
    border: none;
  }

  /* .img-class-visit {
    background: linear-gradient(
        0deg,
        rgba(92, 62, 130, 0.7) 0%,
        rgba(92, 62, 130, 0.7) 100%
      ),
      linear-gradient(
        0deg,
        rgba(92, 62, 130, 0.7) 0%,
        rgba(92, 62, 130, 0.7) 100%
      ),
      url("./assets/img/contact-find-clinic.jpg") lightgray 50% / cover no-repeat;
    background-blend-mode: multiply, overlay, multiply;
  } */

  /* .img-class-book {
    border-radius: 8px;
    background: linear-gradient(
        0deg,
        rgba(1, 122, 142, 0.7) 0%,
        rgba(1, 122, 142, 0.7) 100%
      ),
      linear-gradient(
        0deg,
        rgba(1, 122, 142, 0.7) 0%,
        rgba(1, 122, 142, 0.7) 100%
      ),
      url("./assets/img/book-appointment.jpg") lightgray 50% / cover no-repeat;
    background-blend-mode: multiply, overlay, multiply;
  } */

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

  @media (max-width: 1350px) {
    .card-sizing {
      /* Replace with the actual class name */
      flex-direction: column;
    }
  }

  .list-style > ul {
    list-style-position: outside;
    list-style-type: square;
  }

  html[lang="en"] .list-style > ul {
    padding-left: 1.5rem;
  }

  html[lang="ar"] .list-style > ul {
    padding-right: 1.5rem;
  }

  .list-style > ul > li {
    font-size: 14px;
    line-height: 20px;
  }

  /* New */

  .swipable-container {
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }

  .swipable-container::-webkit-scrollbar {
    display: none;
  }

  .swipable-container {
    scrollbar-width: none;
  }

  .touch-pan-x {
    touch-action: pan-x;
  }

  .snap-x {
    scroll-snap-type: x mandatory;
  }

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

  .dots-container {
    display: none;
  }

  @media (max-width: 640px) {
    .dots-container {
      display: flex;
    }

    .dot {
      width: 8px;
      height: 8px;
      border: 1px solid var(--geen, #42c1c7);
      border-radius: 50%;
      background-color: white;
      transition: background-color 0.3s ease;
    }

    .dot.active {
      background: var(--geen, linear-gradient(263deg, #42c1c7 0%, #00707e 100%));
      border: none;
    }
  }

  .image-container {
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 300px;
  }

  .zoom-on-hover {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.4s ease;
  }

  .zoom-on-hover:hover {
    transform: scale(1.1);
  }

  .custom-shape {
    position: relative;
    /* height: auto; */
    /* box-sizing: content-box; */
    overflow: hidden;
    clip-path: polygon(
      97.445% 100%,
      2.555% 100%,
      2.555% 100%,
      2.14% 99.957%,
      1.747% 99.831%,
      1.381% 99.629%,
      1.046% 99.359%,
      0.748% 99.028%,
      0.493% 98.641%,
      0.285% 98.206%,
      0.13% 97.73%,
      0.033% 97.219%,
      0% 96.68%,
      0% 26.943%,
      0% 26.943%,
      0.026% 26.472%,
      0.1% 26.02%,
      0.221% 25.592%,
      0.384% 25.192%,
      0.586% 24.826%,
      0.825% 24.499%,
      1.097% 24.216%,
      1.398% 23.982%,
      1.726% 23.802%,
      2.077% 23.682%,
      96.967% 0.194%,
      96.967% 0.194%,
      97.435% 0.134%,
      97.887% 0.184%,
      98.317% 0.333%,
      98.715% 0.574%,
      99.074% 0.897%,
      99.386% 1.295%,
      99.642% 1.759%,
      99.836% 2.279%,
      99.958% 2.847%,
      100% 3.455%,
      100% 96.68%,
      100% 96.68%,
      99.967% 97.219%,
      99.87% 97.73%,
      99.715% 98.206%,
      99.507% 98.641%,
      99.252% 99.028%,
      98.954% 99.359%,
      98.619% 99.629%,
      98.253% 99.831%,
      97.86% 99.957%,
      97.445% 100%
    );
    border-radius: 8px !important;
  }

  .custom-shape img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
  }

  .animated-anchor {
    transition: all 0.4s ease;
  }

  .first-animated-anchor:hover {
    background: linear-gradient(263deg, #39264f 0%, #6561c2 100%);
  }

  .second-animated-anchor:hover {
    background: linear-gradient(263deg, #39264f 0%, #6561c2 100%);
  }

  /* Ghazal */

  #services-grid .grid {
    display: flex;
    transition: all 0.5s ease;
  }

  .item,
  .item img {
    transition: all 0.5s ease;
  }

  .item .icon,
  .item h3 {
    transition: all 0.3s ease;
  }

  .purple_item .main-img::before {
    background: linear-gradient(263deg, #6461c2eb 0%, #5c3e82f0 100%);
  }

  .green_item .main-img::before {
    background: linear-gradient(263.2deg, #42c0c7d6 0%, #006f7ee0 100%);
  }

  .pink_item .main-img::before {
    background: linear-gradient(263deg, #d18787e0 0%, #6461c2e6 100%);
  }

  .orang_item .main-img::before {
    background: linear-gradient(263.2deg, #d18787 0%, #d5b086d4 100%);
  }

  .item.active {
    flex: 2;
  }

  .item.active .hidden_img {
    opacity: 1;
    display: block;
  }

  .item.active .main-img {
    width: 48%;
    clip-path: polygon(0 0, 101% 0, 57% 100%, 0% 100%);
    background-blend-mode: overlay;
    background-color: #ffffffc2;
  }

  .item.active .icon,
  .item_mobile.expanded .icon {
    filter: none;
  }

  .item.active h3,
  .item_mobile.expanded h3 {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 200px;
  }

  .item_mobile.expanded h3 {
    width: auto;
  }

  .purple_item.active h3,
  .green_item.active h3,
  .purple_item.expanded h3,
  .green_item.expanded h3 {
    background-image: linear-gradient(263deg, #6561c2 0%, #39264f 100%);
  }

  .pink_item.active h3,
  .pink_item.expanded h3 {
    background-image: linear-gradient(263.2deg, #42c1c7 0%, #00707e 100%);
  }

  .orang_item.active h3,
  .orang_item.expanded h3 {
    background-image: linear-gradient(263.2deg, #d18787 0%, #d18787 100%);
  }

  .item.active .main-img::before {
    display: none;
  }

  .item.active a:hover {
    background-color: #e3e3e3;
  }

  html[lang="ar"] .item.active .main-img {
    right: 52% !important;
  }

  html[lang="ar"] .item.active .icon {
    position: absolute;
    left: 20px;
    top: 10px;
  }

  html[lang="ar"] .item.active .text-desc {
    position: absolute;
    left: 20px;
    top: 80px;
    text-align: left;
  }

  html[lang="ar"] .item.active .text-paragraph {
    right: -20px;
  }

  @media (max-width: 1023px) {
    .item .main-img {
      transition: all 0.5s ease;
    }

    .item .hidden_img {
      width: 0;
      transition: all 0.5s ease;
    }

    .item.active .hidden_img {
      width: 70%;
    }
  }

  .item_mobile {
    transition: height 0.5s ease, transform 0.5s ease;
  }

  .item_mobile.expanded {
    height: 355px;
  }

  .item_mobile.expanded .main-img {
    clip-path: polygon(0 0, 100% 0, 100% 58%, 0 86%);
    height: 218px;
    background-blend-mode: overlay;
    background-color: #ffffffc2;
    padding: 1rem 2rem;
  }

  .item_mobile.expanded .main-img::before {
    display: none;
  }

  .item_mobile.expanded .hidden_img {
    opacity: 1;
  }

  .shape {
    clip-path: polygon(0 28%, 100% 0, 100% 110%, 0 100%);
  }

  .panel {
    height: 100vh;
  }

  @media (max-width: 767px) {
    .hero_banner .text_gradient_addition {
      -webkit-text-fill-color: #fff;
    }
  }

  /* style header */

  header {
    background-color: #ffffffe5;
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
  }

  .dropdown-menu {
    -webkit-transform: translateY(-10px);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease,
      visibility 0.3s;
    position: absolute;
    top: calc(100% + 25px);
    transform: translateY(-10px);
    visibility: hidden;
    opacity: 0;
    z-index: 1000;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    will-change: opacity, transform, visibility;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 322px;
  }

  html[lang="en"] .dropdown-menu {
    left: 0.25rem;
  }

  html[lang="ar"] .dropdown-menu {
    right: 0.25rem;
  }

  .mega_menu {
    top: calc(100%);
  }

  .mega_menu ul li {
    margin-bottom: 1rem;
  }

  .mega_menu ul li:last-child {
    margin-bottom: 0;
  }

  .dropdown.open .dropdown-menu {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }

  .dropdown-toggle::after {
    position: absolute;
    content: "+";
    font-size: 16px;
    font-weight: 200;
    transition: all 0.1s ease-in;
  }

  html[lang="en"] .dropdown-toggle::after {
    right: -12px;
    top: 0;
  }

  html[lang="ar"] .dropdown-toggle::after {
    left: -12px;
    top: -2px;
  }

  .dropdown-toggle[aria-expanded="true"]::after {
    content: "-";
  }

  .sidebar {
    position: fixed;
    top: 102px;
    display: none;
    width: 70vw;
    height: calc(100vh - 102px);
    background-color: #fff;
    transition: top 0.3s ease;
    z-index: 999;
    overflow-y: auto;
    padding: 32px 16px;
  }

  html[lang="en"] .sidebar {
    right: 0;
    border-bottom-left-radius: 8px;
  }

  html[lang="ar"] .sidebar {
    border-bottom-right-radius: 8px;
    left: 0;
  }

  @media (max-width: 640px) {
    .sidebar {
      height: calc(100vh - 94px);
      top: 94px !important;
    }

    .overlay {
      top: 94px !important;
    }
  }

  @media (max-width: 450px) {
    .sidebar {
      width: 80vw;
    }
  }

  .overlay {
    position: fixed;
    top: 102px;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .sidebar.open ~ .overlay {
    display: block;
    opacity: 1;
  }

  .sidebar.open {
    display: none;
  }

  .sidebar ul li {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #e3e3e3;
  }

  .sidebar ul li a {
    color: #39264f;
  }

  .sidebar ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }

  .sidebar ul li:last-child a {
    display: flex;
    justify-content: space-between;
  }

  .sidebar .dropdown-content li {
    padding: 0 0 24px;
    margin: 0;
    border: none;
  }

  .sidebar .dropdown-toggle {
    transition: all 0.5s ease;
  }

  .sidebar .dropdown-toggle[aria-expanded="true"] {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 1rem;
  }

  html[lang="en"] .sidebar .dropdown-toggle::after {
    right: 0;
    font-size: 20px;
  }

  html[lang="ar"] .sidebar .dropdown-toggle::after {
    left: 0;
    font-size: 20px;
  }

  @media (max-width: 1200px) {
    .sidebar.open {
      display: block;
    }

    .dropdown-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.1s ease-in-out;
    }

    .dropdown-content.open {
      max-height: 800px;
      transition: max-height 0.1s ease-in;
    }
  }

  body.no-scroll {
    overflow: hidden;
  }

  /* end style header */

  /* tabs style */

  .tab-nav button.is-active h3 {
    opacity: 1;
  }

  .tab-target {
    display: none;
  }

  .tab-target.is-active {
    display: flex;
  }

  @media (max-width: 1023px) {
    .tab-target.is-active {
      display: block;
    }
  }

  @keyframes growFromCenter {
    0% {
      clip-path: inset(20% round 8px);
    }

    100% {
      clip-path: inset(0% round 8px);
    }
  }

  .image-container img {
    clip-path: inset(20% round 8px);
    transition: transform 0.3s ease;
  }

  .tab-target.is-active .image-container img {
    animation: growFromCenter 0.5s ease-in-out forwards;
  }

  .progress-bar {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #e3e3e3;
    overflow: hidden;
  }

  .progress-bar-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #6d6e70;
    transition: width 1s ease-in-out;
  }

  html[lang="en"] .progress-bar-fill {
    left: 0;
  }

  html[lang="ar"] .progress-bar-fill {
    right: 0;
  }

  .tab-toggle[aria-expanded="true"] span {
    opacity: 1;
  }

  #closer_videopopup {
    cursor: pointer !important;
  }

  #videCont video {
    top: 25vh !important;
  }

  .main-ul > li:last-child {
    display: none;
  }

  .faq-content {
    overflow: hidden;
    height: 0;
    transition: height 0.4s ease;
  }

  @media (min-width: 1280px) {
    .xl\:\!container {
      width: 100% !important;
      margin-right: auto !important;
      margin-left: auto !important;
    }

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

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

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

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

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

  .before\:absolute::before {
    content: var(--tw-content);
    position: absolute;
  }

  .before\:left-0::before {
    content: var(--tw-content);
    left: 0px;
  }

  .before\:top-0::before {
    content: var(--tw-content);
    top: 0px;
  }

  .before\:h-full::before {
    content: var(--tw-content);
    height: 100%;
  }

  .before\:w-full::before {
    content: var(--tw-content);
    width: 100%;
  }

  .hover\:border-transparent:hover {
    border-color: transparent;
  }

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

  .hover\:bg-purple_gradient:hover {
    background-image: var(--purple, linear-gradient(263deg, #6561C2 0%, #39264F 100%));
  }

  .hover\:bg-purple_gradient_reversed:hover {
    background-image: var(--purple, linear-gradient(263deg, #39264F 0%, #6561C2  100%));
  }

  .hover\:bg-center:hover {
    background-position: center;
  }

  .hover\:text-purple:hover {
    color: var(--purple, #6561C2);
  }

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

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

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

  .group:hover .group-hover\:text-\[\#12596C\] {
    --tw-text-opacity: 1;
    color: rgb(18 89 108 / var(--tw-text-opacity, 1));
  }

  .group:hover .group-hover\:text-\[\#4A386A\] {
    --tw-text-opacity: 1;
    color: rgb(74 56 106 / var(--tw-text-opacity, 1));
  }

  .group:hover .group-hover\:text-purple {
    color: var(--purple, #6561C2);
  }

  [lang="en"] .lang-en\:right-8 {
    right: 2rem;
  }

  [lang="en"] .lang-en\:ml-6 {
    margin-left: 1.5rem;
  }

  [lang="en"] .lang-en\:hidden {
    display: none;
  }

  [lang="en"] .lang-en\:pl-6 {
    padding-left: 1.5rem;
  }

  [lang="en"] .lang-en\:\!text-left {
    text-align: left !important;
  }

  [lang="en"] .lang-en\:text-left {
    text-align: left;
  }

  [lang="ar"] .lang-ar\:left-8 {
    left: 2rem;
  }

  [lang="ar"] .lang-ar\:left-\[18px\] {
    left: 18px;
  }

  [lang="ar"] .lang-ar\:right-\[26px\] {
    right: 26px;
  }

  [lang="ar"] .lang-ar\:mr-6 {
    margin-right: 1.5rem;
  }

  [lang="ar"] .lang-ar\:hidden {
    display: none;
  }

  [lang="ar"] .lang-ar\:\!w-\[65\%\] {
    width: 65% !important;
  }

  [lang="ar"] .lang-ar\:scale-x-\[-1\] {
    --tw-scale-x: -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));
  }

  [lang="ar"] .lang-ar\:py-\[8px\] {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  [lang="ar"] .lang-ar\:pr-6 {
    padding-right: 1.5rem;
  }

  [lang="ar"] .lang-ar\:\!text-right {
    text-align: right !important;
  }

  [lang="ar"] .lang-ar\:text-right {
    text-align: right;
  }

  [lang="ar"] .lang-ar\:text-\[14px\] {
    font-size: 14px;
  }

  [lang="ar"] .lang-ar\:font-bold {
    font-weight: 700;
  }

  @supports (counter-set: var(--tw)) {
    .supports-\[counter-set\]\: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;
    }

    .supports-\[counter-set\]\:before\:content-\[counter\(num\)\]::before {
      --tw-content: counter(num);
      content: var(--tw-content);
    }
  }

  @media not all and (min-width: 1536px) {
    .max-2xl\:\!w-\[140px\] {
      width: 140px !important;
    }
  }

  @media (max-width: 1300px) {
    .max-\[1300px\]\:w-\[300px\] {
      width: 300px;
    }
  }

  @media not all and (min-width: 1280px) {
    .max-xl\:order-1 {
      order: 1;
    }

    .max-xl\:order-2 {
      order: 2;
    }

    .max-xl\:order-3 {
      order: 3;
    }

    .max-xl\:order-4 {
      order: 4;
    }

    .max-xl\:order-5 {
      order: 5;
    }

    .max-xl\:order-6 {
      order: 6;
    }

    .max-xl\:col-span-1 {
      grid-column: span 1 / span 1;
    }

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

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

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

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

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

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

    .max-xl\:flex-row {
      flex-direction: row;
    }

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

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

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

    .max-xl\:leading-\[27px\] {
      line-height: 27px;
    }
  }

  @media (max-width: 1280px) {
    .max-\[1280px\]\:w-\[200px\] {
      width: 200px;
    }

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

  @media (max-width: 1200px) {
    .max-\[1200px\]\:\!block {
      display: block !important;
    }

    .max-\[1200px\]\:\!flex {
      display: flex !important;
    }

    .max-\[1200px\]\:\!hidden {
      display: none !important;
    }

    .max-\[1200px\]\:h-full {
      height: 100%;
    }

    .max-\[1200px\]\:px-0 {
      padding-left: 0px;
      padding-right: 0px;
    }

    .max-\[1200px\]\:py-0 {
      padding-top: 0px;
      padding-bottom: 0px;
    }

    .max-\[1200px\]\:pt-60 {
      padding-top: 15rem;
    }
  }

  @media not all and (min-width: 1024px) {
    .max-lg\:bottom-\[19px\] {
      bottom: 19px;
    }

    .max-lg\:left-\[14px\] {
      left: 14px;
    }

    .max-lg\:order-1 {
      order: 1;
    }

    .max-lg\:order-2 {
      order: 2;
    }

    .max-lg\:col-auto {
      grid-column: auto;
    }

    .max-lg\:mx-\[16px\] {
      margin-left: 16px;
      margin-right: 16px;
    }

    .max-lg\:mb-8 {
      margin-bottom: 2rem;
    }

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

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

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

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

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

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

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

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

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

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

    .max-lg\:gap-8 {
      gap: 2rem;
    }

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

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

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

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

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

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

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

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

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

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

    [lang="ar"] .lang-ar\:max-lg\:mb-2 {
      margin-bottom: 0.5rem;
    }
  }

  @media (max-width: 1024px) {
    .max-\[1024px\]\:\!w-full {
      width: 100% !important;
    }
  }

  @media not all and (min-width: 768px) {
    .max-md\:relative {
      position: relative;
    }

    .max-md\:order-1 {
      order: 1;
    }

    .max-md\:order-2 {
      order: 2;
    }

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

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

    .max-md\:mb-4 {
      margin-bottom: 1rem;
    }

    .max-md\:block {
      display: block;
    }

    .max-md\:flex {
      display: flex;
    }

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

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

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

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

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

    .max-md\:items-start {
      align-items: flex-start;
    }

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

    .max-md\:gap-4 {
      gap: 1rem;
    }

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

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

    .max-md\:self-start {
      align-self: flex-start;
    }

    .max-md\:rounded-t-2xl {
      border-top-left-radius: 1rem;
      border-top-right-radius: 1rem;
    }

    .max-md\:border {
      border-width: 1px;
    }

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

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

    .max-md\:bg-green_gradient {
      background-image: var(--geen, linear-gradient(263deg, #42C1C7 0%, #00707E 100%));;
    }

    .max-md\:bg-none {
      background-image: none;
    }

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

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

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

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

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

    .max-md\:py-\[62px\] {
      padding-top: 62px;
      padding-bottom: 62px;
    }

    .max-md\:text-start {
      text-align: start;
    }

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

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

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

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

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

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

    .max-md\:\!text-purple_solid {
      color: var(--purple-solid, var(--Purple---deep, #39264F)) !important;
    }

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

    .max-md\:hover\:bg-none:hover {
      background-image: none;
    }
  }

  @media not all and (min-width: 640px) {
    .max-sm\:relative {
      position: relative;
    }

    .max-sm\:bottom-auto {
      bottom: auto;
    }

    .max-sm\:right-auto {
      right: auto;
    }

    .max-sm\:top-\[94px\] {
      top: 94px;
    }

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

    .max-sm\:float-right {
      float: right;
    }

    .max-sm\:mx-2 {
      margin-left: 0.5rem;
      margin-right: 0.5rem;
    }

    .max-sm\:mx-4 {
      margin-left: 1rem;
      margin-right: 1rem;
    }

    .max-sm\:mb-0 {
      margin-bottom: 0px;
    }

    .max-sm\:mb-16 {
      margin-bottom: 4rem;
    }

    .max-sm\:mb-4 {
      margin-bottom: 1rem;
    }

    .max-sm\:mb-7 {
      margin-bottom: 1.75rem;
    }

    .max-sm\:mb-8 {
      margin-bottom: 2rem;
    }

    .max-sm\:mb-\[124px\] {
      margin-bottom: 124px;
    }

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

    .max-sm\:block {
      display: block;
    }

    .max-sm\:flex {
      display: flex;
    }

    .max-sm\:grid {
      display: grid;
    }

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

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

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

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

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

    .max-sm\:h-full {
      height: 100%;
    }

    .max-sm\:w-16 {
      width: 4rem;
    }

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

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

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

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

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

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

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

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

    .max-sm\:basis-1\/2 {
      flex-basis: 50%;
    }

    .max-sm\:basis-\[5\%\] {
      flex-basis: 5%;
    }

    .max-sm\:grid-flow-dense {
      grid-auto-flow: dense;
    }

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

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

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

    .max-sm\:justify-center {
      justify-content: center;
    }

    .max-sm\:gap-16 {
      gap: 4rem;
    }

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

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

    .max-sm\:bg-grey_light {
      background-color: var(--Grey-light, #F6F6F6);
    }

    .max-sm\:object-cover {
      -o-object-fit: cover;
         object-fit: cover;
    }

    .max-sm\:p-4 {
      padding: 1rem;
    }

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

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

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

    .max-sm\:py-\[124px\] {
      padding-top: 124px;
      padding-bottom: 124px;
    }

    .max-sm\:py-\[62px\] {
      padding-top: 62px;
      padding-bottom: 62px;
    }

    .max-sm\:\!pb-10 {
      padding-bottom: 2.5rem !important;
    }

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

    .max-sm\:pb-\[124px\] {
      padding-bottom: 124px;
    }

    .max-sm\:pr-0 {
      padding-right: 0px;
    }

    .max-sm\:pr-4 {
      padding-right: 1rem;
    }

    .max-sm\:ps-4 {
      padding-inline-start: 1rem;
    }

    .max-sm\:pt-32 {
      padding-top: 8rem;
    }

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

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

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

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

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

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

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

    .max-sm\:text-base {
      font-size: 1rem;
      line-height: 1.5rem;
    }

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

    .max-sm\:leading-7 {
      line-height: 1.75rem;
    }

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

    .max-sm\:leading-9 {
      line-height: 2.25rem;
    }

    .max-sm\:leading-\[35px\] {
      line-height: 35px;
    }

    [lang="en"] .lang-en\:max-sm\:right-auto {
      right: auto;
    }

    [lang="en"] .lang-en\:max-sm\:float-right {
      float: right;
    }

    [lang="en"] .lang-en\:max-sm\:pr-0 {
      padding-right: 0px;
    }

    [lang="en"] .lang-en\:max-sm\:ps-4 {
      padding-inline-start: 1rem;
    }

    [lang="ar"] .lang-ar\:max-sm\:left-auto {
      left: auto;
    }

    [lang="ar"] .lang-ar\:max-sm\:float-left {
      float: left;
    }

    [lang="ar"] .lang-ar\:max-sm\:\!w-full {
      width: 100% !important;
    }

    [lang="ar"] .lang-ar\:max-sm\:flex-row {
      flex-direction: row;
    }

    [lang="ar"] .lang-ar\:max-sm\:px-\[12px\] {
      padding-left: 12px;
      padding-right: 12px;
    }

    [lang="ar"] .lang-ar\:max-sm\:py-\[8px\] {
      padding-top: 8px;
      padding-bottom: 8px;
    }

    [lang="ar"] .lang-ar\:max-sm\:pl-0 {
      padding-left: 0px;
    }

    [lang="ar"] .lang-ar\:max-sm\:pr-4 {
      padding-right: 1rem;
    }

    [lang="ar"] .lang-ar\:max-sm\:text-3xl {
      font-size: 1.875rem;
      line-height: 2.25rem;
    }

    [lang="ar"] .lang-ar\:max-sm\:text-\[10px\] {
      font-size: 10px;
    }

    [lang="ar"] .lang-ar\:max-sm\:text-\[12px\] {
      font-size: 12px;
    }

    [lang="ar"] .lang-ar\:max-sm\:text-\[14px\] {
      font-size: 14px;
    }

    [lang="ar"] .lang-ar\:max-sm\:text-\[18px\] {
      font-size: 18px;
    }

    [lang="ar"] .lang-ar\:max-sm\:text-\[24px\] {
      font-size: 24px;
    }

    [lang="ar"] .lang-ar\:max-sm\:text-\[25px\] {
      font-size: 25px;
    }

    [lang="ar"] .lang-ar\:max-sm\:text-base {
      font-size: 1rem;
      line-height: 1.5rem;
    }

    [lang="ar"] .lang-ar\:max-sm\:text-lg {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }

    [lang="ar"] .lang-ar\:max-sm\:text-sm {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }

    [lang="ar"] .lang-ar\:max-sm\:text-xl {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }

    [lang="ar"] .lang-ar\:max-sm\:font-bold {
      font-weight: 700;
    }

    [lang="ar"] .lang-ar\:max-sm\:leading-\[23px\] {
      line-height: 23px;
    }
  }

  @media (max-width: 415px) {
    .max-\[415px\]\:w-full {
      width: 100%;
    }
  }

  @media (max-width: 380px) {
    [lang="ar"] .lang-ar\:max-\[380px\]\:text-\[12px\] {
      font-size: 12px;
    }
  }

  @media (max-width: 350px) {
    .max-\[350px\]\:w-full {
      width: 100%;
    }
  }

  @media (min-width: 640px) {
    .sm\:mb-8 {
      margin-bottom: 2rem;
    }

    .sm\:block {
      display: block;
    }

    .sm\:hidden {
      display: none;
    }

    .sm\:h-0 {
      height: 0px;
    }

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

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

    .sm\:w-11 {
      width: 2.75rem;
    }

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

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

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

    .sm\:grid-flow-dense {
      grid-auto-flow: dense;
    }

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

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

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

    .sm\:px-12 {
      padding-left: 3rem;
      padding-right: 3rem;
    }

    .sm\:px-16 {
      padding-left: 4rem;
      padding-right: 4rem;
    }

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

    .sm\:\!pb-10 {
      padding-bottom: 2.5rem !important;
    }

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

    .sm\:leading-9 {
      line-height: 2.25rem;
    }
  }

  @media (min-width: 768px) {
    .md\:m-auto {
      margin: auto;
    }

    .md\:mb-0 {
      margin-bottom: 0px;
    }

    .md\:block {
      display: block;
    }

    .md\:flex {
      display: flex;
    }

    .md\:hidden {
      display: none;
    }

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

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

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

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

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

    .md\:basis-\[50\%\] {
      flex-basis: 50%;
    }

    .md\:grid-flow-col {
      grid-auto-flow: column;
    }

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

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

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

    .md\:gap-9 {
      gap: 2.25rem;
    }

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

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

    .md\:pb-20 {
      padding-bottom: 5rem;
    }

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

  @media (min-width: 1024px) {
    .lg\:mb-\[124px\] {
      margin-bottom: 124px;
    }

    .lg\:flex {
      display: flex;
    }

    .lg\:grid {
      display: grid;
    }

    .lg\:hidden {
      display: none;
    }

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

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

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

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

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

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

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

    .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\:gap-16 {
      gap: 4rem;
    }

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

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

    .lg\:px-12 {
      padding-left: 3rem;
      padding-right: 3rem;
    }

    .lg\:px-28 {
      padding-left: 7rem;
      padding-right: 7rem;
    }

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

  @media (min-width: 1280px) {
    .xl\:mx-32 {
      margin-left: 8rem;
      margin-right: 8rem;
    }

    .xl\:hidden {
      display: none;
    }

    .xl\:basis-1\/3 {
      flex-basis: 33.333333%;
    }

    .xl\:basis-2\/3 {
      flex-basis: 66.666667%;
    }

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

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

    .xl\:px-28 {
      padding-left: 7rem;
      padding-right: 7rem;
    }
  }

  @media (min-width: 1536px) {
    .\32xl\:\!w-\[200px\] {
      width: 200px !important;
    }

    .\32xl\:w-\[700px\] {
      width: 700px;
    }
  }
.w-5 {
  width: 1.25rem;
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
