@charset "UTF-8";
/*
 * Table of content: Global
 * ----------------------------------------
 * 01. Common Helpers files (Do not edit any for updates.)
 * 02. User Helpers files (A place for you to edit)
 * 03. Core Framewoork (Do not edit any for updates.)
 * 04. Template Overrides
 * 05. Custom CSS (A place for you to edit)
 */
/* Import theme fonts */
@import url('/assets/css/fonts.css');

@font-face{
    font-family: Alakhbar; /* set name */
    src: url('/assets/fonts/Alakhbar.info-REGULAR.ttf');
}
:root {
  /*
   * Css vars font
   *//*
   * Css vars font-family
   */--font-family-primary: Alakhbar, "Tajawal, Work Sans","IBM Plex Sans Arabic",sans-serif;
  --font-family-secondary: Alakhbar, "Tajawal, Work Sans","IBM Plex Sans Arabic",serif;
  --font-family-tertiary: Alakhbar, "Tajawal, Work Sans","IBM Plex Sans Arabic",serif;
  --font-family-serif: Alakhbar, "Tajawal, Noto Serif Display","IBM Plex Sans Arabic",serif;
  --font-family-script: Segoe Script,"Tajawal, IBM Plex Sans Arabic",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-mono: monospace,"Tajawal, IBM Plex Sans Arabic",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  /*
   * Css vars font-weight
   */--font-weight-ultralight: 100;
  --font-weight-lighter: 200;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-bolder: 800;
  --font-weight-ultrabold: 900;
  /*
   * Css vars font-text
   */--font-text-family: var(--font-family-primary);
  --font-text-weight: 400;
  /*
   * Css vars font-heading
   */--font-heading-family: var(--font-family-secondary);
  --font-heading-weight: 600;
  /*
   * Css vars font-display
   */--font-display-family: var(--font-family-secondary);
  --font-display-weight: 700;
  /*
   * Css vars font-code
   */--font-code-family: var(--font-family-code);
  --font-code-weight: 400;
  --root-size: 1rem;
  --radius: 8px;
  --border-size: 1px;
  --border-color: rgba(131, 131, 131, 0.25);
  --shadow-color: rgba(0, 0, 0, 0.15);
  --contrast-ratio: 2;
  /*
   * Css vars breakpoints
   */--breakpoints-xs: 0;
  --breakpoints-sm: 576px;
  --breakpoints-md: 768px;
  --breakpoints-lg: 992px;
  --breakpoints-xl: 1200px;
  --breakpoints-xxl: 1400px;
  /*
   * Css vars color
   *//*
   * Css vars color-gray
   */--color-gray: #5b5b5b;
  --color-gray-10: #fafafa;
  --color-gray-25: #f7f7f7;
  --color-gray-50: #efefef;
  --color-gray-100: #dedede;
  --color-gray-200: #bdbdbd;
  --color-gray-300: #9d9d9d;
  --color-gray-400: #7c7c7c;
  --color-gray-500: #5b5b5b;
  --color-gray-600: #494949;
  --color-gray-700: #373737;
  --color-gray-800: #242424;
  --color-gray-900: #121212;
  /*
   * Css vars color-slate
   */--color-slate: #6b7280;
  --color-slate-10: #fbfbfb;
  --color-slate-25: #f8f8f9;
  --color-slate-50: #f0f1f2;
  --color-slate-100: #e1e3e6;
  --color-slate-200: #c4c7cc;
  --color-slate-300: #a6aab3;
  --color-slate-400: #898e99;
  --color-slate-500: #6b7280;
  --color-slate-600: #565b66;
  --color-slate-700: #40444d;
  --color-slate-800: #2b2e33;
  --color-slate-900: #15171a;
  /*
   * Css vars color-primary
   */
   --color-primary: #1E689B;
  --color-primary-10: #DDF1F8;
  --color-primary-25: #BBE3F1;
  --color-primary-50: #88CEE7;
  --color-primary-100: #67BFE0;
  --color-primary-200: #45B1D9;
  --color-primary-300: #2AA0CB;
  --color-primary-400: #1F7898;
  --color-primary-500: #185D77;
  --color-primary-600: #114355;
  --color-primary-700: #0A2833;
  --color-primary-800: #071B22;
  --color-primary-900: #030D11;
  /*
   * Css vars color-secondary
   */--color-secondary: #d946ef;
  --color-secondary-10: #fef9ff;
  --color-secondary-25: #fdf6fe;
  --color-secondary-50: #fbedfd;
  --color-secondary-100: #f7dafc;
  --color-secondary-200: #f0b5f9;
  --color-secondary-300: #e890f5;
  --color-secondary-400: #e16bf2;
  --color-secondary-500: #d946ef;
  --color-secondary-600: #ae38bf;
  --color-secondary-700: #822a8f;
  --color-secondary-800: #571c60;
  --color-secondary-900: #2b0e30;
  /*
   * Css vars color-info
   */--color-info: #0099cc;
  --color-info-10: #f7fcfd;
  --color-info-25: #f2fafc;
  --color-info-50: #e6f5fa;
  --color-info-100: #ccebf5;
  --color-info-200: #99d6eb;
  --color-info-300: #66c2e0;
  --color-info-400: #33add6;
  --color-info-500: #0099cc;
  --color-info-600: #007aa3;
  --color-info-700: #005c7a;
  --color-info-800: #003d52;
  --color-info-900: #001f29;
  /*
   * Css vars color-success
   */--color-success: #4CAF50;
  --color-success-10: #fafdfa;
  --color-success-25: #f6fbf6;
  --color-success-50: #edf7ee;
  --color-success-100: #dbefdc;
  --color-success-200: #b7dfb9;
  --color-success-300: #94cf96;
  --color-success-400: #70bf73;
  --color-success-500: #4CAF50;
  --color-success-600: #3d8c40;
  --color-success-700: #2e6930;
  --color-success-800: #1e4620;
  --color-success-900: #0f2310;
  /*
   * Css vars color-warning
   */--color-warning: #ffb307;
  --color-warning-10: #fffdf8;
  --color-warning-25: #fffbf3;
  --color-warning-50: #fff7e6;
  --color-warning-100: #fff0cd;
  --color-warning-200: #ffe19c;
  --color-warning-300: #ffd16a;
  --color-warning-400: #ffc239;
  --color-warning-500: #ffb307;
  --color-warning-600: #cc8f06;
  --color-warning-700: #996b04;
  --color-warning-800: #664803;
  --color-warning-900: #332401;
  /*
   * Css vars color-danger
   */--color-danger: #e44b4b;
  --color-danger-10: #fefafa;
  --color-danger-25: #fef6f6;
  --color-danger-50: #fceded;
  --color-danger-100: #fadbdb;
  --color-danger-200: #f4b7b7;
  --color-danger-300: #ef9393;
  --color-danger-400: #e96f6f;
  --color-danger-500: #e44b4b;
  --color-danger-600: #b63c3c;
  --color-danger-700: #892d2d;
  --color-danger-800: #5b1e1e;
  --color-danger-900: #2e0f0f;
  /*
   * Css vars color-blue
   */--color-blue: #078af3;
  --color-blue-10: #f8fbff;
  --color-blue-25: #f3f9fe;
  --color-blue-50: #e6f3fe;
  --color-blue-100: #cde8fd;
  --color-blue-200: #9cd0fa;

  --color-blue-300: #6ab9f8;
  --color-blue-400: #39a1f5;
  --color-blue-500: #078af3;
  --color-blue-600: #066ec2;
  --color-blue-700: #045392;
  --color-blue-800: #033761;
  --color-blue-900: #011c31;
  /*
   * Css vars color-indigo
   */--color-indigo: #553cdf;
  --color-indigo-10: #faf9fe;
  --color-indigo-25: #f7f5fd;
  --color-indigo-50: #eeecfc;
  --color-indigo-100: #ddd8f9;
  --color-indigo-200: #bbb1f2;
  --color-indigo-300: #998aec;
  --color-indigo-400: #7763e5;
  --color-indigo-500: #553cdf;
  --color-indigo-600: #4430b2;
  --color-indigo-700: #332486;
  --color-indigo-800: #221859;
  --color-indigo-900: #110c2d;
  /*
   * Css vars color-purple
   */--color-purple: #8921e4;
  --color-purple-10: #fbf8fe;
  --color-purple-25: #f9f4fe;
  --color-purple-50: #f3e9fc;
  --color-purple-100: #e7d3fa;
  --color-purple-200: #d0a6f4;
  --color-purple-300: #b87aef;
  --color-purple-400: #a14de9;
  --color-purple-500: #8921e4;
  --color-purple-600: #6e1ab6;
  --color-purple-700: #521489;
  --color-purple-800: #370d5b;
  --color-purple-900: #1b072e;
  /*
   * Css vars color-red
   */--color-red: #ea4335;
  --color-red-10: #fef9f9;
  --color-red-25: #fef6f5;
  --color-red-50: #fdeceb;
  --color-red-100: #fbd9d7;
  --color-red-200: #f7b4ae;
  --color-red-300: #f28e86;
  --color-red-400: #ee695d;
  --color-red-500: #ea4335;
  --color-red-600: #bb362a;
  --color-red-700: #8c2820;
  --color-red-800: #5e1b15;
  --color-red-900: #2f0d0b;
  /*
   * Css vars color-rose
   */--color-rose: #d20e4f;
  --color-rose-10: #fef8fa;
  --color-rose-25: #fdf3f6;
  --color-rose-50: #fbe7ed;
  --color-rose-100: #f6cfdc;
  --color-rose-200: #ed9fb9;
  --color-rose-300: #e46e95;
  --color-rose-400: #db3e72;
  --color-rose-500: #d20e4f;
  --color-rose-600: #a80b3f;
  --color-rose-700: #7e082f;
  --color-rose-800: #540620;
  --color-rose-900: #2a0310;
  /*
   * Css vars color-pink
   */--color-pink: #f06b9d;
  --color-pink-10: #fffbfc;
  --color-pink-25: #fef8fa;
  --color-pink-50: #fef0f5;
  --color-pink-100: #fce1eb;
  --color-pink-200: #f9c4d8;
  --color-pink-300: #f6a6c4;
  --color-pink-400: #f389b1;
  --color-pink-500: #f06b9d;
  --color-pink-600: #c0567e;
  --color-pink-700: #90405e;
  --color-pink-800: #602b3f;
  --color-pink-900: #30151f;
  /*
   * Css vars color-orange
   */--color-orange: #fb6b1e;
  --color-orange-10: #fffbf8;
  --color-orange-25: #fff8f4;
  --color-orange-50: #fff0e9;
  --color-orange-100: #fee1d2;
  --color-orange-200: #fdc4a5;
  --color-orange-300: #fda678;
  --color-orange-400: #fc894b;
  --color-orange-500: #fb6b1e;
  --color-orange-600: #c95618;
  --color-orange-700: #974012;
  --color-orange-800: #642b0c;
  --color-orange-900: #321506;
  /*
   * Css vars color-yellow
   */--color-yellow: #fcbc05;
  --color-yellow-10: #fffdf8;
  --color-yellow-25: #fffcf3;
  --color-yellow-50: #fff8e6;
  --color-yellow-100: #fef2cd;
  --color-yellow-200: #fee49b;
  --color-yellow-300: #fdd769;
  --color-yellow-400: #fdc937;
  --color-yellow-500: #fcbc05;
  --color-yellow-600: #ca9604;
  --color-yellow-700: #977103;
  --color-yellow-800: #654b02;
  --color-yellow-900: #322601;
  /*
   * Css vars color-green
   */--color-green: #34a853;
  --color-green-10: #f9fcfa;
  --color-green-25: #f5fbf6;
  --color-green-50: #ebf6ee;
  --color-green-100: #d6eedd;
  --color-green-200: #aedcba;
  --color-green-300: #85cb98;
  --color-green-400: #5db975;
  --color-green-500: #34a853;
  --color-green-600: #2a8642;
  --color-green-700: #1f6532;
  --color-green-800: #154321;
  --color-green-900: #0a2211;
  /*
   * Css vars color-lime
   */--color-lime: #aef359;
  --color-lime-10: #fdfffa;
  --color-lime-25: #fbfef7;
  --color-lime-50: #f7feee;
  --color-lime-100: #effdde;
  --color-lime-200: #dffabd;
  --color-lime-300: #cef89b;
  --color-lime-400: #bef57a;
  --color-lime-500: #aef359;
  --color-lime-600: #8bc247;
  --color-lime-700: #689235;
  --color-lime-800: #466124;
  --color-lime-900: #233112;
  /*
   * Css vars color-teal
   */--color-teal: #06f6c6;
  --color-teal-10: #f8fffd;
  --color-teal-25: #f3fffc;
  --color-teal-50: #e6fef9;
  --color-teal-100: #cdfdf4;
  --color-teal-200: #9bfbe8;
  --color-teal-300: #6afadd;
  --color-teal-400: #38f8d1;
  --color-teal-500: #06f6c6;
  --color-teal-600: #05c59e;
  --color-teal-700: #049477;
  --color-teal-800: #02624f;
  --color-teal-900: #013128;
  /*
   * Css vars color-cyan
   */--color-cyan: #38e1ff;
  --color-cyan-10: #f9feff;
  --color-cyan-25: #f5feff;
  --color-cyan-50: #ebfcff;
  --color-cyan-100: #d7f9ff;
  --color-cyan-200: #aff3ff;
  --color-cyan-300: #88edff;
  --color-cyan-400: #60e7ff;
  --color-cyan-500: #38e1ff;
  --color-cyan-600: #2db4cc;
  --color-cyan-700: #228799;
  --color-cyan-800: #165a66;
  --color-cyan-900: #0b2d33;
  /*
   * Css vars color-tertiary
   */--color-tertiary: #252529;
  --color-tertiary-10: #f8f8f9;
  --color-tertiary-25: #f4f4f4;
  --color-tertiary-50: #e9e9ea;
  --color-tertiary-100: #d3d3d4;
  --color-tertiary-200: #a8a8a9;
  --color-tertiary-300: #7c7c7f;
  --color-tertiary-400: #515154;
  --color-tertiary-500: #252529;
  --color-tertiary-600: #1e1e21;
  --color-tertiary-700: #161619;
  --color-tertiary-800: #0f0f10;
  --color-tertiary-900: #070708;
  /*
   * Css vars colors
   *//*
   * Css vars colors-accent
   */--colors-accent-primary: var(--color-primary);
  --colors-accent-secondary: var(--color-secondary);
  --colors-accent-success: var(--color-success);
  --colors-accent-warning: var(--color-warning);
  --colors-accent-danger: var(--color-danger);
  --colors-accent-muted: var(--color-gray-400);
  /*
   * Css vars colors-button
   */--colors-button-primary: var(--color-primary);

  --colors-button-secondary: var(--color-secondary);
  --colors-button-success: var(--color-success);
  --colors-button-warning: var(--color-warning);
  --colors-button-danger: var(--color-danger);
  --colors-button-muted: var(--color-muted);
  --colors-button-primary-hover: var(--color-primary-600);
  --colors-button-secondary-hover: var(--color-secondary-600);
  --colors-button-success-hover: var(--color-success-600);
  --colors-button-warning-hover: var(--color-warning-600);
  --colors-button-danger-hover: var(--color-danger-600);
  --colors-button-muted-hover: var(--color-muted-600);
  /*
   * Css vars colors-form
   */--colors-form-primary: var(--color-primary);
  --colors-form-secondary: var(--color-secondary);
  --colors-form-success: var(--color-success);
  --colors-form-warning: var(--color-warning);
  --colors-form-danger: var(--color-danger);
  --colors-form-muted: var(--color-muted);
  /*
   * Css vars colors-card
   */--colors-card-primary: var(--color-primary);
  --colors-card-secondary: var(--color-secondary);
  --colors-card-success: var(--color-success);
  --colors-card-warning: var(--color-warning);
  --colors-card-danger: var(--color-danger);
  --colors-card-muted: var(--color-muted);
  /*
   * Css vars colors-background
   */--colors-background-primary: var(--color-primary);
  --colors-background-secondary: var(--color-secondary);
  --colors-background-success: var(--color-success);
  --colors-background-warning: var(--color-warning);
  --colors-background-danger: var(--color-danger);
  --colors-background-muted: var(--color-muted);
  /*
   * Css vars colors-text
   */--colors-text-primary: var(--color-primary);
  --colors-text-secondary: var(--color-secondary);
  --colors-text-success: var(--color-success);
  --colors-text-warning: var(--color-warning);
  --colors-text-danger: var(--color-danger);
  --colors-text-muted: var(--color-muted);
  /*
   * Css vars colors-label
   */--colors-label-primary: var(--color-primary);
  --colors-label-secondary: var(--color-secondary);
  --colors-label-success: var(--color-success);
  --colors-label-warning: var(--color-warning);
  --colors-label-danger: var(--color-danger);
  --colors-label-muted: var(--color-muted);
  /*
   * Css vars colors-alert
   */--colors-alert-primary: var(--color-primary);
  --colors-alert-secondary: var(--color-secondary);
  --colors-alert-success: var(--color-success);
  --colors-alert-warning: var(--color-warning);
  --colors-alert-danger: var(--color-danger);
  --colors-alert-muted: var(--color-muted);
  /*
   * Css vars sizes
   *//*
   * Css vars sizes-text
   *//*
   * Css vars sizes-text-3xs
   */--sizes-text-3xs-size: 0.75rem;
  --sizes-text-3xs-lh: 1.5;
  --sizes-text-3xs-lp: 0rem;
  /*
   * Css vars sizes-text-2xs
   */--sizes-text-2xs-size: 0.75rem;
  --sizes-text-2xs-lh: 1.5;
  --sizes-text-2xs-lp: 0rem;
  /*
   * Css vars sizes-text-xs
   */--sizes-text-xs-size: 0.875rem;
  --sizes-text-xs-lh: 1.5;
  --sizes-text-xs-lp: 0rem;
  /*
   * Css vars sizes-text-sm
   */--sizes-text-sm-size: 1rem;
  --sizes-text-sm-lh: 1.5;
  --sizes-text-sm-lp: 0rem;
  /*
   * Css vars sizes-text-md
   */--sizes-text-md-size: 1.125rem;
  --sizes-text-md-lh: 1.5;
  --sizes-text-md-lp: 0rem;
  /*
   * Css vars sizes-text-lg
   */--sizes-text-lg-size: 1.25rem;
  --sizes-text-lg-lh: 1.5;
  --sizes-text-lg-lp: 0rem;
  /*
   * Css vars sizes-text-xl
   */--sizes-text-xl-size: 1.5rem;
  --sizes-text-xl-lh: 1.5;
  --sizes-text-xl-lp: 0rem;
  /*
   * Css vars sizes-text-2xl
   */--sizes-text-2xl-size: 1.75rem;
  --sizes-text-2xl-lh: 1.5;
  --sizes-text-2xl-lp: 0rem;
  /*
   * Css vars sizes-heading
   *//*
   * Css vars sizes-heading-display-1
   */--sizes-heading-display-1-size: 16rem;
  --sizes-heading-display-1-lh: 1;
  --sizes-heading-display-1-lp: -0.72rem;
  /*
   * Css vars sizes-heading-display-2
   */--sizes-heading-display-2-size: 10rem;
  --sizes-heading-display-2-lh: 1;
  --sizes-heading-display-2-lp: -0.3rem;
  /*
   * Css vars sizes-heading-display-3
   */--sizes-heading-display-3-size: 8rem;
  --sizes-heading-display-3-lh: 1;
  --sizes-heading-display-3-lp: -0.24rem;
  /*
   * Css vars sizes-heading-display-4
   */--sizes-heading-display-4-size: 6rem;
  --sizes-heading-display-4-lh: 1;
  --sizes-heading-display-4-lp: -0.18rem;
  /*
   * Css vars sizes-heading-display-5
   */--sizes-heading-display-5-size: 5rem;
  --sizes-heading-display-5-lh: 1;
  --sizes-heading-display-5-lp: -0.15rem;
  /*
   * Css vars sizes-heading-display-6
   */--sizes-heading-display-6-size: 4rem;
  --sizes-heading-display-6-lh: 1;
  --sizes-heading-display-6-lp: -0.12rem;
  /*
   * Css vars sizes-heading-h1
   */--sizes-heading-h1-size: 3rem;
  --sizes-heading-h1-lh: 1.1;
  --sizes-heading-h1-lp: -0.09rem;
  /*
   * Css vars sizes-heading-h2
   */--sizes-heading-h2-size: 2.5rem;
  --sizes-heading-h2-lh: 1.1;
  --sizes-heading-h2-lp: -0.06rem;
  /*
   * Css vars sizes-heading-h3
   */--sizes-heading-h3-size: 2rem;
  --sizes-heading-h3-lh: 1.2;
  --sizes-heading-h3-lp: -0.0525rem;
  /*
   * Css vars sizes-heading-h4
   */--sizes-heading-h4-size: 1.5rem;
  --sizes-heading-h4-lh: 1.2;
  --sizes-heading-h4-lp: -0.045rem;
  /*
   * Css vars sizes-heading-h5
   */--sizes-heading-h5-size: 1.25rem;
  --sizes-heading-h5-lh: 1.2;
  --sizes-heading-h5-lp: -0.0375rem;
  /*
   * Css vars sizes-heading-h6
   */--sizes-heading-h6-size: 1rem;
  --sizes-heading-h6-lh: 1.2;
  --sizes-heading-h6-lp: -0.003rem;
  /*
   * Css vars sizes-container
   */--sizes-container-xs: 784px;
  --sizes-container-sm: 992px;
  --sizes-container-md: 1200px;
  --sizes-container-lg: 1376px;
  --sizes-container-xl: 1600px;
  /*
   * Css vars sizes-grid
   */--sizes-grid-narrow: 0.25rem;
  --sizes-grid-2xs: 0.5rem;
  --sizes-grid-xs: 1rem;
  --sizes-grid-sm: 1.5rem;
  --sizes-grid-md: 2rem;
  --sizes-grid-lg: 2.5rem;
  --sizes-grid-xl: 3rem;
  --sizes-grid-2xl: 3.5rem;
  --sizes-grid-3xl: 4rem;
  --sizes-grid-4xl: 5rem;
  --sizes-grid-5xl: 8rem;
  /*
   * Css vars sizes-spacing
   */--sizes-spacing-narrow: 0.25rem;
  --sizes-spacing-2xs: 0.5rem;
  --sizes-spacing-xs: 1rem;
  --sizes-spacing-sm: 1.5rem;
  --sizes-spacing-md: 2rem;
  --sizes-spacing-lg: 2.5rem;
  --sizes-spacing-xl: 3rem;
  --sizes-spacing-2xl: 3.5rem;
  --sizes-spacing-3xl: 4rem;
  --sizes-spacing-4xl: 5rem;
  --sizes-spacing-5xl: 8rem;
  /*
   * Css vars sizes-button

   *//*
   * Css vars sizes-button
   */--sizes-button-height: 48px;
  --sizes-button-px: 1.5rem;
  --sizes-button-text: 1rem;
  --sizes-button-radius: var(--radius);
  /*
   * Css vars sizes-button-2xs
   */--sizes-button-2xs-height: 24px;
  --sizes-button-2xs-px: 1rem;
  --sizes-button-2xs-text: 0.875rem;
  --sizes-button-2xs-radius: var(--radius);
  /*
   * Css vars sizes-button-xs
   */--sizes-button-xs-height: 32px;
  --sizes-button-xs-px: 1rem;
  --sizes-button-xs-text: 0.875rem;
  --sizes-button-xs-radius: var(--radius);
  /*
   * Css vars sizes-button-sm
   */--sizes-button-sm-height: 40px;
  --sizes-button-sm-px: 1rem;
  --sizes-button-sm-text: 0.875rem;
  --sizes-button-sm-radius: var(--radius);
  /*
   * Css vars sizes-button-md
   */--sizes-button-md-height: 48px;
  --sizes-button-md-px: 1.5rem;
  --sizes-button-md-text: 1rem;
  --sizes-button-md-radius: var(--radius);
  /*
   * Css vars sizes-button-lg
   */--sizes-button-lg-height: 56px;
  --sizes-button-lg-px: 2rem;
  --sizes-button-lg-text: 1rem;
  --sizes-button-lg-radius: var(--radius);
  /*
   * Css vars sizes-button-xl
   */--sizes-button-xl-height: 64px;
  --sizes-button-xl-px: 2rem;
  --sizes-button-xl-text: 1rem;
  --sizes-button-xl-radius: var(--radius);
  /*
   * Css vars sizes-button-2xl
   */--sizes-button-2xl-height: 80px;
  --sizes-button-2xl-px: 2rem;
  --sizes-button-2xl-text: 1rem;
  --sizes-button-2xl-radius: var(--radius);
  /*
   * Css vars sizes-form
   *//*
   * Css vars sizes-form
   */--sizes-form-height: 48px;
  --sizes-form-px: 1rem;
  --sizes-form-text: 1rem;
  /*
   * Css vars sizes-form-2xs
   */--sizes-form-2xs-height: 24px;
  --sizes-form-2xs-px: 0.5rem;
  --sizes-form-2xs-text: 0.75rem;
  /*
   * Css vars sizes-form-xs
   */--sizes-form-xs-height: 32px;
  --sizes-form-xs-px: 0.5rem;
  --sizes-form-xs-text: 0.875rem;
  /*
   * Css vars sizes-form-sm
   */--sizes-form-sm-height: 40px;
  --sizes-form-sm-px: 0.75rem;
  --sizes-form-sm-text: 1rem;
  /*
   * Css vars sizes-form-md
   */--sizes-form-md-height: 48px;
  --sizes-form-md-px: 1rem;
  --sizes-form-md-text: 1rem;
  /*
   * Css vars sizes-form-lg
   */--sizes-form-lg-height: 56px;
  --sizes-form-lg-px: 1.5rem;
  --sizes-form-lg-text: 1.125rem;
  /*
   * Css vars sizes-form-xl
   */--sizes-form-xl-height: 64px;
  --sizes-form-xl-px: 1.25rem;
  --sizes-form-xl-text: 1.25rem;
  /*
   * Css vars sizes-form-2xl
   */--sizes-form-2xl-height: 80px;
  --sizes-form-2xl-px: 1.5rem;
  --sizes-form-2xl-text: 1.5rem;
  /*
   * Css vars sizes-icon
   */--sizes-icon-2xs: 16px;
  --sizes-icon-xs: 20px;
  --sizes-icon-sm: 24px;
  --sizes-icon-md: 32px;
  --sizes-icon-lg: 48px;
  --sizes-icon-xl: 64px;
  --sizes-icon-2xl: 80px;
  /*
   * Css vars sizes-rouneded
   */--sizes-rouneded-: var(--radius);
  --sizes-rouneded-1: 4px;
  --sizes-rouneded-2: 16px;
  --sizes-rouneded-3: 24px;
  --sizes-rouneded-4: 32px;
  --sizes-rouneded-5: 40px;
  --sizes-rouneded-6: 48px;
  --sizes-rouneded-7: 56px;
  --sizes-rouneded-8: 64px;
  /*
   * Css vars sizes-blur
   */--sizes-blur-1: 4px;
  --sizes-blur-2: 8px;
  --sizes-blur-3: 16px;
  --sizes-blur-4: 24px;
  --sizes-blur-5: 32px;
  --sizes-blur-6: 48px;
  --sizes-blur-7: 64px;
  --sizes-blur-8: 80px;
  --sizes-blur-9: 96px;
  --sizes-blur-10: 128px;
  /*
   * Css vars sizes-shadow
   */--sizes-shadow-xs: 0 0.125rem 0.25rem -0.1rem var(--shadow-color);
  --sizes-shadow-sm: 0 0.25rem 0.5rem -0.1rem var(--shadow-color);
  --sizes-shadow: 0 0.5rem 1rem -0.1rem var(--shadow-color);
  --sizes-shadow-lg: 0 1rem 1.5rem -0.1rem var(--shadow-color);
  --sizes-shadow-xl: 0 1.5rem 2rem -0.1rem var(--shadow-color);
  --sizes-shadow-2xl: 0 2rem 2.5rem -0.1rem var(--shadow-color);
  /*
   * Css vars sizes-table
   */--sizes-table-xs: 0.5rem;
  --sizes-table-sm: 0.75rem;
  --sizes-table: 1rem;
  --sizes-table-md: 1.25rem;
  --sizes-table-lg: 1.5rem;
  /*
   * Css vars body
   *//*
   * Css vars body-font
   */--body-font-typeface: var(--font-text-family);
  --body-font-size: var(--root-size);
  --body-font-weight: var(--font-text-weight);
  --body-font-spacing: normal;
  /*
   * Css vars body-color
   */--body-color-background: transparent;
  --body-color-text: var(--color-gray-900);
  /*
   * Css vars heading
   *//*
   * Css vars heading-font
   */--heading-font-typeface: var(--font-heading-family);
  --heading-font-weight: var(--font-heading-weight);
  --heading-font-style: normal;
  --heading-font-spacing: normal;
  --heading-font-transform: initial;
  /*
   * Css vars heading-color
   */--heading-color-text: inherit;
  /*
   * Css vars link
   *//*
   * Css vars link-color
   */--link-color-text: var(--color-primary);
  --link-color-text-hover: var(--color-primary-60);
  /*
   * Css vars button
   *//*
   * Css vars button-font
   */--button-font-typeface: var(--font-family-primary);
  --button-font-weight: 700;
  --button-font-line-height: initial;
  --button-font-spacing: normal;
  --button-font-transform: initial;
  /*
   * Css vars button-border
   */--button-border-width: 2px;
  --button-border-radius: var(--radius);
  /*
   * Css vars button-color
   */--button-color-text: white;
  --button-radius: 16px;
  /*
   * Css vars form
   *//*
   * Css vars form-font
   */--form-font-typeface: var(--font-text-family);
  --form-font-size: var(--sizes-form-medium-text);
  --form-font-weight: 400;
  --form-font-line-height: 1.25rem;
  --form-font-spacing: normal;
  --form-font-transform: initial;
  /*
   * Css vars form-color
   */--form-color-text: var(--color-gray-900);
  --form-color-background: rgba(155, 155, 155, 0.15);
  --form-color-background-hover: rgba(155, 155, 155, 0.2);
  --form-color-background-disable: rgba(155, 155, 155, 0.4);

  --form-color-background-primary: var(--color-primary);
  --form-color-background-primary-hover: var(--color-primary-60);
  --form-color-placeholder: rgba(155, 155, 155, 0.7);
  /*
   * Css vars form-border
   */--form-border-width: 0;
  --form-border-color: var(--border-color);
  --form-border-radius: var(--radius);
  /*
   * Css vars form-shadow
   */--form-shadow-default: 0 0 0 1px var(--border-color);
  --form-shadow-hover: 0 0 0 1px var(--border-color);
  --form-shadow-focus: 0 0 0 2px var(--color-primary);
  --form-height: var(--sizes-form-medium-height);
  /*
   * Css vars form-dark
   *//*
   * Css vars form-dark-color
   */--form-dark-color-text: var(--color-white);
  --form-dark-color-background: rgba(155, 155, 155, 0.15);
  --form-dark-color-background-hover: rgba(155, 155, 155, 0.2);
  --form-dark-color-background-disable: rgba(155, 155, 155, 0.4);
  --form-dark-color-background-primary: var(--color-primary);
  --form-dark-color-background-primary-hover: var(--color-primary-60);
  --form-dark-color-placeholder: rgba(155, 155, 155, 0.5);
  /*
   * Css vars tab
   *//*
   * Css vars tab-font
   */--tab-font-size: var(--sizes-form-medium-text);
  --tab-font-weight: 700;
  --tab-font-spacing: normal;
  --tab-font-transform: initial;
  /*
   * Css vars tab-color
   */--tab-color-text: var(--color-gray-700);
  --tab-color-text-hover: var(--color-gray-800);
  --tab-color-text-active: var(--color-gray-900);
  /*
   * Css vars tab-border
   */--tab-border-width: 4px;
  --tab-border-color: var(--color-primary);
  --tab-border-radius: var(--radius);
  --tab-display: inline-flex;
  --tab-align-text: center;
  --tab-margin: 0;
  --tab-padding: 5px;
  /*
   * Css vars accordion
   *//*
   * Css vars accordion-font
   */--accordion-font-size: var(--sizes-form-large-text);
  --accordion-font-weight: 700;
  --accordion-font-spacing: normal;
  --accordion-font-transform: initial;
  /*
   * Css vars accordion-color
   */--accordion-color-text: var(--color-gray-900);
  --accordion-color-text-active: var(--color-primary);
  /*
   * Css vars accordion-border
   */--accordion-border-width: 1px;
  --accordion-border-color: var(--border-color);
  --accordion-margin: 20px;
  --accordion-padding: 20px;
  /*
   * Css vars alert
   *//*
   * Css vars alert-font
   */--alert-font-size: var(--sizes-form-medium-text);
  --alert-font-weight: 400;
  --alert-font-style: normal;
  --alert-font-spacing: normal;
  --alert-font-transform: initial;
  /*
   * Css vars alert-color
   */--alert-color-background: var(--color-gray-100);
  --alert-color-text: var(--color-gray-900);
  /*
   * Css vars alert-border
   */--alert-border-width: 0;
  --alert-border-radius: var(--radius);
  --alert-padding: 15px
}
.nav-pills {
  --bs-nav-pills-link-active-bg: #553cdf !important
}
:root {
  --bs-link-color: rgb(81, 81, 81) !important;
  --bs-link-hover-color: black !important
}
/*
 * Table of content: UIkit framework overrides
 * --------------------------------------------
 * 01. Base
 * 02. Elements
 * 03. Layout
 * 04. Navs
 * 05. Common
 * 06. JS components
 * 07. Utilities
 */
/* Base */
html {
  font-family: var(--body-font-typeface);
  font-size: var(--body-font-size, 1rem);
  font-weight: var(--body-font-weight, 400);
  letter-spacing: var(--body-font-spacing, normal);
  background-color: var(--body-color-background, inherit);
  color: var(--body-color-text, inherit);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility
}
body {
  font-family: var(--body-font-typeface);
  font-size: var(--body-font-size, 1rem);
  font-weight: var(--body-font-weight, 400);
  letter-spacing: var(--body-font-spacing, normal);
  background-color: var(--body-color-background, inherit);
  color: var(--body-color-text, inherit)
}
a,
.link {
  color: var(--link-color-text)
}
a:hover,
.link:hover {
  color: var(--link-color-text-hover)
}
.link {
  display: inline-flex;
  align-items: center;
  line-height: 16px
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font-typeface, sans-serif) !important;
  font-weight: var(--heading-font-weight, 700);
  letter-spacing: var(--heading-font-spacing, normal);
  font-style: var(--heading-font-style, normal);
  text-transform: var(--heading-font-transform, initial);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-gray-900)
}
.h1:where(.uc-dark),
:where(.uc-dark) .h1,
.h2:where(.uc-dark),
:where(.uc-dark) .h2,
.h3:where(.uc-dark),
:where(.uc-dark) .h3,
.h4:where(.uc-dark),
:where(.uc-dark) .h4,
.h5:where(.uc-dark),
:where(.uc-dark) .h5,
.h6:where(.uc-dark),
:where(.uc-dark) .h6,
h1:where(.uc-dark),
:where(.uc-dark) h1,
h2:where(.uc-dark),
:where(.uc-dark) h2,
h3:where(.uc-dark),
:where(.uc-dark) h3,
h4:where(.uc-dark),
:where(.uc-dark) h4,
h5:where(.uc-dark),
:where(.uc-dark) h5,
h6:where(.uc-dark),
:where(.uc-dark) h6 {
  color: white
}
.ft-primary {
  font-family: var(--font-family-primary) !important
}
.ft-secondary {
  font-family: var(--font-family-secondary) !important
}
.cstack {
  display: inline-flex;
  justify-content: center;
  align-items: center
}
.uc-horizontal-scroll > * {
  text-wrap: nowrap
}
.icon-2xs {
  font-size: var(--sizes-icon-2xs);
  width: var(--sizes-icon-2xs);
  height: var(--sizes-icon-2xs);
  line-height: 1
}
.icon-xs {
  font-size: var(--sizes-icon-xs);
  width: var(--sizes-icon-xs);
  height: var(--sizes-icon-xs);
  line-height: 1
}
.icon-sm {
  font-size: var(--sizes-icon-sm);
  width: var(--sizes-icon-sm);
  height: var(--sizes-icon-sm);
  line-height: 1
}
.icon-md {
  font-size: var(--sizes-icon-md);
  width: var(--sizes-icon-md);
  height: var(--sizes-icon-md);
  line-height: 1
}
.icon-lg {
  font-size: var(--sizes-icon-lg);
  width: var(--sizes-icon-lg);
  height: var(--sizes-icon-lg);
  line-height: 1
}
.icon-xl {
  font-size: var(--sizes-icon-xl);
  width: var(--sizes-icon-xl);
  height: var(--sizes-icon-xl);
  line-height: 1
}
.icon-2xl {
  font-size: var(--sizes-icon-2xl);
  width: var(--sizes-icon-2xl);
  height: var(--sizes-icon-2xl);
  line-height: 1
}
.uc-icon {
  margin: 0;
  border: none;
  border-radius: 0;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  padding: 0;
  background-color: transparent;
  display: inline-block;
  fill: currentcolor;
  line-height: 0
}
.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px
}
pre {
  tab-size: 4;
  overflow: auto;
  padding: 1.5rem;
  color: inherit
}
pre,
:not(pre) > code {
  font-family: var(--font-code-family) !important;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.5rem;
  padding: 1px 4px;
  border-radius: 4px;
  color: var(--color-secondary-500)
}
pre,
:not(pre) > code {
  background-color: var(--color-gray-25) !important;
  border-color: var(--color-gray-800) !important
}
pre:where(.uc-dark),
:where(.uc-dark) pre,
:not(pre) > code:where(.uc-dark),
:where(.uc-dark) :not(pre) > code {
  background-color: var(--color-gray-700) !important;
  border-color: var(--color-gray-300) !important
}
:not(pre) > code {
  position: relative;
  display: inline;
  font-size: 0.75rem;
  font-style: italic;
  background-color: rgba(136, 136, 136, 0.1)
}
pre code {
  font-family: var(--font-code-family) !important;
  background: rgba(136, 136, 136, 0.15);
  border-radius: 3px;
  padding: 1px 4px 1px 2px
}
.swiper:not(.swiper-initialized) > * {
  display: none
}
.panel {
  display: flow-root;
  position: relative;
  box-sizing: border-box
}
.panel > :last-child {
  margin-bottom: 0
}
.section {
  display: flow-root;
  position: relative;
  box-sizing: border-box
}
.media-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: fill
}
.position-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}
hr,
.hr,
.vr {
  display: inline-block;
  align-self: stretch;
  background-color: currentcolor;
  opacity: 0.25;
  margin: 0
}
.hr,
hr {
  height: 1px;
  min-width: 1em;
  border-top-color: var(--border-color)
}
.hr.border,
hr.border {
  border-bottom: 0 !important
}
.vr {
  width: 1px !important;
  min-height: 1em !important;
  border-left: 1px solid var(--border-color)
}
.vr.border {
  border-left: 0 !important
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch
}
.vstack {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  align-self: stretch
}
.cstack {
  display: flex;
  justify-content: center;
  align-items: center
}
[class*=ratio-] {
  position: relative;
  width: 100%
}
[class*=ratio-]::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: ""

}
[class*=ratio-] > * {
  object-fit: fill
}
svg {
  color: currentColor
}
svg *:not([fill=none]) {
  fill: currentColor
}
svg *[fill=none] {
  stroke: currentColor
}
.uc-lightbox-button {
  color: white !important;
  border-radius: 100%
}
.uc-card-primary.uc-card-body .uc-link-toggle:hover .uc-link,
.uc-card-primary.uc-card-body .uc-link:hover,
.uc-card-primary.uc-card-body a:hover,
.uc-card-primary > :not([class*=uc-card-media]) .uc-link-toggle:hover .uc-link,
.uc-card-primary > :not([class*=uc-card-media]) .uc-link:hover,
.uc-card-primary > :not([class*=uc-card-media]) a:hover,
.uc-card-secondary.uc-card-body .uc-link-toggle:hover .uc-link,
.uc-card-secondary.uc-card-body .uc-link:hover,
.uc-card-secondary.uc-card-body a:hover,
.uc-card-secondary > :not([class*=uc-card-media]) .uc-link-toggle:hover .uc-link,
.uc-card-secondary > :not([class*=uc-card-media]) .uc-link:hover,
.uc-card-secondary > :not([class*=uc-card-media]) a:hover,
.uc-light .uc-link-toggle:hover .uc-link,
.uc-light .uc-link:hover,
.uc-light a:hover,
.uc-offcanvas-bar .uc-link-toggle:hover .uc-link,
.uc-offcanvas-bar .uc-link:hover,
.uc-offcanvas-bar a:hover,
.uc-overlay-primary .uc-link-toggle:hover .uc-link,
.uc-overlay-primary .uc-link:hover,
.uc-overlay-primary a:hover,
.uc-section-primary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link,
.uc-section-primary:not(.uc-preserve-color) .uc-link:hover,
.uc-section-primary:not(.uc-preserve-color) a:hover,
.uc-section-secondary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link,
.uc-section-secondary:not(.uc-preserve-color) .uc-link:hover,
.uc-section-secondary:not(.uc-preserve-color) a:hover,
.uc-tile-primary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link,
.uc-tile-primary:not(.uc-preserve-color) .uc-link:hover,
.uc-tile-primary:not(.uc-preserve-color) a:hover,
.uc-tile-secondary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link,
.uc-tile-secondary:not(.uc-preserve-color) .uc-link:hover,
.uc-tile-secondary:not(.uc-preserve-color) a:hover {
  transition: color 200ms ease
}
.uc-card-primary.uc-card-body .uc-link-toggle:hover .uc-link,
.uc-card-primary.uc-card-body .uc-link:hover,
.uc-card-primary.uc-card-body a:hover,
.uc-card-primary > :not([class*=uc-card-media]) .uc-link-toggle:hover .uc-link,
.uc-card-primary > :not([class*=uc-card-media]) .uc-link:hover,
.uc-card-primary > :not([class*=uc-card-media]) a:hover,
.uc-card-secondary.uc-card-body .uc-link-toggle:hover .uc-link,
.uc-card-secondary.uc-card-body .uc-link:hover,
.uc-card-secondary.uc-card-body a:hover,
.uc-card-secondary > :not([class*=uc-card-media]) .uc-link-toggle:hover .uc-link,
.uc-card-secondary > :not([class*=uc-card-media]) .uc-link:hover,
.uc-card-secondary > :not([class*=uc-card-media]) a:hover,
.uc-light .uc-link-toggle:hover .uc-link,
.uc-light .uc-link:hover,
.uc-light a:hover,
.uc-offcanvas-bar .uc-link-toggle:hover .uc-link,
.uc-offcanvas-bar .uc-link:hover,
.uc-offcanvas-bar a:hover,
.uc-overlay-primary .uc-link-toggle:hover .uc-link,
.uc-overlay-primary .uc-link:hover,
.uc-overlay-primary a:hover,
.uc-section-primary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link,
.uc-section-primary:not(.uc-preserve-color) .uc-link:hover,
.uc-section-primary:not(.uc-preserve-color) a:hover,
.uc-section-secondary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link,
.uc-section-secondary:not(.uc-preserve-color) .uc-link:hover,
.uc-section-secondary:not(.uc-preserve-color) a:hover,
.uc-tile-primary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link,
.uc-tile-primary:not(.uc-preserve-color) .uc-link:hover,
.uc-tile-primary:not(.uc-preserve-color) a:hover,
.uc-tile-secondary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link,
.uc-tile-secondary:not(.uc-preserve-color) .uc-link:hover,
.uc-tile-secondary:not(.uc-preserve-color) a:hover {
  color: var(--color-gray-900)
}
.uc-card-primary.uc-card-body .uc-link-toggle:hover .uc-link:where(.uc-dark),
:where(.uc-dark) .uc-card-primary.uc-card-body .uc-link-toggle:hover .uc-link,
.uc-card-primary.uc-card-body .uc-link:hover:where(.uc-dark),
:where(.uc-dark) .uc-card-primary.uc-card-body .uc-link:hover,
.uc-card-primary.uc-card-body a:hover:where(.uc-dark),
:where(.uc-dark) .uc-card-primary.uc-card-body a:hover,
.uc-card-primary > :not([class*=uc-card-media]) .uc-link-toggle:hover .uc-link:where(.uc-dark),
:where(.uc-dark) .uc-card-primary > :not([class*=uc-card-media]) .uc-link-toggle:hover .uc-link,
.uc-card-primary > :not([class*=uc-card-media]) .uc-link:hover:where(.uc-dark),
:where(.uc-dark) .uc-card-primary > :not([class*=uc-card-media]) .uc-link:hover,
.uc-card-primary > :not([class*=uc-card-media]) a:hover:where(.uc-dark),
:where(.uc-dark) .uc-card-primary > :not([class*=uc-card-media]) a:hover,
.uc-card-secondary.uc-card-body .uc-link-toggle:hover .uc-link:where(.uc-dark),
:where(.uc-dark) .uc-card-secondary.uc-card-body .uc-link-toggle:hover .uc-link,
.uc-card-secondary.uc-card-body .uc-link:hover:where(.uc-dark),
:where(.uc-dark) .uc-card-secondary.uc-card-body .uc-link:hover,
.uc-card-secondary.uc-card-body a:hover:where(.uc-dark),
:where(.uc-dark) .uc-card-secondary.uc-card-body a:hover,
.uc-card-secondary > :not([class*=uc-card-media]) .uc-link-toggle:hover .uc-link:where(.uc-dark),
:where(.uc-dark) .uc-card-secondary > :not([class*=uc-card-media]) .uc-link-toggle:hover .uc-link,
.uc-card-secondary > :not([class*=uc-card-media]) .uc-link:hover:where(.uc-dark),
:where(.uc-dark) .uc-card-secondary > :not([class*=uc-card-media]) .uc-link:hover,
.uc-card-secondary > :not([class*=uc-card-media]) a:hover:where(.uc-dark),
:where(.uc-dark) .uc-card-secondary > :not([class*=uc-card-media]) a:hover,
.uc-light .uc-link-toggle:hover .uc-link:where(.uc-dark),
:where(.uc-dark) .uc-light .uc-link-toggle:hover .uc-link,
.uc-light .uc-link:hover:where(.uc-dark),
:where(.uc-dark) .uc-light .uc-link:hover,
.uc-light a:hover:where(.uc-dark),
:where(.uc-dark) .uc-light a:hover,
.uc-offcanvas-bar .uc-link-toggle:hover .uc-link:where(.uc-dark),
:where(.uc-dark) .uc-offcanvas-bar .uc-link-toggle:hover .uc-link,
.uc-offcanvas-bar .uc-link:hover:where(.uc-dark),
:where(.uc-dark) .uc-offcanvas-bar .uc-link:hover,
.uc-offcanvas-bar a:hover:where(.uc-dark),
:where(.uc-dark) .uc-offcanvas-bar a:hover,
.uc-overlay-primary .uc-link-toggle:hover .uc-link:where(.uc-dark),
:where(.uc-dark) .uc-overlay-primary .uc-link-toggle:hover .uc-link,
.uc-overlay-primary .uc-link:hover:where(.uc-dark),
:where(.uc-dark) .uc-overlay-primary .uc-link:hover,
.uc-overlay-primary a:hover:where(.uc-dark),
:where(.uc-dark) .uc-overlay-primary a:hover,
.uc-section-primary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link:where(.uc-dark),
:where(.uc-dark) .uc-section-primary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link,
.uc-section-primary:not(.uc-preserve-color) .uc-link:hover:where(.uc-dark),
:where(.uc-dark) .uc-section-primary:not(.uc-preserve-color) .uc-link:hover,
.uc-section-primary:not(.uc-preserve-color) a:hover:where(.uc-dark),
:where(.uc-dark) .uc-section-primary:not(.uc-preserve-color) a:hover,
.uc-section-secondary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link:where(.uc-dark),
:where(.uc-dark) .uc-section-secondary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link,
.uc-section-secondary:not(.uc-preserve-color) .uc-link:hover:where(.uc-dark),
:where(.uc-dark) .uc-section-secondary:not(.uc-preserve-color) .uc-link:hover,
.uc-section-secondary:not(.uc-preserve-color) a:hover:where(.uc-dark),
:where(.uc-dark) .uc-section-secondary:not(.uc-preserve-color) a:hover,
.uc-tile-primary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link:where(.uc-dark),
:where(.uc-dark) .uc-tile-primary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link,
.uc-tile-primary:not(.uc-preserve-color) .uc-link:hover:where(.uc-dark),
:where(.uc-dark) .uc-tile-primary:not(.uc-preserve-color) .uc-link:hover,
.uc-tile-primary:not(.uc-preserve-color) a:hover:where(.uc-dark),
:where(.uc-dark) .uc-tile-primary:not(.uc-preserve-color) a:hover,
.uc-tile-secondary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link:where(.uc-dark),
:where(.uc-dark) .uc-tile-secondary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link,
.uc-tile-secondary:not(.uc-preserve-color) .uc-link:hover:where(.uc-dark),
:where(.uc-dark) .uc-tile-secondary:not(.uc-preserve-color) .uc-link:hover,
.uc-tile-secondary:not(.uc-preserve-color) a:hover:where(.uc-dark),
:where(.uc-dark) .uc-tile-secondary:not(.uc-preserve-color) a:hover {
  color: white
}
.uc-link {
  color: var(--color-primary)
}
.uc-link:hover {
  color: var(--color-primary-600)
}
.uc-list-divider > :nth-child(n+2) {
  border-top: 1px solid var(--border-color)
}
.uc-list-divider.uc-list-large > :nth-child(n+2) {
  margin-top: 40px;
  padding-top: 40px
}
.form-control-sm {
  padding: 0 0.75rem !important;
  min-height: 40px !important;
  font-size: 1rem !important
}
.form-control {
  border-color: var(--border-color) !important
}
.form-control {
  background-color: white !important
}
.form-control:where(.uc-dark),
:where(.uc-dark) .form-control {
  background-color: transparent !important
}
.form-control {
  color: var(--color-gray-900) !important
}
.form-control:where(.uc-dark),
:where(.uc-dark) .form-control {
  color: white !important
}
.form-check-input:focus,
.form-control:focus {
  border-color: var(--color-primary) !important;
  box-shadow: 0 0 0 0.25rem var(--shadow-color) !important
}
.form-check-input:focus,
.form-control:focus {
  --shadow-color: rgba(0, 0, 0, 0.05)
}
.form-check-input:focus:where(.uc-dark),
:where(.uc-dark) .form-check-input:focus,
.form-control:focus:where(.uc-dark),
:where(.uc-dark) .form-control:focus {
  --shadow-color: rgba(255, 255, 255, 0.1)
}
.form-check-input:checked {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important
}
[dir=rtl] .form-check {
  padding-left: 0;
  padding-right: 1.5em
}
[dir=rtl] .form-check .form-check-input {
  float: right;
  margin-left: 0;
  margin-right: -1.5em
}
[dir=rtl] .form-select {
  background-position: left 0.75rem center
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: inherit !important
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  opacity: 0.65 !important
}
input:where(.uc-dark)::placeholder,
:where(.uc-dark) input::placeholder,
select:where(.uc-dark)::placeholder,
:where(.uc-dark) select::placeholder,
textarea:where(.uc-dark)::placeholder,
:where(.uc-dark) textarea::placeholder {
  opacity: 0.45 !important
}
.btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: var(--bs-btn-height);
  text-transform: var(--button-font-transform);
  border-radius: var(--bs-btn-border-radius)
}
.btn-xs {
  --bs-btn-height: 32px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: 1rem !important;
  --bs-btn-font-size: 0.875rem !important
}
.btn-sm {
  --bs-btn-height: 40px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: 1rem !important;
  --bs-btn-font-size: 0.875rem !important
}
.btn-md {
  --bs-btn-height: 48px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: 1.5rem !important;

  --bs-btn-font-size: 1rem !important
}
.fs-1 {
  letter-spacing: 0rem
}
.fs-3 {
  letter-spacing: 0rem
}
.fs-5 {
  letter-spacing: 0rem
}
.fs-6 {
  letter-spacing: 0rem
}
.fs-7 {
  letter-spacing: 0rem
}
.fs-8 {
  letter-spacing: 0rem
}
p.text-muted {
  color: rgba(0, 0, 0, 0.5) !important
}
p.text-muted:where(.uc-dark),
:where(.uc-dark) p.text-muted {
  color: rgba(255, 255, 255, 0.5) !important
}
.text-unset {
  text-transform: none !important
}
.text-inherit {
  color: currentColor
}
[class*=text-truncate] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: unset !important
}
.nav-y {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0

}
.nav-y > *,
.nav-y > * > * {
  display: flex;
  align-items: center;
  gap: 0.25rem
}
.nav-y a {
  text-decoration: none;
  color: inherit;
  transition: opacity 200ms ease
}
.nav-y a:hover {
  opacity: 1 !important
}
.nav-y .uc-nav-sub {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  gap: 0.25rem;
  width: 100%;
  margin: 0;
  padding: 8px 0 8px 16px;
  list-style: none;
  opacity: 0;
  transition: 200ms ease
}
.nav-y .uc-nav-sub a {
  font-size: 90%
}
.nav-y .uc-nav-sub .uc-parent::after {
  font-size: 1rem
}
.nav-y > .uc-parent > .uc-nav-sub {
  padding-top: 0.5rem
}
.nav-y .uc-parent {
  position: relative;
  display: block
}
.nav-y .uc-parent > a {
  position: relative;
  display: block;
  z-index: 1
}
.nav-y .uc-parent::after {
  content: "\e940";
  font-family: "Unicons";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.125rem;
  font-weight: bold;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6
}
.nav-y .uc-parent.uc-open::after {
  content: "\e93f"
}
.nav-y .uc-parent.uc-open .uc-nav-sub {
  opacity: 1
}
.nav-y:hover a {
  opacity: 0.6
}
.nav-x {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0
}
.nav-x > *,
.nav-x > * > * {
  display: flex;
  align-items: center;
  gap: 0.5rem
}
.nav-x a {
  text-decoration: none;
  color: inherit
}
.nav-reset {
  list-style: none;
  margin: 0;
  padding: 0
}
.nav-reset a {
  text-decoration: none;
  color: currentColor
}
.uc-navbar {
  z-index: 1
}
.uc-navbar .uc-navbar-left,
.uc-navbar .uc-navbar-right,
.uc-navbar [class*=uc-navbar-center] {
  gap: 1.5rem
}
.uc-navbar-nav > li > a {
  position: relative;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  padding: 0
}
.uc-navbar-nav > li.uc-active > a::before {
  opacity: 1
}
.uc-navbar-nav > li:hover > a,
.uc-navbar-nav > li > a[aria-expanded=true] {
  opacity: 0.75
}
.uc-navbar-nav > li:hover > a,
.uc-navbar-nav > li > a[aria-expanded=true] {
  color: var(--color-gray-900) !important
}
.uc-navbar-nav > li:hover > a:where(.uc-dark),
:where(.uc-dark) .uc-navbar-nav > li:hover > a,
.uc-navbar-nav > li > a[aria-expanded=true]:where(.uc-dark),
:where(.uc-dark) .uc-navbar-nav > li > a[aria-expanded=true] {
  color: white !important
}
.uc-navbar-dropdown {
  min-width: 250px;
  padding: 2rem;
  box-shadow: 0 4px 16px -8px rgba(0, 0, 0, 0.2);
  border-radius: var(--radius)
}
.uc-navbar-dropdown {
  background: white !important
}
.uc-navbar-dropdown:where(.uc-dark),
:where(.uc-dark) .uc-navbar-dropdown {
  background: var(--color-gray-800) !important
}
.uc-navbar-dropdown {
  color: var(--color-gray-800) !important
}
.uc-navbar-dropdown:where(.uc-dark),
:where(.uc-dark) .uc-navbar-dropdown {
  color: white !important
}
.uc-navbar-dropdown-nav > li > a {
  font-size: 0.875rem;
  font-weight: var(--font-weight-medium)
}
.uc-navbar-dropdown-nav > li > a {
  color: var(--color-gray-600)
}
.uc-navbar-dropdown-nav > li > a:where(.uc-dark),
:where(.uc-dark) .uc-navbar-dropdown-nav > li > a {
  color: var(--color-gray-400)
}
.uc-navbar-dropdown-nav > li:hover > a {
  color: var(--color-gray-900)
}
.uc-navbar-dropdown-nav > li:hover > a:where(.uc-dark),
:where(.uc-dark) .uc-navbar-dropdown-nav > li:hover > a {
  color: white
}
.uc-navbar-dropdown-nav > li.uc-active > a,
.uc-navbar-dropdown-nav .uc-nav-header {
  color: inherit
}
.uc-navbar-dropdown-nav .uc-nav-header {
  text-transform: capitalize;
  font-weight: var(--font-weight-bold);
  font-size: 1rem
}
.uc-navbar-dropdown-nav .uc-nav-divider {
  opacity: 0.15
}
.uc-navbar-dropdown-nav .uc-nav-divider {
  border-color: black
}
.uc-navbar-dropdown-nav .uc-nav-divider:where(.uc-dark),
:where(.uc-dark) .uc-navbar-dropdown-nav .uc-nav-divider {
  border-color: white
}
.uc-navbar-dropdown-stack .uc-navbar-dropdown-grid > * {
  width: 100% !important
}
.uc-navbar-dropdown-width-2:not(.uc-navbar-dropdown-stack) {
  width: 500px
}
.uc-navbar-dropdown-width-3:not(.uc-navbar-dropdown-stack) {
  width: 750px
}
.uc-navbar-dropdown-width-4:not(.uc-navbar-dropdown-stack) {
  width: 1000px
}
.uc-navbar-dropdown-width-5:not(.uc-navbar-dropdown-stack) {

  width: 1250px
}
.uc-navbar-parent-icon * {
  stroke: var(--color-gray-900) !important
}
.uc-navbar-parent-icon *:where(.uc-dark),
:where(.uc-dark) .uc-navbar-parent-icon * {
  stroke: white !important
}
.uc-navbar-container {
  transition: 0.1s ease-in-out;
  transition-property: background-color
}
.uc-navbar-container:not(.uc-navbar-transparent) {
  background-color: white
}
.uc-navbar-container:not(.uc-navbar-transparent):where(.uc-dark),
:where(.uc-dark) .uc-navbar-container:not(.uc-navbar-transparent) {
  background-color: var(--color-gray-900)
}
.uc-navbar .uc-navbar-item {
  font-family: inherit !important
}
.uc-navbar-item,
.uc-navbar-nav > li > a,
.uc-navbar-toggle {
  font-family: inherit !important;
  padding: 0;
  min-height: var(--uc-nav-height, 48px) !important
}
.uc-navbar-float {
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}
.uc-navbar-switcher-nav li > a {
  font-size: 0.875rem;
  text-decoration: none
}
.uc-navbar-switcher-nav li > a:hover {
  opacity: 1
}
.uc-navbar-switcher-nav li > a:hover {
  color: black
}
.uc-navbar-switcher-nav li > a:hover:where(.uc-dark),
:where(.uc-dark) .uc-navbar-switcher-nav li > a:hover {
  color: white
}
html[dir=rtl] .uc-navbar-right {
  margin-left: unset;
  margin-right: auto
}
html[dir=rtl] .uc-navbar-left {
  margin-right: unset;
  margin-left: auto
}
.alert {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border: 0 !important;
  border-left: 2px solid var(--bs-alert-border-color) !important;
  box-shadow: 0 0.125rem 0.25rem -0.1rem var(--shadow-color) !important
}
.alert :not(pre) > code,
.alert code {
  background: rgba(0, 0, 0, 0.08) !important
}
.table {
  --bs-table-bg: inherit !important;
  --bs-table-color: inherit !important
}
.table > :not(caption) > * > * {
  padding: 1rem 1rem
}
.table.table-sm > :not(caption) > * > * {
  padding: 0.75rem 0.75rem
}
.table > :not(caption) > *:last-child > * {
  border-width: 0
}
.uc-accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem
}
.uc-accordion > :nth-child(n+2) {
  margin: 0 !important
}
.uc-accordion-title {
  text-decoration: none;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse
}
.uc-accordion-title {
  color: var(--color-gray-900)
}
.uc-accordion-title:where(.uc-dark),
:where(.uc-dark) .uc-accordion-title {
  color: white
}
.uc-accordion-title:hover {
  opacity: 0.75
}
.uc-accordion-title:hover {
  color: var(--color-gray-900)
}
.uc-accordion-title:hover:where(.uc-dark),
:where(.uc-dark) .uc-accordion-title:hover {
  color: white
}
.uc-accordion-title::before {
  content: "\e903";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Unicons";
  width: 24px;
  height: 24px;
  font-size: 24px;
  margin-top: 2px;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: transform 200ms ease;
  background-color: rgba(155, 155, 155, 0.25);
  border-radius: 100%
}
.uc-accordion > *.uc-open .uc-accordion-title::before {
  transform: rotate(45deg)
}
[dir=rtl] .uc-accordion-title::before {
  margin-right: 10px;
  float: left
}
/* Slider: Swiper */
.swiper-hide-wrap .swiper-slide .swiper-hide {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.3s,opacity 0.3s
}
.swiper-hide-wrap .swiper-slide:not(.swiper-slide-active) .swiper-hide {
  visibility: hidden;
  opacity: 0
}
.swiper-opacity .swiper-slide {
  opacity: 0.4
}
.swiper-opacity .swiper-slide.swiper-slide-thumb-active {
  opacity: 1
}
.swiper-triangle .swiper-slide.swiper-slide-thumb-active::before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-width: 10px 12px 0 12px;
  border-style: solid;
  border-color: var(--color-gray-100) transparent transparent transparent;
  transform: translateX(-50%)
}
.swiper-wrapper {
  will-change: transform
}
.swiper-nav-hide {
  opacity: 0.2;
  cursor: default !important
}
.swiper.swiper-match .swiper-slide {
  height: auto !important
}
.swiper-thumbs .swiper-slide {
  cursor: pointer
}
.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px

}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgb(150, 150, 150);
  opacity: 0.25
}
.swiper-pagination-bullet-active {
  background-color: currentColor;
  opacity: 1
}
.swiper-slide-thumb-active {
  color: currentColor
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets {
  bottom: 0 !important
}
.swiper-progress-bar {
  position: relative;
  width: 100%;
  display: block;
  z-index: 1;
  height: 3px
}
:where(.uc-dark) .swiper .swiper-pagination-bullet {
  background-color: white;
  opacity: 0.2
}
:where(.uc-dark) .swiper .swiper-pagination-bullet-active {
  background-color: currentColor;
  opacity: 1
}
:where(.uc-dark) .swiper .swiper-slide-thumb-active {
  color: currentColor
}
:where(.uc-dark) .swiper::before {
  border-bottom-color: rgba(255, 255, 255, 0.05)
}
:where(.uc-dark) .swiper.swiper-triangle .swiper-slide.swiper-slide-thumb-active::before {
  border-top-color: rgba(255, 255, 255, 0.05)
}
.uc-tab > * > a {
  color: currentColor;
  opacity: 0.6
}
.uc-tab > .uc-active > a {
  color: currentColor;
  opacity: 1
}
.uc-lightbox-toolbar.uc-lightbox-caption {
  padding: 16px
}
.uc-lightbox-toolbar-icon.uc-close {
  background-color: var(--color-gray-800);
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  border-radius: 100%
}
.uc-lightbox-toolbar-icon.uc-close svg {
  width: 16px;
  height: 16px
}
.uc-lightbox-toolbar-icon.uc-close svg > * {
  stroke: white
}
.uc-lightbox-button {
  background-color: var(--color-gray-800);
  display: inline-flex;
  justify-content: center;
  align-items: center
}
.uc-lightbox-button svg > * {
  stroke: white
}
.uc-position-top {
  top: 0;
  left: 0;
  right: 0
}
.uc-position-bottom {
  bottom: 0;
  left: 0;
  right: 0
}
.uc-position-left {
  top: 0;
  bottom: 0;
  left: 0
}
.uc-position-right {
  top: 0;
  bottom: 0;
  right: 0
}
.uc-position-top-left {
  top: 0;
  left: 0
}
.uc-position-top-right {
  top: 0;
  right: 0
}
.uc-position-bottom-left {
  bottom: 0;
  left: 0
}
.uc-position-bottom-right {
  bottom: 0;
  right: 0
}
.uc-position-center {
  top: calc(50% - var(--uc-position-margin-offset));
  left: calc(50% - var(--uc-position-margin-offset));
  --uc-position-translate-x: -50%;
  --uc-position-translate-y: -50%;
  transform: translate(var(--uc-position-translate-x), var(--uc-position-translate-y));
  width: max-content
}
.uc-position-center-left {
  left: 0
}
.uc-position-center-right {
  right: 0
}
.uc-position-center-left-out {
  right: 100%;
  width: max-content
}
.uc-position-center-right-out {
  left: 100%;
  width: max-content
}
.uc-position-bottom-center,
.uc-position-top-center {
  left: calc(50% - var(--uc-position-margin-offset));
  --uc-position-translate-x: -50%;
  transform: translate(var(--uc-position-translate-x), 0);
  width: max-content
}
.uc-position-top-center {
  top: 0

}
.uc-position-bottom-center {
  bottom: 0
}
[dir=rtl] .uc-position-center-left {
  left: auto;
  right: 0
}
[dir=rtl] .uc-position-center-right {
  right: auto;
  left: 0
}
[dir=rtl] .uc-position-center-left-out {
  right: 0%;
  left: 100%
}
[dir=rtl] .uc-position-center-right-out {
  left: 0%;
  right: 100%
}
.uc-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}
.uc-position-small {
  margin: 15px;
  --uc-position-margin-offset: 15px
}
.uc-position-medium {
  margin: 30px;
  --uc-position-margin-offset: 30px
}
.uc-position-large {
  margin: 30px;
  --uc-position-margin-offset: 30px
}
@media (min-width: 1200px) {
  .uc-position-large {
    margin: 50px;
    --uc-position-margin-offset: 50px
  }
}
.uc-position-relative {
  position: relative !important
}
.uc-position-absolute {
  position: absolute !important
}
.uc-position-fixed {
  position: fixed !important
}
.uc-position-sticky {
  position: sticky !important
}
.uc-position-z-index {
  z-index: 1
}
.uc-position-z-index-zero {
  z-index: 0
}
.uc-position-z-index-negative {
  z-index: -1
}
.uc-text-right {
  text-align: right
}
.uc-text-center {
  text-align: center
}
.uc-text-left {
  text-align: left
}
[dir=rtl] .uc-text-right {
  text-align: left !important
}
[dir=rtl] .uc-text-left {
  text-align: right !important
}
.uc-notification-message {
  font-size: 1rem;
  font-weight: 500;
  border-radius: var(--radius)
}
.uc-notification-message {
  background-color: var(--color-gray-50)
}
.uc-notification-message:where(.uc-dark),
:where(.uc-dark) .uc-notification-message {
  background-color: var(--color-gray-800)
}
.uc-notification-message {
  color: var(--color-gray-900)
}
.uc-notification-message:where(.uc-dark),
:where(.uc-dark) .uc-notification-message {
  color: white
}
.uc-notification-message.uc-notification-message-success {
  color: var(--color-success)
}
.uc-notification-message.uc-notification-message-danger {
  color: var(--color-danger)
}
.uc-notification-message.uc-notification-message-warning {
  color: var(--color-warning)
}
.uc-notification-message .uc-notification-close {
  color: var(--color-gray-900)
}
.uc-notification-message .uc-notification-close:where(.uc-dark),
:where(.uc-dark) .uc-notification-message .uc-notification-close {
  color: white
}
.uc-notification-message .uc-notification-close svg,
.uc-notification-message .uc-notification-close svg > * {
  fill: currentColor !important;
  stroke: currentColor !important
}
.uc-menu-trigger {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 40px;
  cursor: pointer;
  z-index: 9999
}
.uc-menu-trigger::after,
.uc-menu-trigger::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: currentColor;
  margin: 4px 0 3px 0;
  transition: transform 0.2s ease-in,background-color 0.2s ease-in
}
.uc-menu-trigger[aria-expanded=true]::before {
  transform: translate(0, 4px) rotate(45deg)
}
.uc-menu-trigger[aria-expanded=true]::after {
  transform: translate(0, -5px) rotate(-45deg)
}
[uc-img],
[data-uc-img] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(137, 137, 137, 0.15)
}
.uc-svg,
.uc-svg > * {
  fill: currentcolor !important;
  height: auto;
  width: auto
}
.uc-preloader {
  transition: all 200ms ease;
  opacity: 1;
  visibility: visible;
  transform: translate(0%, 0%);
  transform-origin: top
}
.uc-preloader.loaded {
  animation: preloader 1.2s cubic-bezier(1, 0, 0, 1) 500ms forwards
}
@keyframes preloader {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translate(0%, 0%);
    transform-origin: top
  }
  50% {
    opacity: 1;
    visibility: visible;
    transform: translate(0%, -101%);
    transform-origin: bottom
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translate(0%, -101%);
    transform-origin: bottom
  }
}
.swiper .swiper-match > * {
  display: flex;
  flex-direction: column
}
.swiper .swiper-match > * > * {
  flex: 1
}
/*
 * Table of content: Template
 * ----------------------------------------
 * 01. Base
 * 02. Header
 */
:root {
  --color-white: white !important;
  --color-black: black !important;
  --bs-gray-800-rgb: 25,25,25 !important
}
html {
  font-variant-numeric: lining-nums;
  scroll-behavior: smooth
}
.uc-link {
  font-weight: var(--font-weight-medium)
}
.uc-link:hover,
a:hover {
  text-decoration: none
}
hr {
  opacity: 0.1 !important
}
.hide-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */scrollbar-width: none/* Firefox */
}
.hide-scrollbar::-webkit-scrollbar {
  display: none/* Other Browsers */
}
.uc-switcher-nav > li > a {
  border-radius: 8px
}
.uc-switcher-nav > li.uc-active > a {
  background: var(--color-primary);
  color: white
}
.nav-pagination a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 50%
}
.nav-pagination a.uc-active {
  background: var(--color-primary);
  color: white
}
.post-content p:first-child::first-letter {
  font-size: 5em;
  float: left;
  line-height: 0.9em;
  margin-right: 16px
}
.post-navigation .new-post:hover button {
  color: var(--color-primary) !important
}
.swiper {
  --autoplay-duration: 7000ms
}
.swiper .swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: 4px;
  height: 4px;
  width: 16px;
  border-radius: 0
}
.swiper .swiper-wrapper.col-match {
  flex-wrap: wrap
}
.swiper .swiper-wrapper.col-match > * {
  display: flex;
  flex-direction: column
}
.swiper .swiper-wrapper.col-match > * > * {
  flex: 1
}

.swiper .swiper-slide-progress {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%
}
.swiper .swiper-slide-progress {
  background-color: var(--color-gray-25)
}
.swiper .swiper-slide-progress:where(.uc-dark),
:where(.uc-dark) .swiper .swiper-slide-progress {
  background-color: rgba(255, 255, 255, 0.1)
}
.swiper .swiper-slide-progress > span {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(-100%, 0, 0)
}
.swiper .swiper-slide-progress > span {
  background-color: rgba(0, 0, 0, 0.05)
}
.swiper .swiper-slide-progress > span:where(.uc-dark),
:where(.uc-dark) .swiper .swiper-slide-progress > span {
  background-color: rgba(255, 255, 255, 0.1)
}
.swiper .swiper-slide-thumb-active .swiper-slide-progress > span {
  animation: slideProgress var(--autoplay-duration, 7000ms) linear
}
.swiper.swiper-thumbs-progress .featured-image {
  transform: scale(1)
}
.swiper.swiper-thumbs-progress .swiper-slide-thumb-active .featured-image {
  animation: scaleProgress 350ms ease-in-out
}
.swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: 4px;
  height: 4px;
  width: 16px;
  border-radius: 0
}
@keyframes slideProgress {
  0% {
    transform: translate3d(-100%, 0, 0)
  }
  100% {
    transform: translate3d(0, 0, 0)
  }
}
@keyframes scaleProgress {
  0% {
    transform: scale(1)
  }
  50% {
    transform: scale(0.98)
  }
  100% {
    transform: scale(1)
  }
}
.swiper-ticker .swiper-wrapper {
  transition-timing-function: linear
}
.swiper-ticker .swiper-slide {
  width: fit-content !important;
  white-space: nowrap;
  word-wrap: normal;
  word-break: keep-all;
  line-break: normal
}
.swiper-ticker-sep {
  --uc-ticker-sep: "•";
  --uc-ticker-gap: 24px;
  --uc-ticker-new-gap: calc(var(--uc-ticker-gap) / 2 * -1)
}
.swiper-ticker-sep .swiper-wrapper > * + *::before {
  content: var(--uc-ticker-sep);
  position: absolute;
  top: 50%;
  left: var(--uc-ticker-new-gap);
  transform: translate(-50%, -50%);
  color: currentColor;
  opacity: 0.5
}
.uc-dark .swiper-pagination.numbered-pagination > * {
  color: var(--color-gray-10);
  opacity: 0.3
}
.uc-dark .swiper-pagination.numbered-pagination > *.swiper-pagination-bullet-active {
  opacity: 1
}
/* Dark mode triggers */
.nav-y .uc-parent::after {
  top: 5px;
  transition: none
}
.nav-y .uc-nav-sub .uc-parent::after {
  top: 3.5px;
  transition: none
}
.uc-gdpr-notification {
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 250ms ease
}
.uc-gdpr-notification.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}
/* Header */
.uc-header {
  display: block
}
header.uc-preview-header.uc-sticky-fixed {
  overflow: visible !important
}
header.uc-preview-header .uc-navbar-container {
  transition: all 350ms ease
}
header.uc-preview-header .uc-navbar-container.uc-navbar-sticky {
  backdrop-filter: blur(10px);
  max-width: 1080px;
  margin: 16px auto 0;
  border-radius: 80px;
  box-shadow: 0 7px 10px -10px rgba(0, 0, 0, 0.1);
  transition: all 350ms ease
}
header.uc-preview-header .uc-navbar-container.uc-navbar-sticky {
  background-color: rgba(255, 255, 255, 0.85)
}
header.uc-preview-header .uc-navbar-container.uc-navbar-sticky:where(.uc-dark),
:where(.uc-dark) header.uc-preview-header .uc-navbar-container.uc-navbar-sticky {
  background-color: rgba(31, 31, 31, 0.75)
}
header.uc-preview-header .uc-navbar-container.uc-navbar-sticky .uc-navbar-nav li > a {
  opacity: 0.6
}
header.uc-preview-header .uc-navbar-container.uc-navbar-sticky .uc-navbar-nav .uc-active > a {
  opacity: 1
}
header.uc-preview-header .uc-navbar-nav li > a {
  color: black
}
header.uc-preview-header .uc-navbar-nav li > a:where(.uc-dark),
:where(.uc-dark) header.uc-preview-header .uc-navbar-nav li > a {
  color: white
}
/* Switcher */
.uc-switcher-nav > li > a {
  border-radius: 12px
}
/* Accordion */
.uc-accordion > *.uc-open .uc-accordion-title::before {
  transform: rotate(-90deg)
}
.uc-accordion .uc-accordion-title::before {
  content: "\e940";
  margin-top: 0;
  background-color: transparent;
  font-weight: normal
}
/* Buttons */
/* Nav X */
.nav-x > *.uc-active {
  color: var(--color-primary)
}
/* Swiper */
.swiper-scale-active .swiper-slide {
  transform: scale(1);
  transition: transform 250ms ease-in-out
}
.swiper-scale-active .swiper-slide.swiper-slide-active {
  transform: scale(1.15);
  transition: transform 250ms ease-in-out
}
.swiper-scale-active .swiper-pagination {
  gap: 4px !important
}
.swiper-scale-active .swiper-pagination > * {
  height: 8px !important;
  width: 8px !important;
  border-radius: 50% !important
}
/* Base */
.post.type-post .uc-post-share {
  visibility: hidden;
  opacity: 0;
  transform: translateY(8px);
  transition: 200ms ease-in-out
}
.post.type-post .post-meta {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: 200ms ease-in-out
}
.post.type-post.uc-active .uc-post-share {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: 200ms ease-in-out
}
.post.type-post.uc-active .post-meta {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-8px);
  transition: 200ms ease-in-out
}
/* blog comment */
.rtl #blog-comment li {
  margin-right: -30px
}
.rtl #blog-comment li li {
  margin-right: 40px
}
.rtl #blog-comment .comment {
  margin-left: 0;
  margin-right: 85px
}

.rtl .comment-info {
  margin-left: 0;
  margin-right: 85px
}
.post-content {
  position: relative
}
.post-content p {
  margin-bottom: 0px
}
.post-date {
  margin-right: 20px;
  font-size: 13px;
  font-family: var(--body-font)
}
.post-date {
  color: var(--title-font-color)
}
.post-date:before {
  font-family: FontAwesome;
  padding-right: 10px;
  font-size: 11px
}
.right-sidebar .recent-widget.widget {
  position: relative;
  transition: all 500ms ease;
  margin-bottom: 40px;
  border-radius: 7px;
  padding: 38px 40px 35px;
  background: #f6f6f6
}
.right-sidebar .recent-widget.widget ul {
  padding: 0;
  margin: 0
}
.right-sidebar .recent-widget.widget ul li {
  list-style: none;
  padding: 20px 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}
.right-sidebar .widget {
  border-radius: 7px;
  overflow: hidden
}
.right-sidebar .widget:last-child {
  margin-bottom: 0
}
.right-sidebar .widget-title {
  color: #0e0e0e;
  font-family: var(--font-title);
  position: relative;
  font-size: 24px;
  line-height: 1.24;
  font-weight: 700;
  z-index: 1;
  position: relative
}
.recent-post-widget .show-featured {
  display: flex;
  align-items: center
}
.recent-post-widget .show-featured .post-img {
  flex: 0 0 30%;
  max-width: 30%;
  line-height: 0
}
.recent-post-widget .show-featured .post-img img {
  height: 85px;
  -o-object-fit: cover;
  object-fit: cover
}
.recent-post-widget .show-featured .post-item {
  flex: 0 0 70%;
  max-width: 70%
}
.recent-post-widget > div + div {
  margin-top: 18px
}
.recent-post-widget .post-date {
  font-size: 13px;
  color: #999
}
.recent-post-widget .post-title {
  font-weight: 400;
  margin-bottom: 0 !important
}
.recent-post-widget .post-title a {
  font-size: 15px
}
.recent-post-widget .post-desc {
  margin-left: 20px
}
.recent-post-widget .post-desc .rt-site-mega {
  display: flex;
  align-items: center
}
.recent-post-widget .post-desc .rt-site-mega a {
  text-decoration: underline;
  font-weight: 500;
  color: var(--color-body);
  margin: 0;
  line-height: 1
}
.recent-post-widget .post-desc .rt-site-mega .author-post {
  margin-right: 10px
}
.recent-post-widget .post-desc span {
  display: inline-block;
  font-size: 14px;
  color: var(--color-body);
  font-weight: 400;
  line-height: 1
}
.recent-post-widget .post-desc a {
  display: inline-block;
  color: #0e0e0e;
  transition: all 0.3s ease 0s;
  font-size: 16px;
  line-height: 22px;
  font-family: var(--font-primary);
  font-weight: 600;
  margin-top: 6px;
  text-decoration: none
}
.recent-post-widget .post-desc a:hover {
  color: var(--color-primary)
}
@media (max-width: 1200px) and (min-width: 992px) {
  .right-sidebar .recent-widget.widget {
    padding: 38px 20px 35px
  }
  .recent-post-widget .show-featured {
    flex-direction: column;
    align-items: start;
    gap: 20px
  }
  .recent-post-widget .show-featured .post-img,
  .recent-post-widget .show-featured .post-item {
    flex: 0 0 100%;
    max-width: 100%
  }
  .recent-post-widget .post-desc {
    margin-left: 0
  }
  .recent-post-widget .show-featured .post-img img {
    height: auto
  }
}
@media (max-width: 450px) {
  .recent-post-widget .show-featured {
    flex-direction: column;
    align-items: start;
    gap: 20px
  }
  .recent-post-widget .show-featured .post-img,
  .recent-post-widget .show-featured .post-item {
    flex: 0 0 100%;
    max-width: 100%
  }
  .recent-post-widget .post-desc {
    margin-left: 0
  }
  .recent-post-widget .show-featured .post-img img {
    height: auto
  }
  .right-sidebar .recent-widget.widget {
    padding: 38px 20px 35px
  }
}
.swiper .swiper-pagination-bullet,
.swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: 0;
  height: 8px !important;
  width: 8px !important;
  border-radius: 8px !important
}
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;

  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #203793;
  --bs-secondary: #d946ef;
  --bs-success: #4CAF50;
  --bs-info: #0099cc;
  --bs-warning: #ffb307;
  --bs-danger: #e44b4b;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-gray: #5b5b5b;
  --bs-gray-10: #fafafa;
  --bs-gray-25: #f7f7f7;
  --bs-gray-50: #efefef;
  --bs-gray-100: #dedede;
  --bs-gray-200: #bdbdbd;
  --bs-gray-300: #9d9d9d;
  --bs-gray-400: #7c7c7c;
  --bs-gray-500: #5b5b5b;
  --bs-gray-600: #494949;
  --bs-gray-700: #373737;
  --bs-gray-800: #242424;
  --bs-gray-900: #121212;
  --bs-slate: #6b7280;
  --bs-slate-10: #fbfbfb;
  --bs-slate-25: #f8f8f9;
  --bs-slate-50: #f0f1f2;
  --bs-slate-100: #e1e3e6;
  --bs-slate-200: #c4c7cc;
  --bs-slate-300: #a6aab3;
  --bs-slate-400: #898e99;
  --bs-slate-500: #6b7280;
  --bs-slate-600: #565b66;
  --bs-slate-700: #40444d;
  --bs-slate-800: #2b2e33;
  --bs-slate-900: #15171a;
  --bs-primary-10: #9AAAEA;
  --bs-primary-25: #A2A0C4;
  --bs-primary-50: #9997BE;
  --bs-primary-100: #3F51A3;
  --bs-primary-200: #1E348C;
  --bs-primary-300: #1B2F7F;
  --bs-primary-400: #192B73;
  --bs-primary-500: #172769;
  --bs-primary-600: #121F54;
  --bs-primary-700: #0E1943;
  --bs-primary-800: #0B1332;
  --bs-primary-900: #040611;
  --bs-secondary-10: #fef9ff;
  --bs-secondary-25: #fdf6fe;
  --bs-secondary-50: #fbedfd;
  --bs-secondary-100: #f7dafc;
  --bs-secondary-200: #f0b5f9;
  --bs-secondary-300: #e890f5;
  --bs-secondary-400: #e16bf2;
  --bs-secondary-500: #d946ef;
  --bs-secondary-600: #ae38bf;
  --bs-secondary-700: #822a8f;
  --bs-secondary-800: #571c60;
  --bs-secondary-900: #2b0e30;
  --bs-info-10: #f7fcfd;
  --bs-info-25: #f2fafc;
  --bs-info-50: #e6f5fa;
  --bs-info-100: #ccebf5;
  --bs-info-200: #99d6eb;
  --bs-info-300: #66c2e0;
  --bs-info-400: #33add6;
  --bs-info-500: #0099cc;
  --bs-info-600: #007aa3;
  --bs-info-700: #005c7a;
  --bs-info-800: #003d52;
  --bs-info-900: #001f29;
  --bs-success-10: #fafdfa;
  --bs-success-25: #f6fbf6;
  --bs-success-50: #edf7ee;
  --bs-success-100: #dbefdc;
  --bs-success-200: #b7dfb9;
  --bs-success-300: #94cf96;
  --bs-success-400: #70bf73;
  --bs-success-500: #4CAF50;
  --bs-success-600: #3d8c40;
  --bs-success-700: #2e6930;
  --bs-success-800: #1e4620;
  --bs-success-900: #0f2310;
  --bs-warning-10: #fffdf8;
  --bs-warning-25: #fffbf3;
  --bs-warning-50: #fff7e6;
  --bs-warning-100: #fff0cd;
  --bs-warning-200: #ffe19c;
  --bs-warning-300: #ffd16a;
  --bs-warning-400: #ffc239;
  --bs-warning-500: #ffb307;
  --bs-warning-600: #cc8f06;
  --bs-warning-700: #996b04;
  --bs-warning-800: #664803;
  --bs-warning-900: #332401;
  --bs-danger-10: #fefafa;
  --bs-danger-25: #fef6f6;
  --bs-danger-50: #fceded;
  --bs-danger-100: #fadbdb;
  --bs-danger-200: #f4b7b7;
  --bs-danger-300: #ef9393;
  --bs-danger-400: #e96f6f;
  --bs-danger-500: #e44b4b;
  --bs-danger-600: #b63c3c;
  --bs-danger-700: #892d2d;
  --bs-danger-800: #5b1e1e;
  --bs-danger-900: #2e0f0f;
  --bs-blue: #078af3;
  --bs-blue-10: #f8fbff;
  --bs-blue-25: #f3f9fe;
  --bs-blue-50: #e6f3fe;
  --bs-blue-100: #cde8fd;
  --bs-blue-200: #9cd0fa;
  --bs-blue-300: #6ab9f8;
  --bs-blue-400: #39a1f5;
  --bs-blue-500: #078af3;
  --bs-blue-600: #066ec2;
  --bs-blue-700: #045392;
  --bs-blue-800: #033761;
  --bs-blue-900: #011c31;
  --bs-indigo: #553cdf;
  --bs-indigo-10: #faf9fe;
  --bs-indigo-25: #f7f5fd;
  --bs-indigo-50: #eeecfc;
  --bs-indigo-100: #ddd8f9;
  --bs-indigo-200: #bbb1f2;
  --bs-indigo-300: #998aec;
  --bs-indigo-400: #7763e5;
  --bs-indigo-500: #553cdf;
  --bs-indigo-600: #4430b2;
  --bs-indigo-700: #332486;
  --bs-indigo-800: #221859;
  --bs-indigo-900: #110c2d;
  --bs-purple: #8921e4;
  --bs-purple-10: #fbf8fe;
  --bs-purple-25: #f9f4fe;
  --bs-purple-50: #f3e9fc;
  --bs-purple-100: #e7d3fa;
  --bs-purple-200: #d0a6f4;
  --bs-purple-300: #b87aef;
  --bs-purple-400: #a14de9;
  --bs-purple-500: #8921e4;
  --bs-purple-600: #6e1ab6;
  --bs-purple-700: #521489;
  --bs-purple-800: #370d5b;
  --bs-purple-900: #1b072e;
  --bs-red: #ea4335;
  --bs-red-10: #fef9f9;
  --bs-red-25: #fef6f5;
  --bs-red-50: #fdeceb;
  --bs-red-100: #fbd9d7;
  --bs-red-200: #f7b4ae;
  --bs-red-300: #f28e86;
  --bs-red-400: #ee695d;
  --bs-red-500: #ea4335;
  --bs-red-600: #bb362a;
  --bs-red-700: #8c2820;
  --bs-red-800: #5e1b15;
  --bs-red-900: #2f0d0b;
  --bs-rose: #d20e4f;
  --bs-rose-10: #fef8fa;
  --bs-rose-25: #fdf3f6;
  --bs-rose-50: #fbe7ed;
  --bs-rose-100: #f6cfdc;
  --bs-rose-200: #ed9fb9;
  --bs-rose-300: #e46e95;
  --bs-rose-400: #db3e72;
  --bs-rose-500: #d20e4f;
  --bs-rose-600: #a80b3f;
  --bs-rose-700: #7e082f;
  --bs-rose-800: #540620;
  --bs-rose-900: #2a0310;
  --bs-pink: #f06b9d;
  --bs-pink-10: #fffbfc;
  --bs-pink-25: #fef8fa;
  --bs-pink-50: #fef0f5;
  --bs-pink-100: #fce1eb;
  --bs-pink-200: #f9c4d8;
  --bs-pink-300: #f6a6c4;
  --bs-pink-400: #f389b1;
  --bs-pink-500: #f06b9d;
  --bs-pink-600: #c0567e;
  --bs-pink-700: #90405e;
  --bs-pink-800: #602b3f;
  --bs-pink-900: #30151f;
  --bs-orange: #fb6b1e;
  --bs-orange-10: #fffbf8;
  --bs-orange-25: #fff8f4;
  --bs-orange-50: #fff0e9;
  --bs-orange-100: #fee1d2;
  --bs-orange-200: #fdc4a5;

  --bs-orange-300: #fda678;
  --bs-orange-400: #fc894b;
  --bs-orange-500: #fb6b1e;
  --bs-orange-600: #c95618;
  --bs-orange-700: #974012;
  --bs-orange-800: #642b0c;
  --bs-orange-900: #321506;
  --bs-yellow: #fcbc05;
  --bs-yellow-10: #fffdf8;
  --bs-yellow-25: #fffcf3;
  --bs-yellow-50: #fff8e6;
  --bs-yellow-100: #fef2cd;
  --bs-yellow-200: #fee49b;
  --bs-yellow-300: #fdd769;
  --bs-yellow-400: #fdc937;
  --bs-yellow-500: #fcbc05;
  --bs-yellow-600: #ca9604;
  --bs-yellow-700: #977103;
  --bs-yellow-800: #654b02;
  --bs-yellow-900: #322601;
  --bs-green: #34a853;
  --bs-green-10: #f9fcfa;
  --bs-green-25: #f5fbf6;
  --bs-green-50: #ebf6ee;
  --bs-green-100: #d6eedd;
  --bs-green-200: #aedcba;
  --bs-green-300: #85cb98;
  --bs-green-400: #5db975;
  --bs-green-500: #34a853;
  --bs-green-600: #2a8642;
  --bs-green-700: #1f6532;
  --bs-green-800: #154321;
  --bs-green-900: #0a2211;
  --bs-lime: #aef359;
  --bs-lime-10: #fdfffa;
  --bs-lime-25: #fbfef7;
  --bs-lime-50: #f7feee;
  --bs-lime-100: #effdde;
  --bs-lime-200: #dffabd;
  --bs-lime-300: #cef89b;
  --bs-lime-400: #bef57a;
  --bs-lime-500: #aef359;
  --bs-lime-600: #8bc247;
  --bs-lime-700: #689235;
  --bs-lime-800: #466124;
  --bs-lime-900: #233112;
  --bs-teal: #06f6c6;
  --bs-teal-10: #f8fffd;
  --bs-teal-25: #f3fffc;
  --bs-teal-50: #e6fef9;
  --bs-teal-100: #cdfdf4;
  --bs-teal-200: #9bfbe8;
  --bs-teal-300: #6afadd;
  --bs-teal-400: #38f8d1;
  --bs-teal-500: #06f6c6;
  --bs-teal-600: #05c59e;
  --bs-teal-700: #049477;
  --bs-teal-800: #02624f;
  --bs-teal-900: #013128;
  --bs-cyan: #38e1ff;
  --bs-cyan-10: #f9feff;
  --bs-cyan-25: #f5feff;
  --bs-cyan-50: #ebfcff;
  --bs-cyan-100: #d7f9ff;
  --bs-cyan-200: #aff3ff;
  --bs-cyan-300: #88edff;
  --bs-cyan-400: #60e7ff;
  --bs-cyan-500: #38e1ff;
  --bs-cyan-600: #2db4cc;
  --bs-cyan-700: #228799;
  --bs-cyan-800: #165a66;
  --bs-cyan-900: #0b2d33;
  --bs-tertiary: #252529;
  --bs-tertiary-10: #f8f8f9;
  --bs-tertiary-25: #f4f4f4;
  --bs-tertiary-50: #e9e9ea;
  --bs-tertiary-100: #d3d3d4;
  --bs-tertiary-200: #a8a8a9;
  --bs-tertiary-300: #7c7c7f;
  --bs-tertiary-400: #515154;
  --bs-tertiary-500: #252529;
  --bs-tertiary-600: #1e1e21;
  --bs-tertiary-700: #161619;
  --bs-tertiary-800: #0f0f10;
  --bs-tertiary-900: #070708;
  --bs-primary-rgb: 33, 57, 154;
  --bs-secondary-rgb: 217,70,239;
  --bs-success-rgb: 76,175,80;
  --bs-info-rgb: 0,153,204;
  --bs-warning-rgb: 255,179,7;
  --bs-danger-rgb: 228,75,75;
  --bs-light-rgb: 248,249,250;
  --bs-dark-rgb: 33,37,41;
  --bs-gray-rgb: 91,91,91;
  --bs-gray-10-rgb: 250,250,250;
  --bs-gray-25-rgb: 247,247,247;
  --bs-gray-50-rgb: 239,239,239;
  --bs-gray-100-rgb: 222,222,222;
  --bs-gray-200-rgb: 189,189,189;
  --bs-gray-300-rgb: 157,157,157;
  --bs-gray-400-rgb: 124,124,124;
  --bs-gray-500-rgb: 91,91,91;
  --bs-gray-600-rgb: 73,73,73;
  --bs-gray-700-rgb: 55,55,55;
  --bs-gray-800-rgb: 36,36,36;
  --bs-gray-900-rgb: 18,18,18;
  --bs-slate-rgb: 107,114,128;
  --bs-slate-10-rgb: 251,251,251;
  --bs-slate-25-rgb: 248,248,249;
  --bs-slate-50-rgb: 240,241,242;
  --bs-slate-100-rgb: 225,227,230;
  --bs-slate-200-rgb: 196,199,204;
  --bs-slate-300-rgb: 166,170,179;
  --bs-slate-400-rgb: 137,142,153;
  --bs-slate-500-rgb: 107,114,128;
  --bs-slate-600-rgb: 86,91,102;
  --bs-slate-700-rgb: 64,68,77;
  --bs-slate-800-rgb: 43,46,51;
  --bs-slate-900-rgb: 21,23,26;
  --bs-primary-10-rgb: 154, 170, 234;
  --bs-primary-25-rgb: 162, 160, 196;
  --bs-primary-50-rgb: 255,246,232;
  --bs-primary-100-rgb: 255,238,208;
  --bs-primary-200-rgb: 255,221,161;
  --bs-primary-300-rgb: 255,203,114;
  --bs-primary-400-rgb: 255,186,67;
  --bs-primary-500-rgb: 255,169,20;
  --bs-primary-600-rgb: 204,135,16;
  --bs-primary-700-rgb: 153,101,12;
  --bs-primary-800-rgb: 102,68,8;
  --bs-primary-900-rgb: 51,34,4;
  --bs-secondary-10-rgb: 254,249,255;
  --bs-secondary-25-rgb: 253,246,254;
  --bs-secondary-50-rgb: 251,237,253;
  --bs-secondary-100-rgb: 247,218,252;
  --bs-secondary-200-rgb: 240,181,249;
  --bs-secondary-300-rgb: 232,144,245;
  --bs-secondary-400-rgb: 225,107,242;
  --bs-secondary-500-rgb: 217,70,239;
  --bs-secondary-600-rgb: 174,56,191;
  --bs-secondary-700-rgb: 130,42,143;
  --bs-secondary-800-rgb: 87,28,96;
  --bs-secondary-900-rgb: 43,14,48;
  --bs-info-10-rgb: 247,252,253;
  --bs-info-25-rgb: 242,250,252;
  --bs-info-50-rgb: 230,245,250;
  --bs-info-100-rgb: 204,235,245;
  --bs-info-200-rgb: 153,214,235;
  --bs-info-300-rgb: 102,194,224;
  --bs-info-400-rgb: 51,173,214;
  --bs-info-500-rgb: 0,153,204;
  --bs-info-600-rgb: 0,122,163;
  --bs-info-700-rgb: 0,92,122;
  --bs-info-800-rgb: 0,61,82;
  --bs-info-900-rgb: 0,31,41;
  --bs-success-10-rgb: 250,253,250;
  --bs-success-25-rgb: 246,251,246;
  --bs-success-50-rgb: 237,247,238;
  --bs-success-100-rgb: 219,239,220;
  --bs-success-200-rgb: 183,223,185;
  --bs-success-300-rgb: 148,207,150;
  --bs-success-400-rgb: 112,191,115;
  --bs-success-500-rgb: 76,175,80;
  --bs-success-600-rgb: 61,140,64;
  --bs-success-700-rgb: 46,105,48;
  --bs-success-800-rgb: 30,70,32;
  --bs-success-900-rgb: 15,35,16;
  --bs-warning-10-rgb: 255,253,248;
  --bs-warning-25-rgb: 255,251,243;
  --bs-warning-50-rgb: 255,247,230;
  --bs-warning-100-rgb: 255,240,205;
  --bs-warning-200-rgb: 255,225,156;
  --bs-warning-300-rgb: 255,209,106;
  --bs-warning-400-rgb: 255,194,57;
  --bs-warning-500-rgb: 255,179,7;
  --bs-warning-600-rgb: 204,143,6;
  --bs-warning-700-rgb: 153,107,4;
  --bs-warning-800-rgb: 102,72,3;
  --bs-warning-900-rgb: 51,36,1;
  --bs-danger-10-rgb: 254,250,250;
  --bs-danger-25-rgb: 254,246,246;
  --bs-danger-50-rgb: 252,237,237;
  --bs-danger-100-rgb: 250,219,219;
  --bs-danger-200-rgb: 244,183,183;
  --bs-danger-300-rgb: 239,147,147;
  --bs-danger-400-rgb: 233,111,111;
  --bs-danger-500-rgb: 228,75,75;
  --bs-danger-600-rgb: 182,60,60;
  --bs-danger-700-rgb: 137,45,45;
  --bs-danger-800-rgb: 91,30,30;
  --bs-danger-900-rgb: 46,15,15;
  --bs-blue-rgb: 7,138,243;
  --bs-blue-10-rgb: 248,251,255;
  --bs-blue-25-rgb: 243,249,254;
  --bs-blue-50-rgb: 230,243,254;
  --bs-blue-100-rgb: 205,232,253;
  --bs-blue-200-rgb: 156,208,250;
  --bs-blue-300-rgb: 106,185,248;
  --bs-blue-400-rgb: 57,161,245;
  --bs-blue-500-rgb: 7,138,243;

  --bs-blue-600-rgb: 6,110,194;
  --bs-blue-700-rgb: 4,83,146;
  --bs-blue-800-rgb: 3,55,97;
  --bs-blue-900-rgb: 1,28,49;
  --bs-indigo-rgb: 85,60,223;
  --bs-indigo-10-rgb: 250,249,254;
  --bs-indigo-25-rgb: 247,245,253;
  --bs-indigo-50-rgb: 238,236,252;
  --bs-indigo-100-rgb: 221,216,249;
  --bs-indigo-200-rgb: 187,177,242;
  --bs-indigo-300-rgb: 153,138,236;
  --bs-indigo-400-rgb: 119,99,229;
  --bs-indigo-500-rgb: 85,60,223;
  --bs-indigo-600-rgb: 68,48,178;
  --bs-indigo-700-rgb: 51,36,134;
  --bs-indigo-800-rgb: 34,24,89;
  --bs-indigo-900-rgb: 17,12,45;
  --bs-purple-rgb: 137,33,228;
  --bs-purple-10-rgb: 251,248,254;
  --bs-purple-25-rgb: 249,244,254;
  --bs-purple-50-rgb: 243,233,252;
  --bs-purple-100-rgb: 231,211,250;
  --bs-purple-200-rgb: 208,166,244;
  --bs-purple-300-rgb: 184,122,239;
  --bs-purple-400-rgb: 161,77,233;
  --bs-purple-500-rgb: 137,33,228;
  --bs-purple-600-rgb: 110,26,182;
  --bs-purple-700-rgb: 82,20,137;
  --bs-purple-800-rgb: 55,13,91;
  --bs-purple-900-rgb: 27,7,46;
  --bs-red-rgb: 234,67,53;
  --bs-red-10-rgb: 254,249,249;
  --bs-red-25-rgb: 254,246,245;
  --bs-red-50-rgb: 253,236,235;
  --bs-red-100-rgb: 251,217,215;
  --bs-red-200-rgb: 247,180,174;
  --bs-red-300-rgb: 242,142,134;
  --bs-red-400-rgb: 238,105,93;
  --bs-red-500-rgb: 234,67,53;
  --bs-red-600-rgb: 187,54,42;
  --bs-red-700-rgb: 140,40,32;
  --bs-red-800-rgb: 94,27,21;
  --bs-red-900-rgb: 47,13,11;
  --bs-rose-rgb: 210,14,79;
  --bs-rose-10-rgb: 254,248,250;
  --bs-rose-25-rgb: 253,243,246;
  --bs-rose-50-rgb: 251,231,237;
  --bs-rose-100-rgb: 246,207,220;
  --bs-rose-200-rgb: 237,159,185;
  --bs-rose-300-rgb: 228,110,149;
  --bs-rose-400-rgb: 219,62,114;
  --bs-rose-500-rgb: 210,14,79;
  --bs-rose-600-rgb: 168,11,63;
  --bs-rose-700-rgb: 126,8,47;
  --bs-rose-800-rgb: 84,6,32;
  --bs-rose-900-rgb: 42,3,16;
  --bs-pink-rgb: 240,107,157;
  --bs-pink-10-rgb: 255,251,252;
  --bs-pink-25-rgb: 254,248,250;
  --bs-pink-50-rgb: 254,240,245;
  --bs-pink-100-rgb: 252,225,235;
  --bs-pink-200-rgb: 249,196,216;
  --bs-pink-300-rgb: 246,166,196;
  --bs-pink-400-rgb: 243,137,177;
  --bs-pink-500-rgb: 240,107,157;
  --bs-pink-600-rgb: 192,86,126;
  --bs-pink-700-rgb: 144,64,94;
  --bs-pink-800-rgb: 96,43,63;
  --bs-pink-900-rgb: 48,21,31;
  --bs-orange-rgb: 251,107,30;
  --bs-orange-10-rgb: 255,251,248;
  --bs-orange-25-rgb: 255,248,244;
  --bs-orange-50-rgb: 255,240,233;
  --bs-orange-100-rgb: 254,225,210;
  --bs-orange-200-rgb: 253,196,165;
  --bs-orange-300-rgb: 253,166,120;
  --bs-orange-400-rgb: 252,137,75;
  --bs-orange-500-rgb: 251,107,30;
  --bs-orange-600-rgb: 201,86,24;
  --bs-orange-700-rgb: 151,64,18;
  --bs-orange-800-rgb: 100,43,12;
  --bs-orange-900-rgb: 50,21,6;
  --bs-yellow-rgb: 252,188,5;
  --bs-yellow-10-rgb: 255,253,248;
  --bs-yellow-25-rgb: 255,252,243;
  --bs-yellow-50-rgb: 255,248,230;
  --bs-yellow-100-rgb: 254,242,205;
  --bs-yellow-200-rgb: 254,228,155;
  --bs-yellow-300-rgb: 253,215,105;
  --bs-yellow-400-rgb: 253,201,55;
  --bs-yellow-500-rgb: 252,188,5;
  --bs-yellow-600-rgb: 202,150,4;
  --bs-yellow-700-rgb: 151,113,3;
  --bs-yellow-800-rgb: 101,75,2;
  --bs-yellow-900-rgb: 50,38,1;
  --bs-green-rgb: 52,168,83;
  --bs-green-10-rgb: 249,252,250;
  --bs-green-25-rgb: 245,251,246;
  --bs-green-50-rgb: 235,246,238;
  --bs-green-100-rgb: 214,238,221;
  --bs-green-200-rgb: 174,220,186;
  --bs-green-300-rgb: 133,203,152;
  --bs-green-400-rgb: 93,185,117;
  --bs-green-500-rgb: 52,168,83;
  --bs-green-600-rgb: 42,134,66;
  --bs-green-700-rgb: 31,101,50;
  --bs-green-800-rgb: 21,67,33;
  --bs-green-900-rgb: 10,34,17;
  --bs-lime-rgb: 174,243,89;
  --bs-lime-10-rgb: 253,255,250;
  --bs-lime-25-rgb: 251,254,247;
  --bs-lime-50-rgb: 247,254,238;
  --bs-lime-100-rgb: 239,253,222;
  --bs-lime-200-rgb: 223,250,189;
  --bs-lime-300-rgb: 206,248,155;
  --bs-lime-400-rgb: 190,245,122;
  --bs-lime-500-rgb: 174,243,89;
  --bs-lime-600-rgb: 139,194,71;
  --bs-lime-700-rgb: 104,146,53;
  --bs-lime-800-rgb: 70,97,36;
  --bs-lime-900-rgb: 35,49,18;
  --bs-teal-rgb: 6,246,198;
  --bs-teal-10-rgb: 248,255,253;
  --bs-teal-25-rgb: 243,255,252;
  --bs-teal-50-rgb: 230,254,249;
  --bs-teal-100-rgb: 205,253,244;
  --bs-teal-200-rgb: 155,251,232;
  --bs-teal-300-rgb: 106,250,221;
  --bs-teal-400-rgb: 56,248,209;
  --bs-teal-500-rgb: 6,246,198;
  --bs-teal-600-rgb: 5,197,158;
  --bs-teal-700-rgb: 4,148,119;
  --bs-teal-800-rgb: 2,98,79;
  --bs-teal-900-rgb: 1,49,40;
  --bs-cyan-rgb: 56,225,255;
  --bs-cyan-10-rgb: 249,254,255;
  --bs-cyan-25-rgb: 245,254,255;
  --bs-cyan-50-rgb: 235,252,255;
  --bs-cyan-100-rgb: 215,249,255;
  --bs-cyan-200-rgb: 175,243,255;
  --bs-cyan-300-rgb: 136,237,255;
  --bs-cyan-400-rgb: 96,231,255;
  --bs-cyan-500-rgb: 56,225,255;
  --bs-cyan-600-rgb: 45,180,204;
  --bs-cyan-700-rgb: 34,135,153;
  --bs-cyan-800-rgb: 22,90,102;
  --bs-cyan-900-rgb: 11,45,51;
  --bs-tertiary-rgb: 37,37,41;
  --bs-tertiary-10-rgb: 248,248,249;
  --bs-tertiary-25-rgb: 244,244,244;
  --bs-tertiary-50-rgb: 233,233,234;
  --bs-tertiary-100-rgb: 211,211,212;
  --bs-tertiary-200-rgb: 168,168,169;
  --bs-tertiary-300-rgb: 124,124,127;
  --bs-tertiary-400-rgb: 81,81,84;
  --bs-tertiary-500-rgb: 37,37,41;
  --bs-tertiary-600-rgb: 30,30,33;
  --bs-tertiary-700-rgb: 22,22,25;
  --bs-tertiary-800-rgb: 15,15,16;
  --bs-tertiary-900-rgb: 7,7,8;
  --bs-white-rgb: 255,255,255;
  --bs-black-rgb: 0,0,0;
  --bs-body-color-rgb: 33,37,41;
  --bs-body-bg-rgb: 255,255,255;
  --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--font-family-primary);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: rgba(131, 131, 131, 0.25);
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd
}
*,
*::before,
*::after {
  box-sizing: border-box
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth
  }
}
body {
  margin: 0;

  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: var(--font-family-secondary);
  font-weight: 600;
  color: var(--bs-heading-color, inherit)
}
p {
  margin: 0
}
p + p {
  margin-top: 1rem
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}
ol,
ul {
  padding-left: 2rem
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0
}
dt {
  font-weight: 700
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0
}

strong {
  font-weight: 700
}
small,
.small {
  font-size: 0.875em
}
mark,
.mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg)
}
sub {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline
}
sub {
  bottom: -0.25em
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}
pre,
code {
  font-family: var(--font-family-code);
  font-size: 1em
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal
}
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word
}
a > code {
  color: inherit
}
figure {
  margin: 0 0 1rem
}
img,
svg {
  vertical-align: middle
}
table {
  caption-side: bottom;
  border-collapse: collapse
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent
}
thead,
tbody,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0
}
label {
  display: inline-block
}
button {
  border-radius: 0
}
button:focus:not(:focus-visible) {
  outline: 0
}
input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}
button,
select {
  text-transform: none

}
[role=button] {
  cursor: pointer
}
select {
  word-wrap: normal
}
select:disabled {
  opacity: 1
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer
}
::-moz-focus-inner {
  padding: 0;
  border-style: none
}
textarea {
  resize: vertical
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0
}
::-webkit-inner-spin-button {
  height: auto
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-color-swatch-wrapper {
  padding: 0
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button
}
output {
  display: inline-block
}
iframe {
  border: 0
}
summary {
  display: list-item;
  cursor: pointer
}
progress {
  vertical-align: baseline
}
[hidden] {
  display: none !important
}
.h1 {
  font-size: var(--sizes-heading-h1-size) !important;
  line-height: var(--sizes-heading-h1-lh) !important;
  letter-spacing: var(--sizes-heading-h1-lp) !important
}
.h2 {
  font-size: var(--sizes-heading-h2-size) !important;
  line-height: var(--sizes-heading-h2-lh) !important;
  letter-spacing: var(--sizes-heading-h2-lp) !important
}
.h3 {
  font-size: var(--sizes-heading-h3-size) !important;
  line-height: var(--sizes-heading-h3-lh) !important;
  letter-spacing: var(--sizes-heading-h3-lp) !important
}
.h4 {
  font-size: var(--sizes-heading-h4-size) !important;
  line-height: var(--sizes-heading-h4-lh) !important;
  letter-spacing: var(--sizes-heading-h4-lp) !important
}
.h5 {
  font-size: var(--sizes-heading-h5-size) !important;
  line-height: var(--sizes-heading-h5-lh) !important;
  letter-spacing: var(--sizes-heading-h5-lp) !important
}
.h6 {
  font-size: var(--sizes-heading-h6-size) !important;
  line-height: var(--sizes-heading-h6-lh) !important;
  letter-spacing: var(--sizes-heading-h6-lp) !important
}
@media (min-width: 459px) {

  .sm\:h2 {
    font-size: var(--sizes-heading-h2-size) !important;
    line-height: var(--sizes-heading-h2-lh) !important;
    letter-spacing: var(--sizes-heading-h2-lp) !important
  }
  .sm\:h3 {
    font-size: var(--sizes-heading-h3-size) !important;
    line-height: var(--sizes-heading-h3-lh) !important;
    letter-spacing: var(--sizes-heading-h3-lp) !important
  }
  .sm\:h4 {
    font-size: var(--sizes-heading-h4-size) !important;
    line-height: var(--sizes-heading-h4-lh) !important;
    letter-spacing: var(--sizes-heading-h4-lp) !important
  }
  .sm\:h5 {
    font-size: var(--sizes-heading-h5-size) !important;
    line-height: var(--sizes-heading-h5-lh) !important;
    letter-spacing: var(--sizes-heading-h5-lp) !important
  }
}
@media (min-width: 768px) {
  .md\:h5 {
    font-size: var(--sizes-heading-h5-size) !important;
    line-height: var(--sizes-heading-h5-lh) !important;
    letter-spacing: var(--sizes-heading-h5-lp) !important
  }
}
@media (min-width: 992px) {
  .lg\:h1 {
    font-size: var(--sizes-heading-h1-size) !important;
    line-height: var(--sizes-heading-h1-lh) !important;
    letter-spacing: var(--sizes-heading-h1-lp) !important
  }
  .lg\:h5 {
    font-size: var(--sizes-heading-h5-size) !important;
    line-height: var(--sizes-heading-h5-lh) !important;
    letter-spacing: var(--sizes-heading-h5-lp) !important
  }
}
@media (min-width: 1200px) {
  .xl\:display-5 {
    font-size: var(--sizes-heading-display-5-size) !important;
    line-height: var(--sizes-heading-display-5-lh) !important;
    letter-spacing: var(--sizes-heading-display-5-lp) !important
  }
  .xl\:display-6 {
    font-size: var(--sizes-heading-display-6-size) !important;
    line-height: var(--sizes-heading-display-6-lh) !important;
    letter-spacing: var(--sizes-heading-display-6-lp) !important
  }
  .xl\:h3 {
    font-size: var(--sizes-heading-h3-size) !important;
    line-height: var(--sizes-heading-h3-lh) !important;
    letter-spacing: var(--sizes-heading-h3-lp) !important
  }
  .xl\:h4 {
    font-size: var(--sizes-heading-h4-size) !important;
    line-height: var(--sizes-heading-h4-lh) !important;
    letter-spacing: var(--sizes-heading-h4-lp) !important

  }
  .xl\:h5 {
    font-size: var(--sizes-heading-h5-size) !important;
    line-height: var(--sizes-heading-h5-lh) !important;
    letter-spacing: var(--sizes-heading-h5-lp) !important
  }
}
.list-inline {
  padding-left: 0;
  list-style: none
}
.list-inline-item {
  display: inline-block
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem
}
.img-fluid {
  max-width: 100%;
  height: auto
}
.figure {
  display: inline-block
}
.container,
.container-fluid {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto
}
@media (min-width: 459px) {

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

  .container {
    max-width: 720px
  }
}
@media (min-width: 992px) {

  .container {
    max-width: 960px
  }
}
@media (min-width: 1200px) {

  .container {
    max-width: 1140px
  }
}
@media (min-width: 1400px) {

  .container {
    max-width: 1320px
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x))
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y)
}
.row.col-match {
  flex-wrap: wrap
}
.row.col-match > [class*=col-],
.row.col-match > * {
  display: flex;
  flex-direction: column
}
.row.col-match > [class*=col-] > *,
.row.col-match > * > * {
  flex: 1
}
.row.uc-grid:not(.uc-flex-wrap-top),
.row.uc-grid > :not(.uc-grid-margin) {
  margin-top: 0
}
.row.uc-grid.uc-flex-top {
  align-items: flex-start
}
.row.uc-grid.uc-flex-wrap-top {
  align-content: flex-start
}
.child-cols > * {
  flex: 1
}
.child-cols-6 > * {
  --grid-total: 12;
  --grid-count: 6;
  flex: 0 0 auto;
  width: 50%
}
.child-cols-12 > * {
  --grid-total: 12;
  --grid-count: 12;
  flex: 0 0 auto;
  width: 100%
}
@media (min-width: 459px) {
  .sm\:child-cols-6 > * {
    --grid-total: 12;
    --grid-count: 6;
    flex: 0 0 auto;
    width: 50%
  }
}
@media (min-width: 768px) {
  .md\:child-cols > * {
    flex: 1 0 0%
  }
  .md\:child-cols-6 > * {
    --grid-total: 12;
    --grid-count: 6;
    flex: 0 0 auto;
    width: 50%
  }
}
@media (min-width: 992px) {
  .lg\:child-cols > * {
    flex: 1 0 0%
  }
  .lg\:child-cols-2 > * {
    --grid-total: 12;
    --grid-count: 2;
    flex: 0 0 auto;
    width: 16.66666667%
  }
  .lg\:child-cols-3 > * {
    --grid-total: 12;
    --grid-count: 3;
    flex: 0 0 auto;
    width: 25%
  }
  .lg\:child-cols-4 > * {
    --grid-total: 12;
    --grid-count: 4;
    flex: 0 0 auto;
    width: 33.33333333%
  }
  .lg\:child-cols-6 > * {
    --grid-total: 12;
    --grid-count: 6;
    flex: 0 0 auto;
    width: 50%
  }
  .lg\:child-cols-12 > * {
    --grid-total: 12;
    --grid-count: 12;
    flex: 0 0 auto;
    width: 100%
  }
}
@media (min-width: 1200px) {
  .xl\:child-cols-4 > * {
    --grid-total: 12;
    --grid-count: 4;
    flex: 0 0 auto;
    width: 33.33333333%
  }
}
.grid {
  display: grid;
  grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
  grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
  gap: var(--bs-gap, 1.5rem)
}
.col {
  flex: 1 0 0%
}
.col-auto {
  flex: 0 0 auto;
  width: auto
}
.col-4 {
  --grid-total: 12;
  --grid-count: 4;
  flex: 0 0 auto;
  width: 33.33333333%
}
.col-6 {
  --grid-total: 12;
  --grid-count: 6;
  flex: 0 0 auto;
  width: 50%
}
.col-8 {
  --grid-total: 12;
  --grid-count: 8;
  flex: 0 0 auto;
  width: 66.66666667%
}
.col-12 {
  --grid-total: 12;
  --grid-count: 12;
  flex: 0 0 auto;
  width: 100%
}
.g-1 {
  --bs-gutter-x: 0.5rem
}
.g-1 {
  --bs-gutter-y: 0.5rem
}
.g-2,
.gx-2 {
  --bs-gutter-x: 1rem
}
.g-2 {
  --bs-gutter-y: 1rem
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1.5rem
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1.5rem
}
.g-4,
.gx-4 {
  --bs-gutter-x: 2rem
}
.g-4,
.gy-4 {
  --bs-gutter-y: 2rem
}

.gy-6 {
  --bs-gutter-y: 3rem
}
@media (min-width: 459px) {
  .col-sm-3 {
    --grid-total: 12;
    --grid-count: 3;
    flex: 0 0 auto;
    width: 25%
  }
  .col-sm-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: 0 0 auto;
    width: 33.33333333%
  }
  .col-sm-8 {
    --grid-total: 12;
    --grid-count: 8;
    flex: 0 0 auto;
    width: 66.66666667%
  }
  .col-sm-9 {
    --grid-total: 12;
    --grid-count: 9;
    flex: 0 0 auto;
    width: 75%
  }
  .col-sm-12 {
    --grid-total: 12;
    --grid-count: 12;
    flex: 0 0 auto;
    width: 100%
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto
  }
  .col-md-3 {
    --grid-total: 12;
    --grid-count: 3;
    flex: 0 0 auto;
    width: 25%
  }
  .col-md-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: 0 0 auto;
    width: 33.33333333%
  }
  .col-md-6 {
    --grid-total: 12;
    --grid-count: 6;
    flex: 0 0 auto;
    width: 50%
  }
  .col-md-8 {
    --grid-total: 12;
    --grid-count: 8;
    flex: 0 0 auto;
    width: 66.66666667%
  }
  .col-md-12 {
    --grid-total: 12;
    --grid-count: 12;
    flex: 0 0 auto;
    width: 100%
  }
}
@media (min-width: 992px) {
  .col-lg-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: 0 0 auto;
    width: 33.33333333%
  }
  .col-lg-5 {
    --grid-total: 12;
    --grid-count: 5;
    flex: 0 0 auto;
    width: 41.66666667%
  }
  .col-lg-7 {
    --grid-total: 12;
    --grid-count: 7;
    flex: 0 0 auto;
    width: 58.33333333%
  }
  .col-lg-8 {
    --grid-total: 12;
    --grid-count: 8;
    flex: 0 0 auto;
    width: 66.66666667%
  }
  .col-lg-12 {
    --grid-total: 12;
    --grid-count: 12;
    flex: 0 0 auto;
    width: 100%
  }
}
@media (min-width: 1200px) {
  .col-xl-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: 0 0 auto;
    width: 33.33333333%
  }
  .col-xl-8 {
    --grid-total: 12;
    --grid-count: 8;
    flex: 0 0 auto;
    width: 66.66666667%
  }
}
@media (min-width: 459px) {

  .sm\:gx-3 {
    --bs-gutter-x: 1.5rem
  }

  .sm\:gx-4 {
    --bs-gutter-x: 2rem
  }

  .sm\:gy-6 {
    --bs-gutter-y: 3rem
  }
}
@media (min-width: 768px) {

  .md\:gx-3 {
    --bs-gutter-x: 1.5rem
  }

  .md\:gy-4 {
    --bs-gutter-y: 2rem
  }
}
@media (min-width: 992px) {
  .lg\:col-3 {
    --grid-total: 12;
    --grid-count: 3;
    flex: 0 0 auto;
    width: 25%
  }
  .lg\:col-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: 0 0 auto;
    width: 33.33333333%
  }
  .lg\:col-6 {
    --grid-total: 12;
    --grid-count: 6;
    flex: 0 0 auto;
    width: 50%
  }
  .lg\:col-8 {
    --grid-total: 12;
    --grid-count: 8;
    flex: 0 0 auto;
    width: 66.66666667%

  }

  .lg\:gy-2 {
    --bs-gutter-y: 1rem
  }
  .lg\:g-6 {
    --bs-gutter-x: 3rem
  }
  .lg\:g-6 {
    --bs-gutter-y: 3rem
  }
}
@media (min-width: 1200px) {
  .xl\:g-4,
  .xl\:gx-4 {
    --bs-gutter-x: 2rem
  }
  .xl\:g-4 {
    --bs-gutter-y: 2rem
  }

  .xl\:gy-6 {
    --bs-gutter-y: 3rem
  }
  .xl\:g-8 {

    --bs-gutter-x: 4rem
  }
  .xl\:g-8 {
    --bs-gutter-y: 4rem
  }
}
.sep > * {
  position: relative
}
.sep > :not(.uc-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0
}
.sep > :not(.uc-first-column)::before {
  left: -0.2px !important
}
[dir=rtl] .sep > :not(.uc-first-column)::before {
  left: auto !important;
  right: -0.2px !important
}
.sep > :not(.uc-first-column)::before {
  border-left: 1px solid var(--border-color) !important
}
[dir=rtl] .sep > :not(.uc-first-column)::before {
  border-left: 1rem !important;
  border-right: 1px solid var(--border-color) !important
}
.sep > .uc-grid-margin::after {
  content: "";
  position: absolute;
  top: calc(var(--bs-gutter-y) / 2 * -1);
  left: calc(var(--bs-gutter-y) / 2);
  right: calc(var(--bs-gutter-y) / 2);
  border-top: 1px solid rgba(155, 155, 155, 0.2);
  transform: translateY(-50%)
}
.sep-x > :not(:first-child) {
  position: relative
}
.sep-x > :not(:first-child)::before {
  content: "";
  position: absolute;
  top: calc(var(--bs-gutter-y) / 2 * -1);
  left: 15px;
  right: 15px;
  border-top: 1px solid rgba(155, 155, 155, 0.2);
  transform: translateY(-50%)
}
.clearfix::after {
  display: block;
  clear: both;
  content: ""
}
.text-bg-primary {
  color: #000 !important;
  background-color: RGBA(255, 169, 20, var(--bs-bg-opacity, 1)) !important
}
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(217, 70, 239, var(--bs-bg-opacity, 1)) !important
}
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(76, 175, 80, var(--bs-bg-opacity, 1)) !important
}
.text-bg-info {
  color: #fff !important;
  background-color: RGBA(0, 153, 204, var(--bs-bg-opacity, 1)) !important
}
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 179, 7, var(--bs-bg-opacity, 1)) !important
}
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(228, 75, 75, var(--bs-bg-opacity, 1)) !important
}
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important
}
.ratio {
  position: relative;
  width: 100%
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: ""
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%

}
.ratio-1x1 {
  --bs-aspect-ratio: 100%
}
.ratio-4x3 {
  --bs-aspect-ratio: 75%
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%
}
.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25
}
.btn {
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-padding-y: 0px;
  --bs-btn-font-family: var(--font-family-primary);
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 700;
  --bs-btn-line-height: 48px;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color)
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow)
}

:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color)
}

:not(.btn-check) + .btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow)
}
.btn:disabled,
.btn.disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity)
}
.btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffa914;
  --bs-btn-border-color: #ffa914;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffb637;
  --bs-btn-hover-border-color: #ffb22c;
  --bs-btn-focus-shadow-rgb: 217,144,17;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffba43;
  --bs-btn-active-border-color: #ffb22c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffa914;
  --bs-btn-disabled-border-color: #ffa914
}
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #d946ef;
  --bs-btn-border-color: #d946ef;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #b83ccb;
  --bs-btn-hover-border-color: #ae38bf;
  --bs-btn-focus-shadow-rgb: 223,98,241;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ae38bf;
  --bs-btn-active-border-color: #a335b3;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #d946ef;
  --bs-btn-disabled-border-color: #d946ef
}
.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #4CAF50;
  --bs-btn-border-color: #4CAF50;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #419544;
  --bs-btn-hover-border-color: #3d8c40;
  --bs-btn-focus-shadow-rgb: 103,187,106;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3d8c40;
  --bs-btn-active-border-color: #39833c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #4CAF50;
  --bs-btn-disabled-border-color: #4CAF50
}
.btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0099cc;
  --bs-btn-border-color: #0099cc;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0082ad;
  --bs-btn-hover-border-color: #007aa3;
  --bs-btn-focus-shadow-rgb: 38,168,212;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #007aa3;
  --bs-btn-active-border-color: #007399;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0099cc;
  --bs-btn-disabled-border-color: #0099cc
}
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffb307;
  --bs-btn-border-color: #ffb307;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffbe2c;
  --bs-btn-hover-border-color: #ffbb20;
  --bs-btn-focus-shadow-rgb: 217,152,6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc239;
  --bs-btn-active-border-color: #ffbb20;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffb307;
  --bs-btn-disabled-border-color: #ffb307
}
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #e44b4b;
  --bs-btn-border-color: #e44b4b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c24040;
  --bs-btn-hover-border-color: #b63c3c;
  --bs-btn-focus-shadow-rgb: 232,102,102;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b63c3c;
  --bs-btn-active-border-color: #ab3838;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #e44b4b;
  --bs-btn-disabled-border-color: #e44b4b
}
.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211,212,213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa
}
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66,70,73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529
}
.btn-outline-primary {
  --bs-btn-color: #ffa914;
  --bs-btn-border-color: #ffa914;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffa914;
  --bs-btn-hover-border-color: #ffa914;
  --bs-btn-focus-shadow-rgb: 255,169,20;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffa914;
  --bs-btn-active-border-color: #ffa914;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffa914;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffa914;
  --bs-gradient: none
}
.btn-outline-secondary {
  --bs-btn-color: #d946ef;
  --bs-btn-border-color: #d946ef;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #d946ef;
  --bs-btn-hover-border-color: #d946ef;
  --bs-btn-focus-shadow-rgb: 217,70,239;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #d946ef;
  --bs-btn-active-border-color: #d946ef;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #d946ef;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #d946ef;
  --bs-gradient: none
}
.btn-outline-warning {
  --bs-btn-color: #ffb307;
  --bs-btn-border-color: #ffb307;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffb307;
  --bs-btn-hover-border-color: #ffb307;
  --bs-btn-focus-shadow-rgb: 255,179,7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffb307;
  --bs-btn-active-border-color: #ffb307;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffb307;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffb307;
  --bs-gradient: none
}
.btn-outline-danger {
  --bs-btn-color: #e44b4b;
  --bs-btn-border-color: #e44b4b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #e44b4b;
  --bs-btn-hover-border-color: #e44b4b;
  --bs-btn-focus-shadow-rgb: 228,75,75;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #e44b4b;
  --bs-btn-active-border-color: #e44b4b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #e44b4b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e44b4b;
  --bs-gradient: none
}
.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33,37,41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none
}
.btn-outline-gray-100 {
  --bs-btn-color: #dedede;
  --bs-btn-border-color: #dedede;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #dedede;
  --bs-btn-hover-border-color: #dedede;
  --bs-btn-focus-shadow-rgb: 222,222,222;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #dedede;
  --bs-btn-active-border-color: #dedede;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dedede;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dedede;
  --bs-gradient: none
}
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  text-decoration: underline
}
.btn-link:focus-visible {
  color: var(--bs-btn-color)
}
.btn-link:hover {
  color: var(--bs-btn-hover-color)
}
.btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--radius)
}
.accordion {
  --bs-accordion-color: #212529;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #212529;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #0c63e4;
  --bs-accordion-active-bg: #e7f1ff
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition)
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform)
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition)
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none
  }
}
.accordion-button:hover {
  z-index: 2
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}
.accordion-header {
  margin-bottom: 0
}
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius)
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius)
}
.accordion-item:not(:first-of-type) {
  border-top: 0
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius)
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius)
}
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);

  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color)
}
.table > :not(caption) > * > * {
  padding: 1rem 1rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}
.table > tbody {
  vertical-align: inherit
}
.table > thead {
  vertical-align: bottom
}
.table-sm > :not(caption) > * > * {
  padding: 0.75rem 0.75rem
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color)
}
.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color)
}
.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #373b3e;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color)
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}
.form-label {
  margin-bottom: 0.5rem
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d
}
.form-control {
  display: block;
  width: 100%;
  padding: 1rem 1rem;
  font-family: var(--font-text-family);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: var(--radius);
  transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none
  }
}
.form-control[type=file] {
  overflow: hidden
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25)
}
.form-control::-webkit-date-and-time-value {
  height: 1.25rem
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1
}
.form-control::file-selector-button {
  padding: 1rem 1rem;
  margin: -1rem -1rem;
  margin-inline-end: 1rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 1rem 0;
  margin-bottom: 0;
  line-height: 1.25rem;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0
}
.form-control-plaintext:focus {
  outline: 0
}
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0
}
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.75rem;
  font-size: 1rem;
  border-radius: var(--radius)
}
.form-control-sm::file-selector-button {
  padding: 0.75rem;
  margin: - 0.75rem;
  margin-inline-end: 0.75rem
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px)
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px)
}
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 1rem
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--radius)
}
.form-control-color::-webkit-color-swatch {
  border-radius: var(--radius)
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px)
}
.form-select {
  display: block;
  width: 100%;
  padding: 2.25rem 1rem;
  -moz-padding-start: calc(1rem - 3px);
  font-family: var(--font-text-family);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  appearance: none
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25)
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 1rem;
  background-image: none
}
.form-select:disabled {
  background-color: #e9ecef
}
.form-select:-moz-focusring {
  color: transparent;

  text-shadow: 0 0 0 #212529
}
.form-select-sm {
  padding-left: 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  print-color-adjust: exact
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em
}
.form-check-input:active {
  filter: brightness(90%)
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25)
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 5
}
.input-group .btn {
  position: relative;
  z-index: 2
}
.input-group .btn:focus {
  z-index: 5
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: var(--radius)
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545
}

.is-invalid ~ .invalid-feedback {
  display: block
}

.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25)
}

textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.form-select.is-invalid {
  border-color: #dc3545
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center,center right 2.25rem;
  background-size: 16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25)
}

.form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem))
}

.form-check-input.is-invalid {
  border-color: #dc3545
}

.form-check-input.is-invalid:checked {
  background-color: #dc3545
}

.form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25)
}

.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em
}

.input-group > .form-control:not(:focus).is-invalid,
.input-group > .form-select:not(:focus).is-invalid {
  z-index: 4
}
.fade {
  transition: opacity 0.15s linear
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none
  }
}
.fade:not(.show) {
  opacity: 0
}
.collapse:not(.show) {
  display: none
}

.dropdown {
  position: relative
}
.dropdown-toggle {
  white-space: nowrap
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;

  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent
}
.dropdown-toggle:empty::after {
  margin-left: 0
}
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius)
}
.dropdown-menu-end {
  --bs-position: end
}
.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg)
}
.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg)
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent
}
.dropdown-menu.show {
  display: block
}
.btn-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle
}
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 1
}
.btn-group {
  border-radius: var(--radius)
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none

}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none
  }
}
.nav-link:hover,
.nav-link:focus {
  color: var(--bs-nav-link-hover-color)
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default
}
.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius)
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color)
}
.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color)
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius)
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg)
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%
}
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap
}
.navbar-brand:hover,
.navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color)
}
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color)
}
.navbar-nav .dropdown-menu {
  position: static
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center
}
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);

  transition: var(--bs-navbar-toggler-transition)
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none
  }
}
.navbar-toggler:hover {
  text-decoration: none
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width)
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x)
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }
  .navbar-expand-lg .navbar-toggler {
    display: none
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
  }
}
.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.375rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius)
}
.card > hr {
  margin-right: 0;
  margin-left: 0
}
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color)
}
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y)
}
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color)
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0
}
.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius)
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x)
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/")/* rtl: var(--bs-breadcrumb-divider, "/") */
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color)
}
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none
}
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color)
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow)
}
.page-link.active,
.active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color)
}
.page-link.disabled,
.disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color)
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius)
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius)
}
.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: 0.25rem
}
.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.375rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius)
}
.badge:empty {
  display: none
}
.btn .badge {
  position: relative;
  top: -1px
}
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 2px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius)
}
.alert-dismissible {
  padding-right: 3rem
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem
}
.alert-secondary {
  --bs-alert-color: #9831a7;
  --bs-alert-bg: #fbedfd;
  --bs-alert-border-color: #e16bf2
}
.alert-info {
  --bs-alert-color: #006b8f;
  --bs-alert-bg: #e6f5fa;
  --bs-alert-border-color: #33add6
}
.alert-warning {
  --bs-alert-color: #b37d05;
  --bs-alert-bg: #fff7e6;
  --bs-alert-border-color: #ffc239
}
.alert-danger {
  --bs-alert-color: #a03535;
  --bs-alert-bg: #fceded;
  --bs-alert-border-color: #e96f6f
}
.alert-light {
  --bs-alert-color: #aeaeaf;
  --bs-alert-bg: #fefeff;
  --bs-alert-border-color: #f9fafb
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem
  }
}
.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 0.375rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius)
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition)
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height)
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none
  }
}
.btn-close {

  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1
}
.btn-close:disabled,
.btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%)
}
.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.375rem;
  --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-toast-header-color: #6c757d;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius)
}
.toast:not(.show) {
  display: none
}
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px)
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none
  }
}
.modal.show .modal-dialog {
  transform: none
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2)
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);

  border-top-right-radius: var(--bs-modal-inner-border-radius)
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto
}
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height)
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding)
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5)
}
@media (min-width: 459px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15)
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto
  }
}
@media (min-width: 992px) {
  .modal-lg {
    --bs-modal-width: 800px
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: 0.375rem;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: var(--font-family-primary);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;

  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity)
}
/* rtl:begin:ignore */
/* rtl:end:ignore */
/* rtl:begin:ignore */
/* rtl:end:ignore */
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 0.5rem;
  --bs-popover-inner-border-radius: calc(0.5rem - 1px);
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: ;
  --bs-popover-header-bg: #f0f0f0;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #212529;
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--font-family-primary);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius)
}
/* rtl:begin:ignore */
/* rtl:end:ignore */
/* rtl:begin:ignore */
/* rtl:end:ignore */
.carousel {
  position: relative
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: ""
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none
  }
}
.carousel-item.active {
  display: block
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9
}
.carousel-control-prev {
  left: 0
}
.carousel-control-next {
  right: 0
}
/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;

  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none
  }
}
.carousel-indicators .active {
  opacity: 1
}

.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg)/* rtl:ignore */
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent
}
.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border {
    --bs-spinner-animation-speed: 1.5s
  }
}

.offcanvas {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075)
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%)
}

.offcanvas.show:not(.hiding) {
  transform: none
}

.offcanvas.show {
  visibility: visible
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y))
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5
}
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5
}
.placeholder.btn::before {
  display: inline-block;
  content: ""
}
.align-middle {
  vertical-align: middle !important
}
.opacity-0 {
  opacity: 0 !important
}
.opacity-25 {
  opacity: 0.25 !important
}
.opacity-40 {
  opacity: 0.4 !important
}
.opacity-50 {
  opacity: 0.5 !important
}
.opacity-60 {
  opacity: 0.6 !important
}
.opacity-75 {
  opacity: 0.75 !important
}
.opacity-90 {
  opacity: 0.9 !important
}
.opacity-100 {
  opacity: 1 !important
}
.overflow-auto {
  overflow: auto !important
}
.overflow-hidden {
  overflow: hidden !important
}
.d-inline {
  display: inline !important
}
[dir=rtl] .rtl\:d-inline {
  display: inline !important
}
.d-inline-block {
  display: inline-block !important
}
[dir=rtl] .rtl\:d-inline-block {
  display: inline-block !important
}
.d-block {
  display: block !important
}
[dir=rtl] .rtl\:d-block {
  display: block !important
}
.d-grid {
  display: grid !important
}
[dir=rtl] .rtl\:d-grid {
  display: grid !important
}
[dir=rtl] .rtl\:d-table {
  display: table !important
}
[dir=rtl] .rtl\:d-table-row {
  display: table-row !important
}
[dir=rtl] .rtl\:d-table-cell {
  display: table-cell !important
}
.d-flex {
  display: flex !important
}
[dir=rtl] .rtl\:d-flex {
  display: flex !important
}
.d-inline-flex {
  display: inline-flex !important
}
[dir=rtl] .rtl\:d-inline-flex {
  display: inline-flex !important
}
.d-none {
  display: none !important
}
[dir=rtl] .rtl\:d-none {
  display: none !important
}
[dir=rtl] .rtl\:d-inline {
  display: inline !important
}
[dir=rtl] .rtl\:d-inline-block {
  display: inline-block !important
}
[dir=rtl] .rtl\:d-block {
  display: block !important
}
[dir=rtl] .rtl\:d-grid {
  display: grid !important
}
[dir=rtl] .rtl\:d-table {
  display: table !important
}
[dir=rtl] .rtl\:d-table-row {
  display: table-row !important
}
[dir=rtl] .rtl\:d-table-cell {
  display: table-cell !important
}
[dir=rtl] .rtl\:d-flex {
  display: flex !important
}
[dir=rtl] .rtl\:d-inline-flex {
  display: inline-flex !important
}
[dir=rtl] .rtl\:d-none {
  display: none !important
}
.shadow {
  box-shadow: 0 0.5rem 1rem -0.1rem var(--shadow-color) !important
}
.shadow-xs {
  box-shadow: 0 0.125rem 0.25rem -0.1rem var(--shadow-color) !important
}
.shadow-sm {
  box-shadow: 0 0.25rem 0.5rem -0.1rem var(--shadow-color) !important
}
.shadow-md {
  box-shadow: 0 0.5rem 1rem -0.1rem var(--shadow-color) !important
}
.shadow-lg {
  box-shadow: 0 1rem 1.5rem -0.1rem var(--shadow-color) !important

}
.shadow-xl {
  box-shadow: 0 1.5rem 2rem -0.1rem var(--shadow-color) !important
}
.position-relative {
  position: relative !important
}
.position-absolute {
  position: absolute !important
}
.position-fixed {
  position: fixed !important
}
.top-0 {
  top: 0 !important
}
.top-3 {
  top: 0.5rem !important
}
.top-50 {
  top: 50% !important
}
.top-100 {
  top: 100% !important
}
.bottom-0 {
  bottom: 0 !important
}
[dir=rtl] .rtl\:start-auto {
  left: auto !important
}
.start-0 {
  left: 0 !important
}
[dir=rtl] .rtl\:start-0 {
  left: 0 !important
}
[dir=rtl] .rtl\:start-px {
  left: 1px !important
}
[dir=rtl] .rtl\:start-1 {
  left: 0.125rem !important
}
[dir=rtl] .rtl\:start-2 {
  left: 0.25rem !important
}
[dir=rtl] .rtl\:start-3 {
  left: 0.5rem !important
}
[dir=rtl] .rtl\:start-4 {
  left: 1rem !important
}
[dir=rtl] .rtl\:start-5 {
  left: 1.5rem !important
}
[dir=rtl] .rtl\:start-6 {
  left: 2rem !important
}
[dir=rtl] .rtl\:start-7 {
  left: 2.5rem !important
}
[dir=rtl] .rtl\:start-8 {
  left: 3rem !important
}
[dir=rtl] .rtl\:start-9 {
  left: 4rem !important
}
[dir=rtl] .rtl\:start-10 {
  left: 5rem !important
}
[dir=rtl] .rtl\:start-25 {
  left: 25% !important
}
.start-50 {
  left: 50% !important
}
[dir=rtl] .rtl\:start-50 {
  left: 50% !important
}
[dir=rtl] .rtl\:start-75 {
  left: 75% !important
}
[dir=rtl] .rtl\:start-100 {
  left: 100% !important
}
[dir=rtl] .rtl\:end-auto {
  right: auto !important
}
.end-0 {
  right: 0 !important
}
[dir=rtl] .rtl\:end-0 {
  right: 0 !important
}
[dir=rtl] .rtl\:end-px {
  right: 1px !important
}
[dir=rtl] .rtl\:end-1 {
  right: 0.125rem !important
}
[dir=rtl] .rtl\:end-2 {
  right: 0.25rem !important
}
[dir=rtl] .rtl\:end-3 {
  right: 0.5rem !important
}
[dir=rtl] .rtl\:end-4 {
  right: 1rem !important
}
[dir=rtl] .rtl\:end-5 {
  right: 1.5rem !important
}
[dir=rtl] .rtl\:end-6 {
  right: 2rem !important
}
[dir=rtl] .rtl\:end-7 {
  right: 2.5rem !important
}
[dir=rtl] .rtl\:end-8 {
  right: 3rem !important
}
[dir=rtl] .rtl\:end-9 {
  right: 4rem !important
}
[dir=rtl] .rtl\:end-10 {
  right: 5rem !important
}
[dir=rtl] .rtl\:end-25 {
  right: 25% !important
}
[dir=rtl] .rtl\:end-50 {
  right: 50% !important
}
[dir=rtl] .rtl\:end-75 {
  right: 75% !important
}
[dir=rtl] .rtl\:end-100 {
  right: 100% !important
}
.translate-middle {
  transform: translate(-50%, -50%) !important
}
.translate-middle-y {
  transform: translateY(-50%) !important
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}
.border-0 {
  border: 0 !important
}
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}
.border-top-0 {
  border-top: 0 !important
}
[dir=rtl] .rtl\:border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}
[dir=rtl] .rtl\:border-end-0 {
  border-right: 0 !important
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}
[dir=rtl] .rtl\:border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}
[dir=rtl] .rtl\:border-start-0 {
  border-left: 0 !important
}
.border-primary,
.hover\:border-primary:hover {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important
}
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important
}
.border-gray-100 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-100-rgb), var(--bs-border-opacity)) !important
}
.border-gray-200 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-200-rgb), var(--bs-border-opacity)) !important
}
.border-gray-300,
.hover\:border-gray-300:hover,
.focus\:border-gray-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-300-rgb), var(--bs-border-opacity)) !important
}

.focus\:border-blue-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-300-rgb), var(--bs-border-opacity)) !important
}
.border-indigo-400 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-indigo-400-rgb), var(--bs-border-opacity)) !important
}

.focus\:border-indigo-500:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-indigo-500-rgb), var(--bs-border-opacity)) !important
}

.focus\:border-indigo-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-indigo-700-rgb), var(--bs-border-opacity)) !important
}
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
}
:where(.uc-dark) .dark\:border-gray-300 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-300-rgb), var(--bs-border-opacity)) !important
}
:where(.uc-dark) .dark\:border-gray-500 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-500-rgb), var(--bs-border-opacity)) !important
}
:where(.uc-dark) .dark\:border-gray-600,
:where(.uc-dark) .dark\:hover\:border-gray-600:hover,
:where(.uc-dark) .dark\:focus\:border-gray-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-600-rgb), var(--bs-border-opacity)) !important
}
:where(.uc-dark) .dark\:border-gray-700,
:where(.uc-dark) .dark\:hover\:border-gray-700:hover,
:where(.uc-dark) .dark\:focus\:border-gray-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-700-rgb), var(--bs-border-opacity)) !important
}
:where(.uc-dark) .dark\:border-gray-800 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-800-rgb), var(--bs-border-opacity)) !important
}

:where(.uc-dark) .dark\:focus\:border-blue-700:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-700-rgb), var(--bs-border-opacity)) !important
}

:where(.uc-dark) .dark\:focus\:border-blue-800:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-800-rgb), var(--bs-border-opacity)) !important
}

:where(.uc-dark) .dark\:focus\:border-indigo-300:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-indigo-300-rgb), var(--bs-border-opacity)) !important
}
:where(.uc-dark) .dark\:border-indigo-600,
:where(.uc-dark) .dark\:focus\:border-indigo-600:focus {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-indigo-600-rgb), var(--bs-border-opacity)) !important
}
.border-3 {
  border-width: 3px !important
}
:where(.uc-dark) .dark\:border-opacity-30 {
  --bs-border-opacity: 0.3
}
.w-8px {
  width: 8px !important
}
.w-32px {
  width: 32px !important
}
.w-40px {
  width: 40px !important
}
.w-72px {
  width: 72px !important
}
.w-100px {
  width: 100px !important
}
.w-150px {
  width: 150px !important
}
.w-100 {
  width: 100% !important
}
.w-full {
  width: 100% !important
}
.w-auto {
  width: auto !important
}
.max-w-300px {
  max-width: 300px !important
}
.max-w-400px {
  max-width: 400px !important
}
.max-w-500px {
  max-width: 500px !important
}
.max-w-600px {
  max-width: 600px !important
}
.max-w-xs {
  max-width: 320px !important
}
.max-w-lg {
  max-width: 1040px !important
}
.max-w-xl {
  max-width: 1280px !important
}
.max-w-full {
  max-width: 100% !important
}
.h-8px {
  height: 8px !important
}
.h-24px {
  height: 24px !important
}
.h-32px {
  height: 32px !important
}
.h-40px {
  height: 40px !important
}
.h-100px {
  height: 100px !important
}
.h-150px {
  height: 150px !important
}
.h-100 {
  height: 100% !important
}
.h-auto {
  height: auto !important
}
.h-screen {
  height: 100vh !important
}
.flex-fill {
  flex: 1 1 auto !important
}
.flex-1 {
  flex: 1 1 0% !important
}
.flex-row {
  flex-direction: row !important
}
.flex-column {
  flex-direction: column !important
}
.flex-grow-0 {
  flex-grow: 0 !important
}
.flex-grow-1 {
  flex-grow: 1 !important
}
.flex-wrap {
  flex-wrap: wrap !important
}
.flex-nowrap {
  flex-wrap: nowrap !important
}
.justify-start {
  justify-content: flex-start !important
}
.justify-center {
  justify-content: center !important
}
.justify-end {
  justify-content: flex-end !important
}
.justify-between {
  justify-content: space-between !important
}
.items-start {
  align-items: flex-start !important
}
.items-center {

  align-items: center !important
}
.items-end {
  align-items: flex-end !important
}
[dir=rtl] .rtl\:order-first {
  order: -1 !important
}
[dir=rtl] .rtl\:order-0 {
  order: 0 !important
}
.order-1 {
  order: 1 !important
}
[dir=rtl] .rtl\:order-1 {
  order: 1 !important
}
.order-2 {
  order: 2 !important
}
[dir=rtl] .rtl\:order-2 {
  order: 2 !important
}
.order-3 {
  order: 3 !important
}
[dir=rtl] .rtl\:order-3 {
  order: 3 !important
}
[dir=rtl] .rtl\:order-4 {
  order: 4 !important
}
[dir=rtl] .rtl\:order-5 {
  order: 5 !important
}
[dir=rtl] .rtl\:order-last {
  order: 6 !important
}
.m-0 {
  margin: 0 !important
}
.m-1 {
  margin: 0.5rem !important
}
.m-2 {
  margin: 1rem !important
}
.m-3 {
  margin: 1.5rem !important
}
.m-auto {
  margin: auto !important
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important
}
.my-1 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important
}
.mt-1 {
  margin-top: 0.5rem !important
}
.mt-2 {
  margin-top: 1rem !important
}
.mt-3 {
  margin-top: 1.5rem !important
}
.mt-4 {
  margin-top: 2rem !important
}
.mt-6 {
  margin-top: 3rem !important
}
.mt-8 {
  margin-top: 4rem !important
}
.mt-auto {
  margin-top: auto !important
}
[dir=rtl] .rtl\:me-0 {
  margin-right: 0 !important
}
.me-narrow {
  margin-right: 0.25rem !important
}
[dir=rtl] .rtl\:me-narrow {
  margin-right: 0.25rem !important
}
.me-1 {
  margin-right: 0.5rem !important
}
[dir=rtl] .rtl\:me-1 {
  margin-right: 0.5rem !important
}
.me-2 {
  margin-right: 1rem !important
}
[dir=rtl] .rtl\:me-2 {
  margin-right: 1rem !important
}
.me-3 {
  margin-right: 1.5rem !important
}
[dir=rtl] .rtl\:me-3 {
  margin-right: 1.5rem !important
}
[dir=rtl] .rtl\:me-4 {
  margin-right: 2rem !important
}
[dir=rtl] .rtl\:me-5 {
  margin-right: 2.5rem !important
}
[dir=rtl] .rtl\:me-6 {
  margin-right: 3rem !important
}
[dir=rtl] .rtl\:me-7 {
  margin-right: 3.5rem !important
}
[dir=rtl] .rtl\:me-8 {
  margin-right: 4rem !important
}

[dir=rtl] .rtl\:me-9 {
  margin-right: 5rem !important
}
[dir=rtl] .rtl\:me-10 {
  margin-right: 8rem !important
}
[dir=rtl] .rtl\:me-auto {
  margin-right: auto !important
}
.mb-0 {
  margin-bottom: 0 !important
}
.mb-narrow {
  margin-bottom: 0.25rem !important
}
.mb-1 {
  margin-bottom: 0.5rem !important
}
.mb-2 {
  margin-bottom: 1rem !important
}
.mb-3 {
  margin-bottom: 1.5rem !important
}
.mb-4 {
  margin-bottom: 2rem !important
}
.mb-5 {
  margin-bottom: 2.5rem !important
}
.mb-6 {
  margin-bottom: 3rem !important
}
[dir=rtl] .rtl\:ms-0 {
  margin-left: 0 !important
}
[dir=rtl] .rtl\:ms-narrow {
  margin-left: 0.25rem !important
}
.ms-1 {
  margin-left: 0.5rem !important
}
[dir=rtl] .rtl\:ms-1 {
  margin-left: 0.5rem !important
}
.ms-2 {
  margin-left: 1rem !important
}
[dir=rtl] .rtl\:ms-2 {
  margin-left: 1rem !important
}
.ms-3 {
  margin-left: 1.5rem !important
}
[dir=rtl] .rtl\:ms-3 {
  margin-left: 1.5rem !important
}
.ms-4 {
  margin-left: 2rem !important
}
[dir=rtl] .rtl\:ms-4 {
  margin-left: 2rem !important
}
[dir=rtl] .rtl\:ms-5 {
  margin-left: 2.5rem !important
}
[dir=rtl] .rtl\:ms-6 {
  margin-left: 3rem !important
}
[dir=rtl] .rtl\:ms-7 {
  margin-left: 3.5rem !important
}
[dir=rtl] .rtl\:ms-8 {
  margin-left: 4rem !important
}
[dir=rtl] .rtl\:ms-9 {
  margin-left: 5rem !important
}
[dir=rtl] .rtl\:ms-10 {
  margin-left: 8rem !important
}
.ms-auto {
  margin-left: auto !important
}
[dir=rtl] .rtl\:ms-auto {
  margin-left: auto !important
}
.mt-n1 {
  margin-top: -0.5rem !important
}
.mt-n5 {
  margin-top: -2.5rem !important
}
[dir=rtl] .rtl\:me-nnarrow {
  margin-right: -0.25rem !important
}
.me-n1 {
  margin-right: -0.5rem !important
}
[dir=rtl] .rtl\:me-n1 {
  margin-right: -0.5rem !important
}
[dir=rtl] .rtl\:me-n2 {
  margin-right: -1rem !important
}
[dir=rtl] .rtl\:me-n3 {
  margin-right: -1.5rem !important
}
[dir=rtl] .rtl\:me-n4 {
  margin-right: -2rem !important
}
[dir=rtl] .rtl\:me-n5 {
  margin-right: -2.5rem !important
}
[dir=rtl] .rtl\:me-n6 {
  margin-right: -3rem !important
}

[dir=rtl] .rtl\:me-n7 {
  margin-right: -3.5rem !important
}
[dir=rtl] .rtl\:me-n8 {
  margin-right: -4rem !important
}
[dir=rtl] .rtl\:me-n9 {
  margin-right: -5rem !important
}
[dir=rtl] .rtl\:me-n10 {
  margin-right: -8rem !important
}
[dir=rtl] .rtl\:ms-nnarrow {
  margin-left: -0.25rem !important
}
[dir=rtl] .rtl\:ms-n1 {
  margin-left: -0.5rem !important
}
[dir=rtl] .rtl\:ms-n2 {
  margin-left: -1rem !important
}
[dir=rtl] .rtl\:ms-n3 {
  margin-left: -1.5rem !important
}
[dir=rtl] .rtl\:ms-n4 {
  margin-left: -2rem !important
}
[dir=rtl] .rtl\:ms-n5 {
  margin-left: -2.5rem !important
}
[dir=rtl] .rtl\:ms-n6 {
  margin-left: -3rem !important
}
[dir=rtl] .rtl\:ms-n7 {
  margin-left: -3.5rem !important
}
[dir=rtl] .rtl\:ms-n8 {
  margin-left: -4rem !important
}
[dir=rtl] .rtl\:ms-n9 {
  margin-left: -5rem !important
}
[dir=rtl] .rtl\:ms-n10 {
  margin-left: -8rem !important
}
.p-0 {
  padding: 0 !important
}
.p-narrow {
  padding: 0.25rem !important
}
.p-1 {
  padding: 0.5rem !important
}
.p-2 {
  padding: 1rem !important
}
.p-3 {
  padding: 1.5rem !important
}
.p-4 {
  padding: 2rem !important
}
.px-0 {
  padding-right: 0 !important;

  padding-left: 0 !important
}
.px-1 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important
}
.px-2 {
  padding-right: 1rem !important;
  padding-left: 1rem !important
}
.px-3 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important
}
.px-4 {
  padding-right: 2rem !important;
  padding-left: 2rem !important
}
.px-6 {
  padding-right: 3rem !important;
  padding-left: 3rem !important
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important
}
.py-1 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important
}
.py-2 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important
}
.py-3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important
}
.py-4 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important
}
.py-5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important
}
.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important
}
.py-8 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important
}
.py-10 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important
}
.pt-0 {
  padding-top: 0 !important
}
.pt-1 {
  padding-top: 0.5rem !important
}
.pt-2 {
  padding-top: 1rem !important
}
.pt-3 {
  padding-top: 1.5rem !important
}
.pt-4 {
  padding-top: 2rem !important
}
.pt-6 {
  padding-top: 3rem !important
}
[dir=rtl] .rtl\:pe-0 {
  padding-right: 0 !important
}
[dir=rtl] .rtl\:pe-narrow {
  padding-right: 0.25rem !important
}
[dir=rtl] .rtl\:pe-1 {
  padding-right: 0.5rem !important
}
[dir=rtl] .rtl\:pe-2 {
  padding-right: 1rem !important
}
[dir=rtl] .rtl\:pe-3 {
  padding-right: 1.5rem !important
}
.pe-4 {
  padding-right: 2rem !important
}
[dir=rtl] .rtl\:pe-4 {
  padding-right: 2rem !important
}
.pe-5 {
  padding-right: 2.5rem !important
}
[dir=rtl] .rtl\:pe-5 {
  padding-right: 2.5rem !important
}
[dir=rtl] .rtl\:pe-6 {

  padding-right: 3rem !important
}
[dir=rtl] .rtl\:pe-7 {
  padding-right: 3.5rem !important
}
[dir=rtl] .rtl\:pe-8 {
  padding-right: 4rem !important
}
[dir=rtl] .rtl\:pe-9 {
  padding-right: 5rem !important
}
[dir=rtl] .rtl\:pe-10 {
  padding-right: 8rem !important
}
[dir=rtl] .rtl\:pe-auto {
  padding-right: auto !important
}
.pb-0 {
  padding-bottom: 0 !important
}
.pb-1 {
  padding-bottom: 0.5rem !important
}
.pb-2 {
  padding-bottom: 1rem !important
}
.pb-3 {
  padding-bottom: 1.5rem !important
}
.pb-4 {
  padding-bottom: 2rem !important
}
.pb-10 {
  padding-bottom: 8rem !important
}
[dir=rtl] .rtl\:ps-0 {
  padding-left: 0 !important
}
[dir=rtl] .rtl\:ps-narrow {
  padding-left: 0.25rem !important
}
.ps-1 {
  padding-left: 0.5rem !important
}
[dir=rtl] .rtl\:ps-1 {
  padding-left: 0.5rem !important
}
.ps-2 {
  padding-left: 1rem !important
}
[dir=ltr] .ltr\:ps-2 {
  padding-left: 1rem !important
}
[dir=rtl] .rtl\:ps-2 {
  padding-left: 1rem !important
}
.ps-3 {
  padding-left: 1.5rem !important
}
[dir=rtl] .rtl\:ps-3 {
  padding-left: 1.5rem !important
}
[dir=rtl] .rtl\:ps-4 {
  padding-left: 2rem !important
}
[dir=rtl] .rtl\:ps-5 {
  padding-left: 2.5rem !important
}
[dir=rtl] .rtl\:ps-6 {
  padding-left: 3rem !important
}
[dir=rtl] .rtl\:ps-7 {
  padding-left: 3.5rem !important
}
[dir=rtl] .rtl\:ps-8 {
  padding-left: 4rem !important
}
[dir=rtl] .rtl\:ps-9 {
  padding-left: 5rem !important
}
[dir=rtl] .rtl\:ps-10 {
  padding-left: 8rem !important
}
[dir=rtl] .rtl\:ps-auto {
  padding-left: auto !important
}

.gap-0 {
  gap: 0 !important
}
.gap-narrow {
  gap: 0.25rem !important
}
.gap-1 {
  gap: 0.5rem !important
}
.gap-2 {
  gap: 1rem !important
}
.gap-3 {
  gap: 1.5rem !important
}
.gap-4 {
  gap: 2rem !important
}
.gap-6 {
  gap: 3rem !important
}
.fs-1 {
  font-size: 1.75rem !important
}
[dir=rtl] .rtl\:fs-1 {
  font-size: 1.75rem !important
}
[dir=rtl] .rtl\:fs-2 {
  font-size: 1.5rem !important
}
.fs-3 {
  font-size: 1.25rem !important
}
[dir=rtl] .rtl\:fs-3 {
  font-size: 1.25rem !important
}
[dir=rtl] .rtl\:fs-4 {
  font-size: 1.125rem !important
}
.fs-5 {
  font-size: 1rem !important
}
[dir=rtl] .rtl\:fs-5 {
  font-size: 1rem !important
}
.fs-6 {
  font-size: 0.875rem !important
}
[dir=rtl] .rtl\:fs-6 {
  font-size: 0.875rem !important
}
.fs-7 {
  font-size: 0.75rem !important
}
[dir=rtl] .rtl\:fs-7 {
  font-size: 0.75rem !important
}
.fs-8 {
  font-size: 0.75rem !important
}
[dir=rtl] .rtl\:fs-8 {
  font-size: 0.75rem !important
}
.fst-italic {
  font-style: italic !important
}
[dir=rtl] .rtl\:fw-ultra-light {
  font-weight: 100 !important
}
[dir=rtl] .rtl\:fw-lighter {
  font-weight: 200 !important
}
[dir=rtl] .rtl\:fw-light {
  font-weight: 300 !important
}
[dir=rtl] .rtl\:fw-normal {
  font-weight: 400 !important
}
.fw-medium {
  font-weight: 500 !important
}
[dir=rtl] .rtl\:fw-medium {
  font-weight: 500 !important
}
.fw-semibold {
  font-weight: 600 !important
}
[dir=rtl] .rtl\:fw-semibold {
  font-weight: 600 !important
}
.fw-bold {
  font-weight: 700 !important
}
[dir=rtl] .rtl\:fw-bold {
  font-weight: 700 !important
}
[dir=rtl] .rtl\:fw-bolder {
  font-weight: 800 !important
}
[dir=rtl] .rtl\:fw-ultra-bold {
  font-weight: 900 !important
}
[dir=rtl] .rtl\:lh-0 {
  line-height: 0 !important
}
[dir=rtl] .rtl\:lh-1 {
  line-height: 1 !important
}
[dir=rtl] .rtl\:lh-xs {
  line-height: 0.8 !important
}
[dir=rtl] .rtl\:lh-sm {
  line-height: 0.9 !important
}
[dir=rtl] .rtl\:lh-md {
  line-height: 1.1 !important
}
[dir=rtl] .rtl\:lh-lg {
  line-height: 1.2 !important
}
[dir=rtl] .rtl\:lh-xl {
  line-height: 1.4 !important
}
[dir=rtl] .rtl\:lh-xxl {
  line-height: 1.5 !important
}
.text-start {
  text-align: left !important
}
[dir=rtl] .rtl\:text-start {
  text-align: left !important
}
.text-end {
  text-align: right !important
}
[dir=rtl] .rtl\:text-end {
  text-align: right !important
}
.text-center {
  text-align: center !important
}
[dir=rtl] .rtl\:text-center {
  text-align: center !important
}
.text-none {
  text-decoration: none !important
}
.text-uppercase {
  text-transform: uppercase !important
}
.text-nowrap {
  white-space: nowrap !important
}
/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important
}
/* rtl:end:remove */
.text-primary,
.hover\:text-primary:hover,
.focus\:text-primary:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}
.text-gray {
  --bs-text-opacity: 1;

  color: rgba(var(--bs-gray-rgb), var(--bs-text-opacity)) !important
}
.text-gray-400,
.hover\:text-gray-400:hover {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-400-rgb), var(--bs-text-opacity)) !important
}
.text-gray-500,
.hover\:text-gray-500:hover,
.focus\:text-gray-500:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-500-rgb), var(--bs-text-opacity)) !important
}
.text-gray-600 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-600-rgb), var(--bs-text-opacity)) !important
}
.text-gray-700,
.hover\:text-gray-700:hover,
.focus\:text-gray-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-700-rgb), var(--bs-text-opacity)) !important
}
.text-gray-800,
.hover\:text-gray-800:hover,
.focus\:text-gray-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-800-rgb), var(--bs-text-opacity)) !important
}
.text-gray-900,
.hover\:text-gray-900:hover {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-900-rgb), var(--bs-text-opacity)) !important
}
.text-slate-900 {
  --bs-text-opacity: 1;

  color: rgba(var(--bs-slate-900-rgb), var(--bs-text-opacity)) !important
}

.hover\:text-primary-300:hover,
.focus\:text-primary-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-300-rgb), var(--bs-text-opacity)) !important
}

.hover\:text-primary-700:hover,
.focus\:text-primary-700:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-700-rgb), var(--bs-text-opacity)) !important
}
.text-indigo-700 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-indigo-700-rgb), var(--bs-text-opacity)) !important
}

.focus\:text-indigo-800:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-indigo-800-rgb), var(--bs-text-opacity)) !important
}
.text-red-600 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-600-rgb), var(--bs-text-opacity)) !important
}
.text-green-600 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-green-600-rgb), var(--bs-text-opacity)) !important
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}
.text-white,
.hover\:text-white:hover {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}
.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important
}
:where(.uc-dark) .dark\:text-gray-100,
:where(.uc-dark) .dark\:hover\:text-gray-100:hover {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-100-rgb), var(--bs-text-opacity)) !important
}
:where(.uc-dark) .dark\:text-gray-200,
:where(.uc-dark) .dark\:hover\:text-gray-200:hover,
:where(.uc-dark) .dark\:focus\:text-gray-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-200-rgb), var(--bs-text-opacity)) !important
}
:where(.uc-dark) .dark\:text-gray-300,
:where(.uc-dark) .dark\:hover\:text-gray-300:hover,
:where(.uc-dark) .dark\:focus\:text-gray-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-300-rgb), var(--bs-text-opacity)) !important
}
:where(.uc-dark) .dark\:text-gray-400,
:where(.uc-dark) .dark\:hover\:text-gray-400:hover,
:where(.uc-dark) .dark\:focus\:text-gray-400:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-400-rgb), var(--bs-text-opacity)) !important
}
:where(.uc-dark) .dark\:text-gray-500 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-500-rgb), var(--bs-text-opacity)) !important
}
:where(.uc-dark) .dark\:text-gray-600 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-600-rgb), var(--bs-text-opacity)) !important
}
:where(.uc-dark) .dark\:text-gray-800 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-800-rgb), var(--bs-text-opacity)) !important
}

:where(.uc-dark) .dark\:hover\:text-primary-300:hover,
:where(.uc-dark) .dark\:focus\:text-primary-300:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-300-rgb), var(--bs-text-opacity)) !important
}

:where(.uc-dark) .dark\:focus\:text-indigo-200:focus {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-indigo-200-rgb), var(--bs-text-opacity)) !important
}
:where(.uc-dark) .dark\:text-indigo-300 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-indigo-300-rgb), var(--bs-text-opacity)) !important
}
:where(.uc-dark) .dark\:text-red-400 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-400-rgb), var(--bs-text-opacity)) !important
}
:where(.uc-dark) .dark\:text-green-400 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-green-400-rgb), var(--bs-text-opacity)) !important
}
:where(.uc-dark) .dark\:text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}
:where(.uc-dark) .dark\:text-white {
  --bs-text-opacity: 1;

  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}
.text-opacity-60 {
  --bs-text-opacity: 0.6
}
.text-opacity-70 {
  --bs-text-opacity: 0.7
}
:where(.uc-dark) .dark\:text-opacity-50 {

  --bs-text-opacity: 0.5
}
.bg-primary,
.hover\:bg-primary:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}
.bg-gray-25 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-25-rgb), var(--bs-bg-opacity)) !important
}
.bg-gray-50,
.hover\:bg-gray-50:hover,
.focus\:bg-gray-50:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-50-rgb), var(--bs-bg-opacity)) !important
}
.bg-gray-100,
.hover\:bg-gray-100:hover,
.focus\:bg-gray-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-100-rgb), var(--bs-bg-opacity)) !important
}
.bg-gray-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-200-rgb), var(--bs-bg-opacity)) !important
}
.bg-gray-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-500-rgb), var(--bs-bg-opacity)) !important
}
.bg-gray-700,
.hover\:bg-gray-700:hover,

.focus\:bg-gray-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-700-rgb), var(--bs-bg-opacity)) !important
}
.bg-gray-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-800-rgb), var(--bs-bg-opacity)) !important
}
.bg-blue-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-600-rgb), var(--bs-bg-opacity)) !important
}

.hover\:bg-blue-700:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-700-rgb), var(--bs-bg-opacity)) !important
}
.bg-indigo-50 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-indigo-50-rgb), var(--bs-bg-opacity)) !important
}

.focus\:bg-indigo-100:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-indigo-100-rgb), var(--bs-bg-opacity)) !important
}
.bg-red-500,
.hover\:bg-red-500:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-500-rgb), var(--bs-bg-opacity)) !important
}
.bg-red-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-600-rgb), var(--bs-bg-opacity)) !important
}
.bg-orange-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-500-rgb), var(--bs-bg-opacity)) !important
}
.bg-green-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-600-rgb), var(--bs-bg-opacity)) !important
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important
}
:where(.uc-dark) .dark\:bg-gray-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-100-rgb), var(--bs-bg-opacity)) !important
}
:where(.uc-dark) .dark\:bg-gray-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-200-rgb), var(--bs-bg-opacity)) !important
}
:where(.uc-dark) .dark\:bg-gray-700,
:where(.uc-dark) .dark\:hover\:bg-gray-700:hover,
:where(.uc-dark) .dark\:focus\:bg-gray-700:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-700-rgb), var(--bs-bg-opacity)) !important
}
:where(.uc-dark) .dark\:bg-gray-800,
:where(.uc-dark) .dark\:hover\:bg-gray-800:hover,
:where(.uc-dark) .dark\:focus\:bg-gray-800:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-800-rgb), var(--bs-bg-opacity)) !important
}
:where(.uc-dark) .dark\:bg-gray-900,
:where(.uc-dark) .dark\:hover\:bg-gray-900:hover,
:where(.uc-dark) .dark\:focus\:bg-gray-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-900-rgb), var(--bs-bg-opacity)) !important
}

:where(.uc-dark) .dark\:hover\:bg-slate-700:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-slate-700-rgb), var(--bs-bg-opacity)) !important
}
:where(.uc-dark) .dark\:bg-slate-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-slate-800-rgb), var(--bs-bg-opacity)) !important
}

:where(.uc-dark) .dark\:focus\:bg-indigo-900:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-indigo-900-rgb), var(--bs-bg-opacity)) !important
}
:where(.uc-dark) .dark\:bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}
:where(.uc-dark) .dark\:bg-white,
:where(.uc-dark) .dark\:hover\:bg-white:hover,
:where(.uc-dark) .dark\:focus\:bg-white:focus {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1
}
:where(.uc-dark) .dark\:bg-opacity-0 {
  --bs-bg-opacity: 0
}
:where(.uc-dark) .dark\:bg-opacity-5 {
  --bs-bg-opacity: 0.05
}
.rounded {
  border-radius: var(--radius) !important
}
.rounded-1 {
  border-radius: 4px !important
}
.rounded-3 {
  border-radius: 24px !important
}
.rounded-circle {
  border-radius: 50% !important
}
.rounded-0 {
  border-radius: 0 !important
}
.rounded-end {
  border-top-right-radius: var(--radius) !important;
  border-bottom-right-radius: var(--radius) !important
}
[dir=rtl] .rtl\:rounded-end {
  border-top-right-radius: var(--radius) !important;
  border-bottom-right-radius: var(--radius) !important
}
[dir=rtl] .rtl\:rounded-end-default {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important
}
[dir=rtl] .rtl\:rounded-end-0-5 {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important
}
[dir=rtl] .rtl\:rounded-end-1 {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important
}
[dir=rtl] .rtl\:rounded-end-1-5 {
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important
}
[dir=rtl] .rtl\:rounded-end-2 {
  border-top-right-radius: 16px !important;
  border-bottom-right-radius: 16px !important
}
[dir=rtl] .rtl\:rounded-end-2-5 {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important
}
[dir=rtl] .rtl\:rounded-end-3 {
  border-top-right-radius: 24px !important;
  border-bottom-right-radius: 24px !important
}
[dir=rtl] .rtl\:rounded-end-3-5 {
  border-top-right-radius: 28px !important;
  border-bottom-right-radius: 28px !important
}
[dir=rtl] .rtl\:rounded-end-4 {
  border-top-right-radius: 32px !important;
  border-bottom-right-radius: 32px !important
}
[dir=rtl] .rtl\:rounded-end-4-5 {
  border-top-right-radius: 36px !important;
  border-bottom-right-radius: 36px !important
}
[dir=rtl] .rtl\:rounded-end-5 {
  border-top-right-radius: 40px !important;
  border-bottom-right-radius: 40px !important
}
[dir=rtl] .rtl\:rounded-end-5-5 {
  border-top-right-radius: 44px !important;
  border-bottom-right-radius: 44px !important
}
[dir=rtl] .rtl\:rounded-end-6 {
  border-top-right-radius: 48px !important;
  border-bottom-right-radius: 48px !important
}
[dir=rtl] .rtl\:rounded-end-6-5 {
  border-top-right-radius: 52px !important;
  border-bottom-right-radius: 52px !important
}
[dir=rtl] .rtl\:rounded-end-7 {
  border-top-right-radius: 56px !important;
  border-bottom-right-radius: 56px !important
}
[dir=rtl] .rtl\:rounded-end-7-5 {
  border-top-right-radius: 60px !important;
  border-bottom-right-radius: 60px !important
}
[dir=rtl] .rtl\:rounded-end-8 {
  border-top-right-radius: 64px !important;
  border-bottom-right-radius: 64px !important
}
[dir=rtl] .rtl\:rounded-end-8-5 {
  border-top-right-radius: 68px !important;
  border-bottom-right-radius: 68px !important
}
[dir=rtl] .rtl\:rounded-end-9 {
  border-top-right-radius: 72px !important;
  border-bottom-right-radius: 72px !important
}
[dir=rtl] .rtl\:rounded-end-9-5 {
  border-top-right-radius: 76px !important;
  border-bottom-right-radius: 76px !important
}
[dir=rtl] .rtl\:rounded-end-10 {
  border-top-right-radius: 80px !important;
  border-bottom-right-radius: 80px !important
}
[dir=rtl] .rtl\:rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important
}
[dir=rtl] .rtl\:rounded-end-full {
  border-top-right-radius: 100% !important;
  border-bottom-right-radius: 100% !important
}
[dir=rtl] .rtl\:rounded-end-pill {
  border-top-right-radius: 50rem !important;
  border-bottom-right-radius: 50rem !important
}
[dir=rtl] .rtl\:rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important
}
.rounded-bottom {
  border-bottom-right-radius: var(--radius) !important;
  border-bottom-left-radius: var(--radius) !important
}
.rounded-start {
  border-bottom-left-radius: var(--radius) !important;
  border-top-left-radius: var(--radius) !important
}
[dir=rtl] .rtl\:rounded-start {
  border-bottom-left-radius: var(--radius) !important;
  border-top-left-radius: var(--radius) !important
}
[dir=rtl] .rtl\:rounded-start-default {
  border-bottom-left-radius: 8px !important;
  border-top-left-radius: 8px !important
}
[dir=rtl] .rtl\:rounded-start-0-5 {
  border-bottom-left-radius: 2px !important;
  border-top-left-radius: 2px !important
}
[dir=rtl] .rtl\:rounded-start-1 {
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !important
}
[dir=rtl] .rtl\:rounded-start-1-5 {
  border-bottom-left-radius: 12px !important;
  border-top-left-radius: 12px !important
}
[dir=rtl] .rtl\:rounded-start-2 {
  border-bottom-left-radius: 16px !important;
  border-top-left-radius: 16px !important
}
[dir=rtl] .rtl\:rounded-start-2-5 {
  border-bottom-left-radius: 20px !important;
  border-top-left-radius: 20px !important
}
[dir=rtl] .rtl\:rounded-start-3 {
  border-bottom-left-radius: 24px !important;
  border-top-left-radius: 24px !important
}
[dir=rtl] .rtl\:rounded-start-3-5 {
  border-bottom-left-radius: 28px !important;
  border-top-left-radius: 28px !important
}
[dir=rtl] .rtl\:rounded-start-4 {
  border-bottom-left-radius: 32px !important;
  border-top-left-radius: 32px !important
}
[dir=rtl] .rtl\:rounded-start-4-5 {
  border-bottom-left-radius: 36px !important;
  border-top-left-radius: 36px !important
}
[dir=rtl] .rtl\:rounded-start-5 {
  border-bottom-left-radius: 40px !important;
  border-top-left-radius: 40px !important
}
[dir=rtl] .rtl\:rounded-start-5-5 {
  border-bottom-left-radius: 44px !important;
  border-top-left-radius: 44px !important
}
[dir=rtl] .rtl\:rounded-start-6 {
  border-bottom-left-radius: 48px !important;
  border-top-left-radius: 48px !important
}
[dir=rtl] .rtl\:rounded-start-6-5 {
  border-bottom-left-radius: 52px !important;
  border-top-left-radius: 52px !important
}
[dir=rtl] .rtl\:rounded-start-7 {
  border-bottom-left-radius: 56px !important;
  border-top-left-radius: 56px !important
}
[dir=rtl] .rtl\:rounded-start-7-5 {
  border-bottom-left-radius: 60px !important;
  border-top-left-radius: 60px !important
}
[dir=rtl] .rtl\:rounded-start-8 {
  border-bottom-left-radius: 64px !important;

  border-top-left-radius: 64px !important
}
[dir=rtl] .rtl\:rounded-start-8-5 {
  border-bottom-left-radius: 68px !important;
  border-top-left-radius: 68px !important
}
[dir=rtl] .rtl\:rounded-start-9 {
  border-bottom-left-radius: 72px !important;
  border-top-left-radius: 72px !important
}
[dir=rtl] .rtl\:rounded-start-9-5 {
  border-bottom-left-radius: 76px !important;
  border-top-left-radius: 76px !important
}
[dir=rtl] .rtl\:rounded-start-10 {
  border-bottom-left-radius: 80px !important;
  border-top-left-radius: 80px !important
}
[dir=rtl] .rtl\:rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important
}
[dir=rtl] .rtl\:rounded-start-full {
  border-bottom-left-radius: 100% !important;
  border-top-left-radius: 100% !important
}
[dir=rtl] .rtl\:rounded-start-pill {
  border-bottom-left-radius: 50rem !important;
  border-top-left-radius: 50rem !important
}
[dir=rtl] .rtl\:rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important
}
.visible {
  visibility: visible !important
}
.invisible {
  visibility: hidden !important
}
[dir=rtl] .rtl\:bg-center {
  background-position: center !important
}
[dir=rtl] .rtl\:bg-top {
  background-position: top !important
}
[dir=rtl] .rtl\:bg-right {
  background-position: right !important
}
[dir=rtl] .rtl\:bg-bottom {
  background-position: bottom !important
}
[dir=rtl] .rtl\:bg-left {
  background-position: left !important

}
.justify-items-center {
  justify-items: center !important
}
[dir=rtl] .rtl\:g-row-start-1 {
  grid-row-start: 1 !important
}
[dir=rtl] .rtl\:g-row-start-2 {
  grid-row-start: 2 !important
}
[dir=rtl] .rtl\:g-row-start-3 {
  grid-row-start: 3 !important
}
[dir=rtl] .rtl\:g-row-start-4 {
  grid-row-start: 4 !important
}
[dir=rtl] .rtl\:g-row-start-5 {
  grid-row-start: 5 !important
}
[dir=rtl] .rtl\:g-row-start-6 {
  grid-row-start: 6 !important
}
[dir=rtl] .rtl\:g-row-start-7 {

  grid-row-start: 7 !important
}
[dir=rtl] .rtl\:g-row-start-8 {
  grid-row-start: 8 !important
}
[dir=rtl] .rtl\:g-row-start-9 {
  grid-row-start: 9 !important
}
[dir=rtl] .rtl\:g-row-start-10 {
  grid-row-start: 10 !important
}
[dir=rtl] .rtl\:g-row-start-11 {
  grid-row-start: 11 !important
}
[dir=rtl] .rtl\:g-row-start-12 {
  grid-row-start: 12 !important
}
[dir=rtl] .rtl\:g-row-start-13 {
  grid-row-start: 13 !important
}
[dir=rtl] .rtl\:g-row-start-auto {
  grid-row-start: auto !important
}
[dir=rtl] .rtl\:g-row-end-1 {
  grid-row-end: 1 !important
}
[dir=rtl] .rtl\:g-row-end-2 {
  grid-row-end: 2 !important
}
[dir=rtl] .rtl\:g-row-end-3 {
  grid-row-end: 3 !important
}
[dir=rtl] .rtl\:g-row-end-4 {
  grid-row-end: 4 !important
}
[dir=rtl] .rtl\:g-row-end-5 {
  grid-row-end: 5 !important
}
[dir=rtl] .rtl\:g-row-end-6 {
  grid-row-end: 6 !important
}
[dir=rtl] .rtl\:g-row-end-7 {
  grid-row-end: 7 !important
}
[dir=rtl] .rtl\:g-row-end-8 {
  grid-row-end: 8 !important
}
[dir=rtl] .rtl\:g-row-end-9 {
  grid-row-end: 9 !important
}
[dir=rtl] .rtl\:g-row-end-10 {
  grid-row-end: 10 !important
}
[dir=rtl] .rtl\:g-row-end-11 {
  grid-row-end: 11 !important
}
[dir=rtl] .rtl\:g-row-end-12 {
  grid-row-end: 12 !important
}
[dir=rtl] .rtl\:g-row-end-13 {
  grid-row-end: 13 !important
}
[dir=rtl] .rtl\:g-row-end-auto {
  grid-row-end: auto !important
}
[dir=rtl] .rtl\:g-col-start-1 {
  grid-column-start: 1 !important
}
[dir=rtl] .rtl\:g-col-start-2 {
  grid-column-start: 2 !important
}
[dir=rtl] .rtl\:g-col-start-3 {
  grid-column-start: 3 !important
}
[dir=rtl] .rtl\:g-col-start-4 {
  grid-column-start: 4 !important
}
[dir=rtl] .rtl\:g-col-start-5 {
  grid-column-start: 5 !important
}
[dir=rtl] .rtl\:g-col-start-6 {
  grid-column-start: 6 !important
}
[dir=rtl] .rtl\:g-col-start-7 {
  grid-column-start: 7 !important
}
[dir=rtl] .rtl\:g-col-start-8 {
  grid-column-start: 8 !important
}
[dir=rtl] .rtl\:g-col-start-9 {
  grid-column-start: 9 !important
}
[dir=rtl] .rtl\:g-col-start-10 {
  grid-column-start: 10 !important
}
[dir=rtl] .rtl\:g-col-start-11 {
  grid-column-start: 11 !important
}
[dir=rtl] .rtl\:g-col-start-12 {
  grid-column-start: 12 !important
}
[dir=rtl] .rtl\:g-col-start-13 {
  grid-column-start: 13 !important
}
[dir=rtl] .rtl\:g-col-start-auto {
  grid-column-start: auto !important
}
[dir=rtl] .rtl\:g-col-end-1 {
  grid-column-end: 1 !important
}
[dir=rtl] .rtl\:g-col-end-2 {
  grid-column-end: 2 !important
}
[dir=rtl] .rtl\:g-col-end-3 {
  grid-column-end: 3 !important
}
[dir=rtl] .rtl\:g-col-end-4 {
  grid-column-end: 4 !important
}
[dir=rtl] .rtl\:g-col-end-5 {
  grid-column-end: 5 !important
}
[dir=rtl] .rtl\:g-col-end-6 {
  grid-column-end: 6 !important
}
[dir=rtl] .rtl\:g-col-end-7 {
  grid-column-end: 7 !important
}
[dir=rtl] .rtl\:g-col-end-8 {
  grid-column-end: 8 !important
}
[dir=rtl] .rtl\:g-col-end-9 {
  grid-column-end: 9 !important
}
[dir=rtl] .rtl\:g-col-end-10 {
  grid-column-end: 10 !important
}
[dir=rtl] .rtl\:g-col-end-11 {
  grid-column-end: 11 !important
}
[dir=rtl] .rtl\:g-col-end-12 {
  grid-column-end: 12 !important
}
[dir=rtl] .rtl\:g-col-end-13 {
  grid-column-end: 13 !important
}
[dir=rtl] .rtl\:g-col-end-auto {
  grid-column-end: auto !important
}
.text-truncate-2 {
  -webkit-line-clamp: 2 !important
}
.text-truncate-3 {
  -webkit-line-clamp: 3 !important
}
.min-w-48px {
  min-width: 48px !important
}
.min-w-0 {
  min-width: 0 !important
}
.min-h-40px {
  min-height: 40px !important
}
.min-h-48px {
  min-height: 48px !important
}
.min-h-72px {
  min-height: 72px !important
}
.min-h-screen {
  min-height: 100vh !important
}
.overflow-x-hidden {
  overflow-x: hidden !important
}
.overflow-y-auto {
  overflow-y: auto !important
}
.overflow-y-hidden {
  overflow-y: hidden !important
}
.icon-narrow {
  width: 16px !important;
  height: 16px !important;
  font-size: 16px !important
}
.icon-1 {
  width: 20px !important;
  height: 20px !important;
  font-size: 20px !important
}
.icon-2 {
  width: 24px !important;
  height: 24px !important;
  font-size: 24px !important
}
.icon-3 {
  width: 32px !important;
  height: 32px !important;
  font-size: 32px !important
}
.icon-4 {
  width: 48px !important;
  height: 48px !important;
  font-size: 48px !important
}
.icon-5 {
  width: 64px !important;
  height: 64px !important;
  font-size: 64px !important
}
.icon-6 {
  width: 80px !important;
  height: 80px !important;
  font-size: 80px !important
}
[dir=rtl] .rtl\:mask-start {
  mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important
}
[dir=rtl] .rtl\:mask-start-1 {
  mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important
}
[dir=rtl] .rtl\:mask-start-2 {
  mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important
}
[dir=rtl] .rtl\:mask-start-3 {
  mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important
}
[dir=rtl] .rtl\:mask-start-4 {
  mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important
}
[dir=rtl] .rtl\:mask-start-0 {
  mask-image: none !important
}
[dir=rtl] .rtl\:mask-end {
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important
}
[dir=rtl] .rtl\:mask-end-1 {
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important
}
[dir=rtl] .rtl\:mask-end-2 {
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important
}
[dir=rtl] .rtl\:mask-end-3 {
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important
}
[dir=rtl] .rtl\:mask-end-4 {
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important
}
[dir=rtl] .rtl\:mask-end-0 {
  mask-image: none !important
}
[dir=rtl] .rtl\:ls-0 {
  letter-spacing: 0 !important
}
[dir=rtl] .rtl\:ls-1 {
  letter-spacing: 1px !important
}
[dir=rtl] .rtl\:ls-2 {
  letter-spacing: 2px !important
}
[dir=rtl] .rtl\:ls-3 {
  letter-spacing: 3px !important
}
[dir=rtl] .rtl\:ls-4 {
  letter-spacing: 4px !important
}
[dir=rtl] .rtl\:ls-5 {
  letter-spacing: 5px !important
}
[dir=rtl] .rtl\:ls-6 {
  letter-spacing: 6px !important
}
.-ls-1 {
  letter-spacing: -1px !important
}
[dir=rtl] .rtl\:-ls-1 {
  letter-spacing: -1px !important
}
[dir=rtl] .rtl\:-ls-2 {
  letter-spacing: -2px !important
}
[dir=rtl] .rtl\:-ls-3 {
  letter-spacing: -3px !important
}
[dir=rtl] .rtl\:-ls-4 {
  letter-spacing: -4px !important
}
[dir=rtl] .rtl\:-ls-5 {
  letter-spacing: -5px !important
}
[dir=rtl] .rtl\:-ls-6 {
  letter-spacing: -6px !important
}
.object-cover {
  object-fit: cover !important
}
[dir=rtl] .rtl\:object-position-center {
  object-position: center !important
}
[dir=rtl] .rtl\:object-position-top {
  object-position: top !important
}
[dir=rtl] .rtl\:object-position-right {
  object-position: right !important
}
[dir=rtl] .rtl\:object-position-bottom {
  object-position: bottom !important
}
[dir=rtl] .rtl\:object-position-left {
  object-position: left !important
}
.transition {
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter !important
}
.transition-all {
  transition-property: all !important
}
.transition-colors {
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke !important
}
.duration-75 {
  transition-duration: 75ms !important
}
.duration-150 {
  transition-duration: 150ms !important
}
.duration-200 {
  transition-duration: 200ms !important
}
.duration-300 {
  transition-duration: 300ms !important
}
.duration-500 {
  transition-duration: 500ms !important
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important
}
.scale-90 {
  transform: scale(0.9) !important
}
.scale-95 {
  transform: scale(0.95) !important
}
.scale-100 {
  transform: scale(1) !important
}
.translate-y-0 {
  transform: translateY(0) !important
}
.translate-y-px {
  transform: translateY(1px) !important
}
.translate-y-narrow {
  transform: translateY(0.25rem) !important
}
.translate-y-3 {
  transform: translateY(1.5rem) !important
}
.translate-y-4 {
  transform: translateY(2rem) !important
}
.-translate-y-3 {
  transform: translateY(-1.5rem) !important
}
[dir=rtl] .rtl\:rotate-0 {
  transform: rotate(0deg) !important
}
[dir=rtl] .rtl\:rotate-1 {
  transform: rotate(1deg) !important
}
[dir=rtl] .rtl\:rotate-2 {
  transform: rotate(2deg) !important
}
[dir=rtl] .rtl\:rotate-3 {
  transform: rotate(3deg) !important
}
[dir=rtl] .rtl\:rotate-6 {
  transform: rotate(6deg) !important
}
[dir=rtl] .rtl\:rotate-12 {
  transform: rotate(12deg) !important
}
[dir=rtl] .rtl\:rotate-45 {
  transform: rotate(45deg) !important
}

.hover\:rotate-90:hover {
  transform: rotate(90deg) !important
}
[dir=rtl] .rtl\:rotate-90 {
  transform: rotate(90deg) !important
}
[dir=rtl] .rtl\:rotate-180 {
  transform: rotate(180deg) !important
}
[dir=rtl] .rtl\:-rotate-1 {
  transform: rotate(-1deg) !important
}
[dir=rtl] .rtl\:-rotate-2 {
  transform: rotate(-2deg) !important
}
[dir=rtl] .rtl\:-rotate-3 {
  transform: rotate(-3deg) !important
}
[dir=rtl] .rtl\:-rotate-6 {
  transform: rotate(-6deg) !important
}
[dir=rtl] .rtl\:-rotate-12 {
  transform: rotate(-12deg) !important
}
[dir=rtl] .rtl\:-rotate-45 {
  transform: rotate(-45deg) !important
}
[dir=rtl] .rtl\:-rotate-90 {
  transform: rotate(-90deg) !important
}
[dir=rtl] .rtl\:-rotate-180 {
  transform: rotate(-180deg) !important
}
[dir=rtl] .rtl\:origin-center {
  transform-origin: center !important
}
.origin-top {
  transform-origin: top !important
}
[dir=rtl] .rtl\:origin-top {
  transform-origin: top !important
}
[dir=ltr] .ltr\:origin-top-right {
  transform-origin: top right !important
}
[dir=rtl] .rtl\:origin-top-right {
  transform-origin: top right !important
}
[dir=ltr] .ltr\:origin-top-left {
  transform-origin: top left !important
}
[dir=rtl] .rtl\:origin-top-left {
  transform-origin: top left !important
}
[dir=rtl] .rtl\:origin-left {
  transform-origin: left !important
}
[dir=rtl] .rtl\:origin-right {
  transform-origin: right !important
}
[dir=rtl] .rtl\:origin-bottom-right {
  transform-origin: bottom right !important
}
[dir=rtl] .rtl\:origin-bottom {
  transform-origin: bottom !important
}
[dir=rtl] .rtl\:origin-bottom-left {
  transform-origin: bottom left !important
}
[dir=rtl] .rtl\:rounded-top-start {
  border-top-left-radius: var(--radius) !important
}
[dir=rtl] .rtl\:rounded-top-start-default {
  border-top-left-radius: 8px !important
}
[dir=rtl] .rtl\:rounded-top-start-0-5 {
  border-top-left-radius: 2px !important
}
[dir=rtl] .rtl\:rounded-top-start-1 {
  border-top-left-radius: 4px !important
}
[dir=rtl] .rtl\:rounded-top-start-1-5 {
  border-top-left-radius: 12px !important
}
[dir=rtl] .rtl\:rounded-top-start-2 {
  border-top-left-radius: 16px !important
}
[dir=rtl] .rtl\:rounded-top-start-2-5 {
  border-top-left-radius: 20px !important
}
[dir=rtl] .rtl\:rounded-top-start-3 {
  border-top-left-radius: 24px !important
}
[dir=rtl] .rtl\:rounded-top-start-3-5 {
  border-top-left-radius: 28px !important
}
[dir=rtl] .rtl\:rounded-top-start-4 {
  border-top-left-radius: 32px !important
}
[dir=rtl] .rtl\:rounded-top-start-4-5 {
  border-top-left-radius: 36px !important
}
[dir=rtl] .rtl\:rounded-top-start-5 {
  border-top-left-radius: 40px !important
}
[dir=rtl] .rtl\:rounded-top-start-5-5 {
  border-top-left-radius: 44px !important
}
[dir=rtl] .rtl\:rounded-top-start-6 {
  border-top-left-radius: 48px !important
}
[dir=rtl] .rtl\:rounded-top-start-6-5 {
  border-top-left-radius: 52px !important
}
[dir=rtl] .rtl\:rounded-top-start-7 {
  border-top-left-radius: 56px !important
}
[dir=rtl] .rtl\:rounded-top-start-7-5 {
  border-top-left-radius: 60px !important
}
[dir=rtl] .rtl\:rounded-top-start-8 {
  border-top-left-radius: 64px !important
}
[dir=rtl] .rtl\:rounded-top-start-8-5 {
  border-top-left-radius: 68px !important
}
[dir=rtl] .rtl\:rounded-top-start-9 {
  border-top-left-radius: 72px !important
}
[dir=rtl] .rtl\:rounded-top-start-9-5 {
  border-top-left-radius: 76px !important
}
[dir=rtl] .rtl\:rounded-top-start-10 {
  border-top-left-radius: 80px !important
}
[dir=rtl] .rtl\:rounded-top-start-circle {
  border-top-left-radius: 50% !important
}
[dir=rtl] .rtl\:rounded-top-start-full {
  border-top-left-radius: 100% !important
}
[dir=rtl] .rtl\:rounded-top-start-pill {
  border-top-left-radius: 50rem !important
}
[dir=rtl] .rtl\:rounded-top-start-0 {
  border-top-left-radius: 0 !important
}
[dir=rtl] .rtl\:rounded-top-end {
  border-top-right-radius: var(--radius) !important
}
[dir=rtl] .rtl\:rounded-top-end-default {
  border-top-right-radius: 8px !important
}
[dir=rtl] .rtl\:rounded-top-end-0-5 {
  border-top-right-radius: 2px !important
}
[dir=rtl] .rtl\:rounded-top-end-1 {
  border-top-right-radius: 4px !important
}
[dir=rtl] .rtl\:rounded-top-end-1-5 {
  border-top-right-radius: 12px !important
}
[dir=rtl] .rtl\:rounded-top-end-2 {
  border-top-right-radius: 16px !important
}

[dir=rtl] .rtl\:rounded-top-end-2-5 {
  border-top-right-radius: 20px !important
}
[dir=rtl] .rtl\:rounded-top-end-3 {
  border-top-right-radius: 24px !important
}
[dir=rtl] .rtl\:rounded-top-end-3-5 {
  border-top-right-radius: 28px !important
}
[dir=rtl] .rtl\:rounded-top-end-4 {
  border-top-right-radius: 32px !important
}
[dir=rtl] .rtl\:rounded-top-end-4-5 {
  border-top-right-radius: 36px !important
}
[dir=rtl] .rtl\:rounded-top-end-5 {
  border-top-right-radius: 40px !important
}
[dir=rtl] .rtl\:rounded-top-end-5-5 {
  border-top-right-radius: 44px !important
}
[dir=rtl] .rtl\:rounded-top-end-6 {
  border-top-right-radius: 48px !important
}
[dir=rtl] .rtl\:rounded-top-end-6-5 {
  border-top-right-radius: 52px !important
}
[dir=rtl] .rtl\:rounded-top-end-7 {
  border-top-right-radius: 56px !important
}
[dir=rtl] .rtl\:rounded-top-end-7-5 {
  border-top-right-radius: 60px !important
}
[dir=rtl] .rtl\:rounded-top-end-8 {
  border-top-right-radius: 64px !important
}
[dir=rtl] .rtl\:rounded-top-end-8-5 {
  border-top-right-radius: 68px !important
}
[dir=rtl] .rtl\:rounded-top-end-9 {
  border-top-right-radius: 72px !important
}
[dir=rtl] .rtl\:rounded-top-end-9-5 {
  border-top-right-radius: 76px !important
}
[dir=rtl] .rtl\:rounded-top-end-10 {
  border-top-right-radius: 80px !important
}
[dir=rtl] .rtl\:rounded-top-end-circle {
  border-top-right-radius: 50% !important
}
[dir=rtl] .rtl\:rounded-top-end-full {
  border-top-right-radius: 100% !important
}
[dir=rtl] .rtl\:rounded-top-end-pill {
  border-top-right-radius: 50rem !important

}
[dir=rtl] .rtl\:rounded-top-end-0 {
  border-top-right-radius: 0 !important
}
[dir=rtl] .rtl\:rounded-bottom-start {
  border-bottom-left-radius: var(--radius) !important
}
[dir=rtl] .rtl\:rounded-bottom-start-default {
  border-bottom-left-radius: 8px !important
}
[dir=rtl] .rtl\:rounded-bottom-start-0-5 {
  border-bottom-left-radius: 2px !important
}
[dir=rtl] .rtl\:rounded-bottom-start-1 {
  border-bottom-left-radius: 4px !important
}
[dir=rtl] .rtl\:rounded-bottom-start-1-5 {
  border-bottom-left-radius: 12px !important
}
[dir=rtl] .rtl\:rounded-bottom-start-2 {
  border-bottom-left-radius: 16px !important
}
[dir=rtl] .rtl\:rounded-bottom-start-2-5 {
  border-bottom-left-radius: 20px !important
}
[dir=rtl] .rtl\:rounded-bottom-start-3 {
  border-bottom-left-radius: 24px !important
}
[dir=rtl] .rtl\:rounded-bottom-start-3-5 {
  border-bottom-left-radius: 28px !important
}
[dir=rtl] .rtl\:rounded-bottom-start-4 {
  border-bottom-left-radius: 32px !important
}
[dir=rtl] .rtl\:rounded-bottom-start-4-5 {
  border-bottom-left-radius: 36px !important
}
[dir=rtl] .rtl\:rounded-bottom-start-5 {
  border-bottom-left-radius: 40px !important
}
[dir=rtl] .rtl\:rounded-bottom-start-5-5 {
  border-bottom-left-radius: 44px !important
}
[dir=rtl] .rtl\:rounded-bottom-start-6 {
  border-bottom-left-radius: 48px !important
}
[dir=rtl] .rtl\:rounded-bottom-start-6-5 {
  border-bottom-left-radius: 52px !important
}
[dir=rtl] .rtl\:rounded-bottom-start-7 {
  border-bottom-left-radius: 56px !important
}
[dir=rtl] .rtl\:rounded-bottom-start-7-5 {
  border-bottom-left-radius: 60px !important
}
[dir=rtl] .rtl\:rounded-bottom-start-8 {
  border-bottom-left-radius: 64px !important
}
[dir=rtl] .rtl\:rounded-bottom-start-8-5 {
  border-bottom-left-radius: 68px !important
}
[dir=rtl] .rtl\:rounded-bottom-start-9 {
  border-bottom-left-radius: 72px !important
}
[dir=rtl] .rtl\:rounded-bottom-start-9-5 {
  border-bottom-left-radius: 76px !important
}
[dir=rtl] .rtl\:rounded-bottom-start-10 {
  border-bottom-left-radius: 80px !important
}
[dir=rtl] .rtl\:rounded-bottom-start-circle {
  border-bottom-left-radius: 50% !important
}
[dir=rtl] .rtl\:rounded-bottom-start-full {
  border-bottom-left-radius: 100% !important
}
[dir=rtl] .rtl\:rounded-bottom-start-pill {
  border-bottom-left-radius: 50rem !important
}
[dir=rtl] .rtl\:rounded-bottom-start-0 {
  border-bottom-left-radius: 0 !important
}
[dir=rtl] .rtl\:rounded-bottom-end {
  border-bottom-right-radius: var(--radius) !important
}
[dir=rtl] .rtl\:rounded-bottom-end-default {
  border-bottom-right-radius: 8px !important
}
[dir=rtl] .rtl\:rounded-bottom-end-0-5 {
  border-bottom-right-radius: 2px !important
}
[dir=rtl] .rtl\:rounded-bottom-end-1 {
  border-bottom-right-radius: 4px !important
}
[dir=rtl] .rtl\:rounded-bottom-end-1-5 {
  border-bottom-right-radius: 12px !important
}
[dir=rtl] .rtl\:rounded-bottom-end-2 {
  border-bottom-right-radius: 16px !important
}
[dir=rtl] .rtl\:rounded-bottom-end-2-5 {
  border-bottom-right-radius: 20px !important
}
[dir=rtl] .rtl\:rounded-bottom-end-3 {
  border-bottom-right-radius: 24px !important
}
[dir=rtl] .rtl\:rounded-bottom-end-3-5 {
  border-bottom-right-radius: 28px !important
}
[dir=rtl] .rtl\:rounded-bottom-end-4 {
  border-bottom-right-radius: 32px !important
}
[dir=rtl] .rtl\:rounded-bottom-end-4-5 {
  border-bottom-right-radius: 36px !important
}
[dir=rtl] .rtl\:rounded-bottom-end-5 {
  border-bottom-right-radius: 40px !important
}
[dir=rtl] .rtl\:rounded-bottom-end-5-5 {
  border-bottom-right-radius: 44px !important
}
[dir=rtl] .rtl\:rounded-bottom-end-6 {
  border-bottom-right-radius: 48px !important
}
[dir=rtl] .rtl\:rounded-bottom-end-6-5 {
  border-bottom-right-radius: 52px !important
}
[dir=rtl] .rtl\:rounded-bottom-end-7 {
  border-bottom-right-radius: 56px !important
}
[dir=rtl] .rtl\:rounded-bottom-end-7-5 {
  border-bottom-right-radius: 60px !important
}
[dir=rtl] .rtl\:rounded-bottom-end-8 {
  border-bottom-right-radius: 64px !important
}
[dir=rtl] .rtl\:rounded-bottom-end-8-5 {
  border-bottom-right-radius: 68px !important
}
[dir=rtl] .rtl\:rounded-bottom-end-9 {
  border-bottom-right-radius: 72px !important
}
[dir=rtl] .rtl\:rounded-bottom-end-9-5 {
  border-bottom-right-radius: 76px !important
}
[dir=rtl] .rtl\:rounded-bottom-end-10 {
  border-bottom-right-radius: 80px !important
}
[dir=rtl] .rtl\:rounded-bottom-end-circle {
  border-bottom-right-radius: 50% !important
}
[dir=rtl] .rtl\:rounded-bottom-end-full {
  border-bottom-right-radius: 100% !important
}
[dir=rtl] .rtl\:rounded-bottom-end-pill {
  border-bottom-right-radius: 50rem !important
}
[dir=rtl] .rtl\:rounded-bottom-end-0 {
  border-bottom-right-radius: 0 !important
}
.ratio-1x1 {
  --bs-aspect-ratio: 100% !important
}
.ratio-4x3 {
  --bs-aspect-ratio: 75% !important
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25% !important
}
.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571% !important
}
.z-1 {
  z-index: 1 !important
}
.z-2 {
  z-index: 2 !important
}
.z-3 {
  z-index: 3 !important
}
.z-999 {
  z-index: 999 !important
}
.z-0 {
  z-index: 0 !important
}
@media (min-width: 459px) {
  .d-sm-inline {
    display: inline !important
  }
  [dir=rtl] .rtl\:d-sm-inline {
    display: inline !important
  }
  [dir=rtl] .rtl\:d-sm-inline-block {
    display: inline-block !important
  }
  [dir=rtl] .rtl\:d-sm-block {
    display: block !important
  }
  [dir=rtl] .rtl\:d-sm-grid {
    display: grid !important
  }
  [dir=rtl] .rtl\:d-sm-table {
    display: table !important
  }
  [dir=rtl] .rtl\:d-sm-table-row {
    display: table-row !important
  }
  [dir=rtl] .rtl\:d-sm-table-cell {
    display: table-cell !important
  }
  .d-sm-flex {
    display: flex !important
  }
  [dir=rtl] .rtl\:d-sm-flex {
    display: flex !important
  }
  [dir=rtl] .rtl\:d-sm-inline-flex {
    display: inline-flex !important
  }
  .d-sm-none {
    display: none !important
  }
  [dir=rtl] .rtl\:d-sm-none {
    display: none !important
  }
  [dir=rtl] .rtl\:sm\:d-inline {
    display: inline !important
  }
  [dir=rtl] .rtl\:sm\:d-inline-block {
    display: inline-block !important
  }
  [dir=rtl] .rtl\:sm\:d-block {
    display: block !important
  }
  [dir=rtl] .rtl\:sm\:d-grid {
    display: grid !important
  }
  [dir=rtl] .rtl\:sm\:d-table {
    display: table !important
  }
  [dir=rtl] .rtl\:sm\:d-table-row {
    display: table-row !important
  }
  [dir=rtl] .rtl\:sm\:d-table-cell {
    display: table-cell !important
  }
  [dir=rtl] .rtl\:sm\:d-flex {
    display: flex !important
  }
  [dir=rtl] .rtl\:sm\:d-inline-flex {
    display: inline-flex !important
  }
  [dir=rtl] .rtl\:sm\:d-none {
    display: none !important
  }
  [dir=rtl] .rtl\:d-sm-inline {
    display: inline !important
  }
  [dir=rtl] .rtl\:d-sm-inline-block {
    display: inline-block !important
  }
  [dir=rtl] .rtl\:d-sm-block {
    display: block !important
  }
  [dir=rtl] .rtl\:d-sm-grid {
    display: grid !important
  }
  [dir=rtl] .rtl\:d-sm-table {
    display: table !important
  }
  [dir=rtl] .rtl\:d-sm-table-row {
    display: table-row !important
  }
  [dir=rtl] .rtl\:d-sm-table-cell {
    display: table-cell !important
  }
  [dir=rtl] .rtl\:d-sm-flex {
    display: flex !important
  }
  [dir=rtl] .rtl\:d-sm-inline-flex {
    display: inline-flex !important
  }
  [dir=rtl] .rtl\:d-sm-none {
    display: none !important
  }
  [dir=rtl] .rtl\:sm\:d-inline {
    display: inline !important
  }
  [dir=rtl] .rtl\:sm\:d-inline-block {
    display: inline-block !important
  }
  [dir=rtl] .rtl\:sm\:d-block {
    display: block !important
  }
  [dir=rtl] .rtl\:sm\:d-grid {
    display: grid !important
  }
  [dir=rtl] .rtl\:sm\:d-table {
    display: table !important
  }
  [dir=rtl] .rtl\:sm\:d-table-row {
    display: table-row !important
  }
  [dir=rtl] .rtl\:sm\:d-table-cell {
    display: table-cell !important
  }
  [dir=rtl] .rtl\:sm\:d-flex {
    display: flex !important
  }
  [dir=rtl] .rtl\:sm\:d-inline-flex {
    display: inline-flex !important
  }
  [dir=rtl] .rtl\:sm\:d-none {
    display: none !important
  }
  [dir=rtl] .rtl\:border-end-sm {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
  }
  [dir=rtl] .rtl\:border-end-sm-0 {
    border-right: 0 !important
  }
  [dir=rtl] .rtl\:sm\:border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
  }
  [dir=rtl] .rtl\:sm\:border-end-0 {
    border-right: 0 !important
  }
  [dir=rtl] .rtl\:border-start-sm {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
  }
  [dir=rtl] .rtl\:border-start-sm-0 {
    border-left: 0 !important
  }
  [dir=rtl] .rtl\:sm\:border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
  }
  [dir=rtl] .rtl\:sm\:border-start-0 {
    border-left: 0 !important
  }
  .sm\:w-350px {
    width: 350px !important
  }
  .sm\:w-500px {
    width: 500px !important
  }
  .sm\:w-full {
    width: 100% !important
  }
  .sm\:max-w-500px {
    max-width: 500px !important
  }
  .sm\:max-w-sm {
    max-width: 640px !important
  }
  .sm\:max-w-md {
    max-width: 720px !important
  }
  .sm\:max-w-lg {
    max-width: 1040px !important
  }
  .sm\:max-w-xl {
    max-width: 1280px !important
  }
  .sm\:max-w-2xl {
    max-width: 1312px !important
  }
  .sm\:h-screen {
    height: 100vh !important
  }
  .flex-sm-fill {
    flex: 1 1 auto !important
  }
  .sm\:flex-1 {
    flex: 1 1 0% !important
  }
  .flex-sm-row {
    flex-direction: row !important
  }
  .sm\:flex-row {
    flex-direction: row !important
  }
  .sm\:justify-center {
    justify-content: center !important
  }
  .sm\:justify-between {
    justify-content: space-between !important
  }
  .sm\:items-start {
    align-items: flex-start !important
  }
  .sm\:items-center {
    align-items: center !important
  }
  [dir=rtl] .rtl\:order-sm-first {
    order: -1 !important
  }
  [dir=rtl] .rtl\:order-sm-0 {
    order: 0 !important
  }
  [dir=rtl] .rtl\:order-sm-1 {
    order: 1 !important
  }
  [dir=rtl] .rtl\:order-sm-2 {
    order: 2 !important
  }
  [dir=rtl] .rtl\:order-sm-3 {
    order: 3 !important
  }
  [dir=rtl] .rtl\:order-sm-4 {
    order: 4 !important
  }
  [dir=rtl] .rtl\:order-sm-5 {
    order: 5 !important
  }
  [dir=rtl] .rtl\:order-sm-last {
    order: 6 !important
  }
  [dir=rtl] .rtl\:sm\:order-first {
    order: -1 !important
  }
  [dir=rtl] .rtl\:sm\:order-0 {
    order: 0 !important
  }
  [dir=rtl] .rtl\:sm\:order-1 {
    order: 1 !important
  }
  [dir=rtl] .rtl\:sm\:order-2 {
    order: 2 !important
  }
  [dir=rtl] .rtl\:sm\:order-3 {
    order: 3 !important
  }
  [dir=rtl] .rtl\:sm\:order-4 {
    order: 4 !important
  }
  [dir=rtl] .rtl\:sm\:order-5 {
    order: 5 !important
  }
  [dir=rtl] .rtl\:sm\:order-last {
    order: 6 !important
  }
  .sm\:mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
  }
  .sm\:my-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
  }
  .mt-sm-0 {
    margin-top: 0 !important
  }
  .sm\:mt-6 {
    margin-top: 3rem !important
  }
  [dir=rtl] .rtl\:me-sm-0 {
    margin-right: 0 !important
  }
  [dir=rtl] .rtl\:me-sm-narrow {
    margin-right: 0.25rem !important
  }
  [dir=rtl] .rtl\:me-sm-1 {
    margin-right: 0.5rem !important
  }
  [dir=rtl] .rtl\:me-sm-2 {
    margin-right: 1rem !important
  }
  [dir=rtl] .rtl\:me-sm-3 {
    margin-right: 1.5rem !important
  }
  [dir=rtl] .rtl\:me-sm-4 {
    margin-right: 2rem !important
  }
  [dir=rtl] .rtl\:me-sm-5 {
    margin-right: 2.5rem !important
  }
  [dir=rtl] .rtl\:me-sm-6 {
    margin-right: 3rem !important
  }
  [dir=rtl] .rtl\:me-sm-7 {
    margin-right: 3.5rem !important
  }
  [dir=rtl] .rtl\:me-sm-8 {
    margin-right: 4rem !important
  }
  [dir=rtl] .rtl\:me-sm-9 {
    margin-right: 5rem !important
  }
  [dir=rtl] .rtl\:me-sm-10 {
    margin-right: 8rem !important
  }
  [dir=rtl] .rtl\:me-sm-auto {
    margin-right: auto !important
  }
  [dir=rtl] .rtl\:sm\:me-0 {
    margin-right: 0 !important
  }
  [dir=rtl] .rtl\:sm\:me-narrow {
    margin-right: 0.25rem !important
  }
  [dir=rtl] .rtl\:sm\:me-1 {
    margin-right: 0.5rem !important
  }
  [dir=rtl] .rtl\:sm\:me-2 {
    margin-right: 1rem !important
  }
  [dir=rtl] .rtl\:sm\:me-3 {
    margin-right: 1.5rem !important
  }
  [dir=rtl] .rtl\:sm\:me-4 {
    margin-right: 2rem !important
  }
  [dir=rtl] .rtl\:sm\:me-5 {
    margin-right: 2.5rem !important
  }
  [dir=rtl] .rtl\:sm\:me-6 {
    margin-right: 3rem !important
  }
  [dir=rtl] .rtl\:sm\:me-7 {
    margin-right: 3.5rem !important
  }
  [dir=rtl] .rtl\:sm\:me-8 {
    margin-right: 4rem !important
  }
  [dir=rtl] .rtl\:sm\:me-9 {
    margin-right: 5rem !important
  }
  [dir=rtl] .rtl\:sm\:me-10 {
    margin-right: 8rem !important
  }
  [dir=rtl] .rtl\:sm\:me-auto {
    margin-right: auto !important
  }
  .mb-sm-0 {
    margin-bottom: 0 !important
  }
  [dir=rtl] .rtl\:ms-sm-0 {
    margin-left: 0 !important
  }
  [dir=rtl] .rtl\:ms-sm-narrow {
    margin-left: 0.25rem !important
  }
  [dir=rtl] .rtl\:ms-sm-1 {
    margin-left: 0.5rem !important
  }
  [dir=rtl] .rtl\:ms-sm-2 {
    margin-left: 1rem !important
  }
  [dir=rtl] .rtl\:ms-sm-3 {
    margin-left: 1.5rem !important
  }
  [dir=rtl] .rtl\:ms-sm-4 {
    margin-left: 2rem !important
  }
  [dir=rtl] .rtl\:ms-sm-5 {
    margin-left: 2.5rem !important
  }
  [dir=rtl] .rtl\:ms-sm-6 {
    margin-left: 3rem !important
  }
  [dir=rtl] .rtl\:ms-sm-7 {
    margin-left: 3.5rem !important
  }
  [dir=rtl] .rtl\:ms-sm-8 {
    margin-left: 4rem !important
  }
  [dir=rtl] .rtl\:ms-sm-9 {
    margin-left: 5rem !important
  }
  [dir=rtl] .rtl\:ms-sm-10 {
    margin-left: 8rem !important
  }
  [dir=rtl] .rtl\:ms-sm-auto {
    margin-left: auto !important
  }
  [dir=rtl] .rtl\:sm\:ms-0 {
    margin-left: 0 !important
  }
  [dir=rtl] .rtl\:sm\:ms-narrow {
    margin-left: 0.25rem !important
  }
  [dir=rtl] .rtl\:sm\:ms-1 {
    margin-left: 0.5rem !important
  }
  [dir=rtl] .rtl\:sm\:ms-2 {
    margin-left: 1rem !important
  }
  [dir=rtl] .rtl\:sm\:ms-3 {
    margin-left: 1.5rem !important

  }
  [dir=rtl] .rtl\:sm\:ms-4 {
    margin-left: 2rem !important
  }
  [dir=rtl] .rtl\:sm\:ms-5 {
    margin-left: 2.5rem !important
  }
  .sm\:ms-6 {
    margin-left: 3rem !important
  }
  [dir=rtl] .rtl\:sm\:ms-6 {
    margin-left: 3rem !important
  }
  [dir=rtl] .rtl\:sm\:ms-7 {
    margin-left: 3.5rem !important
  }
  [dir=rtl] .rtl\:sm\:ms-8 {
    margin-left: 4rem !important
  }
  [dir=rtl] .rtl\:sm\:ms-9 {
    margin-left: 5rem !important
  }
  .sm\:ms-10 {
    margin-left: 8rem !important
  }
  [dir=rtl] .rtl\:sm\:ms-10 {
    margin-left: 8rem !important
  }
  [dir=rtl] .rtl\:sm\:ms-auto {
    margin-left: auto !important
  }
  [dir=rtl] .rtl\:me-sm-nnarrow {
    margin-right: -0.25rem !important
  }
  [dir=rtl] .rtl\:me-sm-n1 {
    margin-right: -0.5rem !important
  }
  [dir=rtl] .rtl\:me-sm-n2 {
    margin-right: -1rem !important
  }
  [dir=rtl] .rtl\:me-sm-n3 {
    margin-right: -1.5rem !important
  }
  [dir=rtl] .rtl\:me-sm-n4 {
    margin-right: -2rem !important
  }
  [dir=rtl] .rtl\:me-sm-n5 {
    margin-right: -2.5rem !important
  }
  [dir=rtl] .rtl\:me-sm-n6 {
    margin-right: -3rem !important
  }
  [dir=rtl] .rtl\:me-sm-n7 {
    margin-right: -3.5rem !important
  }
  [dir=rtl] .rtl\:me-sm-n8 {
    margin-right: -4rem !important
  }
  [dir=rtl] .rtl\:me-sm-n9 {
    margin-right: -5rem !important
  }
  [dir=rtl] .rtl\:me-sm-n10 {
    margin-right: -8rem !important
  }
  [dir=rtl] .rtl\:sm\:me-nnarrow {
    margin-right: -0.25rem !important
  }
  [dir=rtl] .rtl\:sm\:me-n1 {
    margin-right: -0.5rem !important
  }
  [dir=rtl] .rtl\:sm\:me-n2 {
    margin-right: -1rem !important
  }
  [dir=rtl] .rtl\:sm\:me-n3 {
    margin-right: -1.5rem !important
  }
  [dir=rtl] .rtl\:sm\:me-n4 {
    margin-right: -2rem !important
  }
  [dir=rtl] .rtl\:sm\:me-n5 {
    margin-right: -2.5rem !important
  }
  [dir=rtl] .rtl\:sm\:me-n6 {
    margin-right: -3rem !important
  }
  [dir=rtl] .rtl\:sm\:me-n7 {
    margin-right: -3.5rem !important
  }
  [dir=rtl] .rtl\:sm\:me-n8 {
    margin-right: -4rem !important
  }
  [dir=rtl] .rtl\:sm\:me-n9 {
    margin-right: -5rem !important
  }
  [dir=rtl] .rtl\:sm\:me-n10 {
    margin-right: -8rem !important
  }
  [dir=rtl] .rtl\:ms-sm-nnarrow {
    margin-left: -0.25rem !important
  }
  [dir=rtl] .rtl\:ms-sm-n1 {
    margin-left: -0.5rem !important
  }
  [dir=rtl] .rtl\:ms-sm-n2 {
    margin-left: -1rem !important
  }
  [dir=rtl] .rtl\:ms-sm-n3 {
    margin-left: -1.5rem !important
  }
  [dir=rtl] .rtl\:ms-sm-n4 {
    margin-left: -2rem !important
  }
  [dir=rtl] .rtl\:ms-sm-n5 {
    margin-left: -2.5rem !important
  }
  [dir=rtl] .rtl\:ms-sm-n6 {
    margin-left: -3rem !important
  }
  [dir=rtl] .rtl\:ms-sm-n7 {
    margin-left: -3.5rem !important
  }
  [dir=rtl] .rtl\:ms-sm-n8 {
    margin-left: -4rem !important
  }
  [dir=rtl] .rtl\:ms-sm-n9 {
    margin-left: -5rem !important
  }
  [dir=rtl] .rtl\:ms-sm-n10 {
    margin-left: -8rem !important
  }
  [dir=rtl] .rtl\:sm\:ms-nnarrow {
    margin-left: -0.25rem !important
  }
  [dir=rtl] .rtl\:sm\:ms-n1 {
    margin-left: -0.5rem !important
  }
  [dir=rtl] .rtl\:sm\:ms-n2 {
    margin-left: -1rem !important
  }
  [dir=rtl] .rtl\:sm\:ms-n3 {
    margin-left: -1.5rem !important
  }
  [dir=rtl] .rtl\:sm\:ms-n4 {
    margin-left: -2rem !important
  }
  [dir=rtl] .rtl\:sm\:ms-n5 {
    margin-left: -2.5rem !important
  }
  [dir=rtl] .rtl\:sm\:ms-n6 {
    margin-left: -3rem !important
  }
  [dir=rtl] .rtl\:sm\:ms-n7 {
    margin-left: -3.5rem !important
  }
  [dir=rtl] .rtl\:sm\:ms-n8 {
    margin-left: -4rem !important
  }
  [dir=rtl] .rtl\:sm\:ms-n9 {
    margin-left: -5rem !important
  }
  [dir=rtl] .rtl\:sm\:ms-n10 {
    margin-left: -8rem !important
  }
  .sm\:p-0 {
    padding: 0 !important
  }
  .sm\:p-3 {
    padding: 1.5rem !important
  }
  .sm\:p-6 {
    padding: 3rem !important
  }
  .sm\:px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
  }
  .sm\:px-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important
  }
  .sm\:px-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
  }
  .sm\:py-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important
  }
  .sm\:py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }
  .sm\:py-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
  }
  .sm\:pt-0 {
    padding-top: 0 !important
  }
  [dir=rtl] .rtl\:pe-sm-0 {
    padding-right: 0 !important
  }
  [dir=rtl] .rtl\:pe-sm-narrow {
    padding-right: 0.25rem !important
  }
  [dir=rtl] .rtl\:pe-sm-1 {
    padding-right: 0.5rem !important
  }
  [dir=rtl] .rtl\:pe-sm-2 {
    padding-right: 1rem !important
  }
  [dir=rtl] .rtl\:pe-sm-3 {
    padding-right: 1.5rem !important
  }
  [dir=rtl] .rtl\:pe-sm-4 {
    padding-right: 2rem !important
  }
  [dir=rtl] .rtl\:pe-sm-5 {
    padding-right: 2.5rem !important
  }
  [dir=rtl] .rtl\:pe-sm-6 {
    padding-right: 3rem !important
  }
  [dir=rtl] .rtl\:pe-sm-7 {
    padding-right: 3.5rem !important
  }
  [dir=rtl] .rtl\:pe-sm-8 {
    padding-right: 4rem !important
  }
  [dir=rtl] .rtl\:pe-sm-9 {
    padding-right: 5rem !important
  }
  [dir=rtl] .rtl\:pe-sm-10 {
    padding-right: 8rem !important
  }
  [dir=rtl] .rtl\:pe-sm-auto {
    padding-right: auto !important
  }
  [dir=rtl] .rtl\:sm\:pe-0 {
    padding-right: 0 !important
  }
  [dir=rtl] .rtl\:sm\:pe-narrow {
    padding-right: 0.25rem !important
  }
  [dir=rtl] .rtl\:sm\:pe-1 {
    padding-right: 0.5rem !important
  }
  [dir=rtl] .rtl\:sm\:pe-2 {
    padding-right: 1rem !important
  }
  [dir=rtl] .rtl\:sm\:pe-3 {
    padding-right: 1.5rem !important
  }
  [dir=rtl] .rtl\:sm\:pe-4 {
    padding-right: 2rem !important
  }
  [dir=rtl] .rtl\:sm\:pe-5 {
    padding-right: 2.5rem !important
  }
  [dir=rtl] .rtl\:sm\:pe-6 {
    padding-right: 3rem !important
  }
  [dir=rtl] .rtl\:sm\:pe-7 {
    padding-right: 3.5rem !important
  }
  [dir=rtl] .rtl\:sm\:pe-8 {
    padding-right: 4rem !important
  }
  [dir=rtl] .rtl\:sm\:pe-9 {
    padding-right: 5rem !important
  }
  [dir=rtl] .rtl\:sm\:pe-10 {
    padding-right: 8rem !important
  }
  [dir=rtl] .rtl\:sm\:pe-auto {
    padding-right: auto !important
  }
  [dir=rtl] .rtl\:ps-sm-0 {
    padding-left: 0 !important
  }
  [dir=rtl] .rtl\:ps-sm-narrow {
    padding-left: 0.25rem !important
  }
  [dir=rtl] .rtl\:ps-sm-1 {
    padding-left: 0.5rem !important
  }
  [dir=rtl] .rtl\:ps-sm-2 {
    padding-left: 1rem !important
  }
  [dir=rtl] .rtl\:ps-sm-3 {
    padding-left: 1.5rem !important
  }
  [dir=rtl] .rtl\:ps-sm-4 {
    padding-left: 2rem !important
  }
  [dir=rtl] .rtl\:ps-sm-5 {
    padding-left: 2.5rem !important
  }
  [dir=rtl] .rtl\:ps-sm-6 {
    padding-left: 3rem !important
  }
  [dir=rtl] .rtl\:ps-sm-7 {
    padding-left: 3.5rem !important
  }
  [dir=rtl] .rtl\:ps-sm-8 {
    padding-left: 4rem !important
  }
  [dir=rtl] .rtl\:ps-sm-9 {
    padding-left: 5rem !important
  }
  [dir=rtl] .rtl\:ps-sm-10 {
    padding-left: 8rem !important
  }
  [dir=rtl] .rtl\:ps-sm-auto {

    padding-left: auto !important
  }
  [dir=rtl] .rtl\:sm\:ps-0 {
    padding-left: 0 !important
  }
  [dir=rtl] .rtl\:sm\:ps-narrow {
    padding-left: 0.25rem !important
  }
  [dir=rtl] .rtl\:sm\:ps-1 {
    padding-left: 0.5rem !important
  }
  [dir=rtl] .rtl\:sm\:ps-2 {
    padding-left: 1rem !important
  }
  [dir=rtl] .rtl\:sm\:ps-3 {
    padding-left: 1.5rem !important
  }
  [dir=rtl] .rtl\:sm\:ps-4 {
    padding-left: 2rem !important
  }
  [dir=rtl] .rtl\:sm\:ps-5 {
    padding-left: 2.5rem !important
  }
  [dir=rtl] .rtl\:sm\:ps-6 {
    padding-left: 3rem !important
  }
  [dir=rtl] .rtl\:sm\:ps-7 {
    padding-left: 3.5rem !important
  }
  [dir=rtl] .rtl\:sm\:ps-8 {
    padding-left: 4rem !important
  }
  [dir=rtl] .rtl\:sm\:ps-9 {
    padding-left: 5rem !important
  }
  [dir=rtl] .rtl\:sm\:ps-10 {
    padding-left: 8rem !important
  }
  [dir=rtl] .rtl\:sm\:ps-auto {
    padding-left: auto !important
  }
  .sm\:gap-2 {
    gap: 1rem !important
  }
  .sm\:gap-6 {
    gap: 3rem !important
  }
  [dir=rtl] .rtl\:fs-sm-1 {
    font-size: 1.75rem !important
  }
  [dir=rtl] .rtl\:fs-sm-2 {
    font-size: 1.5rem !important
  }
  [dir=rtl] .rtl\:fs-sm-3 {
    font-size: 1.25rem !important
  }
  [dir=rtl] .rtl\:fs-sm-4 {
    font-size: 1.125rem !important
  }
  [dir=rtl] .rtl\:fs-sm-5 {
    font-size: 1rem !important
  }
  [dir=rtl] .rtl\:fs-sm-6 {
    font-size: 0.875rem !important
  }
  [dir=rtl] .rtl\:fs-sm-7 {
    font-size: 0.75rem !important
  }
  [dir=rtl] .rtl\:fs-sm-8 {
    font-size: 0.75rem !important
  }
  [dir=rtl] .rtl\:sm\:fs-1 {
    font-size: 1.75rem !important
  }
  [dir=rtl] .rtl\:sm\:fs-2 {
    font-size: 1.5rem !important
  }
  [dir=rtl] .rtl\:sm\:fs-3 {
    font-size: 1.25rem !important
  }
  [dir=rtl] .rtl\:sm\:fs-4 {
    font-size: 1.125rem !important
  }
  .sm\:fs-5 {
    font-size: 1rem !important
  }
  [dir=rtl] .rtl\:sm\:fs-5 {
    font-size: 1rem !important
  }
  .sm\:fs-6 {
    font-size: 0.875rem !important
  }
  [dir=rtl] .rtl\:sm\:fs-6 {
    font-size: 0.875rem !important
  }
  [dir=rtl] .rtl\:sm\:fs-7 {
    font-size: 0.75rem !important
  }
  [dir=rtl] .rtl\:sm\:fs-8 {
    font-size: 0.75rem !important
  }
  .text-sm-start {
    text-align: left !important
  }
  [dir=rtl] .rtl\:text-sm-start {
    text-align: left !important
  }
  [dir=rtl] .rtl\:text-sm-end {
    text-align: right !important
  }
  [dir=rtl] .rtl\:text-sm-center {
    text-align: center !important
  }
  [dir=rtl] .rtl\:sm\:text-start {
    text-align: left !important
  }
  [dir=rtl] .rtl\:sm\:text-end {
    text-align: right !important
  }
  [dir=rtl] .rtl\:sm\:text-center {
    text-align: center !important
  }
  .rounded-sm {
    border-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:rounded-end-sm {
    border-top-right-radius: var(--radius) !important;
    border-bottom-right-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:rounded-end-sm-default {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important
  }
  [dir=rtl] .rtl\:rounded-end-sm-0-5 {

    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important
  }
  [dir=rtl] .rtl\:rounded-end-sm-1 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important
  }
  [dir=rtl] .rtl\:rounded-end-sm-1-5 {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important
  }
  [dir=rtl] .rtl\:rounded-end-sm-2 {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important
  }
  [dir=rtl] .rtl\:rounded-end-sm-2-5 {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important
  }
  [dir=rtl] .rtl\:rounded-end-sm-3 {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important
  }
  [dir=rtl] .rtl\:rounded-end-sm-3-5 {
    border-top-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important
  }
  [dir=rtl] .rtl\:rounded-end-sm-4 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important
  }
  [dir=rtl] .rtl\:rounded-end-sm-4-5 {
    border-top-right-radius: 36px !important;
    border-bottom-right-radius: 36px !important
  }
  [dir=rtl] .rtl\:rounded-end-sm-5 {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important
  }
  [dir=rtl] .rtl\:rounded-end-sm-5-5 {
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important
  }
  [dir=rtl] .rtl\:rounded-end-sm-6 {
    border-top-right-radius: 48px !important;
    border-bottom-right-radius: 48px !important
  }
  [dir=rtl] .rtl\:rounded-end-sm-6-5 {
    border-top-right-radius: 52px !important;
    border-bottom-right-radius: 52px !important
  }
  [dir=rtl] .rtl\:rounded-end-sm-7 {
    border-top-right-radius: 56px !important;
    border-bottom-right-radius: 56px !important
  }
  [dir=rtl] .rtl\:rounded-end-sm-7-5 {
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 60px !important
  }
  [dir=rtl] .rtl\:rounded-end-sm-8 {
    border-top-right-radius: 64px !important;
    border-bottom-right-radius: 64px !important
  }
  [dir=rtl] .rtl\:rounded-end-sm-8-5 {
    border-top-right-radius: 68px !important;
    border-bottom-right-radius: 68px !important
  }
  [dir=rtl] .rtl\:rounded-end-sm-9 {
    border-top-right-radius: 72px !important;
    border-bottom-right-radius: 72px !important
  }
  [dir=rtl] .rtl\:rounded-end-sm-9-5 {
    border-top-right-radius: 76px !important;
    border-bottom-right-radius: 76px !important
  }
  [dir=rtl] .rtl\:rounded-end-sm-10 {
    border-top-right-radius: 80px !important;
    border-bottom-right-radius: 80px !important
  }
  [dir=rtl] .rtl\:rounded-end-sm-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important
  }
  [dir=rtl] .rtl\:rounded-end-sm-full {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important
  }
  [dir=rtl] .rtl\:rounded-end-sm-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important
  }
  [dir=rtl] .rtl\:rounded-end-sm-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
  }
  [dir=rtl] .rtl\:sm\:rounded-end {
    border-top-right-radius: var(--radius) !important;
    border-bottom-right-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:sm\:rounded-end-default {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-end-0-5 {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-end-1 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-end-1-5 {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-end-2 {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-end-2-5 {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-end-3 {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-end-3-5 {
    border-top-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-end-4 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-end-4-5 {
    border-top-right-radius: 36px !important;
    border-bottom-right-radius: 36px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-end-5 {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-end-5-5 {
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-end-6 {
    border-top-right-radius: 48px !important;
    border-bottom-right-radius: 48px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-end-6-5 {
    border-top-right-radius: 52px !important;
    border-bottom-right-radius: 52px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-end-7 {
    border-top-right-radius: 56px !important;
    border-bottom-right-radius: 56px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-end-7-5 {
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 60px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-end-8 {
    border-top-right-radius: 64px !important;
    border-bottom-right-radius: 64px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-end-8-5 {
    border-top-right-radius: 68px !important;
    border-bottom-right-radius: 68px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-end-9 {
    border-top-right-radius: 72px !important;
    border-bottom-right-radius: 72px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-end-9-5 {
    border-top-right-radius: 76px !important;
    border-bottom-right-radius: 76px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-end-10 {
    border-top-right-radius: 80px !important;
    border-bottom-right-radius: 80px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-end-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important
  }
  [dir=rtl] .rtl\:sm\:rounded-end-full {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important
  }
  [dir=rtl] .rtl\:sm\:rounded-end-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important
  }
  [dir=rtl] .rtl\:sm\:rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
  }
  [dir=rtl] .rtl\:rounded-start-sm {
    border-bottom-left-radius: var(--radius) !important;
    border-top-left-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:rounded-start-sm-default {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important
  }
  [dir=rtl] .rtl\:rounded-start-sm-0-5 {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important
  }
  [dir=rtl] .rtl\:rounded-start-sm-1 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important
  }
  [dir=rtl] .rtl\:rounded-start-sm-1-5 {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important
  }
  [dir=rtl] .rtl\:rounded-start-sm-2 {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important
  }
  [dir=rtl] .rtl\:rounded-start-sm-2-5 {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important
  }
  [dir=rtl] .rtl\:rounded-start-sm-3 {
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 24px !important
  }
  [dir=rtl] .rtl\:rounded-start-sm-3-5 {
    border-bottom-left-radius: 28px !important;
    border-top-left-radius: 28px !important
  }
  [dir=rtl] .rtl\:rounded-start-sm-4 {
    border-bottom-left-radius: 32px !important;
    border-top-left-radius: 32px !important
  }
  [dir=rtl] .rtl\:rounded-start-sm-4-5 {
    border-bottom-left-radius: 36px !important;
    border-top-left-radius: 36px !important
  }
  [dir=rtl] .rtl\:rounded-start-sm-5 {
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important
  }
  [dir=rtl] .rtl\:rounded-start-sm-5-5 {
    border-bottom-left-radius: 44px !important;
    border-top-left-radius: 44px !important
  }
  [dir=rtl] .rtl\:rounded-start-sm-6 {
    border-bottom-left-radius: 48px !important;
    border-top-left-radius: 48px !important
  }
  [dir=rtl] .rtl\:rounded-start-sm-6-5 {
    border-bottom-left-radius: 52px !important;
    border-top-left-radius: 52px !important
  }
  [dir=rtl] .rtl\:rounded-start-sm-7 {
    border-bottom-left-radius: 56px !important;
    border-top-left-radius: 56px !important
  }
  [dir=rtl] .rtl\:rounded-start-sm-7-5 {
    border-bottom-left-radius: 60px !important;
    border-top-left-radius: 60px !important
  }
  [dir=rtl] .rtl\:rounded-start-sm-8 {
    border-bottom-left-radius: 64px !important;
    border-top-left-radius: 64px !important
  }
  [dir=rtl] .rtl\:rounded-start-sm-8-5 {
    border-bottom-left-radius: 68px !important;
    border-top-left-radius: 68px !important
  }
  [dir=rtl] .rtl\:rounded-start-sm-9 {
    border-bottom-left-radius: 72px !important;
    border-top-left-radius: 72px !important
  }
  [dir=rtl] .rtl\:rounded-start-sm-9-5 {
    border-bottom-left-radius: 76px !important;
    border-top-left-radius: 76px !important
  }
  [dir=rtl] .rtl\:rounded-start-sm-10 {
    border-bottom-left-radius: 80px !important;
    border-top-left-radius: 80px !important
  }
  [dir=rtl] .rtl\:rounded-start-sm-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important
  }
  [dir=rtl] .rtl\:rounded-start-sm-full {
    border-bottom-left-radius: 100% !important;
    border-top-left-radius: 100% !important
  }
  [dir=rtl] .rtl\:rounded-start-sm-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important
  }
  [dir=rtl] .rtl\:rounded-start-sm-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
  }
  [dir=rtl] .rtl\:sm\:rounded-start {
    border-bottom-left-radius: var(--radius) !important;
    border-top-left-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:sm\:rounded-start-default {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-start-0-5 {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-start-1 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-start-1-5 {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-start-2 {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-start-2-5 {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-start-3 {
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 24px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-start-3-5 {
    border-bottom-left-radius: 28px !important;
    border-top-left-radius: 28px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-start-4 {
    border-bottom-left-radius: 32px !important;
    border-top-left-radius: 32px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-start-4-5 {
    border-bottom-left-radius: 36px !important;
    border-top-left-radius: 36px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-start-5 {
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-start-5-5 {
    border-bottom-left-radius: 44px !important;
    border-top-left-radius: 44px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-start-6 {
    border-bottom-left-radius: 48px !important;
    border-top-left-radius: 48px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-start-6-5 {
    border-bottom-left-radius: 52px !important;
    border-top-left-radius: 52px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-start-7 {
    border-bottom-left-radius: 56px !important;
    border-top-left-radius: 56px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-start-7-5 {

    border-bottom-left-radius: 60px !important;
    border-top-left-radius: 60px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-start-8 {
    border-bottom-left-radius: 64px !important;
    border-top-left-radius: 64px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-start-8-5 {
    border-bottom-left-radius: 68px !important;
    border-top-left-radius: 68px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-start-9 {
    border-bottom-left-radius: 72px !important;
    border-top-left-radius: 72px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-start-9-5 {
    border-bottom-left-radius: 76px !important;
    border-top-left-radius: 76px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-start-10 {
    border-bottom-left-radius: 80px !important;
    border-top-left-radius: 80px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important
  }
  [dir=rtl] .rtl\:sm\:rounded-start-full {
    border-bottom-left-radius: 100% !important;
    border-top-left-radius: 100% !important
  }
  [dir=rtl] .rtl\:sm\:rounded-start-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important
  }
  [dir=rtl] .rtl\:sm\:rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
  }
  [dir=rtl] .rtl\:g-row-start-sm-1 {
    grid-row-start: 1 !important
  }
  [dir=rtl] .rtl\:g-row-start-sm-2 {
    grid-row-start: 2 !important
  }
  [dir=rtl] .rtl\:g-row-start-sm-3 {
    grid-row-start: 3 !important
  }
  [dir=rtl] .rtl\:g-row-start-sm-4 {
    grid-row-start: 4 !important
  }
  [dir=rtl] .rtl\:g-row-start-sm-5 {
    grid-row-start: 5 !important
  }
  [dir=rtl] .rtl\:g-row-start-sm-6 {
    grid-row-start: 6 !important
  }
  [dir=rtl] .rtl\:g-row-start-sm-7 {
    grid-row-start: 7 !important
  }
  [dir=rtl] .rtl\:g-row-start-sm-8 {
    grid-row-start: 8 !important
  }
  [dir=rtl] .rtl\:g-row-start-sm-9 {
    grid-row-start: 9 !important
  }
  [dir=rtl] .rtl\:g-row-start-sm-10 {
    grid-row-start: 10 !important
  }
  [dir=rtl] .rtl\:g-row-start-sm-11 {
    grid-row-start: 11 !important
  }
  [dir=rtl] .rtl\:g-row-start-sm-12 {
    grid-row-start: 12 !important
  }
  [dir=rtl] .rtl\:g-row-start-sm-13 {
    grid-row-start: 13 !important
  }
  [dir=rtl] .rtl\:g-row-start-sm-auto {
    grid-row-start: auto !important
  }
  [dir=rtl] .rtl\:sm\:g-row-start-1 {
    grid-row-start: 1 !important
  }
  [dir=rtl] .rtl\:sm\:g-row-start-2 {
    grid-row-start: 2 !important
  }
  [dir=rtl] .rtl\:sm\:g-row-start-3 {
    grid-row-start: 3 !important
  }
  [dir=rtl] .rtl\:sm\:g-row-start-4 {
    grid-row-start: 4 !important
  }
  [dir=rtl] .rtl\:sm\:g-row-start-5 {
    grid-row-start: 5 !important
  }
  [dir=rtl] .rtl\:sm\:g-row-start-6 {
    grid-row-start: 6 !important
  }
  [dir=rtl] .rtl\:sm\:g-row-start-7 {
    grid-row-start: 7 !important
  }
  [dir=rtl] .rtl\:sm\:g-row-start-8 {
    grid-row-start: 8 !important
  }
  [dir=rtl] .rtl\:sm\:g-row-start-9 {
    grid-row-start: 9 !important
  }
  [dir=rtl] .rtl\:sm\:g-row-start-10 {
    grid-row-start: 10 !important
  }
  [dir=rtl] .rtl\:sm\:g-row-start-11 {
    grid-row-start: 11 !important
  }

  [dir=rtl] .rtl\:sm\:g-row-start-12 {
    grid-row-start: 12 !important
  }
  [dir=rtl] .rtl\:sm\:g-row-start-13 {
    grid-row-start: 13 !important
  }
  [dir=rtl] .rtl\:sm\:g-row-start-auto {
    grid-row-start: auto !important
  }
  [dir=rtl] .rtl\:g-row-end-sm-1 {
    grid-row-end: 1 !important
  }
  [dir=rtl] .rtl\:g-row-end-sm-2 {
    grid-row-end: 2 !important
  }
  [dir=rtl] .rtl\:g-row-end-sm-3 {
    grid-row-end: 3 !important
  }
  [dir=rtl] .rtl\:g-row-end-sm-4 {
    grid-row-end: 4 !important
  }
  [dir=rtl] .rtl\:g-row-end-sm-5 {
    grid-row-end: 5 !important
  }
  [dir=rtl] .rtl\:g-row-end-sm-6 {
    grid-row-end: 6 !important
  }
  [dir=rtl] .rtl\:g-row-end-sm-7 {
    grid-row-end: 7 !important
  }
  [dir=rtl] .rtl\:g-row-end-sm-8 {
    grid-row-end: 8 !important
  }
  [dir=rtl] .rtl\:g-row-end-sm-9 {
    grid-row-end: 9 !important
  }
  [dir=rtl] .rtl\:g-row-end-sm-10 {
    grid-row-end: 10 !important
  }
  [dir=rtl] .rtl\:g-row-end-sm-11 {
    grid-row-end: 11 !important
  }
  [dir=rtl] .rtl\:g-row-end-sm-12 {
    grid-row-end: 12 !important
  }
  [dir=rtl] .rtl\:g-row-end-sm-13 {
    grid-row-end: 13 !important
  }
  [dir=rtl] .rtl\:g-row-end-sm-auto {
    grid-row-end: auto !important
  }
  [dir=rtl] .rtl\:sm\:g-row-end-1 {
    grid-row-end: 1 !important
  }
  [dir=rtl] .rtl\:sm\:g-row-end-2 {
    grid-row-end: 2 !important
  }
  [dir=rtl] .rtl\:sm\:g-row-end-3 {
    grid-row-end: 3 !important
  }
  [dir=rtl] .rtl\:sm\:g-row-end-4 {
    grid-row-end: 4 !important
  }
  [dir=rtl] .rtl\:sm\:g-row-end-5 {
    grid-row-end: 5 !important
  }
  [dir=rtl] .rtl\:sm\:g-row-end-6 {
    grid-row-end: 6 !important

  }
  [dir=rtl] .rtl\:sm\:g-row-end-7 {
    grid-row-end: 7 !important
  }
  [dir=rtl] .rtl\:sm\:g-row-end-8 {
    grid-row-end: 8 !important
  }
  [dir=rtl] .rtl\:sm\:g-row-end-9 {
    grid-row-end: 9 !important
  }
  [dir=rtl] .rtl\:sm\:g-row-end-10 {
    grid-row-end: 10 !important
  }
  [dir=rtl] .rtl\:sm\:g-row-end-11 {
    grid-row-end: 11 !important
  }
  [dir=rtl] .rtl\:sm\:g-row-end-12 {
    grid-row-end: 12 !important
  }
  [dir=rtl] .rtl\:sm\:g-row-end-13 {
    grid-row-end: 13 !important
  }
  [dir=rtl] .rtl\:sm\:g-row-end-auto {
    grid-row-end: auto !important
  }
  [dir=rtl] .rtl\:g-col-start-sm-1 {
    grid-column-start: 1 !important
  }
  [dir=rtl] .rtl\:g-col-start-sm-2 {
    grid-column-start: 2 !important
  }
  [dir=rtl] .rtl\:g-col-start-sm-3 {
    grid-column-start: 3 !important
  }
  [dir=rtl] .rtl\:g-col-start-sm-4 {
    grid-column-start: 4 !important
  }
  [dir=rtl] .rtl\:g-col-start-sm-5 {

    grid-column-start: 5 !important
  }
  [dir=rtl] .rtl\:g-col-start-sm-6 {
    grid-column-start: 6 !important
  }
  [dir=rtl] .rtl\:g-col-start-sm-7 {
    grid-column-start: 7 !important
  }
  [dir=rtl] .rtl\:g-col-start-sm-8 {
    grid-column-start: 8 !important
  }
  [dir=rtl] .rtl\:g-col-start-sm-9 {
    grid-column-start: 9 !important
  }
  [dir=rtl] .rtl\:g-col-start-sm-10 {
    grid-column-start: 10 !important
  }
  [dir=rtl] .rtl\:g-col-start-sm-11 {
    grid-column-start: 11 !important
  }
  [dir=rtl] .rtl\:g-col-start-sm-12 {
    grid-column-start: 12 !important
  }
  [dir=rtl] .rtl\:g-col-start-sm-13 {
    grid-column-start: 13 !important
  }
  [dir=rtl] .rtl\:g-col-start-sm-auto {
    grid-column-start: auto !important
  }
  [dir=rtl] .rtl\:sm\:g-col-start-1 {
    grid-column-start: 1 !important
  }
  [dir=rtl] .rtl\:sm\:g-col-start-2 {
    grid-column-start: 2 !important
  }
  [dir=rtl] .rtl\:sm\:g-col-start-3 {
    grid-column-start: 3 !important
  }
  [dir=rtl] .rtl\:sm\:g-col-start-4 {
    grid-column-start: 4 !important
  }
  [dir=rtl] .rtl\:sm\:g-col-start-5 {
    grid-column-start: 5 !important
  }
  [dir=rtl] .rtl\:sm\:g-col-start-6 {
    grid-column-start: 6 !important
  }
  [dir=rtl] .rtl\:sm\:g-col-start-7 {
    grid-column-start: 7 !important
  }
  [dir=rtl] .rtl\:sm\:g-col-start-8 {
    grid-column-start: 8 !important
  }
  [dir=rtl] .rtl\:sm\:g-col-start-9 {
    grid-column-start: 9 !important
  }
  [dir=rtl] .rtl\:sm\:g-col-start-10 {
    grid-column-start: 10 !important
  }
  [dir=rtl] .rtl\:sm\:g-col-start-11 {
    grid-column-start: 11 !important
  }
  [dir=rtl] .rtl\:sm\:g-col-start-12 {
    grid-column-start: 12 !important
  }
  [dir=rtl] .rtl\:sm\:g-col-start-13 {
    grid-column-start: 13 !important
  }
  [dir=rtl] .rtl\:sm\:g-col-start-auto {
    grid-column-start: auto !important
  }
  [dir=rtl] .rtl\:g-col-end-sm-1 {
    grid-column-end: 1 !important
  }
  [dir=rtl] .rtl\:g-col-end-sm-2 {
    grid-column-end: 2 !important
  }
  [dir=rtl] .rtl\:g-col-end-sm-3 {
    grid-column-end: 3 !important
  }
  [dir=rtl] .rtl\:g-col-end-sm-4 {
    grid-column-end: 4 !important
  }
  [dir=rtl] .rtl\:g-col-end-sm-5 {
    grid-column-end: 5 !important
  }
  [dir=rtl] .rtl\:g-col-end-sm-6 {
    grid-column-end: 6 !important
  }
  [dir=rtl] .rtl\:g-col-end-sm-7 {
    grid-column-end: 7 !important
  }
  [dir=rtl] .rtl\:g-col-end-sm-8 {
    grid-column-end: 8 !important
  }
  [dir=rtl] .rtl\:g-col-end-sm-9 {
    grid-column-end: 9 !important
  }
  [dir=rtl] .rtl\:g-col-end-sm-10 {
    grid-column-end: 10 !important
  }
  [dir=rtl] .rtl\:g-col-end-sm-11 {
    grid-column-end: 11 !important
  }
  [dir=rtl] .rtl\:g-col-end-sm-12 {
    grid-column-end: 12 !important
  }
  [dir=rtl] .rtl\:g-col-end-sm-13 {
    grid-column-end: 13 !important
  }
  [dir=rtl] .rtl\:g-col-end-sm-auto {
    grid-column-end: auto !important
  }
  [dir=rtl] .rtl\:sm\:g-col-end-1 {
    grid-column-end: 1 !important
  }
  [dir=rtl] .rtl\:sm\:g-col-end-2 {
    grid-column-end: 2 !important
  }
  [dir=rtl] .rtl\:sm\:g-col-end-3 {
    grid-column-end: 3 !important
  }
  [dir=rtl] .rtl\:sm\:g-col-end-4 {
    grid-column-end: 4 !important
  }
  [dir=rtl] .rtl\:sm\:g-col-end-5 {
    grid-column-end: 5 !important
  }
  [dir=rtl] .rtl\:sm\:g-col-end-6 {
    grid-column-end: 6 !important
  }
  [dir=rtl] .rtl\:sm\:g-col-end-7 {
    grid-column-end: 7 !important
  }
  [dir=rtl] .rtl\:sm\:g-col-end-8 {
    grid-column-end: 8 !important
  }
  [dir=rtl] .rtl\:sm\:g-col-end-9 {
    grid-column-end: 9 !important
  }
  [dir=rtl] .rtl\:sm\:g-col-end-10 {
    grid-column-end: 10 !important
  }
  [dir=rtl] .rtl\:sm\:g-col-end-11 {
    grid-column-end: 11 !important
  }
  [dir=rtl] .rtl\:sm\:g-col-end-12 {
    grid-column-end: 12 !important
  }
  [dir=rtl] .rtl\:sm\:g-col-end-13 {
    grid-column-end: 13 !important
  }
  [dir=rtl] .rtl\:sm\:g-col-end-auto {
    grid-column-end: auto !important
  }
  .icon-sm-narrow {
    width: 16px !important;
    height: 16px !important;
    font-size: 16px !important
  }
  .icon-sm-1 {
    width: 20px !important;
    height: 20px !important;
    font-size: 20px !important
  }
  .icon-sm-2 {
    width: 24px !important;
    height: 24px !important;
    font-size: 24px !important
  }
  .icon-sm-3 {
    width: 32px !important;
    height: 32px !important;
    font-size: 32px !important
  }
  .icon-sm-4 {
    width: 48px !important;
    height: 48px !important;
    font-size: 48px !important
  }
  .icon-sm-5 {
    width: 64px !important;
    height: 64px !important;
    font-size: 64px !important
  }
  .icon-sm-6 {
    width: 80px !important;
    height: 80px !important;
    font-size: 80px !important
  }
  [dir=rtl] .rtl\:mask-start-sm {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-start-sm-1 {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-start-sm-2 {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-start-sm-3 {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-start-sm-4 {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-start-sm-0 {
    mask-image: none !important
  }
  [dir=rtl] .rtl\:sm\:mask-start {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:sm\:mask-start-1 {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:sm\:mask-start-2 {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:sm\:mask-start-3 {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:sm\:mask-start-4 {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:sm\:mask-start-0 {
    mask-image: none !important
  }
  [dir=rtl] .rtl\:mask-end-sm {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-end-sm-1 {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-end-sm-2 {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-end-sm-3 {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-end-sm-4 {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-end-sm-0 {
    mask-image: none !important

  }
  [dir=rtl] .rtl\:sm\:mask-end {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:sm\:mask-end-1 {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:sm\:mask-end-2 {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:sm\:mask-end-3 {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:sm\:mask-end-4 {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:sm\:mask-end-0 {
    mask-image: none !important
  }
  .sm\:scale-95 {
    transform: scale(0.95) !important
  }
  .sm\:scale-100 {
    transform: scale(1) !important
  }
  .sm\:translate-y-0 {
    transform: translateY(0) !important
  }
  [dir=rtl] .rtl\:rotate-sm-0 {
    transform: rotate(0deg) !important
  }
  [dir=rtl] .rtl\:rotate-sm-1 {
    transform: rotate(1deg) !important
  }
  [dir=rtl] .rtl\:rotate-sm-2 {
    transform: rotate(2deg) !important
  }
  [dir=rtl] .rtl\:rotate-sm-3 {
    transform: rotate(3deg) !important
  }
  [dir=rtl] .rtl\:rotate-sm-6 {
    transform: rotate(6deg) !important
  }
  [dir=rtl] .rtl\:rotate-sm-12 {
    transform: rotate(12deg) !important
  }
  [dir=rtl] .rtl\:rotate-sm-45 {
    transform: rotate(45deg) !important
  }
  [dir=rtl] .rtl\:rotate-sm-90 {
    transform: rotate(90deg) !important
  }
  [dir=rtl] .rtl\:rotate-sm-180 {
    transform: rotate(180deg) !important
  }
  [dir=rtl] .rtl\:sm\:rotate-0 {
    transform: rotate(0deg) !important
  }
  [dir=rtl] .rtl\:sm\:rotate-1 {
    transform: rotate(1deg) !important
  }
  [dir=rtl] .rtl\:sm\:rotate-2 {
    transform: rotate(2deg) !important
  }
  [dir=rtl] .rtl\:sm\:rotate-3 {
    transform: rotate(3deg) !important
  }
  [dir=rtl] .rtl\:sm\:rotate-6 {
    transform: rotate(6deg) !important
  }
  [dir=rtl] .rtl\:sm\:rotate-12 {
    transform: rotate(12deg) !important
  }
  [dir=rtl] .rtl\:sm\:rotate-45 {
    transform: rotate(45deg) !important
  }
  [dir=rtl] .rtl\:sm\:rotate-90 {

    transform: rotate(90deg) !important
  }
  [dir=rtl] .rtl\:sm\:rotate-180 {
    transform: rotate(180deg) !important
  }
  [dir=rtl] .rtl\:-rotate-sm-1 {
    transform: rotate(-1deg) !important
  }
  [dir=rtl] .rtl\:-rotate-sm-2 {
    transform: rotate(-2deg) !important
  }
  [dir=rtl] .rtl\:-rotate-sm-3 {
    transform: rotate(-3deg) !important
  }
  [dir=rtl] .rtl\:-rotate-sm-6 {
    transform: rotate(-6deg) !important
  }
  [dir=rtl] .rtl\:-rotate-sm-12 {
    transform: rotate(-12deg) !important
  }
  [dir=rtl] .rtl\:-rotate-sm-45 {
    transform: rotate(-45deg) !important
  }
  [dir=rtl] .rtl\:-rotate-sm-90 {
    transform: rotate(-90deg) !important
  }
  [dir=rtl] .rtl\:-rotate-sm-180 {
    transform: rotate(-180deg) !important
  }
  [dir=rtl] .rtl\:sm\:-rotate-1 {
    transform: rotate(-1deg) !important
  }
  [dir=rtl] .rtl\:sm\:-rotate-2 {
    transform: rotate(-2deg) !important
  }
  [dir=rtl] .rtl\:sm\:-rotate-3 {
    transform: rotate(-3deg) !important
  }
  [dir=rtl] .rtl\:sm\:-rotate-6 {
    transform: rotate(-6deg) !important
  }
  [dir=rtl] .rtl\:sm\:-rotate-12 {
    transform: rotate(-12deg) !important
  }
  [dir=rtl] .rtl\:sm\:-rotate-45 {
    transform: rotate(-45deg) !important
  }
  [dir=rtl] .rtl\:sm\:-rotate-90 {
    transform: rotate(-90deg) !important
  }
  [dir=rtl] .rtl\:sm\:-rotate-180 {
    transform: rotate(-180deg) !important
  }
  [dir=rtl] .rtl\:origin-sm-center {
    transform-origin: center !important
  }
  [dir=rtl] .rtl\:origin-sm-top {
    transform-origin: top !important
  }
  [dir=rtl] .rtl\:origin-sm-top-right {
    transform-origin: top right !important
  }
  [dir=rtl] .rtl\:origin-sm-top-left {
    transform-origin: top left !important
  }
  [dir=rtl] .rtl\:origin-sm-left {
    transform-origin: left !important
  }
  [dir=rtl] .rtl\:origin-sm-right {
    transform-origin: right !important
  }
  [dir=rtl] .rtl\:origin-sm-bottom-right {
    transform-origin: bottom right !important
  }
  [dir=rtl] .rtl\:origin-sm-bottom {
    transform-origin: bottom !important
  }
  [dir=rtl] .rtl\:origin-sm-bottom-left {
    transform-origin: bottom left !important
  }
  [dir=rtl] .rtl\:sm\:origin-center {
    transform-origin: center !important
  }
  [dir=rtl] .rtl\:sm\:origin-top {
    transform-origin: top !important
  }
  [dir=rtl] .rtl\:sm\:origin-top-right {
    transform-origin: top right !important
  }
  [dir=rtl] .rtl\:sm\:origin-top-left {
    transform-origin: top left !important
  }
  [dir=rtl] .rtl\:sm\:origin-left {
    transform-origin: left !important
  }
  [dir=rtl] .rtl\:sm\:origin-right {
    transform-origin: right !important
  }
  [dir=rtl] .rtl\:sm\:origin-bottom-right {
    transform-origin: bottom right !important
  }
  [dir=rtl] .rtl\:sm\:origin-bottom {
    transform-origin: bottom !important
  }
  [dir=rtl] .rtl\:sm\:origin-bottom-left {
    transform-origin: bottom left !important
  }
  [dir=rtl] .rtl\:rounded-top-start-sm {
    border-top-left-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-default {
    border-top-left-radius: 8px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-0-5 {
    border-top-left-radius: 2px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-1 {
    border-top-left-radius: 4px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-1-5 {
    border-top-left-radius: 12px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-2 {
    border-top-left-radius: 16px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-2-5 {
    border-top-left-radius: 20px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-3 {
    border-top-left-radius: 24px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-3-5 {
    border-top-left-radius: 28px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-4 {
    border-top-left-radius: 32px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-4-5 {
    border-top-left-radius: 36px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-5 {
    border-top-left-radius: 40px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-5-5 {
    border-top-left-radius: 44px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-6 {
    border-top-left-radius: 48px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-6-5 {
    border-top-left-radius: 52px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-7 {
    border-top-left-radius: 56px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-7-5 {
    border-top-left-radius: 60px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-8 {
    border-top-left-radius: 64px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-8-5 {
    border-top-left-radius: 68px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-9 {
    border-top-left-radius: 72px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-9-5 {
    border-top-left-radius: 76px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-10 {
    border-top-left-radius: 80px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-circle {
    border-top-left-radius: 50% !important
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-full {
    border-top-left-radius: 100% !important
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-pill {
    border-top-left-radius: 50rem !important
  }
  [dir=rtl] .rtl\:rounded-top-start-sm-0 {
    border-top-left-radius: 0 !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start {
    border-top-left-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-default {
    border-top-left-radius: 8px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-0-5 {
    border-top-left-radius: 2px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-1 {
    border-top-left-radius: 4px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-1-5 {
    border-top-left-radius: 12px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-2 {
    border-top-left-radius: 16px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-2-5 {
    border-top-left-radius: 20px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-3 {
    border-top-left-radius: 24px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-3-5 {
    border-top-left-radius: 28px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-4 {
    border-top-left-radius: 32px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-4-5 {
    border-top-left-radius: 36px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-5 {
    border-top-left-radius: 40px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-5-5 {
    border-top-left-radius: 44px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-6 {
    border-top-left-radius: 48px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-6-5 {
    border-top-left-radius: 52px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-7 {
    border-top-left-radius: 56px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-7-5 {
    border-top-left-radius: 60px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-8 {
    border-top-left-radius: 64px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-8-5 {
    border-top-left-radius: 68px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-9 {
    border-top-left-radius: 72px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-9-5 {
    border-top-left-radius: 76px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-10 {
    border-top-left-radius: 80px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-circle {
    border-top-left-radius: 50% !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-full {
    border-top-left-radius: 100% !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-pill {
    border-top-left-radius: 50rem !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-start-0 {
    border-top-left-radius: 0 !important
  }
  [dir=rtl] .rtl\:rounded-top-end-sm {
    border-top-right-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-default {
    border-top-right-radius: 8px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-0-5 {
    border-top-right-radius: 2px !important
  }

  [dir=rtl] .rtl\:rounded-top-end-sm-1 {
    border-top-right-radius: 4px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-1-5 {
    border-top-right-radius: 12px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-2 {
    border-top-right-radius: 16px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-2-5 {
    border-top-right-radius: 20px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-3 {
    border-top-right-radius: 24px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-3-5 {
    border-top-right-radius: 28px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-4 {
    border-top-right-radius: 32px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-4-5 {
    border-top-right-radius: 36px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-5 {
    border-top-right-radius: 40px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-5-5 {
    border-top-right-radius: 44px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-6 {
    border-top-right-radius: 48px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-6-5 {
    border-top-right-radius: 52px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-7 {
    border-top-right-radius: 56px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-7-5 {
    border-top-right-radius: 60px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-8 {
    border-top-right-radius: 64px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-8-5 {
    border-top-right-radius: 68px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-9 {
    border-top-right-radius: 72px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-9-5 {
    border-top-right-radius: 76px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-10 {
    border-top-right-radius: 80px !important

  }
  [dir=rtl] .rtl\:rounded-top-end-sm-circle {
    border-top-right-radius: 50% !important
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-full {
    border-top-right-radius: 100% !important
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-pill {
    border-top-right-radius: 50rem !important
  }
  [dir=rtl] .rtl\:rounded-top-end-sm-0 {
    border-top-right-radius: 0 !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end {
    border-top-right-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-default {
    border-top-right-radius: 8px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-0-5 {
    border-top-right-radius: 2px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-1 {
    border-top-right-radius: 4px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-1-5 {
    border-top-right-radius: 12px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-2 {
    border-top-right-radius: 16px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-2-5 {
    border-top-right-radius: 20px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-3 {
    border-top-right-radius: 24px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-3-5 {
    border-top-right-radius: 28px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-4 {
    border-top-right-radius: 32px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-4-5 {
    border-top-right-radius: 36px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-5 {
    border-top-right-radius: 40px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-5-5 {
    border-top-right-radius: 44px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-6 {
    border-top-right-radius: 48px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-6-5 {
    border-top-right-radius: 52px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-7 {
    border-top-right-radius: 56px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-7-5 {
    border-top-right-radius: 60px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-8 {
    border-top-right-radius: 64px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-8-5 {
    border-top-right-radius: 68px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-9 {
    border-top-right-radius: 72px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-9-5 {
    border-top-right-radius: 76px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-10 {
    border-top-right-radius: 80px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-circle {
    border-top-right-radius: 50% !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-full {
    border-top-right-radius: 100% !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-pill {
    border-top-right-radius: 50rem !important
  }
  [dir=rtl] .rtl\:sm\:rounded-top-end-0 {
    border-top-right-radius: 0 !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm {
    border-bottom-left-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-default {
    border-bottom-left-radius: 8px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-0-5 {
    border-bottom-left-radius: 2px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-1 {
    border-bottom-left-radius: 4px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-1-5 {
    border-bottom-left-radius: 12px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-2 {
    border-bottom-left-radius: 16px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-2-5 {
    border-bottom-left-radius: 20px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-3 {
    border-bottom-left-radius: 24px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-3-5 {
    border-bottom-left-radius: 28px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-4 {
    border-bottom-left-radius: 32px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-4-5 {
    border-bottom-left-radius: 36px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-5 {
    border-bottom-left-radius: 40px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-5-5 {
    border-bottom-left-radius: 44px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-6 {
    border-bottom-left-radius: 48px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-6-5 {
    border-bottom-left-radius: 52px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-7 {
    border-bottom-left-radius: 56px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-7-5 {
    border-bottom-left-radius: 60px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-8 {
    border-bottom-left-radius: 64px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-8-5 {
    border-bottom-left-radius: 68px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-9 {
    border-bottom-left-radius: 72px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-9-5 {
    border-bottom-left-radius: 76px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-10 {
    border-bottom-left-radius: 80px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-circle {
    border-bottom-left-radius: 50% !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-full {
    border-bottom-left-radius: 100% !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-pill {
    border-bottom-left-radius: 50rem !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-sm-0 {
    border-bottom-left-radius: 0 !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start {
    border-bottom-left-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-default {
    border-bottom-left-radius: 8px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-0-5 {
    border-bottom-left-radius: 2px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-1 {
    border-bottom-left-radius: 4px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-1-5 {
    border-bottom-left-radius: 12px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-2 {
    border-bottom-left-radius: 16px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-2-5 {
    border-bottom-left-radius: 20px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-3 {
    border-bottom-left-radius: 24px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-3-5 {
    border-bottom-left-radius: 28px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-4 {
    border-bottom-left-radius: 32px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-4-5 {
    border-bottom-left-radius: 36px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-5 {
    border-bottom-left-radius: 40px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-5-5 {
    border-bottom-left-radius: 44px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-6 {
    border-bottom-left-radius: 48px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-6-5 {
    border-bottom-left-radius: 52px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-7 {
    border-bottom-left-radius: 56px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-7-5 {
    border-bottom-left-radius: 60px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-8 {
    border-bottom-left-radius: 64px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-8-5 {
    border-bottom-left-radius: 68px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-9 {
    border-bottom-left-radius: 72px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-9-5 {
    border-bottom-left-radius: 76px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-10 {
    border-bottom-left-radius: 80px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-circle {
    border-bottom-left-radius: 50% !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-full {
    border-bottom-left-radius: 100% !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-pill {
    border-bottom-left-radius: 50rem !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-start-0 {
    border-bottom-left-radius: 0 !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm {
    border-bottom-right-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-default {
    border-bottom-right-radius: 8px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-0-5 {
    border-bottom-right-radius: 2px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-1 {
    border-bottom-right-radius: 4px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-1-5 {
    border-bottom-right-radius: 12px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-2 {
    border-bottom-right-radius: 16px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-2-5 {
    border-bottom-right-radius: 20px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-3 {
    border-bottom-right-radius: 24px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-3-5 {

    border-bottom-right-radius: 28px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-4 {
    border-bottom-right-radius: 32px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-4-5 {
    border-bottom-right-radius: 36px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-5 {
    border-bottom-right-radius: 40px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-5-5 {
    border-bottom-right-radius: 44px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-6 {
    border-bottom-right-radius: 48px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-6-5 {
    border-bottom-right-radius: 52px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-7 {
    border-bottom-right-radius: 56px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-7-5 {
    border-bottom-right-radius: 60px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-8 {
    border-bottom-right-radius: 64px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-8-5 {
    border-bottom-right-radius: 68px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-9 {
    border-bottom-right-radius: 72px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-9-5 {
    border-bottom-right-radius: 76px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-10 {
    border-bottom-right-radius: 80px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-circle {
    border-bottom-right-radius: 50% !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-full {
    border-bottom-right-radius: 100% !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-pill {
    border-bottom-right-radius: 50rem !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-sm-0 {
    border-bottom-right-radius: 0 !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end {
    border-bottom-right-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-default {
    border-bottom-right-radius: 8px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-0-5 {
    border-bottom-right-radius: 2px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-1 {
    border-bottom-right-radius: 4px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-1-5 {
    border-bottom-right-radius: 12px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-2 {
    border-bottom-right-radius: 16px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-2-5 {
    border-bottom-right-radius: 20px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-3 {
    border-bottom-right-radius: 24px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-3-5 {
    border-bottom-right-radius: 28px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-4 {
    border-bottom-right-radius: 32px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-4-5 {
    border-bottom-right-radius: 36px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-5 {
    border-bottom-right-radius: 40px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-5-5 {
    border-bottom-right-radius: 44px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-6 {
    border-bottom-right-radius: 48px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-6-5 {
    border-bottom-right-radius: 52px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-7 {
    border-bottom-right-radius: 56px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-7-5 {
    border-bottom-right-radius: 60px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-8 {
    border-bottom-right-radius: 64px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-8-5 {
    border-bottom-right-radius: 68px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-9 {
    border-bottom-right-radius: 72px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-9-5 {
    border-bottom-right-radius: 76px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-10 {
    border-bottom-right-radius: 80px !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-circle {
    border-bottom-right-radius: 50% !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-full {
    border-bottom-right-radius: 100% !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-pill {
    border-bottom-right-radius: 50rem !important
  }
  [dir=rtl] .rtl\:sm\:rounded-bottom-end-0 {
    border-bottom-right-radius: 0 !important
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important
  }
  [dir=rtl] .rtl\:d-md-inline {
    display: inline !important
  }
  [dir=rtl] .rtl\:d-md-inline-block {
    display: inline-block !important
  }
  [dir=rtl] .rtl\:d-md-block {
    display: block !important
  }
  [dir=rtl] .rtl\:d-md-grid {
    display: grid !important
  }
  [dir=rtl] .rtl\:d-md-table {
    display: table !important
  }
  [dir=rtl] .rtl\:d-md-table-row {
    display: table-row !important
  }
  [dir=rtl] .rtl\:d-md-table-cell {
    display: table-cell !important
  }
  .d-md-flex {
    display: flex !important
  }
  [dir=rtl] .rtl\:d-md-flex {
    display: flex !important
  }
  [dir=rtl] .rtl\:d-md-inline-flex {
    display: inline-flex !important
  }
  .d-md-none {
    display: none !important
  }
  [dir=rtl] .rtl\:d-md-none {
    display: none !important
  }
  [dir=rtl] .rtl\:md\:d-inline {
    display: inline !important
  }
  [dir=rtl] .rtl\:md\:d-inline-block {
    display: inline-block !important
  }
  .md\:d-block {
    display: block !important
  }
  [dir=rtl] .rtl\:md\:d-block {
    display: block !important
  }
  [dir=rtl] .rtl\:md\:d-grid {
    display: grid !important
  }
  [dir=rtl] .rtl\:md\:d-table {
    display: table !important
  }
  [dir=rtl] .rtl\:md\:d-table-row {
    display: table-row !important
  }
  [dir=rtl] .rtl\:md\:d-table-cell {
    display: table-cell !important
  }
  .md\:d-flex {
    display: flex !important
  }
  [dir=rtl] .rtl\:md\:d-flex {
    display: flex !important
  }
  [dir=rtl] .rtl\:md\:d-inline-flex {
    display: inline-flex !important
  }
  [dir=rtl] .rtl\:md\:d-none {
    display: none !important
  }
  [dir=rtl] .rtl\:d-md-inline {
    display: inline !important
  }
  [dir=rtl] .rtl\:d-md-inline-block {
    display: inline-block !important
  }
  [dir=rtl] .rtl\:d-md-block {
    display: block !important
  }
  [dir=rtl] .rtl\:d-md-grid {
    display: grid !important
  }
  [dir=rtl] .rtl\:d-md-table {
    display: table !important
  }
  [dir=rtl] .rtl\:d-md-table-row {
    display: table-row !important
  }
  [dir=rtl] .rtl\:d-md-table-cell {
    display: table-cell !important
  }
  [dir=rtl] .rtl\:d-md-flex {
    display: flex !important
  }
  [dir=rtl] .rtl\:d-md-inline-flex {
    display: inline-flex !important
  }
  [dir=rtl] .rtl\:d-md-none {
    display: none !important
  }
  [dir=rtl] .rtl\:md\:d-inline {
    display: inline !important
  }
  [dir=rtl] .rtl\:md\:d-inline-block {
    display: inline-block !important
  }
  [dir=rtl] .rtl\:md\:d-block {
    display: block !important
  }
  [dir=rtl] .rtl\:md\:d-grid {
    display: grid !important
  }
  [dir=rtl] .rtl\:md\:d-table {
    display: table !important
  }
  [dir=rtl] .rtl\:md\:d-table-row {
    display: table-row !important
  }
  [dir=rtl] .rtl\:md\:d-table-cell {
    display: table-cell !important
  }
  [dir=rtl] .rtl\:md\:d-flex {
    display: flex !important
  }
  [dir=rtl] .rtl\:md\:d-inline-flex {
    display: inline-flex !important
  }
  [dir=rtl] .rtl\:md\:d-none {
    display: none !important
  }
  [dir=rtl] .rtl\:border-end-md {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
  }
  [dir=rtl] .rtl\:border-end-md-0 {
    border-right: 0 !important
  }
  [dir=rtl] .rtl\:md\:border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
  }
  [dir=rtl] .rtl\:md\:border-end-0 {
    border-right: 0 !important
  }
  [dir=rtl] .rtl\:border-start-md {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
  }
  [dir=rtl] .rtl\:border-start-md-0 {
    border-left: 0 !important
  }
  [dir=rtl] .rtl\:md\:border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
  }
  [dir=rtl] .rtl\:md\:border-start-0 {
    border-left: 0 !important
  }
  .md\:items-center {
    align-items: center !important
  }
  [dir=rtl] .rtl\:order-md-first {
    order: -1 !important
  }
  [dir=rtl] .rtl\:order-md-0 {
    order: 0 !important
  }
  [dir=rtl] .rtl\:order-md-1 {
    order: 1 !important
  }
  [dir=rtl] .rtl\:order-md-2 {
    order: 2 !important
  }
  [dir=rtl] .rtl\:order-md-3 {
    order: 3 !important
  }
  [dir=rtl] .rtl\:order-md-4 {
    order: 4 !important
  }
  [dir=rtl] .rtl\:order-md-5 {
    order: 5 !important
  }
  [dir=rtl] .rtl\:order-md-last {
    order: 6 !important
  }
  [dir=rtl] .rtl\:md\:order-first {
    order: -1 !important
  }
  [dir=rtl] .rtl\:md\:order-0 {
    order: 0 !important
  }
  [dir=rtl] .rtl\:md\:order-1 {
    order: 1 !important
  }
  [dir=rtl] .rtl\:md\:order-2 {
    order: 2 !important
  }
  [dir=rtl] .rtl\:md\:order-3 {
    order: 3 !important
  }
  [dir=rtl] .rtl\:md\:order-4 {
    order: 4 !important

  }
  [dir=rtl] .rtl\:md\:order-5 {
    order: 5 !important
  }
  [dir=rtl] .rtl\:md\:order-last {
    order: 6 !important
  }
  .mt-md-0 {
    margin-top: 0 !important
  }
  [dir=rtl] .rtl\:me-md-0 {
    margin-right: 0 !important
  }
  [dir=rtl] .rtl\:me-md-narrow {
    margin-right: 0.25rem !important

  }
  [dir=rtl] .rtl\:me-md-1 {
    margin-right: 0.5rem !important
  }
  [dir=rtl] .rtl\:me-md-2 {
    margin-right: 1rem !important
  }
  [dir=rtl] .rtl\:me-md-3 {
    margin-right: 1.5rem !important
  }
  [dir=rtl] .rtl\:me-md-4 {
    margin-right: 2rem !important
  }
  [dir=rtl] .rtl\:me-md-5 {
    margin-right: 2.5rem !important
  }
  [dir=rtl] .rtl\:me-md-6 {
    margin-right: 3rem !important
  }
  [dir=rtl] .rtl\:me-md-7 {
    margin-right: 3.5rem !important
  }
  [dir=rtl] .rtl\:me-md-8 {
    margin-right: 4rem !important
  }
  [dir=rtl] .rtl\:me-md-9 {
    margin-right: 5rem !important
  }
  [dir=rtl] .rtl\:me-md-10 {
    margin-right: 8rem !important
  }
  [dir=rtl] .rtl\:me-md-auto {
    margin-right: auto !important
  }
  [dir=rtl] .rtl\:md\:me-0 {
    margin-right: 0 !important
  }
  [dir=rtl] .rtl\:md\:me-narrow {
    margin-right: 0.25rem !important
  }
  [dir=rtl] .rtl\:md\:me-1 {
    margin-right: 0.5rem !important
  }
  [dir=rtl] .rtl\:md\:me-2 {
    margin-right: 1rem !important
  }
  [dir=rtl] .rtl\:md\:me-3 {
    margin-right: 1.5rem !important
  }
  [dir=rtl] .rtl\:md\:me-4 {
    margin-right: 2rem !important
  }
  [dir=rtl] .rtl\:md\:me-5 {
    margin-right: 2.5rem !important
  }
  [dir=rtl] .rtl\:md\:me-6 {
    margin-right: 3rem !important
  }
  [dir=rtl] .rtl\:md\:me-7 {
    margin-right: 3.5rem !important
  }
  [dir=rtl] .rtl\:md\:me-8 {
    margin-right: 4rem !important
  }
  [dir=rtl] .rtl\:md\:me-9 {
    margin-right: 5rem !important
  }
  [dir=rtl] .rtl\:md\:me-10 {
    margin-right: 8rem !important
  }
  [dir=rtl] .rtl\:md\:me-auto {
    margin-right: auto !important
  }
  [dir=rtl] .rtl\:ms-md-0 {
    margin-left: 0 !important
  }
  [dir=rtl] .rtl\:ms-md-narrow {
    margin-left: 0.25rem !important
  }
  [dir=rtl] .rtl\:ms-md-1 {
    margin-left: 0.5rem !important
  }
  [dir=rtl] .rtl\:ms-md-2 {
    margin-left: 1rem !important
  }
  .ms-md-3 {
    margin-left: 1.5rem !important
  }
  [dir=rtl] .rtl\:ms-md-3 {
    margin-left: 1.5rem !important
  }
  [dir=rtl] .rtl\:ms-md-4 {
    margin-left: 2rem !important
  }
  [dir=rtl] .rtl\:ms-md-5 {
    margin-left: 2.5rem !important
  }
  [dir=rtl] .rtl\:ms-md-6 {
    margin-left: 3rem !important
  }
  [dir=rtl] .rtl\:ms-md-7 {
    margin-left: 3.5rem !important
  }
  [dir=rtl] .rtl\:ms-md-8 {
    margin-left: 4rem !important
  }
  [dir=rtl] .rtl\:ms-md-9 {
    margin-left: 5rem !important
  }

  [dir=rtl] .rtl\:ms-md-10 {
    margin-left: 8rem !important
  }
  [dir=rtl] .rtl\:ms-md-auto {
    margin-left: auto !important
  }
  [dir=rtl] .rtl\:md\:ms-0 {
    margin-left: 0 !important
  }
  [dir=rtl] .rtl\:md\:ms-narrow {
    margin-left: 0.25rem !important
  }
  [dir=rtl] .rtl\:md\:ms-1 {
    margin-left: 0.5rem !important
  }
  [dir=rtl] .rtl\:md\:ms-2 {
    margin-left: 1rem !important
  }
  [dir=rtl] .rtl\:md\:ms-3 {
    margin-left: 1.5rem !important
  }
  [dir=rtl] .rtl\:md\:ms-4 {
    margin-left: 2rem !important
  }
  [dir=rtl] .rtl\:md\:ms-5 {
    margin-left: 2.5rem !important
  }
  [dir=rtl] .rtl\:md\:ms-6 {
    margin-left: 3rem !important
  }
  [dir=rtl] .rtl\:md\:ms-7 {
    margin-left: 3.5rem !important
  }
  [dir=rtl] .rtl\:md\:ms-8 {
    margin-left: 4rem !important
  }
  [dir=rtl] .rtl\:md\:ms-9 {
    margin-left: 5rem !important
  }
  [dir=rtl] .rtl\:md\:ms-10 {
    margin-left: 8rem !important
  }
  [dir=rtl] .rtl\:md\:ms-auto {
    margin-left: auto !important
  }
  [dir=rtl] .rtl\:me-md-nnarrow {
    margin-right: -0.25rem !important
  }
  [dir=rtl] .rtl\:me-md-n1 {
    margin-right: -0.5rem !important
  }
  [dir=rtl] .rtl\:me-md-n2 {
    margin-right: -1rem !important
  }
  [dir=rtl] .rtl\:me-md-n3 {
    margin-right: -1.5rem !important
  }
  [dir=rtl] .rtl\:me-md-n4 {
    margin-right: -2rem !important
  }
  [dir=rtl] .rtl\:me-md-n5 {
    margin-right: -2.5rem !important
  }
  [dir=rtl] .rtl\:me-md-n6 {
    margin-right: -3rem !important
  }
  [dir=rtl] .rtl\:me-md-n7 {
    margin-right: -3.5rem !important
  }
  [dir=rtl] .rtl\:me-md-n8 {
    margin-right: -4rem !important
  }
  [dir=rtl] .rtl\:me-md-n9 {
    margin-right: -5rem !important
  }
  [dir=rtl] .rtl\:me-md-n10 {
    margin-right: -8rem !important
  }
  [dir=rtl] .rtl\:md\:me-nnarrow {
    margin-right: -0.25rem !important
  }
  [dir=rtl] .rtl\:md\:me-n1 {
    margin-right: -0.5rem !important
  }
  [dir=rtl] .rtl\:md\:me-n2 {
    margin-right: -1rem !important
  }
  [dir=rtl] .rtl\:md\:me-n3 {
    margin-right: -1.5rem !important
  }
  [dir=rtl] .rtl\:md\:me-n4 {
    margin-right: -2rem !important
  }
  [dir=rtl] .rtl\:md\:me-n5 {
    margin-right: -2.5rem !important
  }
  [dir=rtl] .rtl\:md\:me-n6 {
    margin-right: -3rem !important
  }
  [dir=rtl] .rtl\:md\:me-n7 {
    margin-right: -3.5rem !important
  }
  [dir=rtl] .rtl\:md\:me-n8 {
    margin-right: -4rem !important
  }
  [dir=rtl] .rtl\:md\:me-n9 {
    margin-right: -5rem !important
  }
  [dir=rtl] .rtl\:md\:me-n10 {
    margin-right: -8rem !important
  }
  [dir=rtl] .rtl\:ms-md-nnarrow {
    margin-left: -0.25rem !important
  }
  [dir=rtl] .rtl\:ms-md-n1 {
    margin-left: -0.5rem !important
  }
  [dir=rtl] .rtl\:ms-md-n2 {
    margin-left: -1rem !important
  }
  [dir=rtl] .rtl\:ms-md-n3 {
    margin-left: -1.5rem !important
  }
  [dir=rtl] .rtl\:ms-md-n4 {
    margin-left: -2rem !important
  }
  [dir=rtl] .rtl\:ms-md-n5 {
    margin-left: -2.5rem !important
  }
  [dir=rtl] .rtl\:ms-md-n6 {
    margin-left: -3rem !important
  }
  [dir=rtl] .rtl\:ms-md-n7 {
    margin-left: -3.5rem !important
  }
  [dir=rtl] .rtl\:ms-md-n8 {
    margin-left: -4rem !important
  }
  [dir=rtl] .rtl\:ms-md-n9 {
    margin-left: -5rem !important
  }
  [dir=rtl] .rtl\:ms-md-n10 {
    margin-left: -8rem !important
  }
  [dir=rtl] .rtl\:md\:ms-nnarrow {
    margin-left: -0.25rem !important
  }
  [dir=rtl] .rtl\:md\:ms-n1 {
    margin-left: -0.5rem !important
  }
  [dir=rtl] .rtl\:md\:ms-n2 {
    margin-left: -1rem !important
  }
  [dir=rtl] .rtl\:md\:ms-n3 {
    margin-left: -1.5rem !important
  }
  [dir=rtl] .rtl\:md\:ms-n4 {
    margin-left: -2rem !important
  }
  [dir=rtl] .rtl\:md\:ms-n5 {
    margin-left: -2.5rem !important
  }
  [dir=rtl] .rtl\:md\:ms-n6 {
    margin-left: -3rem !important
  }
  [dir=rtl] .rtl\:md\:ms-n7 {
    margin-left: -3.5rem !important
  }
  [dir=rtl] .rtl\:md\:ms-n8 {
    margin-left: -4rem !important
  }
  [dir=rtl] .rtl\:md\:ms-n9 {
    margin-left: -5rem !important
  }
  [dir=rtl] .rtl\:md\:ms-n10 {
    margin-left: -8rem !important
  }
  .p-md-4 {
    padding: 2rem !important
  }
  .md\:p-4 {
    padding: 2rem !important
  }
  [dir=rtl] .rtl\:pe-md-0 {
    padding-right: 0 !important
  }
  [dir=rtl] .rtl\:pe-md-narrow {
    padding-right: 0.25rem !important
  }
  [dir=rtl] .rtl\:pe-md-1 {
    padding-right: 0.5rem !important
  }
  [dir=rtl] .rtl\:pe-md-2 {
    padding-right: 1rem !important
  }
  [dir=rtl] .rtl\:pe-md-3 {
    padding-right: 1.5rem !important
  }
  [dir=rtl] .rtl\:pe-md-4 {
    padding-right: 2rem !important
  }
  [dir=rtl] .rtl\:pe-md-5 {
    padding-right: 2.5rem !important
  }
  [dir=rtl] .rtl\:pe-md-6 {
    padding-right: 3rem !important
  }
  [dir=rtl] .rtl\:pe-md-7 {
    padding-right: 3.5rem !important
  }
  [dir=rtl] .rtl\:pe-md-8 {
    padding-right: 4rem !important
  }
  [dir=rtl] .rtl\:pe-md-9 {
    padding-right: 5rem !important
  }
  [dir=rtl] .rtl\:pe-md-10 {
    padding-right: 8rem !important
  }
  [dir=rtl] .rtl\:pe-md-auto {
    padding-right: auto !important
  }
  [dir=rtl] .rtl\:md\:pe-0 {
    padding-right: 0 !important
  }
  [dir=rtl] .rtl\:md\:pe-narrow {
    padding-right: 0.25rem !important
  }
  [dir=rtl] .rtl\:md\:pe-1 {
    padding-right: 0.5rem !important
  }
  [dir=rtl] .rtl\:md\:pe-2 {
    padding-right: 1rem !important
  }
  [dir=rtl] .rtl\:md\:pe-3 {
    padding-right: 1.5rem !important
  }
  [dir=rtl] .rtl\:md\:pe-4 {
    padding-right: 2rem !important
  }
  [dir=rtl] .rtl\:md\:pe-5 {
    padding-right: 2.5rem !important
  }
  [dir=rtl] .rtl\:md\:pe-6 {
    padding-right: 3rem !important
  }
  [dir=rtl] .rtl\:md\:pe-7 {
    padding-right: 3.5rem !important
  }
  [dir=rtl] .rtl\:md\:pe-8 {
    padding-right: 4rem !important
  }
  [dir=rtl] .rtl\:md\:pe-9 {
    padding-right: 5rem !important
  }
  [dir=rtl] .rtl\:md\:pe-10 {
    padding-right: 8rem !important
  }
  [dir=rtl] .rtl\:md\:pe-auto {
    padding-right: auto !important
  }
  .pb-md-4 {
    padding-bottom: 2rem !important
  }
  [dir=rtl] .rtl\:ps-md-0 {
    padding-left: 0 !important
  }
  [dir=rtl] .rtl\:ps-md-narrow {
    padding-left: 0.25rem !important
  }
  [dir=rtl] .rtl\:ps-md-1 {
    padding-left: 0.5rem !important
  }
  [dir=rtl] .rtl\:ps-md-2 {
    padding-left: 1rem !important
  }
  [dir=rtl] .rtl\:ps-md-3 {
    padding-left: 1.5rem !important
  }
  [dir=rtl] .rtl\:ps-md-4 {
    padding-left: 2rem !important
  }
  [dir=rtl] .rtl\:ps-md-5 {
    padding-left: 2.5rem !important
  }
  [dir=rtl] .rtl\:ps-md-6 {
    padding-left: 3rem !important
  }
  [dir=rtl] .rtl\:ps-md-7 {
    padding-left: 3.5rem !important
  }
  [dir=rtl] .rtl\:ps-md-8 {
    padding-left: 4rem !important
  }
  [dir=rtl] .rtl\:ps-md-9 {
    padding-left: 5rem !important
  }
  [dir=rtl] .rtl\:ps-md-10 {
    padding-left: 8rem !important
  }
  [dir=rtl] .rtl\:ps-md-auto {
    padding-left: auto !important
  }
  [dir=rtl] .rtl\:md\:ps-0 {
    padding-left: 0 !important
  }
  [dir=rtl] .rtl\:md\:ps-narrow {
    padding-left: 0.25rem !important
  }
  [dir=rtl] .rtl\:md\:ps-1 {
    padding-left: 0.5rem !important
  }
  [dir=rtl] .rtl\:md\:ps-2 {
    padding-left: 1rem !important
  }
  [dir=rtl] .rtl\:md\:ps-3 {
    padding-left: 1.5rem !important
  }
  [dir=rtl] .rtl\:md\:ps-4 {
    padding-left: 2rem !important
  }
  [dir=rtl] .rtl\:md\:ps-5 {
    padding-left: 2.5rem !important
  }
  [dir=rtl] .rtl\:md\:ps-6 {
    padding-left: 3rem !important
  }
  [dir=rtl] .rtl\:md\:ps-7 {
    padding-left: 3.5rem !important
  }
  [dir=rtl] .rtl\:md\:ps-8 {
    padding-left: 4rem !important
  }
  [dir=rtl] .rtl\:md\:ps-9 {
    padding-left: 5rem !important
  }
  [dir=rtl] .rtl\:md\:ps-10 {
    padding-left: 8rem !important
  }
  [dir=rtl] .rtl\:md\:ps-auto {
    padding-left: auto !important
  }
  .md\:gap-2 {
    gap: 1rem !important
  }
  .md\:gap-4 {
    gap: 2rem !important
  }
  [dir=rtl] .rtl\:fs-md-1 {
    font-size: 1.75rem !important
  }
  [dir=rtl] .rtl\:fs-md-2 {
    font-size: 1.5rem !important
  }
  [dir=rtl] .rtl\:fs-md-3 {
    font-size: 1.25rem !important
  }
  [dir=rtl] .rtl\:fs-md-4 {
    font-size: 1.125rem !important
  }
  [dir=rtl] .rtl\:fs-md-5 {
    font-size: 1rem !important
  }
  [dir=rtl] .rtl\:fs-md-6 {
    font-size: 0.875rem !important
  }
  [dir=rtl] .rtl\:fs-md-7 {
    font-size: 0.75rem !important
  }
  [dir=rtl] .rtl\:fs-md-8 {
    font-size: 0.75rem !important
  }
  [dir=rtl] .rtl\:md\:fs-1 {
    font-size: 1.75rem !important
  }
  [dir=rtl] .rtl\:md\:fs-2 {
    font-size: 1.5rem !important
  }
  [dir=rtl] .rtl\:md\:fs-3 {
    font-size: 1.25rem !important
  }
  [dir=rtl] .rtl\:md\:fs-4 {
    font-size: 1.125rem !important
  }
  .md\:fs-5 {
    font-size: 1rem !important
  }
  [dir=rtl] .rtl\:md\:fs-5 {
    font-size: 1rem !important
  }
  [dir=rtl] .rtl\:md\:fs-6 {
    font-size: 0.875rem !important
  }
  [dir=rtl] .rtl\:md\:fs-7 {
    font-size: 0.75rem !important
  }
  [dir=rtl] .rtl\:md\:fs-8 {
    font-size: 0.75rem !important
  }
  .text-md-start {
    text-align: left !important
  }
  [dir=rtl] .rtl\:text-md-start {
    text-align: left !important
  }
  [dir=rtl] .rtl\:text-md-end {
    text-align: right !important
  }
  [dir=rtl] .rtl\:text-md-center {
    text-align: center !important
  }
  [dir=rtl] .rtl\:md\:text-start {
    text-align: left !important
  }
  [dir=rtl] .rtl\:md\:text-end {
    text-align: right !important
  }
  [dir=rtl] .rtl\:md\:text-center {
    text-align: center !important
  }
  .rounded-md {
    border-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:rounded-end-md {
    border-top-right-radius: var(--radius) !important;
    border-bottom-right-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:rounded-end-md-default {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important
  }
  [dir=rtl] .rtl\:rounded-end-md-0-5 {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important
  }
  [dir=rtl] .rtl\:rounded-end-md-1 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important
  }
  [dir=rtl] .rtl\:rounded-end-md-1-5 {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important
  }
  [dir=rtl] .rtl\:rounded-end-md-2 {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important
  }
  [dir=rtl] .rtl\:rounded-end-md-2-5 {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important
  }
  [dir=rtl] .rtl\:rounded-end-md-3 {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important
  }
  [dir=rtl] .rtl\:rounded-end-md-3-5 {
    border-top-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important
  }
  [dir=rtl] .rtl\:rounded-end-md-4 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important
  }
  [dir=rtl] .rtl\:rounded-end-md-4-5 {
    border-top-right-radius: 36px !important;
    border-bottom-right-radius: 36px !important
  }
  [dir=rtl] .rtl\:rounded-end-md-5 {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important
  }
  [dir=rtl] .rtl\:rounded-end-md-5-5 {
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important
  }
  [dir=rtl] .rtl\:rounded-end-md-6 {
    border-top-right-radius: 48px !important;
    border-bottom-right-radius: 48px !important
  }
  [dir=rtl] .rtl\:rounded-end-md-6-5 {
    border-top-right-radius: 52px !important;
    border-bottom-right-radius: 52px !important
  }
  [dir=rtl] .rtl\:rounded-end-md-7 {
    border-top-right-radius: 56px !important;
    border-bottom-right-radius: 56px !important
  }
  [dir=rtl] .rtl\:rounded-end-md-7-5 {
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 60px !important
  }
  [dir=rtl] .rtl\:rounded-end-md-8 {
    border-top-right-radius: 64px !important;
    border-bottom-right-radius: 64px !important
  }
  [dir=rtl] .rtl\:rounded-end-md-8-5 {
    border-top-right-radius: 68px !important;
    border-bottom-right-radius: 68px !important
  }
  [dir=rtl] .rtl\:rounded-end-md-9 {
    border-top-right-radius: 72px !important;
    border-bottom-right-radius: 72px !important
  }
  [dir=rtl] .rtl\:rounded-end-md-9-5 {
    border-top-right-radius: 76px !important;
    border-bottom-right-radius: 76px !important
  }
  [dir=rtl] .rtl\:rounded-end-md-10 {
    border-top-right-radius: 80px !important;
    border-bottom-right-radius: 80px !important
  }
  [dir=rtl] .rtl\:rounded-end-md-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important
  }
  [dir=rtl] .rtl\:rounded-end-md-full {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important
  }
  [dir=rtl] .rtl\:rounded-end-md-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important
  }
  [dir=rtl] .rtl\:rounded-end-md-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
  }
  [dir=rtl] .rtl\:md\:rounded-end {
    border-top-right-radius: var(--radius) !important;
    border-bottom-right-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:md\:rounded-end-default {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important
  }
  [dir=rtl] .rtl\:md\:rounded-end-0-5 {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important
  }
  [dir=rtl] .rtl\:md\:rounded-end-1 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important
  }
  [dir=rtl] .rtl\:md\:rounded-end-1-5 {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important
  }
  [dir=rtl] .rtl\:md\:rounded-end-2 {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important
  }
  [dir=rtl] .rtl\:md\:rounded-end-2-5 {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important
  }
  [dir=rtl] .rtl\:md\:rounded-end-3 {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important
  }
  [dir=rtl] .rtl\:md\:rounded-end-3-5 {
    border-top-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important
  }
  [dir=rtl] .rtl\:md\:rounded-end-4 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important
  }
  [dir=rtl] .rtl\:md\:rounded-end-4-5 {
    border-top-right-radius: 36px !important;
    border-bottom-right-radius: 36px !important
  }
  [dir=rtl] .rtl\:md\:rounded-end-5 {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important
  }
  [dir=rtl] .rtl\:md\:rounded-end-5-5 {
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important
  }
  [dir=rtl] .rtl\:md\:rounded-end-6 {
    border-top-right-radius: 48px !important;
    border-bottom-right-radius: 48px !important
  }
  [dir=rtl] .rtl\:md\:rounded-end-6-5 {
    border-top-right-radius: 52px !important;
    border-bottom-right-radius: 52px !important
  }
  [dir=rtl] .rtl\:md\:rounded-end-7 {
    border-top-right-radius: 56px !important;
    border-bottom-right-radius: 56px !important
  }
  [dir=rtl] .rtl\:md\:rounded-end-7-5 {
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 60px !important
  }
  [dir=rtl] .rtl\:md\:rounded-end-8 {
    border-top-right-radius: 64px !important;
    border-bottom-right-radius: 64px !important
  }
  [dir=rtl] .rtl\:md\:rounded-end-8-5 {
    border-top-right-radius: 68px !important;
    border-bottom-right-radius: 68px !important
  }
  [dir=rtl] .rtl\:md\:rounded-end-9 {
    border-top-right-radius: 72px !important;
    border-bottom-right-radius: 72px !important
  }
  [dir=rtl] .rtl\:md\:rounded-end-9-5 {
    border-top-right-radius: 76px !important;
    border-bottom-right-radius: 76px !important
  }
  [dir=rtl] .rtl\:md\:rounded-end-10 {
    border-top-right-radius: 80px !important;
    border-bottom-right-radius: 80px !important
  }
  [dir=rtl] .rtl\:md\:rounded-end-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important
  }
  [dir=rtl] .rtl\:md\:rounded-end-full {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important
  }
  [dir=rtl] .rtl\:md\:rounded-end-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important
  }
  [dir=rtl] .rtl\:md\:rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
  }
  [dir=rtl] .rtl\:rounded-start-md {
    border-bottom-left-radius: var(--radius) !important;
    border-top-left-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:rounded-start-md-default {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important
  }
  [dir=rtl] .rtl\:rounded-start-md-0-5 {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important
  }
  [dir=rtl] .rtl\:rounded-start-md-1 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important
  }
  [dir=rtl] .rtl\:rounded-start-md-1-5 {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important
  }
  [dir=rtl] .rtl\:rounded-start-md-2 {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important
  }
  [dir=rtl] .rtl\:rounded-start-md-2-5 {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important
  }
  [dir=rtl] .rtl\:rounded-start-md-3 {
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 24px !important
  }
  [dir=rtl] .rtl\:rounded-start-md-3-5 {
    border-bottom-left-radius: 28px !important;
    border-top-left-radius: 28px !important
  }
  [dir=rtl] .rtl\:rounded-start-md-4 {
    border-bottom-left-radius: 32px !important;
    border-top-left-radius: 32px !important
  }
  [dir=rtl] .rtl\:rounded-start-md-4-5 {
    border-bottom-left-radius: 36px !important;
    border-top-left-radius: 36px !important
  }
  [dir=rtl] .rtl\:rounded-start-md-5 {
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important
  }
  [dir=rtl] .rtl\:rounded-start-md-5-5 {
    border-bottom-left-radius: 44px !important;
    border-top-left-radius: 44px !important
  }
  [dir=rtl] .rtl\:rounded-start-md-6 {
    border-bottom-left-radius: 48px !important;
    border-top-left-radius: 48px !important
  }
  [dir=rtl] .rtl\:rounded-start-md-6-5 {
    border-bottom-left-radius: 52px !important;
    border-top-left-radius: 52px !important
  }
  [dir=rtl] .rtl\:rounded-start-md-7 {
    border-bottom-left-radius: 56px !important;
    border-top-left-radius: 56px !important
  }
  [dir=rtl] .rtl\:rounded-start-md-7-5 {
    border-bottom-left-radius: 60px !important;
    border-top-left-radius: 60px !important
  }
  [dir=rtl] .rtl\:rounded-start-md-8 {
    border-bottom-left-radius: 64px !important;
    border-top-left-radius: 64px !important
  }
  [dir=rtl] .rtl\:rounded-start-md-8-5 {
    border-bottom-left-radius: 68px !important;
    border-top-left-radius: 68px !important
  }
  [dir=rtl] .rtl\:rounded-start-md-9 {
    border-bottom-left-radius: 72px !important;
    border-top-left-radius: 72px !important
  }
  [dir=rtl] .rtl\:rounded-start-md-9-5 {
    border-bottom-left-radius: 76px !important;
    border-top-left-radius: 76px !important
  }
  [dir=rtl] .rtl\:rounded-start-md-10 {
    border-bottom-left-radius: 80px !important;
    border-top-left-radius: 80px !important
  }
  [dir=rtl] .rtl\:rounded-start-md-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important
  }
  [dir=rtl] .rtl\:rounded-start-md-full {
    border-bottom-left-radius: 100% !important;
    border-top-left-radius: 100% !important
  }
  [dir=rtl] .rtl\:rounded-start-md-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important
  }
  [dir=rtl] .rtl\:rounded-start-md-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
  }
  [dir=rtl] .rtl\:md\:rounded-start {
    border-bottom-left-radius: var(--radius) !important;
    border-top-left-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:md\:rounded-start-default {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important
  }
  [dir=rtl] .rtl\:md\:rounded-start-0-5 {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important
  }
  [dir=rtl] .rtl\:md\:rounded-start-1 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important
  }
  [dir=rtl] .rtl\:md\:rounded-start-1-5 {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important
  }
  [dir=rtl] .rtl\:md\:rounded-start-2 {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important
  }
  [dir=rtl] .rtl\:md\:rounded-start-2-5 {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important
  }
  [dir=rtl] .rtl\:md\:rounded-start-3 {
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 24px !important
  }
  [dir=rtl] .rtl\:md\:rounded-start-3-5 {
    border-bottom-left-radius: 28px !important;
    border-top-left-radius: 28px !important
  }
  [dir=rtl] .rtl\:md\:rounded-start-4 {
    border-bottom-left-radius: 32px !important;
    border-top-left-radius: 32px !important
  }
  [dir=rtl] .rtl\:md\:rounded-start-4-5 {
    border-bottom-left-radius: 36px !important;
    border-top-left-radius: 36px !important
  }
  [dir=rtl] .rtl\:md\:rounded-start-5 {
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important
  }
  [dir=rtl] .rtl\:md\:rounded-start-5-5 {

    border-bottom-left-radius: 44px !important;
    border-top-left-radius: 44px !important
  }
  [dir=rtl] .rtl\:md\:rounded-start-6 {
    border-bottom-left-radius: 48px !important;
    border-top-left-radius: 48px !important
  }
  [dir=rtl] .rtl\:md\:rounded-start-6-5 {
    border-bottom-left-radius: 52px !important;
    border-top-left-radius: 52px !important
  }
  [dir=rtl] .rtl\:md\:rounded-start-7 {
    border-bottom-left-radius: 56px !important;
    border-top-left-radius: 56px !important
  }
  [dir=rtl] .rtl\:md\:rounded-start-7-5 {
    border-bottom-left-radius: 60px !important;
    border-top-left-radius: 60px !important
  }
  [dir=rtl] .rtl\:md\:rounded-start-8 {
    border-bottom-left-radius: 64px !important;
    border-top-left-radius: 64px !important
  }
  [dir=rtl] .rtl\:md\:rounded-start-8-5 {
    border-bottom-left-radius: 68px !important;
    border-top-left-radius: 68px !important
  }
  [dir=rtl] .rtl\:md\:rounded-start-9 {
    border-bottom-left-radius: 72px !important;
    border-top-left-radius: 72px !important
  }
  [dir=rtl] .rtl\:md\:rounded-start-9-5 {
    border-bottom-left-radius: 76px !important;
    border-top-left-radius: 76px !important
  }
  [dir=rtl] .rtl\:md\:rounded-start-10 {
    border-bottom-left-radius: 80px !important;
    border-top-left-radius: 80px !important
  }
  [dir=rtl] .rtl\:md\:rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important
  }
  [dir=rtl] .rtl\:md\:rounded-start-full {
    border-bottom-left-radius: 100% !important;
    border-top-left-radius: 100% !important
  }
  [dir=rtl] .rtl\:md\:rounded-start-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important
  }
  [dir=rtl] .rtl\:md\:rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
  }
  [dir=rtl] .rtl\:g-row-start-md-1 {
    grid-row-start: 1 !important
  }
  [dir=rtl] .rtl\:g-row-start-md-2 {
    grid-row-start: 2 !important
  }
  [dir=rtl] .rtl\:g-row-start-md-3 {
    grid-row-start: 3 !important
  }
  [dir=rtl] .rtl\:g-row-start-md-4 {
    grid-row-start: 4 !important
  }
  [dir=rtl] .rtl\:g-row-start-md-5 {
    grid-row-start: 5 !important
  }
  [dir=rtl] .rtl\:g-row-start-md-6 {
    grid-row-start: 6 !important
  }
  [dir=rtl] .rtl\:g-row-start-md-7 {
    grid-row-start: 7 !important
  }
  [dir=rtl] .rtl\:g-row-start-md-8 {
    grid-row-start: 8 !important
  }
  [dir=rtl] .rtl\:g-row-start-md-9 {
    grid-row-start: 9 !important
  }
  [dir=rtl] .rtl\:g-row-start-md-10 {
    grid-row-start: 10 !important
  }
  [dir=rtl] .rtl\:g-row-start-md-11 {
    grid-row-start: 11 !important
  }
  [dir=rtl] .rtl\:g-row-start-md-12 {
    grid-row-start: 12 !important
  }
  [dir=rtl] .rtl\:g-row-start-md-13 {
    grid-row-start: 13 !important
  }
  [dir=rtl] .rtl\:g-row-start-md-auto {
    grid-row-start: auto !important
  }
  [dir=rtl] .rtl\:md\:g-row-start-1 {
    grid-row-start: 1 !important
  }
  [dir=rtl] .rtl\:md\:g-row-start-2 {
    grid-row-start: 2 !important
  }
  [dir=rtl] .rtl\:md\:g-row-start-3 {
    grid-row-start: 3 !important
  }
  [dir=rtl] .rtl\:md\:g-row-start-4 {
    grid-row-start: 4 !important
  }
  [dir=rtl] .rtl\:md\:g-row-start-5 {
    grid-row-start: 5 !important
  }
  [dir=rtl] .rtl\:md\:g-row-start-6 {
    grid-row-start: 6 !important
  }
  [dir=rtl] .rtl\:md\:g-row-start-7 {
    grid-row-start: 7 !important
  }
  [dir=rtl] .rtl\:md\:g-row-start-8 {
    grid-row-start: 8 !important
  }
  [dir=rtl] .rtl\:md\:g-row-start-9 {
    grid-row-start: 9 !important
  }
  [dir=rtl] .rtl\:md\:g-row-start-10 {
    grid-row-start: 10 !important
  }
  [dir=rtl] .rtl\:md\:g-row-start-11 {
    grid-row-start: 11 !important
  }
  [dir=rtl] .rtl\:md\:g-row-start-12 {
    grid-row-start: 12 !important
  }
  [dir=rtl] .rtl\:md\:g-row-start-13 {
    grid-row-start: 13 !important
  }
  [dir=rtl] .rtl\:md\:g-row-start-auto {
    grid-row-start: auto !important
  }
  [dir=rtl] .rtl\:g-row-end-md-1 {
    grid-row-end: 1 !important
  }
  [dir=rtl] .rtl\:g-row-end-md-2 {
    grid-row-end: 2 !important
  }
  [dir=rtl] .rtl\:g-row-end-md-3 {
    grid-row-end: 3 !important
  }
  [dir=rtl] .rtl\:g-row-end-md-4 {
    grid-row-end: 4 !important
  }
  [dir=rtl] .rtl\:g-row-end-md-5 {
    grid-row-end: 5 !important
  }
  [dir=rtl] .rtl\:g-row-end-md-6 {
    grid-row-end: 6 !important
  }
  [dir=rtl] .rtl\:g-row-end-md-7 {
    grid-row-end: 7 !important
  }
  [dir=rtl] .rtl\:g-row-end-md-8 {
    grid-row-end: 8 !important
  }
  [dir=rtl] .rtl\:g-row-end-md-9 {
    grid-row-end: 9 !important
  }
  [dir=rtl] .rtl\:g-row-end-md-10 {
    grid-row-end: 10 !important
  }
  [dir=rtl] .rtl\:g-row-end-md-11 {
    grid-row-end: 11 !important
  }
  [dir=rtl] .rtl\:g-row-end-md-12 {
    grid-row-end: 12 !important
  }
  [dir=rtl] .rtl\:g-row-end-md-13 {
    grid-row-end: 13 !important
  }

  [dir=rtl] .rtl\:g-row-end-md-auto {
    grid-row-end: auto !important
  }
  [dir=rtl] .rtl\:md\:g-row-end-1 {
    grid-row-end: 1 !important
  }
  [dir=rtl] .rtl\:md\:g-row-end-2 {
    grid-row-end: 2 !important
  }
  [dir=rtl] .rtl\:md\:g-row-end-3 {
    grid-row-end: 3 !important
  }
  [dir=rtl] .rtl\:md\:g-row-end-4 {
    grid-row-end: 4 !important
  }
  [dir=rtl] .rtl\:md\:g-row-end-5 {
    grid-row-end: 5 !important
  }
  [dir=rtl] .rtl\:md\:g-row-end-6 {
    grid-row-end: 6 !important
  }
  [dir=rtl] .rtl\:md\:g-row-end-7 {
    grid-row-end: 7 !important
  }
  [dir=rtl] .rtl\:md\:g-row-end-8 {
    grid-row-end: 8 !important
  }
  [dir=rtl] .rtl\:md\:g-row-end-9 {
    grid-row-end: 9 !important
  }
  [dir=rtl] .rtl\:md\:g-row-end-10 {
    grid-row-end: 10 !important
  }
  [dir=rtl] .rtl\:md\:g-row-end-11 {
    grid-row-end: 11 !important
  }
  [dir=rtl] .rtl\:md\:g-row-end-12 {
    grid-row-end: 12 !important
  }
  [dir=rtl] .rtl\:md\:g-row-end-13 {
    grid-row-end: 13 !important
  }
  [dir=rtl] .rtl\:md\:g-row-end-auto {
    grid-row-end: auto !important
  }
  [dir=rtl] .rtl\:g-col-start-md-1 {
    grid-column-start: 1 !important
  }
  [dir=rtl] .rtl\:g-col-start-md-2 {
    grid-column-start: 2 !important
  }
  [dir=rtl] .rtl\:g-col-start-md-3 {
    grid-column-start: 3 !important
  }
  [dir=rtl] .rtl\:g-col-start-md-4 {
    grid-column-start: 4 !important
  }
  [dir=rtl] .rtl\:g-col-start-md-5 {
    grid-column-start: 5 !important
  }
  [dir=rtl] .rtl\:g-col-start-md-6 {
    grid-column-start: 6 !important
  }
  [dir=rtl] .rtl\:g-col-start-md-7 {
    grid-column-start: 7 !important
  }
  [dir=rtl] .rtl\:g-col-start-md-8 {
    grid-column-start: 8 !important
  }
  [dir=rtl] .rtl\:g-col-start-md-9 {
    grid-column-start: 9 !important
  }
  [dir=rtl] .rtl\:g-col-start-md-10 {
    grid-column-start: 10 !important
  }
  [dir=rtl] .rtl\:g-col-start-md-11 {
    grid-column-start: 11 !important
  }
  [dir=rtl] .rtl\:g-col-start-md-12 {
    grid-column-start: 12 !important
  }
  [dir=rtl] .rtl\:g-col-start-md-13 {
    grid-column-start: 13 !important
  }
  [dir=rtl] .rtl\:g-col-start-md-auto {
    grid-column-start: auto !important
  }
  [dir=rtl] .rtl\:md\:g-col-start-1 {
    grid-column-start: 1 !important
  }
  [dir=rtl] .rtl\:md\:g-col-start-2 {
    grid-column-start: 2 !important
  }
  [dir=rtl] .rtl\:md\:g-col-start-3 {
    grid-column-start: 3 !important
  }
  [dir=rtl] .rtl\:md\:g-col-start-4 {
    grid-column-start: 4 !important
  }
  [dir=rtl] .rtl\:md\:g-col-start-5 {
    grid-column-start: 5 !important
  }
  [dir=rtl] .rtl\:md\:g-col-start-6 {
    grid-column-start: 6 !important
  }
  [dir=rtl] .rtl\:md\:g-col-start-7 {

    grid-column-start: 7 !important
  }
  [dir=rtl] .rtl\:md\:g-col-start-8 {
    grid-column-start: 8 !important
  }
  [dir=rtl] .rtl\:md\:g-col-start-9 {
    grid-column-start: 9 !important
  }
  [dir=rtl] .rtl\:md\:g-col-start-10 {
    grid-column-start: 10 !important
  }
  [dir=rtl] .rtl\:md\:g-col-start-11 {
    grid-column-start: 11 !important
  }
  [dir=rtl] .rtl\:md\:g-col-start-12 {
    grid-column-start: 12 !important
  }
  [dir=rtl] .rtl\:md\:g-col-start-13 {
    grid-column-start: 13 !important
  }
  [dir=rtl] .rtl\:md\:g-col-start-auto {
    grid-column-start: auto !important
  }
  [dir=rtl] .rtl\:g-col-end-md-1 {
    grid-column-end: 1 !important
  }
  [dir=rtl] .rtl\:g-col-end-md-2 {
    grid-column-end: 2 !important
  }
  [dir=rtl] .rtl\:g-col-end-md-3 {
    grid-column-end: 3 !important
  }
  [dir=rtl] .rtl\:g-col-end-md-4 {
    grid-column-end: 4 !important
  }
  [dir=rtl] .rtl\:g-col-end-md-5 {
    grid-column-end: 5 !important
  }
  [dir=rtl] .rtl\:g-col-end-md-6 {
    grid-column-end: 6 !important
  }
  [dir=rtl] .rtl\:g-col-end-md-7 {
    grid-column-end: 7 !important
  }
  [dir=rtl] .rtl\:g-col-end-md-8 {
    grid-column-end: 8 !important
  }
  [dir=rtl] .rtl\:g-col-end-md-9 {
    grid-column-end: 9 !important
  }
  [dir=rtl] .rtl\:g-col-end-md-10 {
    grid-column-end: 10 !important
  }
  [dir=rtl] .rtl\:g-col-end-md-11 {
    grid-column-end: 11 !important
  }
  [dir=rtl] .rtl\:g-col-end-md-12 {
    grid-column-end: 12 !important
  }
  [dir=rtl] .rtl\:g-col-end-md-13 {
    grid-column-end: 13 !important
  }
  [dir=rtl] .rtl\:g-col-end-md-auto {
    grid-column-end: auto !important
  }
  [dir=rtl] .rtl\:md\:g-col-end-1 {
    grid-column-end: 1 !important
  }
  [dir=rtl] .rtl\:md\:g-col-end-2 {
    grid-column-end: 2 !important
  }
  [dir=rtl] .rtl\:md\:g-col-end-3 {
    grid-column-end: 3 !important
  }
  [dir=rtl] .rtl\:md\:g-col-end-4 {
    grid-column-end: 4 !important
  }
  [dir=rtl] .rtl\:md\:g-col-end-5 {
    grid-column-end: 5 !important
  }
  [dir=rtl] .rtl\:md\:g-col-end-6 {
    grid-column-end: 6 !important
  }
  [dir=rtl] .rtl\:md\:g-col-end-7 {
    grid-column-end: 7 !important
  }
  [dir=rtl] .rtl\:md\:g-col-end-8 {
    grid-column-end: 8 !important
  }
  [dir=rtl] .rtl\:md\:g-col-end-9 {
    grid-column-end: 9 !important
  }
  [dir=rtl] .rtl\:md\:g-col-end-10 {
    grid-column-end: 10 !important
  }
  [dir=rtl] .rtl\:md\:g-col-end-11 {
    grid-column-end: 11 !important
  }
  [dir=rtl] .rtl\:md\:g-col-end-12 {
    grid-column-end: 12 !important
  }
  [dir=rtl] .rtl\:md\:g-col-end-13 {
    grid-column-end: 13 !important
  }
  [dir=rtl] .rtl\:md\:g-col-end-auto {
    grid-column-end: auto !important
  }
  .icon-md-narrow {
    width: 16px !important;
    height: 16px !important;
    font-size: 16px !important
  }
  .icon-md-1 {
    width: 20px !important;
    height: 20px !important;
    font-size: 20px !important
  }
  .icon-md-2 {

    width: 24px !important;
    height: 24px !important;
    font-size: 24px !important
  }
  .icon-md-3 {
    width: 32px !important;
    height: 32px !important;
    font-size: 32px !important
  }
  .icon-md-4 {
    width: 48px !important;
    height: 48px !important;
    font-size: 48px !important
  }
  .icon-md-5 {
    width: 64px !important;
    height: 64px !important;
    font-size: 64px !important
  }
  .icon-md-6 {
    width: 80px !important;
    height: 80px !important;
    font-size: 80px !important
  }
  [dir=rtl] .rtl\:mask-start-md {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-start-md-1 {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-start-md-2 {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-start-md-3 {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-start-md-4 {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-start-md-0 {
    mask-image: none !important
  }
  [dir=rtl] .rtl\:md\:mask-start {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:md\:mask-start-1 {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:md\:mask-start-2 {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:md\:mask-start-3 {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:md\:mask-start-4 {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important
  }

  [dir=rtl] .rtl\:md\:mask-start-0 {
    mask-image: none !important
  }
  [dir=rtl] .rtl\:mask-end-md {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-end-md-1 {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-end-md-2 {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-end-md-3 {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-end-md-4 {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-end-md-0 {
    mask-image: none !important
  }
  [dir=rtl] .rtl\:md\:mask-end {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:md\:mask-end-1 {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:md\:mask-end-2 {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:md\:mask-end-3 {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:md\:mask-end-4 {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:md\:mask-end-0 {
    mask-image: none !important
  }
  [dir=rtl] .rtl\:rotate-md-0 {
    transform: rotate(0deg) !important
  }
  [dir=rtl] .rtl\:rotate-md-1 {
    transform: rotate(1deg) !important
  }
  [dir=rtl] .rtl\:rotate-md-2 {
    transform: rotate(2deg) !important
  }
  [dir=rtl] .rtl\:rotate-md-3 {
    transform: rotate(3deg) !important
  }
  [dir=rtl] .rtl\:rotate-md-6 {
    transform: rotate(6deg) !important
  }
  [dir=rtl] .rtl\:rotate-md-12 {
    transform: rotate(12deg) !important
  }
  [dir=rtl] .rtl\:rotate-md-45 {
    transform: rotate(45deg) !important
  }
  [dir=rtl] .rtl\:rotate-md-90 {
    transform: rotate(90deg) !important
  }
  [dir=rtl] .rtl\:rotate-md-180 {
    transform: rotate(180deg) !important
  }
  [dir=rtl] .rtl\:md\:rotate-0 {
    transform: rotate(0deg) !important
  }
  [dir=rtl] .rtl\:md\:rotate-1 {
    transform: rotate(1deg) !important
  }

  [dir=rtl] .rtl\:md\:rotate-2 {
    transform: rotate(2deg) !important
  }
  [dir=rtl] .rtl\:md\:rotate-3 {
    transform: rotate(3deg) !important
  }
  [dir=rtl] .rtl\:md\:rotate-6 {
    transform: rotate(6deg) !important
  }
  [dir=rtl] .rtl\:md\:rotate-12 {
    transform: rotate(12deg) !important
  }
  [dir=rtl] .rtl\:md\:rotate-45 {
    transform: rotate(45deg) !important
  }
  [dir=rtl] .rtl\:md\:rotate-90 {
    transform: rotate(90deg) !important
  }
  [dir=rtl] .rtl\:md\:rotate-180 {
    transform: rotate(180deg) !important
  }
  [dir=rtl] .rtl\:-rotate-md-1 {
    transform: rotate(-1deg) !important
  }
  [dir=rtl] .rtl\:-rotate-md-2 {
    transform: rotate(-2deg) !important
  }
  [dir=rtl] .rtl\:-rotate-md-3 {
    transform: rotate(-3deg) !important
  }
  [dir=rtl] .rtl\:-rotate-md-6 {
    transform: rotate(-6deg) !important
  }
  [dir=rtl] .rtl\:-rotate-md-12 {
    transform: rotate(-12deg) !important
  }
  [dir=rtl] .rtl\:-rotate-md-45 {
    transform: rotate(-45deg) !important
  }
  [dir=rtl] .rtl\:-rotate-md-90 {
    transform: rotate(-90deg) !important
  }
  [dir=rtl] .rtl\:-rotate-md-180 {
    transform: rotate(-180deg) !important
  }
  [dir=rtl] .rtl\:md\:-rotate-1 {
    transform: rotate(-1deg) !important
  }
  [dir=rtl] .rtl\:md\:-rotate-2 {
    transform: rotate(-2deg) !important
  }
  [dir=rtl] .rtl\:md\:-rotate-3 {
    transform: rotate(-3deg) !important
  }
  [dir=rtl] .rtl\:md\:-rotate-6 {
    transform: rotate(-6deg) !important

  }
  [dir=rtl] .rtl\:md\:-rotate-12 {
    transform: rotate(-12deg) !important
  }
  [dir=rtl] .rtl\:md\:-rotate-45 {
    transform: rotate(-45deg) !important
  }
  [dir=rtl] .rtl\:md\:-rotate-90 {
    transform: rotate(-90deg) !important
  }
  [dir=rtl] .rtl\:md\:-rotate-180 {
    transform: rotate(-180deg) !important
  }
  [dir=rtl] .rtl\:origin-md-center {
    transform-origin: center !important
  }
  [dir=rtl] .rtl\:origin-md-top {
    transform-origin: top !important
  }
  [dir=rtl] .rtl\:origin-md-top-right {
    transform-origin: top right !important
  }
  [dir=rtl] .rtl\:origin-md-top-left {
    transform-origin: top left !important
  }
  [dir=rtl] .rtl\:origin-md-left {
    transform-origin: left !important
  }
  [dir=rtl] .rtl\:origin-md-right {
    transform-origin: right !important
  }
  [dir=rtl] .rtl\:origin-md-bottom-right {
    transform-origin: bottom right !important
  }
  [dir=rtl] .rtl\:origin-md-bottom {
    transform-origin: bottom !important
  }
  [dir=rtl] .rtl\:origin-md-bottom-left {
    transform-origin: bottom left !important
  }
  [dir=rtl] .rtl\:md\:origin-center {
    transform-origin: center !important
  }
  [dir=rtl] .rtl\:md\:origin-top {
    transform-origin: top !important
  }
  [dir=rtl] .rtl\:md\:origin-top-right {
    transform-origin: top right !important
  }
  [dir=rtl] .rtl\:md\:origin-top-left {
    transform-origin: top left !important
  }
  [dir=rtl] .rtl\:md\:origin-left {
    transform-origin: left !important
  }
  [dir=rtl] .rtl\:md\:origin-right {
    transform-origin: right !important
  }
  [dir=rtl] .rtl\:md\:origin-bottom-right {
    transform-origin: bottom right !important
  }
  [dir=rtl] .rtl\:md\:origin-bottom {
    transform-origin: bottom !important
  }
  [dir=rtl] .rtl\:md\:origin-bottom-left {
    transform-origin: bottom left !important
  }
  [dir=rtl] .rtl\:rounded-top-start-md {
    border-top-left-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:rounded-top-start-md-default {
    border-top-left-radius: 8px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-md-0-5 {
    border-top-left-radius: 2px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-md-1 {
    border-top-left-radius: 4px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-md-1-5 {
    border-top-left-radius: 12px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-md-2 {
    border-top-left-radius: 16px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-md-2-5 {
    border-top-left-radius: 20px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-md-3 {
    border-top-left-radius: 24px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-md-3-5 {
    border-top-left-radius: 28px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-md-4 {
    border-top-left-radius: 32px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-md-4-5 {
    border-top-left-radius: 36px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-md-5 {
    border-top-left-radius: 40px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-md-5-5 {
    border-top-left-radius: 44px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-md-6 {
    border-top-left-radius: 48px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-md-6-5 {
    border-top-left-radius: 52px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-md-7 {
    border-top-left-radius: 56px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-md-7-5 {
    border-top-left-radius: 60px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-md-8 {
    border-top-left-radius: 64px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-md-8-5 {
    border-top-left-radius: 68px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-md-9 {
    border-top-left-radius: 72px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-md-9-5 {
    border-top-left-radius: 76px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-md-10 {
    border-top-left-radius: 80px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-md-circle {
    border-top-left-radius: 50% !important
  }
  [dir=rtl] .rtl\:rounded-top-start-md-full {
    border-top-left-radius: 100% !important
  }
  [dir=rtl] .rtl\:rounded-top-start-md-pill {
    border-top-left-radius: 50rem !important
  }
  [dir=rtl] .rtl\:rounded-top-start-md-0 {
    border-top-left-radius: 0 !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-start {
    border-top-left-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-default {
    border-top-left-radius: 8px !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-0-5 {
    border-top-left-radius: 2px !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-1 {
    border-top-left-radius: 4px !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-1-5 {
    border-top-left-radius: 12px !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-2 {
    border-top-left-radius: 16px !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-2-5 {
    border-top-left-radius: 20px !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-3 {
    border-top-left-radius: 24px !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-3-5 {
    border-top-left-radius: 28px !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-4 {
    border-top-left-radius: 32px !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-4-5 {
    border-top-left-radius: 36px !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-5 {
    border-top-left-radius: 40px !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-5-5 {
    border-top-left-radius: 44px !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-6 {
    border-top-left-radius: 48px !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-6-5 {
    border-top-left-radius: 52px !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-7 {
    border-top-left-radius: 56px !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-7-5 {
    border-top-left-radius: 60px !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-8 {
    border-top-left-radius: 64px !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-8-5 {
    border-top-left-radius: 68px !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-9 {
    border-top-left-radius: 72px !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-9-5 {
    border-top-left-radius: 76px !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-10 {
    border-top-left-radius: 80px !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-circle {
    border-top-left-radius: 50% !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-full {
    border-top-left-radius: 100% !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-pill {
    border-top-left-radius: 50rem !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-start-0 {
    border-top-left-radius: 0 !important
  }
  [dir=rtl] .rtl\:rounded-top-end-md {
    border-top-right-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:rounded-top-end-md-default {
    border-top-right-radius: 8px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-md-0-5 {
    border-top-right-radius: 2px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-md-1 {
    border-top-right-radius: 4px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-md-1-5 {
    border-top-right-radius: 12px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-md-2 {
    border-top-right-radius: 16px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-md-2-5 {
    border-top-right-radius: 20px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-md-3 {
    border-top-right-radius: 24px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-md-3-5 {
    border-top-right-radius: 28px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-md-4 {
    border-top-right-radius: 32px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-md-4-5 {
    border-top-right-radius: 36px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-md-5 {
    border-top-right-radius: 40px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-md-5-5 {
    border-top-right-radius: 44px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-md-6 {
    border-top-right-radius: 48px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-md-6-5 {
    border-top-right-radius: 52px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-md-7 {
    border-top-right-radius: 56px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-md-7-5 {

    border-top-right-radius: 60px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-md-8 {
    border-top-right-radius: 64px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-md-8-5 {
    border-top-right-radius: 68px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-md-9 {
    border-top-right-radius: 72px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-md-9-5 {
    border-top-right-radius: 76px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-md-10 {
    border-top-right-radius: 80px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-md-circle {
    border-top-right-radius: 50% !important
  }
  [dir=rtl] .rtl\:rounded-top-end-md-full {
    border-top-right-radius: 100% !important
  }
  [dir=rtl] .rtl\:rounded-top-end-md-pill {
    border-top-right-radius: 50rem !important
  }
  [dir=rtl] .rtl\:rounded-top-end-md-0 {
    border-top-right-radius: 0 !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-end {
    border-top-right-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-default {
    border-top-right-radius: 8px !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-0-5 {
    border-top-right-radius: 2px !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-1 {
    border-top-right-radius: 4px !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-1-5 {
    border-top-right-radius: 12px !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-2 {
    border-top-right-radius: 16px !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-2-5 {
    border-top-right-radius: 20px !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-3 {
    border-top-right-radius: 24px !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-3-5 {
    border-top-right-radius: 28px !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-4 {
    border-top-right-radius: 32px !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-4-5 {
    border-top-right-radius: 36px !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-5 {
    border-top-right-radius: 40px !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-5-5 {
    border-top-right-radius: 44px !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-6 {
    border-top-right-radius: 48px !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-6-5 {
    border-top-right-radius: 52px !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-7 {
    border-top-right-radius: 56px !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-7-5 {
    border-top-right-radius: 60px !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-8 {
    border-top-right-radius: 64px !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-8-5 {
    border-top-right-radius: 68px !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-9 {
    border-top-right-radius: 72px !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-9-5 {
    border-top-right-radius: 76px !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-10 {
    border-top-right-radius: 80px !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-circle {
    border-top-right-radius: 50% !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-full {
    border-top-right-radius: 100% !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-pill {
    border-top-right-radius: 50rem !important
  }
  [dir=rtl] .rtl\:md\:rounded-top-end-0 {
    border-top-right-radius: 0 !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md {
    border-bottom-left-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-default {
    border-bottom-left-radius: 8px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-0-5 {
    border-bottom-left-radius: 2px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-1 {
    border-bottom-left-radius: 4px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-1-5 {
    border-bottom-left-radius: 12px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-2 {
    border-bottom-left-radius: 16px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-2-5 {
    border-bottom-left-radius: 20px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-3 {
    border-bottom-left-radius: 24px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-3-5 {
    border-bottom-left-radius: 28px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-4 {
    border-bottom-left-radius: 32px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-4-5 {
    border-bottom-left-radius: 36px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-5 {
    border-bottom-left-radius: 40px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-5-5 {
    border-bottom-left-radius: 44px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-6 {
    border-bottom-left-radius: 48px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-6-5 {
    border-bottom-left-radius: 52px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-7 {
    border-bottom-left-radius: 56px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-7-5 {
    border-bottom-left-radius: 60px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-8 {
    border-bottom-left-radius: 64px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-8-5 {
    border-bottom-left-radius: 68px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-9 {
    border-bottom-left-radius: 72px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-9-5 {
    border-bottom-left-radius: 76px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-10 {
    border-bottom-left-radius: 80px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-circle {
    border-bottom-left-radius: 50% !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-full {
    border-bottom-left-radius: 100% !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-pill {
    border-bottom-left-radius: 50rem !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-md-0 {
    border-bottom-left-radius: 0 !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start {
    border-bottom-left-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-default {
    border-bottom-left-radius: 8px !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-0-5 {
    border-bottom-left-radius: 2px !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-1 {
    border-bottom-left-radius: 4px !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-1-5 {
    border-bottom-left-radius: 12px !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-2 {
    border-bottom-left-radius: 16px !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-2-5 {
    border-bottom-left-radius: 20px !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-3 {
    border-bottom-left-radius: 24px !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-3-5 {
    border-bottom-left-radius: 28px !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-4 {
    border-bottom-left-radius: 32px !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-4-5 {
    border-bottom-left-radius: 36px !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-5 {
    border-bottom-left-radius: 40px !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-5-5 {
    border-bottom-left-radius: 44px !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-6 {
    border-bottom-left-radius: 48px !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-6-5 {
    border-bottom-left-radius: 52px !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-7 {
    border-bottom-left-radius: 56px !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-7-5 {
    border-bottom-left-radius: 60px !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-8 {
    border-bottom-left-radius: 64px !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-8-5 {
    border-bottom-left-radius: 68px !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-9 {
    border-bottom-left-radius: 72px !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-9-5 {
    border-bottom-left-radius: 76px !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-10 {
    border-bottom-left-radius: 80px !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-circle {
    border-bottom-left-radius: 50% !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-full {
    border-bottom-left-radius: 100% !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-pill {
    border-bottom-left-radius: 50rem !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-start-0 {
    border-bottom-left-radius: 0 !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md {
    border-bottom-right-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-default {
    border-bottom-right-radius: 8px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-0-5 {
    border-bottom-right-radius: 2px !important
  }

  [dir=rtl] .rtl\:rounded-bottom-end-md-1 {
    border-bottom-right-radius: 4px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-1-5 {
    border-bottom-right-radius: 12px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-2 {
    border-bottom-right-radius: 16px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-2-5 {
    border-bottom-right-radius: 20px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-3 {
    border-bottom-right-radius: 24px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-3-5 {
    border-bottom-right-radius: 28px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-4 {
    border-bottom-right-radius: 32px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-4-5 {
    border-bottom-right-radius: 36px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-5 {
    border-bottom-right-radius: 40px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-5-5 {
    border-bottom-right-radius: 44px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-6 {
    border-bottom-right-radius: 48px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-6-5 {
    border-bottom-right-radius: 52px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-7 {
    border-bottom-right-radius: 56px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-7-5 {
    border-bottom-right-radius: 60px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-8 {
    border-bottom-right-radius: 64px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-8-5 {
    border-bottom-right-radius: 68px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-9 {
    border-bottom-right-radius: 72px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-9-5 {
    border-bottom-right-radius: 76px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-10 {
    border-bottom-right-radius: 80px !important

  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-circle {
    border-bottom-right-radius: 50% !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-full {
    border-bottom-right-radius: 100% !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-pill {
    border-bottom-right-radius: 50rem !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-md-0 {
    border-bottom-right-radius: 0 !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end {
    border-bottom-right-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-default {
    border-bottom-right-radius: 8px !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-0-5 {
    border-bottom-right-radius: 2px !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-1 {
    border-bottom-right-radius: 4px !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-1-5 {
    border-bottom-right-radius: 12px !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-2 {
    border-bottom-right-radius: 16px !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-2-5 {
    border-bottom-right-radius: 20px !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-3 {
    border-bottom-right-radius: 24px !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-3-5 {
    border-bottom-right-radius: 28px !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-4 {
    border-bottom-right-radius: 32px !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-4-5 {
    border-bottom-right-radius: 36px !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-5 {
    border-bottom-right-radius: 40px !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-5-5 {
    border-bottom-right-radius: 44px !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-6 {
    border-bottom-right-radius: 48px !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-6-5 {
    border-bottom-right-radius: 52px !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-7 {
    border-bottom-right-radius: 56px !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-7-5 {
    border-bottom-right-radius: 60px !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-8 {
    border-bottom-right-radius: 64px !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-8-5 {
    border-bottom-right-radius: 68px !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-9 {
    border-bottom-right-radius: 72px !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-9-5 {
    border-bottom-right-radius: 76px !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-10 {
    border-bottom-right-radius: 80px !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-circle {
    border-bottom-right-radius: 50% !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-full {
    border-bottom-right-radius: 100% !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-pill {
    border-bottom-right-radius: 50rem !important
  }
  [dir=rtl] .rtl\:md\:rounded-bottom-end-0 {
    border-bottom-right-radius: 0 !important
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important
  }
  [dir=rtl] .rtl\:d-lg-inline {
    display: inline !important
  }
  [dir=rtl] .rtl\:d-lg-inline-block {
    display: inline-block !important
  }
  .d-lg-block {
    display: block !important
  }
  [dir=rtl] .rtl\:d-lg-block {
    display: block !important
  }
  [dir=rtl] .rtl\:d-lg-grid {
    display: grid !important
  }
  [dir=rtl] .rtl\:d-lg-table {
    display: table !important
  }
  [dir=rtl] .rtl\:d-lg-table-row {
    display: table-row !important
  }
  [dir=rtl] .rtl\:d-lg-table-cell {
    display: table-cell !important
  }
  .d-lg-flex {
    display: flex !important
  }
  [dir=rtl] .rtl\:d-lg-flex {
    display: flex !important
  }
  [dir=rtl] .rtl\:d-lg-inline-flex {
    display: inline-flex !important
  }
  .d-lg-none {
    display: none !important
  }
  [dir=rtl] .rtl\:d-lg-none {
    display: none !important
  }
  [dir=rtl] .rtl\:lg\:d-inline {
    display: inline !important
  }
  [dir=rtl] .rtl\:lg\:d-inline-block {
    display: inline-block !important
  }
  [dir=rtl] .rtl\:lg\:d-block {
    display: block !important
  }
  [dir=rtl] .rtl\:lg\:d-grid {
    display: grid !important
  }
  [dir=rtl] .rtl\:lg\:d-table {
    display: table !important
  }
  [dir=rtl] .rtl\:lg\:d-table-row {
    display: table-row !important
  }
  [dir=rtl] .rtl\:lg\:d-table-cell {
    display: table-cell !important
  }
  [dir=rtl] .rtl\:lg\:d-flex {
    display: flex !important
  }
  [dir=rtl] .rtl\:lg\:d-inline-flex {
    display: inline-flex !important
  }
  [dir=rtl] .rtl\:lg\:d-none {
    display: none !important
  }
  [dir=rtl] .rtl\:d-lg-inline {
    display: inline !important
  }
  [dir=rtl] .rtl\:d-lg-inline-block {
    display: inline-block !important
  }
  [dir=rtl] .rtl\:d-lg-block {
    display: block !important
  }
  [dir=rtl] .rtl\:d-lg-grid {
    display: grid !important
  }
  [dir=rtl] .rtl\:d-lg-table {
    display: table !important
  }
  [dir=rtl] .rtl\:d-lg-table-row {
    display: table-row !important
  }
  [dir=rtl] .rtl\:d-lg-table-cell {
    display: table-cell !important
  }
  [dir=rtl] .rtl\:d-lg-flex {
    display: flex !important
  }
  [dir=rtl] .rtl\:d-lg-inline-flex {
    display: inline-flex !important
  }
  [dir=rtl] .rtl\:d-lg-none {
    display: none !important
  }
  [dir=rtl] .rtl\:lg\:d-inline {
    display: inline !important
  }
  [dir=rtl] .rtl\:lg\:d-inline-block {
    display: inline-block !important
  }
  [dir=rtl] .rtl\:lg\:d-block {
    display: block !important
  }
  [dir=rtl] .rtl\:lg\:d-grid {
    display: grid !important
  }
  [dir=rtl] .rtl\:lg\:d-table {
    display: table !important
  }
  [dir=rtl] .rtl\:lg\:d-table-row {
    display: table-row !important
  }
  [dir=rtl] .rtl\:lg\:d-table-cell {
    display: table-cell !important
  }
  [dir=rtl] .rtl\:lg\:d-flex {
    display: flex !important
  }
  [dir=rtl] .rtl\:lg\:d-inline-flex {
    display: inline-flex !important
  }
  [dir=rtl] .rtl\:lg\:d-none {
    display: none !important
  }
  [dir=rtl] .rtl\:border-end-lg {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
  }
  [dir=rtl] .rtl\:border-end-lg-0 {
    border-right: 0 !important
  }
  [dir=rtl] .rtl\:lg\:border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
  }
  [dir=rtl] .rtl\:lg\:border-end-0 {
    border-right: 0 !important
  }
  [dir=rtl] .rtl\:border-start-lg {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
  }
  [dir=rtl] .rtl\:border-start-lg-0 {
    border-left: 0 !important
  }
  [dir=rtl] .rtl\:lg\:border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
  }
  [dir=rtl] .rtl\:lg\:border-start-0 {
    border-left: 0 !important
  }
  .lg\:w-40px {
    width: 40px !important
  }
  .lg\:w-auto {
    width: auto !important
  }
  .lg\:h-40px {
    height: 40px !important
  }
  .lg\:flex-1 {
    flex: 1 1 0% !important
  }
  .flex-lg-row {
    flex-direction: row !important
  }
  .lg\:flex-nowrap {
    flex-wrap: nowrap !important
  }
  .lg\:items-end {
    align-items: flex-end !important
  }
  [dir=rtl] .rtl\:order-lg-first {
    order: -1 !important
  }
  [dir=rtl] .rtl\:order-lg-0 {
    order: 0 !important
  }
  [dir=rtl] .rtl\:order-lg-1 {
    order: 1 !important
  }
  [dir=rtl] .rtl\:order-lg-2 {
    order: 2 !important
  }
  [dir=rtl] .rtl\:order-lg-3 {
    order: 3 !important
  }
  [dir=rtl] .rtl\:order-lg-4 {
    order: 4 !important
  }
  [dir=rtl] .rtl\:order-lg-5 {
    order: 5 !important
  }

  [dir=rtl] .rtl\:order-lg-last {
    order: 6 !important
  }
  [dir=rtl] .rtl\:lg\:order-first {
    order: -1 !important
  }
  [dir=rtl] .rtl\:lg\:order-0 {
    order: 0 !important
  }
  .lg\:order-1 {
    order: 1 !important
  }
  [dir=rtl] .rtl\:lg\:order-1 {
    order: 1 !important
  }
  .lg\:order-2 {
    order: 2 !important
  }
  [dir=rtl] .rtl\:lg\:order-2 {
    order: 2 !important
  }
  .lg\:order-3 {
    order: 3 !important
  }
  [dir=rtl] .rtl\:lg\:order-3 {
    order: 3 !important
  }
  [dir=rtl] .rtl\:lg\:order-4 {
    order: 4 !important
  }
  [dir=rtl] .rtl\:lg\:order-5 {
    order: 5 !important
  }
  [dir=rtl] .rtl\:lg\:order-last {
    order: 6 !important
  }
  .lg\:mt-6 {
    margin-top: 3rem !important
  }
  .lg\:mt-9 {
    margin-top: 5rem !important
  }
  [dir=rtl] .rtl\:me-lg-0 {
    margin-right: 0 !important
  }
  [dir=rtl] .rtl\:me-lg-narrow {
    margin-right: 0.25rem !important
  }
  [dir=rtl] .rtl\:me-lg-1 {
    margin-right: 0.5rem !important
  }
  [dir=rtl] .rtl\:me-lg-2 {
    margin-right: 1rem !important
  }
  [dir=rtl] .rtl\:me-lg-3 {
    margin-right: 1.5rem !important
  }
  [dir=rtl] .rtl\:me-lg-4 {
    margin-right: 2rem !important
  }
  [dir=rtl] .rtl\:me-lg-5 {
    margin-right: 2.5rem !important
  }
  [dir=rtl] .rtl\:me-lg-6 {
    margin-right: 3rem !important
  }
  [dir=rtl] .rtl\:me-lg-7 {
    margin-right: 3.5rem !important
  }
  [dir=rtl] .rtl\:me-lg-8 {
    margin-right: 4rem !important
  }
  [dir=rtl] .rtl\:me-lg-9 {
    margin-right: 5rem !important
  }
  [dir=rtl] .rtl\:me-lg-10 {
    margin-right: 8rem !important
  }
  [dir=rtl] .rtl\:me-lg-auto {
    margin-right: auto !important
  }
  [dir=rtl] .rtl\:lg\:me-0 {
    margin-right: 0 !important
  }
  [dir=rtl] .rtl\:lg\:me-narrow {
    margin-right: 0.25rem !important
  }
  [dir=rtl] .rtl\:lg\:me-1 {
    margin-right: 0.5rem !important
  }
  [dir=rtl] .rtl\:lg\:me-2 {
    margin-right: 1rem !important
  }
  [dir=rtl] .rtl\:lg\:me-3 {
    margin-right: 1.5rem !important

  }
  [dir=rtl] .rtl\:lg\:me-4 {
    margin-right: 2rem !important
  }
  [dir=rtl] .rtl\:lg\:me-5 {
    margin-right: 2.5rem !important
  }
  [dir=rtl] .rtl\:lg\:me-6 {
    margin-right: 3rem !important
  }
  [dir=rtl] .rtl\:lg\:me-7 {
    margin-right: 3.5rem !important
  }
  [dir=rtl] .rtl\:lg\:me-8 {
    margin-right: 4rem !important
  }
  [dir=rtl] .rtl\:lg\:me-9 {
    margin-right: 5rem !important
  }
  [dir=rtl] .rtl\:lg\:me-10 {
    margin-right: 8rem !important
  }
  [dir=rtl] .rtl\:lg\:me-auto {
    margin-right: auto !important
  }
  .lg\:mb-4 {
    margin-bottom: 2rem !important
  }
  [dir=rtl] .rtl\:ms-lg-0 {
    margin-left: 0 !important
  }
  [dir=rtl] .rtl\:ms-lg-narrow {
    margin-left: 0.25rem !important
  }
  [dir=rtl] .rtl\:ms-lg-1 {
    margin-left: 0.5rem !important
  }
  [dir=rtl] .rtl\:ms-lg-2 {
    margin-left: 1rem !important
  }
  [dir=rtl] .rtl\:ms-lg-3 {
    margin-left: 1.5rem !important
  }
  [dir=rtl] .rtl\:ms-lg-4 {
    margin-left: 2rem !important
  }
  [dir=rtl] .rtl\:ms-lg-5 {
    margin-left: 2.5rem !important
  }
  [dir=rtl] .rtl\:ms-lg-6 {
    margin-left: 3rem !important
  }
  [dir=rtl] .rtl\:ms-lg-7 {
    margin-left: 3.5rem !important
  }
  [dir=rtl] .rtl\:ms-lg-8 {
    margin-left: 4rem !important
  }
  [dir=rtl] .rtl\:ms-lg-9 {
    margin-left: 5rem !important
  }
  [dir=rtl] .rtl\:ms-lg-10 {
    margin-left: 8rem !important
  }
  [dir=rtl] .rtl\:ms-lg-auto {
    margin-left: auto !important
  }
  [dir=rtl] .rtl\:lg\:ms-0 {
    margin-left: 0 !important
  }
  [dir=rtl] .rtl\:lg\:ms-narrow {
    margin-left: 0.25rem !important
  }
  [dir=rtl] .rtl\:lg\:ms-1 {
    margin-left: 0.5rem !important
  }
  [dir=rtl] .rtl\:lg\:ms-2 {
    margin-left: 1rem !important
  }
  [dir=rtl] .rtl\:lg\:ms-3 {
    margin-left: 1.5rem !important
  }
  [dir=rtl] .rtl\:lg\:ms-4 {
    margin-left: 2rem !important
  }
  [dir=rtl] .rtl\:lg\:ms-5 {
    margin-left: 2.5rem !important
  }
  [dir=rtl] .rtl\:lg\:ms-6 {
    margin-left: 3rem !important
  }
  [dir=rtl] .rtl\:lg\:ms-7 {
    margin-left: 3.5rem !important
  }
  [dir=rtl] .rtl\:lg\:ms-8 {
    margin-left: 4rem !important
  }
  [dir=rtl] .rtl\:lg\:ms-9 {
    margin-left: 5rem !important
  }
  [dir=rtl] .rtl\:lg\:ms-10 {
    margin-left: 8rem !important
  }
  [dir=rtl] .rtl\:lg\:ms-auto {
    margin-left: auto !important
  }
  [dir=rtl] .rtl\:me-lg-nnarrow {
    margin-right: -0.25rem !important
  }
  [dir=rtl] .rtl\:me-lg-n1 {
    margin-right: -0.5rem !important
  }
  [dir=rtl] .rtl\:me-lg-n2 {
    margin-right: -1rem !important
  }
  [dir=rtl] .rtl\:me-lg-n3 {
    margin-right: -1.5rem !important
  }
  [dir=rtl] .rtl\:me-lg-n4 {
    margin-right: -2rem !important
  }
  [dir=rtl] .rtl\:me-lg-n5 {
    margin-right: -2.5rem !important
  }
  [dir=rtl] .rtl\:me-lg-n6 {
    margin-right: -3rem !important
  }
  [dir=rtl] .rtl\:me-lg-n7 {
    margin-right: -3.5rem !important
  }
  [dir=rtl] .rtl\:me-lg-n8 {
    margin-right: -4rem !important
  }
  [dir=rtl] .rtl\:me-lg-n9 {
    margin-right: -5rem !important
  }
  [dir=rtl] .rtl\:me-lg-n10 {
    margin-right: -8rem !important
  }
  [dir=rtl] .rtl\:lg\:me-nnarrow {
    margin-right: -0.25rem !important

  }
  [dir=rtl] .rtl\:lg\:me-n1 {
    margin-right: -0.5rem !important
  }
  [dir=rtl] .rtl\:lg\:me-n2 {
    margin-right: -1rem !important
  }
  [dir=rtl] .rtl\:lg\:me-n3 {
    margin-right: -1.5rem !important
  }
  [dir=rtl] .rtl\:lg\:me-n4 {
    margin-right: -2rem !important
  }
  [dir=rtl] .rtl\:lg\:me-n5 {
    margin-right: -2.5rem !important
  }
  [dir=rtl] .rtl\:lg\:me-n6 {
    margin-right: -3rem !important
  }
  [dir=rtl] .rtl\:lg\:me-n7 {
    margin-right: -3.5rem !important
  }
  [dir=rtl] .rtl\:lg\:me-n8 {
    margin-right: -4rem !important
  }
  [dir=rtl] .rtl\:lg\:me-n9 {
    margin-right: -5rem !important
  }
  [dir=rtl] .rtl\:lg\:me-n10 {
    margin-right: -8rem !important
  }
  [dir=rtl] .rtl\:ms-lg-nnarrow {
    margin-left: -0.25rem !important
  }
  [dir=rtl] .rtl\:ms-lg-n1 {
    margin-left: -0.5rem !important
  }
  [dir=rtl] .rtl\:ms-lg-n2 {
    margin-left: -1rem !important
  }
  [dir=rtl] .rtl\:ms-lg-n3 {
    margin-left: -1.5rem !important
  }
  [dir=rtl] .rtl\:ms-lg-n4 {

    margin-left: -2rem !important
  }
  [dir=rtl] .rtl\:ms-lg-n5 {
    margin-left: -2.5rem !important
  }
  [dir=rtl] .rtl\:ms-lg-n6 {
    margin-left: -3rem !important
  }
  [dir=rtl] .rtl\:ms-lg-n7 {
    margin-left: -3.5rem !important
  }
  [dir=rtl] .rtl\:ms-lg-n8 {
    margin-left: -4rem !important
  }
  [dir=rtl] .rtl\:ms-lg-n9 {
    margin-left: -5rem !important
  }
  [dir=rtl] .rtl\:ms-lg-n10 {
    margin-left: -8rem !important
  }
  [dir=rtl] .rtl\:lg\:ms-nnarrow {
    margin-left: -0.25rem !important
  }
  [dir=rtl] .rtl\:lg\:ms-n1 {
    margin-left: -0.5rem !important
  }
  [dir=rtl] .rtl\:lg\:ms-n2 {
    margin-left: -1rem !important
  }
  [dir=rtl] .rtl\:lg\:ms-n3 {
    margin-left: -1.5rem !important
  }
  [dir=rtl] .rtl\:lg\:ms-n4 {
    margin-left: -2rem !important
  }
  [dir=rtl] .rtl\:lg\:ms-n5 {
    margin-left: -2.5rem !important
  }
  [dir=rtl] .rtl\:lg\:ms-n6 {
    margin-left: -3rem !important
  }
  [dir=rtl] .rtl\:lg\:ms-n7 {
    margin-left: -3.5rem !important
  }
  [dir=rtl] .rtl\:lg\:ms-n8 {
    margin-left: -4rem !important
  }
  [dir=rtl] .rtl\:lg\:ms-n9 {
    margin-left: -5rem !important
  }
  [dir=rtl] .rtl\:lg\:ms-n10 {
    margin-left: -8rem !important
  }
  .lg\:p-3 {
    padding: 1.5rem !important
  }
  .lg\:p-4 {
    padding: 2rem !important
  }
  .lg\:px-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important
  }
  .lg\:py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }
  .lg\:py-6 {

    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }
  .lg\:py-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
  }
  [dir=rtl] .rtl\:pe-lg-0 {
    padding-right: 0 !important
  }
  [dir=rtl] .rtl\:pe-lg-narrow {
    padding-right: 0.25rem !important
  }
  [dir=rtl] .rtl\:pe-lg-1 {
    padding-right: 0.5rem !important
  }
  [dir=rtl] .rtl\:pe-lg-2 {
    padding-right: 1rem !important
  }
  [dir=rtl] .rtl\:pe-lg-3 {
    padding-right: 1.5rem !important
  }
  [dir=rtl] .rtl\:pe-lg-4 {
    padding-right: 2rem !important
  }
  [dir=rtl] .rtl\:pe-lg-5 {
    padding-right: 2.5rem !important
  }
  [dir=rtl] .rtl\:pe-lg-6 {
    padding-right: 3rem !important
  }
  [dir=rtl] .rtl\:pe-lg-7 {
    padding-right: 3.5rem !important
  }
  [dir=rtl] .rtl\:pe-lg-8 {
    padding-right: 4rem !important
  }
  [dir=rtl] .rtl\:pe-lg-9 {
    padding-right: 5rem !important
  }
  [dir=rtl] .rtl\:pe-lg-10 {
    padding-right: 8rem !important
  }
  [dir=rtl] .rtl\:pe-lg-auto {
    padding-right: auto !important
  }
  [dir=rtl] .rtl\:lg\:pe-0 {
    padding-right: 0 !important
  }
  [dir=rtl] .rtl\:lg\:pe-narrow {
    padding-right: 0.25rem !important
  }
  [dir=rtl] .rtl\:lg\:pe-1 {
    padding-right: 0.5rem !important
  }
  [dir=rtl] .rtl\:lg\:pe-2 {
    padding-right: 1rem !important
  }
  [dir=rtl] .rtl\:lg\:pe-3 {
    padding-right: 1.5rem !important
  }
  [dir=rtl] .rtl\:lg\:pe-4 {
    padding-right: 2rem !important
  }
  [dir=rtl] .rtl\:lg\:pe-5 {
    padding-right: 2.5rem !important
  }
  [dir=rtl] .rtl\:lg\:pe-6 {
    padding-right: 3rem !important
  }
  [dir=rtl] .rtl\:lg\:pe-7 {
    padding-right: 3.5rem !important
  }
  [dir=rtl] .rtl\:lg\:pe-8 {
    padding-right: 4rem !important
  }
  [dir=rtl] .rtl\:lg\:pe-9 {
    padding-right: 5rem !important
  }
  [dir=rtl] .rtl\:lg\:pe-10 {
    padding-right: 8rem !important
  }
  [dir=rtl] .rtl\:lg\:pe-auto {
    padding-right: auto !important
  }
  [dir=rtl] .rtl\:ps-lg-0 {
    padding-left: 0 !important
  }
  [dir=rtl] .rtl\:ps-lg-narrow {
    padding-left: 0.25rem !important
  }
  [dir=rtl] .rtl\:ps-lg-1 {
    padding-left: 0.5rem !important
  }
  [dir=rtl] .rtl\:ps-lg-2 {
    padding-left: 1rem !important
  }
  [dir=rtl] .rtl\:ps-lg-3 {
    padding-left: 1.5rem !important
  }
  [dir=rtl] .rtl\:ps-lg-4 {
    padding-left: 2rem !important
  }
  [dir=rtl] .rtl\:ps-lg-5 {
    padding-left: 2.5rem !important
  }
  [dir=rtl] .rtl\:ps-lg-6 {
    padding-left: 3rem !important
  }
  [dir=rtl] .rtl\:ps-lg-7 {
    padding-left: 3.5rem !important
  }
  [dir=rtl] .rtl\:ps-lg-8 {
    padding-left: 4rem !important
  }
  [dir=rtl] .rtl\:ps-lg-9 {
    padding-left: 5rem !important
  }
  [dir=rtl] .rtl\:ps-lg-10 {
    padding-left: 8rem !important
  }
  [dir=rtl] .rtl\:ps-lg-auto {
    padding-left: auto !important
  }
  [dir=rtl] .rtl\:lg\:ps-0 {
    padding-left: 0 !important
  }
  [dir=rtl] .rtl\:lg\:ps-narrow {
    padding-left: 0.25rem !important
  }
  [dir=rtl] .rtl\:lg\:ps-1 {
    padding-left: 0.5rem !important
  }
  [dir=rtl] .rtl\:lg\:ps-2 {
    padding-left: 1rem !important
  }
  [dir=rtl] .rtl\:lg\:ps-3 {
    padding-left: 1.5rem !important
  }
  [dir=rtl] .rtl\:lg\:ps-4 {
    padding-left: 2rem !important
  }
  [dir=rtl] .rtl\:lg\:ps-5 {
    padding-left: 2.5rem !important
  }
  [dir=rtl] .rtl\:lg\:ps-6 {
    padding-left: 3rem !important
  }
  [dir=rtl] .rtl\:lg\:ps-7 {
    padding-left: 3.5rem !important
  }
  [dir=rtl] .rtl\:lg\:ps-8 {
    padding-left: 4rem !important
  }
  [dir=rtl] .rtl\:lg\:ps-9 {
    padding-left: 5rem !important
  }
  [dir=rtl] .rtl\:lg\:ps-10 {
    padding-left: 8rem !important
  }
  [dir=rtl] .rtl\:lg\:ps-auto {
    padding-left: auto !important
  }
  .lg\:gap-2 {
    gap: 1rem !important
  }
  .lg\:gap-3 {
    gap: 1.5rem !important
  }
  .lg\:gap-4 {
    gap: 2rem !important
  }
  .lg\:gap-9 {
    gap: 5rem !important
  }
  [dir=rtl] .rtl\:fs-lg-1 {
    font-size: 1.75rem !important
  }
  [dir=rtl] .rtl\:fs-lg-2 {
    font-size: 1.5rem !important
  }
  [dir=rtl] .rtl\:fs-lg-3 {
    font-size: 1.25rem !important
  }
  [dir=rtl] .rtl\:fs-lg-4 {
    font-size: 1.125rem !important
  }
  [dir=rtl] .rtl\:fs-lg-5 {
    font-size: 1rem !important
  }
  [dir=rtl] .rtl\:fs-lg-6 {
    font-size: 0.875rem !important
  }
  [dir=rtl] .rtl\:fs-lg-7 {
    font-size: 0.75rem !important
  }
  [dir=rtl] .rtl\:fs-lg-8 {
    font-size: 0.75rem !important
  }
  [dir=rtl] .rtl\:lg\:fs-1 {
    font-size: 1.75rem !important
  }
  [dir=rtl] .rtl\:lg\:fs-2 {
    font-size: 1.5rem !important
  }
  [dir=rtl] .rtl\:lg\:fs-3 {

    font-size: 1.25rem !important
  }
  [dir=rtl] .rtl\:lg\:fs-4 {
    font-size: 1.125rem !important
  }
  .lg\:fs-5 {
    font-size: 1rem !important
  }
  [dir=rtl] .rtl\:lg\:fs-5 {
    font-size: 1rem !important
  }
  [dir=rtl] .rtl\:lg\:fs-6 {
    font-size: 0.875rem !important
  }
  .lg\:fs-7 {
    font-size: 0.75rem !important
  }
  [dir=rtl] .rtl\:lg\:fs-7 {
    font-size: 0.75rem !important
  }
  [dir=rtl] .rtl\:lg\:fs-8 {
    font-size: 0.75rem !important
  }
  [dir=rtl] .rtl\:text-lg-start {
    text-align: left !important
  }
  [dir=rtl] .rtl\:text-lg-end {
    text-align: right !important
  }
  [dir=rtl] .rtl\:text-lg-center {
    text-align: center !important
  }
  [dir=rtl] .rtl\:lg\:text-start {
    text-align: left !important
  }
  [dir=rtl] .rtl\:lg\:text-end {
    text-align: right !important
  }
  [dir=rtl] .rtl\:lg\:text-center {
    text-align: center !important
  }
  .rounded-lg {
    border-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:rounded-end-lg {
    border-top-right-radius: var(--radius) !important;
    border-bottom-right-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:rounded-end-lg-default {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important
  }
  [dir=rtl] .rtl\:rounded-end-lg-0-5 {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important
  }
  [dir=rtl] .rtl\:rounded-end-lg-1 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important
  }
  [dir=rtl] .rtl\:rounded-end-lg-1-5 {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important
  }
  [dir=rtl] .rtl\:rounded-end-lg-2 {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important
  }
  [dir=rtl] .rtl\:rounded-end-lg-2-5 {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important
  }
  [dir=rtl] .rtl\:rounded-end-lg-3 {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important
  }
  [dir=rtl] .rtl\:rounded-end-lg-3-5 {
    border-top-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important
  }
  [dir=rtl] .rtl\:rounded-end-lg-4 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important
  }
  [dir=rtl] .rtl\:rounded-end-lg-4-5 {
    border-top-right-radius: 36px !important;
    border-bottom-right-radius: 36px !important
  }
  [dir=rtl] .rtl\:rounded-end-lg-5 {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important
  }
  [dir=rtl] .rtl\:rounded-end-lg-5-5 {
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important
  }
  [dir=rtl] .rtl\:rounded-end-lg-6 {
    border-top-right-radius: 48px !important;
    border-bottom-right-radius: 48px !important
  }
  [dir=rtl] .rtl\:rounded-end-lg-6-5 {
    border-top-right-radius: 52px !important;
    border-bottom-right-radius: 52px !important
  }
  [dir=rtl] .rtl\:rounded-end-lg-7 {
    border-top-right-radius: 56px !important;
    border-bottom-right-radius: 56px !important
  }
  [dir=rtl] .rtl\:rounded-end-lg-7-5 {
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 60px !important
  }
  [dir=rtl] .rtl\:rounded-end-lg-8 {
    border-top-right-radius: 64px !important;
    border-bottom-right-radius: 64px !important
  }
  [dir=rtl] .rtl\:rounded-end-lg-8-5 {
    border-top-right-radius: 68px !important;
    border-bottom-right-radius: 68px !important
  }
  [dir=rtl] .rtl\:rounded-end-lg-9 {
    border-top-right-radius: 72px !important;
    border-bottom-right-radius: 72px !important
  }
  [dir=rtl] .rtl\:rounded-end-lg-9-5 {
    border-top-right-radius: 76px !important;
    border-bottom-right-radius: 76px !important
  }
  [dir=rtl] .rtl\:rounded-end-lg-10 {
    border-top-right-radius: 80px !important;
    border-bottom-right-radius: 80px !important
  }
  [dir=rtl] .rtl\:rounded-end-lg-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important
  }
  [dir=rtl] .rtl\:rounded-end-lg-full {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important
  }
  [dir=rtl] .rtl\:rounded-end-lg-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important
  }
  [dir=rtl] .rtl\:rounded-end-lg-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
  }
  [dir=rtl] .rtl\:lg\:rounded-end {
    border-top-right-radius: var(--radius) !important;
    border-bottom-right-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:lg\:rounded-end-default {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-end-0-5 {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-end-1 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-end-1-5 {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-end-2 {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-end-2-5 {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-end-3 {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-end-3-5 {
    border-top-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-end-4 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-end-4-5 {
    border-top-right-radius: 36px !important;
    border-bottom-right-radius: 36px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-end-5 {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-end-5-5 {
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-end-6 {
    border-top-right-radius: 48px !important;
    border-bottom-right-radius: 48px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-end-6-5 {
    border-top-right-radius: 52px !important;
    border-bottom-right-radius: 52px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-end-7 {
    border-top-right-radius: 56px !important;
    border-bottom-right-radius: 56px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-end-7-5 {
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 60px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-end-8 {
    border-top-right-radius: 64px !important;
    border-bottom-right-radius: 64px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-end-8-5 {
    border-top-right-radius: 68px !important;
    border-bottom-right-radius: 68px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-end-9 {
    border-top-right-radius: 72px !important;
    border-bottom-right-radius: 72px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-end-9-5 {
    border-top-right-radius: 76px !important;
    border-bottom-right-radius: 76px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-end-10 {
    border-top-right-radius: 80px !important;
    border-bottom-right-radius: 80px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-end-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important
  }
  [dir=rtl] .rtl\:lg\:rounded-end-full {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important
  }
  [dir=rtl] .rtl\:lg\:rounded-end-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important
  }
  [dir=rtl] .rtl\:lg\:rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important

  }
  [dir=rtl] .rtl\:rounded-start-lg {
    border-bottom-left-radius: var(--radius) !important;
    border-top-left-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:rounded-start-lg-default {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important
  }
  [dir=rtl] .rtl\:rounded-start-lg-0-5 {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important
  }
  [dir=rtl] .rtl\:rounded-start-lg-1 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important
  }
  [dir=rtl] .rtl\:rounded-start-lg-1-5 {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important
  }
  [dir=rtl] .rtl\:rounded-start-lg-2 {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important
  }
  [dir=rtl] .rtl\:rounded-start-lg-2-5 {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important
  }
  [dir=rtl] .rtl\:rounded-start-lg-3 {
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 24px !important
  }
  [dir=rtl] .rtl\:rounded-start-lg-3-5 {
    border-bottom-left-radius: 28px !important;
    border-top-left-radius: 28px !important
  }
  [dir=rtl] .rtl\:rounded-start-lg-4 {
    border-bottom-left-radius: 32px !important;
    border-top-left-radius: 32px !important
  }
  [dir=rtl] .rtl\:rounded-start-lg-4-5 {
    border-bottom-left-radius: 36px !important;
    border-top-left-radius: 36px !important
  }
  [dir=rtl] .rtl\:rounded-start-lg-5 {
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important
  }
  [dir=rtl] .rtl\:rounded-start-lg-5-5 {
    border-bottom-left-radius: 44px !important;
    border-top-left-radius: 44px !important
  }
  [dir=rtl] .rtl\:rounded-start-lg-6 {
    border-bottom-left-radius: 48px !important;
    border-top-left-radius: 48px !important
  }
  [dir=rtl] .rtl\:rounded-start-lg-6-5 {
    border-bottom-left-radius: 52px !important;
    border-top-left-radius: 52px !important
  }
  [dir=rtl] .rtl\:rounded-start-lg-7 {
    border-bottom-left-radius: 56px !important;
    border-top-left-radius: 56px !important
  }
  [dir=rtl] .rtl\:rounded-start-lg-7-5 {
    border-bottom-left-radius: 60px !important;
    border-top-left-radius: 60px !important
  }
  [dir=rtl] .rtl\:rounded-start-lg-8 {
    border-bottom-left-radius: 64px !important;
    border-top-left-radius: 64px !important
  }
  [dir=rtl] .rtl\:rounded-start-lg-8-5 {
    border-bottom-left-radius: 68px !important;
    border-top-left-radius: 68px !important
  }
  [dir=rtl] .rtl\:rounded-start-lg-9 {
    border-bottom-left-radius: 72px !important;
    border-top-left-radius: 72px !important
  }
  [dir=rtl] .rtl\:rounded-start-lg-9-5 {
    border-bottom-left-radius: 76px !important;
    border-top-left-radius: 76px !important
  }
  [dir=rtl] .rtl\:rounded-start-lg-10 {
    border-bottom-left-radius: 80px !important;
    border-top-left-radius: 80px !important
  }
  [dir=rtl] .rtl\:rounded-start-lg-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important
  }
  [dir=rtl] .rtl\:rounded-start-lg-full {
    border-bottom-left-radius: 100% !important;
    border-top-left-radius: 100% !important
  }
  [dir=rtl] .rtl\:rounded-start-lg-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important
  }
  [dir=rtl] .rtl\:rounded-start-lg-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
  }
  [dir=rtl] .rtl\:lg\:rounded-start {
    border-bottom-left-radius: var(--radius) !important;
    border-top-left-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:lg\:rounded-start-default {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-start-0-5 {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-start-1 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-start-1-5 {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-start-2 {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-start-2-5 {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-start-3 {
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 24px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-start-3-5 {

    border-bottom-left-radius: 28px !important;
    border-top-left-radius: 28px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-start-4 {
    border-bottom-left-radius: 32px !important;
    border-top-left-radius: 32px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-start-4-5 {
    border-bottom-left-radius: 36px !important;
    border-top-left-radius: 36px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-start-5 {
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-start-5-5 {
    border-bottom-left-radius: 44px !important;
    border-top-left-radius: 44px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-start-6 {
    border-bottom-left-radius: 48px !important;
    border-top-left-radius: 48px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-start-6-5 {
    border-bottom-left-radius: 52px !important;
    border-top-left-radius: 52px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-start-7 {
    border-bottom-left-radius: 56px !important;
    border-top-left-radius: 56px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-start-7-5 {
    border-bottom-left-radius: 60px !important;
    border-top-left-radius: 60px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-start-8 {
    border-bottom-left-radius: 64px !important;
    border-top-left-radius: 64px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-start-8-5 {
    border-bottom-left-radius: 68px !important;
    border-top-left-radius: 68px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-start-9 {
    border-bottom-left-radius: 72px !important;
    border-top-left-radius: 72px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-start-9-5 {
    border-bottom-left-radius: 76px !important;
    border-top-left-radius: 76px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-start-10 {
    border-bottom-left-radius: 80px !important;
    border-top-left-radius: 80px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important
  }
  [dir=rtl] .rtl\:lg\:rounded-start-full {
    border-bottom-left-radius: 100% !important;
    border-top-left-radius: 100% !important
  }
  [dir=rtl] .rtl\:lg\:rounded-start-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important
  }
  [dir=rtl] .rtl\:lg\:rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
  }
  [dir=rtl] .rtl\:g-row-start-lg-1 {
    grid-row-start: 1 !important
  }
  [dir=rtl] .rtl\:g-row-start-lg-2 {
    grid-row-start: 2 !important
  }
  [dir=rtl] .rtl\:g-row-start-lg-3 {
    grid-row-start: 3 !important
  }
  [dir=rtl] .rtl\:g-row-start-lg-4 {
    grid-row-start: 4 !important
  }
  [dir=rtl] .rtl\:g-row-start-lg-5 {
    grid-row-start: 5 !important
  }
  [dir=rtl] .rtl\:g-row-start-lg-6 {
    grid-row-start: 6 !important
  }
  [dir=rtl] .rtl\:g-row-start-lg-7 {
    grid-row-start: 7 !important
  }
  [dir=rtl] .rtl\:g-row-start-lg-8 {
    grid-row-start: 8 !important
  }
  [dir=rtl] .rtl\:g-row-start-lg-9 {
    grid-row-start: 9 !important
  }
  [dir=rtl] .rtl\:g-row-start-lg-10 {
    grid-row-start: 10 !important
  }
  [dir=rtl] .rtl\:g-row-start-lg-11 {
    grid-row-start: 11 !important
  }
  [dir=rtl] .rtl\:g-row-start-lg-12 {
    grid-row-start: 12 !important
  }
  [dir=rtl] .rtl\:g-row-start-lg-13 {
    grid-row-start: 13 !important
  }
  [dir=rtl] .rtl\:g-row-start-lg-auto {
    grid-row-start: auto !important
  }
  [dir=rtl] .rtl\:lg\:g-row-start-1 {
    grid-row-start: 1 !important
  }
  [dir=rtl] .rtl\:lg\:g-row-start-2 {
    grid-row-start: 2 !important
  }
  [dir=rtl] .rtl\:lg\:g-row-start-3 {
    grid-row-start: 3 !important
  }
  [dir=rtl] .rtl\:lg\:g-row-start-4 {
    grid-row-start: 4 !important
  }
  [dir=rtl] .rtl\:lg\:g-row-start-5 {
    grid-row-start: 5 !important
  }
  [dir=rtl] .rtl\:lg\:g-row-start-6 {
    grid-row-start: 6 !important
  }
  [dir=rtl] .rtl\:lg\:g-row-start-7 {
    grid-row-start: 7 !important
  }
  [dir=rtl] .rtl\:lg\:g-row-start-8 {
    grid-row-start: 8 !important
  }
  [dir=rtl] .rtl\:lg\:g-row-start-9 {
    grid-row-start: 9 !important
  }
  [dir=rtl] .rtl\:lg\:g-row-start-10 {
    grid-row-start: 10 !important
  }
  [dir=rtl] .rtl\:lg\:g-row-start-11 {
    grid-row-start: 11 !important
  }
  [dir=rtl] .rtl\:lg\:g-row-start-12 {
    grid-row-start: 12 !important
  }
  [dir=rtl] .rtl\:lg\:g-row-start-13 {
    grid-row-start: 13 !important
  }
  [dir=rtl] .rtl\:lg\:g-row-start-auto {
    grid-row-start: auto !important
  }
  [dir=rtl] .rtl\:g-row-end-lg-1 {
    grid-row-end: 1 !important
  }
  [dir=rtl] .rtl\:g-row-end-lg-2 {
    grid-row-end: 2 !important
  }
  [dir=rtl] .rtl\:g-row-end-lg-3 {
    grid-row-end: 3 !important
  }
  [dir=rtl] .rtl\:g-row-end-lg-4 {
    grid-row-end: 4 !important
  }
  [dir=rtl] .rtl\:g-row-end-lg-5 {
    grid-row-end: 5 !important
  }
  [dir=rtl] .rtl\:g-row-end-lg-6 {
    grid-row-end: 6 !important
  }
  [dir=rtl] .rtl\:g-row-end-lg-7 {
    grid-row-end: 7 !important
  }
  [dir=rtl] .rtl\:g-row-end-lg-8 {
    grid-row-end: 8 !important
  }
  [dir=rtl] .rtl\:g-row-end-lg-9 {
    grid-row-end: 9 !important
  }
  [dir=rtl] .rtl\:g-row-end-lg-10 {
    grid-row-end: 10 !important
  }
  [dir=rtl] .rtl\:g-row-end-lg-11 {
    grid-row-end: 11 !important
  }
  [dir=rtl] .rtl\:g-row-end-lg-12 {
    grid-row-end: 12 !important
  }
  [dir=rtl] .rtl\:g-row-end-lg-13 {
    grid-row-end: 13 !important
  }
  [dir=rtl] .rtl\:g-row-end-lg-auto {
    grid-row-end: auto !important
  }
  [dir=rtl] .rtl\:lg\:g-row-end-1 {
    grid-row-end: 1 !important
  }
  [dir=rtl] .rtl\:lg\:g-row-end-2 {
    grid-row-end: 2 !important
  }
  [dir=rtl] .rtl\:lg\:g-row-end-3 {
    grid-row-end: 3 !important
  }
  [dir=rtl] .rtl\:lg\:g-row-end-4 {
    grid-row-end: 4 !important
  }
  [dir=rtl] .rtl\:lg\:g-row-end-5 {
    grid-row-end: 5 !important
  }
  [dir=rtl] .rtl\:lg\:g-row-end-6 {
    grid-row-end: 6 !important
  }
  [dir=rtl] .rtl\:lg\:g-row-end-7 {
    grid-row-end: 7 !important
  }
  [dir=rtl] .rtl\:lg\:g-row-end-8 {
    grid-row-end: 8 !important
  }
  [dir=rtl] .rtl\:lg\:g-row-end-9 {
    grid-row-end: 9 !important
  }
  [dir=rtl] .rtl\:lg\:g-row-end-10 {
    grid-row-end: 10 !important
  }
  [dir=rtl] .rtl\:lg\:g-row-end-11 {
    grid-row-end: 11 !important
  }
  [dir=rtl] .rtl\:lg\:g-row-end-12 {
    grid-row-end: 12 !important
  }
  [dir=rtl] .rtl\:lg\:g-row-end-13 {
    grid-row-end: 13 !important
  }
  [dir=rtl] .rtl\:lg\:g-row-end-auto {
    grid-row-end: auto !important
  }
  [dir=rtl] .rtl\:g-col-start-lg-1 {
    grid-column-start: 1 !important
  }
  [dir=rtl] .rtl\:g-col-start-lg-2 {
    grid-column-start: 2 !important
  }
  [dir=rtl] .rtl\:g-col-start-lg-3 {
    grid-column-start: 3 !important
  }
  [dir=rtl] .rtl\:g-col-start-lg-4 {
    grid-column-start: 4 !important
  }
  [dir=rtl] .rtl\:g-col-start-lg-5 {
    grid-column-start: 5 !important
  }
  [dir=rtl] .rtl\:g-col-start-lg-6 {
    grid-column-start: 6 !important
  }
  [dir=rtl] .rtl\:g-col-start-lg-7 {
    grid-column-start: 7 !important
  }
  [dir=rtl] .rtl\:g-col-start-lg-8 {
    grid-column-start: 8 !important
  }
  [dir=rtl] .rtl\:g-col-start-lg-9 {
    grid-column-start: 9 !important
  }
  [dir=rtl] .rtl\:g-col-start-lg-10 {
    grid-column-start: 10 !important
  }
  [dir=rtl] .rtl\:g-col-start-lg-11 {
    grid-column-start: 11 !important
  }
  [dir=rtl] .rtl\:g-col-start-lg-12 {
    grid-column-start: 12 !important
  }
  [dir=rtl] .rtl\:g-col-start-lg-13 {
    grid-column-start: 13 !important
  }
  [dir=rtl] .rtl\:g-col-start-lg-auto {
    grid-column-start: auto !important
  }
  [dir=rtl] .rtl\:lg\:g-col-start-1 {
    grid-column-start: 1 !important
  }
  [dir=rtl] .rtl\:lg\:g-col-start-2 {
    grid-column-start: 2 !important
  }
  [dir=rtl] .rtl\:lg\:g-col-start-3 {
    grid-column-start: 3 !important
  }
  [dir=rtl] .rtl\:lg\:g-col-start-4 {
    grid-column-start: 4 !important
  }
  [dir=rtl] .rtl\:lg\:g-col-start-5 {
    grid-column-start: 5 !important
  }
  [dir=rtl] .rtl\:lg\:g-col-start-6 {
    grid-column-start: 6 !important
  }
  [dir=rtl] .rtl\:lg\:g-col-start-7 {
    grid-column-start: 7 !important
  }
  [dir=rtl] .rtl\:lg\:g-col-start-8 {
    grid-column-start: 8 !important
  }
  [dir=rtl] .rtl\:lg\:g-col-start-9 {
    grid-column-start: 9 !important
  }
  [dir=rtl] .rtl\:lg\:g-col-start-10 {
    grid-column-start: 10 !important
  }
  [dir=rtl] .rtl\:lg\:g-col-start-11 {
    grid-column-start: 11 !important
  }
  [dir=rtl] .rtl\:lg\:g-col-start-12 {
    grid-column-start: 12 !important
  }
  [dir=rtl] .rtl\:lg\:g-col-start-13 {
    grid-column-start: 13 !important
  }
  [dir=rtl] .rtl\:lg\:g-col-start-auto {
    grid-column-start: auto !important
  }
  [dir=rtl] .rtl\:g-col-end-lg-1 {
    grid-column-end: 1 !important
  }
  [dir=rtl] .rtl\:g-col-end-lg-2 {
    grid-column-end: 2 !important
  }
  [dir=rtl] .rtl\:g-col-end-lg-3 {
    grid-column-end: 3 !important
  }
  [dir=rtl] .rtl\:g-col-end-lg-4 {
    grid-column-end: 4 !important
  }
  [dir=rtl] .rtl\:g-col-end-lg-5 {
    grid-column-end: 5 !important
  }
  [dir=rtl] .rtl\:g-col-end-lg-6 {
    grid-column-end: 6 !important
  }
  [dir=rtl] .rtl\:g-col-end-lg-7 {
    grid-column-end: 7 !important
  }
  [dir=rtl] .rtl\:g-col-end-lg-8 {
    grid-column-end: 8 !important
  }
  [dir=rtl] .rtl\:g-col-end-lg-9 {

    grid-column-end: 9 !important
  }
  [dir=rtl] .rtl\:g-col-end-lg-10 {
    grid-column-end: 10 !important
  }
  [dir=rtl] .rtl\:g-col-end-lg-11 {
    grid-column-end: 11 !important
  }
  [dir=rtl] .rtl\:g-col-end-lg-12 {
    grid-column-end: 12 !important
  }
  [dir=rtl] .rtl\:g-col-end-lg-13 {
    grid-column-end: 13 !important
  }
  [dir=rtl] .rtl\:g-col-end-lg-auto {
    grid-column-end: auto !important
  }
  [dir=rtl] .rtl\:lg\:g-col-end-1 {
    grid-column-end: 1 !important
  }
  [dir=rtl] .rtl\:lg\:g-col-end-2 {
    grid-column-end: 2 !important
  }
  [dir=rtl] .rtl\:lg\:g-col-end-3 {
    grid-column-end: 3 !important
  }
  [dir=rtl] .rtl\:lg\:g-col-end-4 {
    grid-column-end: 4 !important
  }
  [dir=rtl] .rtl\:lg\:g-col-end-5 {
    grid-column-end: 5 !important
  }
  [dir=rtl] .rtl\:lg\:g-col-end-6 {
    grid-column-end: 6 !important
  }
  [dir=rtl] .rtl\:lg\:g-col-end-7 {
    grid-column-end: 7 !important
  }
  [dir=rtl] .rtl\:lg\:g-col-end-8 {
    grid-column-end: 8 !important
  }
  [dir=rtl] .rtl\:lg\:g-col-end-9 {
    grid-column-end: 9 !important
  }
  [dir=rtl] .rtl\:lg\:g-col-end-10 {
    grid-column-end: 10 !important
  }
  [dir=rtl] .rtl\:lg\:g-col-end-11 {
    grid-column-end: 11 !important
  }
  [dir=rtl] .rtl\:lg\:g-col-end-12 {
    grid-column-end: 12 !important
  }
  [dir=rtl] .rtl\:lg\:g-col-end-13 {
    grid-column-end: 13 !important
  }
  [dir=rtl] .rtl\:lg\:g-col-end-auto {
    grid-column-end: auto !important
  }
  .lg\:min-w-0 {
    min-width: 0 !important
  }
  .lg\:min-h-56px {
    min-height: 56px !important
  }
  .lg\:min-h-100px {
    min-height: 100px !important
  }
  .icon-lg-narrow {
    width: 16px !important;
    height: 16px !important;
    font-size: 16px !important
  }
  .icon-lg-1 {
    width: 20px !important;
    height: 20px !important;
    font-size: 20px !important
  }
  .icon-lg-2 {
    width: 24px !important;
    height: 24px !important;
    font-size: 24px !important
  }
  .icon-lg-3 {
    width: 32px !important;
    height: 32px !important;
    font-size: 32px !important
  }
  .icon-lg-4 {
    width: 48px !important;
    height: 48px !important;
    font-size: 48px !important
  }
  .icon-lg-5 {
    width: 64px !important;
    height: 64px !important;
    font-size: 64px !important
  }
  .icon-lg-6 {
    width: 80px !important;
    height: 80px !important;
    font-size: 80px !important
  }
  [dir=rtl] .rtl\:mask-start-lg {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-start-lg-1 {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-start-lg-2 {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-start-lg-3 {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-start-lg-4 {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-start-lg-0 {
    mask-image: none !important
  }
  [dir=rtl] .rtl\:lg\:mask-start {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:lg\:mask-start-1 {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:lg\:mask-start-2 {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:lg\:mask-start-3 {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:lg\:mask-start-4 {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:lg\:mask-start-0 {
    mask-image: none !important
  }
  [dir=rtl] .rtl\:mask-end-lg {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-end-lg-1 {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-end-lg-2 {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-end-lg-3 {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-end-lg-4 {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-end-lg-0 {
    mask-image: none !important
  }
  [dir=rtl] .rtl\:lg\:mask-end {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:lg\:mask-end-1 {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:lg\:mask-end-2 {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:lg\:mask-end-3 {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:lg\:mask-end-4 {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:lg\:mask-end-0 {
    mask-image: none !important
  }
  [dir=rtl] .rtl\:rotate-lg-0 {
    transform: rotate(0deg) !important
  }
  [dir=rtl] .rtl\:rotate-lg-1 {
    transform: rotate(1deg) !important
  }
  [dir=rtl] .rtl\:rotate-lg-2 {
    transform: rotate(2deg) !important
  }
  [dir=rtl] .rtl\:rotate-lg-3 {
    transform: rotate(3deg) !important
  }
  [dir=rtl] .rtl\:rotate-lg-6 {
    transform: rotate(6deg) !important
  }
  [dir=rtl] .rtl\:rotate-lg-12 {
    transform: rotate(12deg) !important
  }
  [dir=rtl] .rtl\:rotate-lg-45 {
    transform: rotate(45deg) !important
  }
  [dir=rtl] .rtl\:rotate-lg-90 {
    transform: rotate(90deg) !important
  }
  [dir=rtl] .rtl\:rotate-lg-180 {
    transform: rotate(180deg) !important
  }
  [dir=rtl] .rtl\:lg\:rotate-0 {
    transform: rotate(0deg) !important
  }
  [dir=rtl] .rtl\:lg\:rotate-1 {
    transform: rotate(1deg) !important
  }
  [dir=rtl] .rtl\:lg\:rotate-2 {
    transform: rotate(2deg) !important
  }
  [dir=rtl] .rtl\:lg\:rotate-3 {
    transform: rotate(3deg) !important
  }
  [dir=rtl] .rtl\:lg\:rotate-6 {
    transform: rotate(6deg) !important
  }
  [dir=rtl] .rtl\:lg\:rotate-12 {
    transform: rotate(12deg) !important
  }
  [dir=rtl] .rtl\:lg\:rotate-45 {
    transform: rotate(45deg) !important
  }
  [dir=rtl] .rtl\:lg\:rotate-90 {
    transform: rotate(90deg) !important
  }
  [dir=rtl] .rtl\:lg\:rotate-180 {
    transform: rotate(180deg) !important
  }
  [dir=rtl] .rtl\:-rotate-lg-1 {
    transform: rotate(-1deg) !important
  }
  [dir=rtl] .rtl\:-rotate-lg-2 {
    transform: rotate(-2deg) !important
  }
  [dir=rtl] .rtl\:-rotate-lg-3 {
    transform: rotate(-3deg) !important
  }
  [dir=rtl] .rtl\:-rotate-lg-6 {
    transform: rotate(-6deg) !important
  }
  [dir=rtl] .rtl\:-rotate-lg-12 {
    transform: rotate(-12deg) !important
  }
  [dir=rtl] .rtl\:-rotate-lg-45 {
    transform: rotate(-45deg) !important
  }
  [dir=rtl] .rtl\:-rotate-lg-90 {

    transform: rotate(-90deg) !important
  }
  [dir=rtl] .rtl\:-rotate-lg-180 {
    transform: rotate(-180deg) !important
  }
  [dir=rtl] .rtl\:lg\:-rotate-1 {
    transform: rotate(-1deg) !important
  }
  [dir=rtl] .rtl\:lg\:-rotate-2 {
    transform: rotate(-2deg) !important
  }
  [dir=rtl] .rtl\:lg\:-rotate-3 {
    transform: rotate(-3deg) !important
  }
  [dir=rtl] .rtl\:lg\:-rotate-6 {
    transform: rotate(-6deg) !important
  }
  [dir=rtl] .rtl\:lg\:-rotate-12 {
    transform: rotate(-12deg) !important
  }
  [dir=rtl] .rtl\:lg\:-rotate-45 {
    transform: rotate(-45deg) !important
  }
  [dir=rtl] .rtl\:lg\:-rotate-90 {
    transform: rotate(-90deg) !important
  }
  [dir=rtl] .rtl\:lg\:-rotate-180 {
    transform: rotate(-180deg) !important
  }
  [dir=rtl] .rtl\:origin-lg-center {
    transform-origin: center !important
  }
  [dir=rtl] .rtl\:origin-lg-top {
    transform-origin: top !important
  }
  [dir=rtl] .rtl\:origin-lg-top-right {
    transform-origin: top right !important
  }
  [dir=rtl] .rtl\:origin-lg-top-left {
    transform-origin: top left !important
  }
  [dir=rtl] .rtl\:origin-lg-left {
    transform-origin: left !important
  }
  [dir=rtl] .rtl\:origin-lg-right {
    transform-origin: right !important
  }
  [dir=rtl] .rtl\:origin-lg-bottom-right {
    transform-origin: bottom right !important
  }
  [dir=rtl] .rtl\:origin-lg-bottom {
    transform-origin: bottom !important
  }
  [dir=rtl] .rtl\:origin-lg-bottom-left {
    transform-origin: bottom left !important
  }
  [dir=rtl] .rtl\:lg\:origin-center {
    transform-origin: center !important
  }
  [dir=rtl] .rtl\:lg\:origin-top {
    transform-origin: top !important
  }
  [dir=rtl] .rtl\:lg\:origin-top-right {
    transform-origin: top right !important
  }
  [dir=rtl] .rtl\:lg\:origin-top-left {
    transform-origin: top left !important
  }
  [dir=rtl] .rtl\:lg\:origin-left {
    transform-origin: left !important
  }
  [dir=rtl] .rtl\:lg\:origin-right {
    transform-origin: right !important
  }
  [dir=rtl] .rtl\:lg\:origin-bottom-right {
    transform-origin: bottom right !important
  }
  [dir=rtl] .rtl\:lg\:origin-bottom {
    transform-origin: bottom !important
  }
  [dir=rtl] .rtl\:lg\:origin-bottom-left {
    transform-origin: bottom left !important
  }
  [dir=rtl] .rtl\:rounded-top-start-lg {
    border-top-left-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-default {
    border-top-left-radius: 8px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-0-5 {
    border-top-left-radius: 2px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-1 {
    border-top-left-radius: 4px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-1-5 {
    border-top-left-radius: 12px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-2 {
    border-top-left-radius: 16px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-2-5 {
    border-top-left-radius: 20px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-3 {
    border-top-left-radius: 24px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-3-5 {
    border-top-left-radius: 28px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-4 {
    border-top-left-radius: 32px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-4-5 {
    border-top-left-radius: 36px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-5 {
    border-top-left-radius: 40px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-5-5 {
    border-top-left-radius: 44px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-6 {
    border-top-left-radius: 48px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-6-5 {
    border-top-left-radius: 52px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-7 {
    border-top-left-radius: 56px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-7-5 {
    border-top-left-radius: 60px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-8 {
    border-top-left-radius: 64px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-8-5 {
    border-top-left-radius: 68px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-9 {
    border-top-left-radius: 72px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-9-5 {
    border-top-left-radius: 76px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-10 {
    border-top-left-radius: 80px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-circle {
    border-top-left-radius: 50% !important
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-full {
    border-top-left-radius: 100% !important
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-pill {
    border-top-left-radius: 50rem !important
  }
  [dir=rtl] .rtl\:rounded-top-start-lg-0 {
    border-top-left-radius: 0 !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start {
    border-top-left-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-default {
    border-top-left-radius: 8px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-0-5 {
    border-top-left-radius: 2px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-1 {
    border-top-left-radius: 4px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-1-5 {
    border-top-left-radius: 12px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-2 {
    border-top-left-radius: 16px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-2-5 {
    border-top-left-radius: 20px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-3 {
    border-top-left-radius: 24px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-3-5 {
    border-top-left-radius: 28px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-4 {
    border-top-left-radius: 32px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-4-5 {
    border-top-left-radius: 36px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-5 {
    border-top-left-radius: 40px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-5-5 {
    border-top-left-radius: 44px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-6 {
    border-top-left-radius: 48px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-6-5 {
    border-top-left-radius: 52px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-7 {
    border-top-left-radius: 56px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-7-5 {
    border-top-left-radius: 60px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-8 {
    border-top-left-radius: 64px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-8-5 {
    border-top-left-radius: 68px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-9 {
    border-top-left-radius: 72px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-9-5 {
    border-top-left-radius: 76px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-10 {
    border-top-left-radius: 80px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-circle {
    border-top-left-radius: 50% !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-full {
    border-top-left-radius: 100% !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-pill {
    border-top-left-radius: 50rem !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-start-0 {
    border-top-left-radius: 0 !important
  }
  [dir=rtl] .rtl\:rounded-top-end-lg {
    border-top-right-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-default {
    border-top-right-radius: 8px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-0-5 {
    border-top-right-radius: 2px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-1 {
    border-top-right-radius: 4px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-1-5 {
    border-top-right-radius: 12px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-2 {
    border-top-right-radius: 16px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-2-5 {
    border-top-right-radius: 20px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-3 {
    border-top-right-radius: 24px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-3-5 {
    border-top-right-radius: 28px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-4 {
    border-top-right-radius: 32px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-4-5 {
    border-top-right-radius: 36px !important
  }

  [dir=rtl] .rtl\:rounded-top-end-lg-5 {
    border-top-right-radius: 40px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-5-5 {
    border-top-right-radius: 44px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-6 {
    border-top-right-radius: 48px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-6-5 {
    border-top-right-radius: 52px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-7 {
    border-top-right-radius: 56px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-7-5 {
    border-top-right-radius: 60px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-8 {
    border-top-right-radius: 64px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-8-5 {
    border-top-right-radius: 68px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-9 {
    border-top-right-radius: 72px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-9-5 {
    border-top-right-radius: 76px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-10 {
    border-top-right-radius: 80px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-circle {
    border-top-right-radius: 50% !important
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-full {
    border-top-right-radius: 100% !important
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-pill {
    border-top-right-radius: 50rem !important
  }
  [dir=rtl] .rtl\:rounded-top-end-lg-0 {
    border-top-right-radius: 0 !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end {
    border-top-right-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-default {
    border-top-right-radius: 8px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-0-5 {
    border-top-right-radius: 2px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-1 {
    border-top-right-radius: 4px !important

  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-1-5 {
    border-top-right-radius: 12px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-2 {
    border-top-right-radius: 16px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-2-5 {
    border-top-right-radius: 20px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-3 {
    border-top-right-radius: 24px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-3-5 {
    border-top-right-radius: 28px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-4 {
    border-top-right-radius: 32px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-4-5 {
    border-top-right-radius: 36px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-5 {
    border-top-right-radius: 40px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-5-5 {
    border-top-right-radius: 44px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-6 {
    border-top-right-radius: 48px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-6-5 {
    border-top-right-radius: 52px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-7 {
    border-top-right-radius: 56px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-7-5 {
    border-top-right-radius: 60px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-8 {
    border-top-right-radius: 64px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-8-5 {
    border-top-right-radius: 68px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-9 {
    border-top-right-radius: 72px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-9-5 {
    border-top-right-radius: 76px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-10 {
    border-top-right-radius: 80px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-circle {
    border-top-right-radius: 50% !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-full {
    border-top-right-radius: 100% !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-pill {
    border-top-right-radius: 50rem !important
  }
  [dir=rtl] .rtl\:lg\:rounded-top-end-0 {
    border-top-right-radius: 0 !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg {
    border-bottom-left-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-default {
    border-bottom-left-radius: 8px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-0-5 {
    border-bottom-left-radius: 2px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-1 {
    border-bottom-left-radius: 4px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-1-5 {
    border-bottom-left-radius: 12px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-2 {
    border-bottom-left-radius: 16px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-2-5 {
    border-bottom-left-radius: 20px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-3 {
    border-bottom-left-radius: 24px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-3-5 {
    border-bottom-left-radius: 28px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-4 {
    border-bottom-left-radius: 32px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-4-5 {
    border-bottom-left-radius: 36px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-5 {
    border-bottom-left-radius: 40px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-5-5 {
    border-bottom-left-radius: 44px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-6 {
    border-bottom-left-radius: 48px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-6-5 {
    border-bottom-left-radius: 52px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-7 {
    border-bottom-left-radius: 56px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-7-5 {
    border-bottom-left-radius: 60px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-8 {
    border-bottom-left-radius: 64px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-8-5 {
    border-bottom-left-radius: 68px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-9 {
    border-bottom-left-radius: 72px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-9-5 {
    border-bottom-left-radius: 76px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-10 {
    border-bottom-left-radius: 80px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-circle {
    border-bottom-left-radius: 50% !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-full {
    border-bottom-left-radius: 100% !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-pill {
    border-bottom-left-radius: 50rem !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-lg-0 {
    border-bottom-left-radius: 0 !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start {
    border-bottom-left-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-default {
    border-bottom-left-radius: 8px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-0-5 {
    border-bottom-left-radius: 2px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-1 {
    border-bottom-left-radius: 4px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-1-5 {
    border-bottom-left-radius: 12px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-2 {
    border-bottom-left-radius: 16px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-2-5 {
    border-bottom-left-radius: 20px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-3 {
    border-bottom-left-radius: 24px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-3-5 {
    border-bottom-left-radius: 28px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-4 {
    border-bottom-left-radius: 32px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-4-5 {
    border-bottom-left-radius: 36px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-5 {
    border-bottom-left-radius: 40px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-5-5 {
    border-bottom-left-radius: 44px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-6 {
    border-bottom-left-radius: 48px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-6-5 {
    border-bottom-left-radius: 52px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-7 {
    border-bottom-left-radius: 56px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-7-5 {
    border-bottom-left-radius: 60px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-8 {
    border-bottom-left-radius: 64px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-8-5 {
    border-bottom-left-radius: 68px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-9 {
    border-bottom-left-radius: 72px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-9-5 {
    border-bottom-left-radius: 76px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-10 {
    border-bottom-left-radius: 80px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-circle {
    border-bottom-left-radius: 50% !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-full {
    border-bottom-left-radius: 100% !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-pill {
    border-bottom-left-radius: 50rem !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-start-0 {
    border-bottom-left-radius: 0 !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg {
    border-bottom-right-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-default {
    border-bottom-right-radius: 8px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-0-5 {
    border-bottom-right-radius: 2px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-1 {
    border-bottom-right-radius: 4px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-1-5 {
    border-bottom-right-radius: 12px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-2 {
    border-bottom-right-radius: 16px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-2-5 {
    border-bottom-right-radius: 20px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-3 {
    border-bottom-right-radius: 24px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-3-5 {
    border-bottom-right-radius: 28px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-4 {
    border-bottom-right-radius: 32px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-4-5 {
    border-bottom-right-radius: 36px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-5 {
    border-bottom-right-radius: 40px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-5-5 {
    border-bottom-right-radius: 44px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-6 {
    border-bottom-right-radius: 48px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-6-5 {
    border-bottom-right-radius: 52px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-7 {
    border-bottom-right-radius: 56px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-7-5 {

    border-bottom-right-radius: 60px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-8 {
    border-bottom-right-radius: 64px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-8-5 {
    border-bottom-right-radius: 68px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-9 {
    border-bottom-right-radius: 72px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-9-5 {
    border-bottom-right-radius: 76px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-10 {
    border-bottom-right-radius: 80px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-circle {
    border-bottom-right-radius: 50% !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-full {
    border-bottom-right-radius: 100% !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-pill {
    border-bottom-right-radius: 50rem !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-lg-0 {
    border-bottom-right-radius: 0 !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end {
    border-bottom-right-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-default {
    border-bottom-right-radius: 8px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-0-5 {
    border-bottom-right-radius: 2px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-1 {
    border-bottom-right-radius: 4px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-1-5 {
    border-bottom-right-radius: 12px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-2 {
    border-bottom-right-radius: 16px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-2-5 {
    border-bottom-right-radius: 20px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-3 {
    border-bottom-right-radius: 24px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-3-5 {
    border-bottom-right-radius: 28px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-4 {
    border-bottom-right-radius: 32px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-4-5 {
    border-bottom-right-radius: 36px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-5 {
    border-bottom-right-radius: 40px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-5-5 {
    border-bottom-right-radius: 44px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-6 {
    border-bottom-right-radius: 48px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-6-5 {
    border-bottom-right-radius: 52px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-7 {
    border-bottom-right-radius: 56px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-7-5 {
    border-bottom-right-radius: 60px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-8 {
    border-bottom-right-radius: 64px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-8-5 {
    border-bottom-right-radius: 68px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-9 {
    border-bottom-right-radius: 72px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-9-5 {
    border-bottom-right-radius: 76px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-10 {
    border-bottom-right-radius: 80px !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-circle {
    border-bottom-right-radius: 50% !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-full {
    border-bottom-right-radius: 100% !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-pill {
    border-bottom-right-radius: 50rem !important
  }
  [dir=rtl] .rtl\:lg\:rounded-bottom-end-0 {
    border-bottom-right-radius: 0 !important
  }
}
@media (min-width: 1200px) {
  [dir=rtl] .rtl\:d-xl-inline {
    display: inline !important
  }
  [dir=rtl] .rtl\:d-xl-inline-block {
    display: inline-block !important
  }
  .d-xl-block {
    display: block !important
  }
  [dir=rtl] .rtl\:d-xl-block {
    display: block !important
  }
  [dir=rtl] .rtl\:d-xl-grid {
    display: grid !important
  }
  [dir=rtl] .rtl\:d-xl-table {
    display: table !important
  }
  [dir=rtl] .rtl\:d-xl-table-row {
    display: table-row !important
  }
  [dir=rtl] .rtl\:d-xl-table-cell {
    display: table-cell !important
  }
  [dir=rtl] .rtl\:d-xl-flex {
    display: flex !important
  }
  [dir=rtl] .rtl\:d-xl-inline-flex {
    display: inline-flex !important
  }
  .d-xl-none {
    display: none !important
  }
  [dir=rtl] .rtl\:d-xl-none {
    display: none !important
  }
  [dir=rtl] .rtl\:xl\:d-inline {
    display: inline !important
  }
  [dir=rtl] .rtl\:xl\:d-inline-block {
    display: inline-block !important
  }
  [dir=rtl] .rtl\:xl\:d-block {
    display: block !important
  }
  [dir=rtl] .rtl\:xl\:d-grid {
    display: grid !important
  }
  [dir=rtl] .rtl\:xl\:d-table {
    display: table !important
  }
  [dir=rtl] .rtl\:xl\:d-table-row {
    display: table-row !important
  }
  [dir=rtl] .rtl\:xl\:d-table-cell {
    display: table-cell !important
  }
  [dir=rtl] .rtl\:xl\:d-flex {
    display: flex !important
  }
  [dir=rtl] .rtl\:xl\:d-inline-flex {
    display: inline-flex !important
  }
  [dir=rtl] .rtl\:xl\:d-none {
    display: none !important
  }
  [dir=rtl] .rtl\:d-xl-inline {
    display: inline !important
  }
  [dir=rtl] .rtl\:d-xl-inline-block {
    display: inline-block !important
  }
  [dir=rtl] .rtl\:d-xl-block {
    display: block !important
  }
  [dir=rtl] .rtl\:d-xl-grid {
    display: grid !important
  }
  [dir=rtl] .rtl\:d-xl-table {
    display: table !important
  }
  [dir=rtl] .rtl\:d-xl-table-row {
    display: table-row !important
  }
  [dir=rtl] .rtl\:d-xl-table-cell {
    display: table-cell !important
  }
  [dir=rtl] .rtl\:d-xl-flex {
    display: flex !important
  }
  [dir=rtl] .rtl\:d-xl-inline-flex {
    display: inline-flex !important
  }
  [dir=rtl] .rtl\:d-xl-none {
    display: none !important
  }
  [dir=rtl] .rtl\:xl\:d-inline {
    display: inline !important
  }
  [dir=rtl] .rtl\:xl\:d-inline-block {
    display: inline-block !important
  }
  [dir=rtl] .rtl\:xl\:d-block {
    display: block !important
  }
  [dir=rtl] .rtl\:xl\:d-grid {
    display: grid !important
  }
  [dir=rtl] .rtl\:xl\:d-table {
    display: table !important
  }
  [dir=rtl] .rtl\:xl\:d-table-row {
    display: table-row !important
  }
  [dir=rtl] .rtl\:xl\:d-table-cell {
    display: table-cell !important
  }
  [dir=rtl] .rtl\:xl\:d-flex {
    display: flex !important
  }
  [dir=rtl] .rtl\:xl\:d-inline-flex {
    display: inline-flex !important
  }
  [dir=rtl] .rtl\:xl\:d-none {
    display: none !important
  }
  [dir=rtl] .rtl\:border-end-xl {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
  }
  [dir=rtl] .rtl\:border-end-xl-0 {
    border-right: 0 !important
  }
  [dir=rtl] .rtl\:xl\:border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
  }
  [dir=rtl] .rtl\:xl\:border-end-0 {
    border-right: 0 !important
  }
  [dir=rtl] .rtl\:border-start-xl {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
  }
  [dir=rtl] .rtl\:border-start-xl-0 {
    border-left: 0 !important
  }
  [dir=rtl] .rtl\:xl\:border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
  }
  [dir=rtl] .rtl\:xl\:border-start-0 {
    border-left: 0 !important
  }
  .xl\:max-w-md {
    max-width: 720px !important
  }
  [dir=rtl] .rtl\:order-xl-first {
    order: -1 !important
  }
  [dir=rtl] .rtl\:order-xl-0 {
    order: 0 !important
  }
  [dir=rtl] .rtl\:order-xl-1 {
    order: 1 !important
  }
  [dir=rtl] .rtl\:order-xl-2 {
    order: 2 !important
  }
  [dir=rtl] .rtl\:order-xl-3 {
    order: 3 !important
  }
  [dir=rtl] .rtl\:order-xl-4 {
    order: 4 !important
  }
  [dir=rtl] .rtl\:order-xl-5 {
    order: 5 !important
  }
  [dir=rtl] .rtl\:order-xl-last {
    order: 6 !important
  }
  [dir=rtl] .rtl\:xl\:order-first {
    order: -1 !important
  }
  [dir=rtl] .rtl\:xl\:order-0 {
    order: 0 !important
  }
  [dir=rtl] .rtl\:xl\:order-1 {
    order: 1 !important
  }
  [dir=rtl] .rtl\:xl\:order-2 {
    order: 2 !important
  }
  [dir=rtl] .rtl\:xl\:order-3 {
    order: 3 !important
  }
  [dir=rtl] .rtl\:xl\:order-4 {
    order: 4 !important
  }
  [dir=rtl] .rtl\:xl\:order-5 {
    order: 5 !important
  }
  [dir=rtl] .rtl\:xl\:order-last {
    order: 6 !important
  }
  .xl\:mt-9 {
    margin-top: 5rem !important
  }
  [dir=rtl] .rtl\:me-xl-0 {
    margin-right: 0 !important
  }
  [dir=rtl] .rtl\:me-xl-narrow {
    margin-right: 0.25rem !important
  }
  [dir=rtl] .rtl\:me-xl-1 {
    margin-right: 0.5rem !important
  }
  [dir=rtl] .rtl\:me-xl-2 {
    margin-right: 1rem !important
  }
  [dir=rtl] .rtl\:me-xl-3 {
    margin-right: 1.5rem !important
  }
  [dir=rtl] .rtl\:me-xl-4 {
    margin-right: 2rem !important
  }
  [dir=rtl] .rtl\:me-xl-5 {
    margin-right: 2.5rem !important
  }
  [dir=rtl] .rtl\:me-xl-6 {
    margin-right: 3rem !important
  }
  [dir=rtl] .rtl\:me-xl-7 {
    margin-right: 3.5rem !important
  }
  [dir=rtl] .rtl\:me-xl-8 {
    margin-right: 4rem !important
  }
  [dir=rtl] .rtl\:me-xl-9 {
    margin-right: 5rem !important
  }

  [dir=rtl] .rtl\:me-xl-10 {
    margin-right: 8rem !important
  }
  [dir=rtl] .rtl\:me-xl-auto {
    margin-right: auto !important
  }
  [dir=rtl] .rtl\:xl\:me-0 {
    margin-right: 0 !important
  }
  [dir=rtl] .rtl\:xl\:me-narrow {
    margin-right: 0.25rem !important
  }
  [dir=rtl] .rtl\:xl\:me-1 {
    margin-right: 0.5rem !important
  }
  [dir=rtl] .rtl\:xl\:me-2 {
    margin-right: 1rem !important
  }
  [dir=rtl] .rtl\:xl\:me-3 {
    margin-right: 1.5rem !important
  }
  [dir=rtl] .rtl\:xl\:me-4 {
    margin-right: 2rem !important
  }
  [dir=rtl] .rtl\:xl\:me-5 {
    margin-right: 2.5rem !important
  }
  [dir=rtl] .rtl\:xl\:me-6 {
    margin-right: 3rem !important
  }
  [dir=rtl] .rtl\:xl\:me-7 {
    margin-right: 3.5rem !important
  }
  [dir=rtl] .rtl\:xl\:me-8 {
    margin-right: 4rem !important
  }
  [dir=rtl] .rtl\:xl\:me-9 {
    margin-right: 5rem !important
  }
  [dir=rtl] .rtl\:xl\:me-10 {
    margin-right: 8rem !important
  }
  [dir=rtl] .rtl\:xl\:me-auto {
    margin-right: auto !important
  }
  .xl\:mb-6 {
    margin-bottom: 3rem !important
  }
  [dir=rtl] .rtl\:ms-xl-0 {
    margin-left: 0 !important
  }
  [dir=rtl] .rtl\:ms-xl-narrow {
    margin-left: 0.25rem !important
  }
  [dir=rtl] .rtl\:ms-xl-1 {
    margin-left: 0.5rem !important
  }
  [dir=rtl] .rtl\:ms-xl-2 {
    margin-left: 1rem !important
  }
  [dir=rtl] .rtl\:ms-xl-3 {
    margin-left: 1.5rem !important
  }
  [dir=rtl] .rtl\:ms-xl-4 {
    margin-left: 2rem !important
  }
  [dir=rtl] .rtl\:ms-xl-5 {
    margin-left: 2.5rem !important
  }
  [dir=rtl] .rtl\:ms-xl-6 {
    margin-left: 3rem !important
  }
  [dir=rtl] .rtl\:ms-xl-7 {
    margin-left: 3.5rem !important
  }
  [dir=rtl] .rtl\:ms-xl-8 {
    margin-left: 4rem !important
  }
  [dir=rtl] .rtl\:ms-xl-9 {
    margin-left: 5rem !important
  }
  [dir=rtl] .rtl\:ms-xl-10 {
    margin-left: 8rem !important
  }
  [dir=rtl] .rtl\:ms-xl-auto {
    margin-left: auto !important
  }
  [dir=rtl] .rtl\:xl\:ms-0 {
    margin-left: 0 !important
  }
  [dir=rtl] .rtl\:xl\:ms-narrow {
    margin-left: 0.25rem !important
  }
  [dir=rtl] .rtl\:xl\:ms-1 {
    margin-left: 0.5rem !important
  }
  [dir=rtl] .rtl\:xl\:ms-2 {
    margin-left: 1rem !important
  }
  [dir=rtl] .rtl\:xl\:ms-3 {
    margin-left: 1.5rem !important
  }
  [dir=rtl] .rtl\:xl\:ms-4 {
    margin-left: 2rem !important
  }
  [dir=rtl] .rtl\:xl\:ms-5 {
    margin-left: 2.5rem !important
  }
  [dir=rtl] .rtl\:xl\:ms-6 {
    margin-left: 3rem !important
  }
  [dir=rtl] .rtl\:xl\:ms-7 {
    margin-left: 3.5rem !important
  }
  [dir=rtl] .rtl\:xl\:ms-8 {
    margin-left: 4rem !important
  }
  [dir=rtl] .rtl\:xl\:ms-9 {
    margin-left: 5rem !important
  }
  [dir=rtl] .rtl\:xl\:ms-10 {
    margin-left: 8rem !important
  }
  [dir=rtl] .rtl\:xl\:ms-auto {
    margin-left: auto !important
  }
  [dir=rtl] .rtl\:me-xl-nnarrow {
    margin-right: -0.25rem !important
  }
  [dir=rtl] .rtl\:me-xl-n1 {
    margin-right: -0.5rem !important
  }
  [dir=rtl] .rtl\:me-xl-n2 {
    margin-right: -1rem !important
  }
  [dir=rtl] .rtl\:me-xl-n3 {
    margin-right: -1.5rem !important
  }
  [dir=rtl] .rtl\:me-xl-n4 {
    margin-right: -2rem !important
  }

  [dir=rtl] .rtl\:me-xl-n5 {
    margin-right: -2.5rem !important
  }
  [dir=rtl] .rtl\:me-xl-n6 {
    margin-right: -3rem !important
  }
  [dir=rtl] .rtl\:me-xl-n7 {
    margin-right: -3.5rem !important
  }
  [dir=rtl] .rtl\:me-xl-n8 {
    margin-right: -4rem !important
  }
  [dir=rtl] .rtl\:me-xl-n9 {
    margin-right: -5rem !important
  }
  [dir=rtl] .rtl\:me-xl-n10 {
    margin-right: -8rem !important
  }
  [dir=rtl] .rtl\:xl\:me-nnarrow {
    margin-right: -0.25rem !important
  }
  [dir=rtl] .rtl\:xl\:me-n1 {
    margin-right: -0.5rem !important
  }
  [dir=rtl] .rtl\:xl\:me-n2 {
    margin-right: -1rem !important
  }
  [dir=rtl] .rtl\:xl\:me-n3 {
    margin-right: -1.5rem !important
  }
  [dir=rtl] .rtl\:xl\:me-n4 {
    margin-right: -2rem !important
  }
  [dir=rtl] .rtl\:xl\:me-n5 {
    margin-right: -2.5rem !important
  }
  [dir=rtl] .rtl\:xl\:me-n6 {
    margin-right: -3rem !important
  }
  [dir=rtl] .rtl\:xl\:me-n7 {
    margin-right: -3.5rem !important
  }
  [dir=rtl] .rtl\:xl\:me-n8 {
    margin-right: -4rem !important
  }
  [dir=rtl] .rtl\:xl\:me-n9 {
    margin-right: -5rem !important
  }
  [dir=rtl] .rtl\:xl\:me-n10 {
    margin-right: -8rem !important
  }
  [dir=rtl] .rtl\:ms-xl-nnarrow {
    margin-left: -0.25rem !important
  }
  [dir=rtl] .rtl\:ms-xl-n1 {
    margin-left: -0.5rem !important
  }
  [dir=rtl] .rtl\:ms-xl-n2 {
    margin-left: -1rem !important
  }
  [dir=rtl] .rtl\:ms-xl-n3 {
    margin-left: -1.5rem !important
  }
  [dir=rtl] .rtl\:ms-xl-n4 {
    margin-left: -2rem !important
  }
  [dir=rtl] .rtl\:ms-xl-n5 {
    margin-left: -2.5rem !important
  }
  [dir=rtl] .rtl\:ms-xl-n6 {
    margin-left: -3rem !important
  }
  [dir=rtl] .rtl\:ms-xl-n7 {
    margin-left: -3.5rem !important
  }
  [dir=rtl] .rtl\:ms-xl-n8 {
    margin-left: -4rem !important
  }
  [dir=rtl] .rtl\:ms-xl-n9 {
    margin-left: -5rem !important
  }
  [dir=rtl] .rtl\:ms-xl-n10 {
    margin-left: -8rem !important
  }
  [dir=rtl] .rtl\:xl\:ms-nnarrow {
    margin-left: -0.25rem !important
  }
  [dir=rtl] .rtl\:xl\:ms-n1 {
    margin-left: -0.5rem !important
  }
  [dir=rtl] .rtl\:xl\:ms-n2 {
    margin-left: -1rem !important
  }
  [dir=rtl] .rtl\:xl\:ms-n3 {
    margin-left: -1.5rem !important
  }
  [dir=rtl] .rtl\:xl\:ms-n4 {
    margin-left: -2rem !important
  }
  [dir=rtl] .rtl\:xl\:ms-n5 {
    margin-left: -2.5rem !important
  }
  [dir=rtl] .rtl\:xl\:ms-n6 {
    margin-left: -3rem !important
  }
  [dir=rtl] .rtl\:xl\:ms-n7 {
    margin-left: -3.5rem !important
  }
  [dir=rtl] .rtl\:xl\:ms-n8 {
    margin-left: -4rem !important
  }
  [dir=rtl] .rtl\:xl\:ms-n9 {

    margin-left: -5rem !important
  }
  [dir=rtl] .rtl\:xl\:ms-n10 {
    margin-left: -8rem !important
  }
  .xl\:py-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
  }
  [dir=rtl] .rtl\:pe-xl-0 {
    padding-right: 0 !important
  }
  [dir=rtl] .rtl\:pe-xl-narrow {
    padding-right: 0.25rem !important
  }
  [dir=rtl] .rtl\:pe-xl-1 {
    padding-right: 0.5rem !important
  }
  [dir=rtl] .rtl\:pe-xl-2 {
    padding-right: 1rem !important
  }
  [dir=rtl] .rtl\:pe-xl-3 {
    padding-right: 1.5rem !important
  }
  [dir=rtl] .rtl\:pe-xl-4 {
    padding-right: 2rem !important

  }
  [dir=rtl] .rtl\:pe-xl-5 {
    padding-right: 2.5rem !important
  }
  [dir=rtl] .rtl\:pe-xl-6 {
    padding-right: 3rem !important
  }
  [dir=rtl] .rtl\:pe-xl-7 {
    padding-right: 3.5rem !important
  }
  [dir=rtl] .rtl\:pe-xl-8 {
    padding-right: 4rem !important
  }
  [dir=rtl] .rtl\:pe-xl-9 {
    padding-right: 5rem !important
  }
  [dir=rtl] .rtl\:pe-xl-10 {
    padding-right: 8rem !important
  }
  [dir=rtl] .rtl\:pe-xl-auto {
    padding-right: auto !important
  }
  [dir=rtl] .rtl\:xl\:pe-0 {
    padding-right: 0 !important
  }
  [dir=rtl] .rtl\:xl\:pe-narrow {
    padding-right: 0.25rem !important
  }
  [dir=rtl] .rtl\:xl\:pe-1 {
    padding-right: 0.5rem !important
  }
  [dir=rtl] .rtl\:xl\:pe-2 {
    padding-right: 1rem !important
  }
  [dir=rtl] .rtl\:xl\:pe-3 {
    padding-right: 1.5rem !important
  }
  [dir=rtl] .rtl\:xl\:pe-4 {
    padding-right: 2rem !important
  }
  [dir=rtl] .rtl\:xl\:pe-5 {
    padding-right: 2.5rem !important
  }
  [dir=rtl] .rtl\:xl\:pe-6 {
    padding-right: 3rem !important
  }
  [dir=rtl] .rtl\:xl\:pe-7 {
    padding-right: 3.5rem !important
  }
  [dir=rtl] .rtl\:xl\:pe-8 {
    padding-right: 4rem !important
  }
  [dir=rtl] .rtl\:xl\:pe-9 {
    padding-right: 5rem !important
  }
  [dir=rtl] .rtl\:xl\:pe-10 {
    padding-right: 8rem !important
  }
  [dir=rtl] .rtl\:xl\:pe-auto {
    padding-right: auto !important
  }
  [dir=rtl] .rtl\:ps-xl-0 {
    padding-left: 0 !important
  }
  [dir=rtl] .rtl\:ps-xl-narrow {
    padding-left: 0.25rem !important
  }
  [dir=rtl] .rtl\:ps-xl-1 {
    padding-left: 0.5rem !important
  }
  [dir=rtl] .rtl\:ps-xl-2 {
    padding-left: 1rem !important
  }
  [dir=rtl] .rtl\:ps-xl-3 {
    padding-left: 1.5rem !important
  }
  [dir=rtl] .rtl\:ps-xl-4 {
    padding-left: 2rem !important
  }
  [dir=rtl] .rtl\:ps-xl-5 {
    padding-left: 2.5rem !important
  }
  [dir=rtl] .rtl\:ps-xl-6 {
    padding-left: 3rem !important
  }
  [dir=rtl] .rtl\:ps-xl-7 {
    padding-left: 3.5rem !important
  }
  [dir=rtl] .rtl\:ps-xl-8 {
    padding-left: 4rem !important
  }
  [dir=rtl] .rtl\:ps-xl-9 {
    padding-left: 5rem !important
  }
  [dir=rtl] .rtl\:ps-xl-10 {
    padding-left: 8rem !important
  }
  [dir=rtl] .rtl\:ps-xl-auto {
    padding-left: auto !important
  }
  [dir=rtl] .rtl\:xl\:ps-0 {
    padding-left: 0 !important
  }
  [dir=rtl] .rtl\:xl\:ps-narrow {
    padding-left: 0.25rem !important
  }
  [dir=rtl] .rtl\:xl\:ps-1 {
    padding-left: 0.5rem !important
  }
  [dir=rtl] .rtl\:xl\:ps-2 {
    padding-left: 1rem !important
  }
  [dir=rtl] .rtl\:xl\:ps-3 {
    padding-left: 1.5rem !important
  }
  [dir=rtl] .rtl\:xl\:ps-4 {
    padding-left: 2rem !important
  }
  [dir=rtl] .rtl\:xl\:ps-5 {
    padding-left: 2.5rem !important
  }
  [dir=rtl] .rtl\:xl\:ps-6 {
    padding-left: 3rem !important
  }
  [dir=rtl] .rtl\:xl\:ps-7 {
    padding-left: 3.5rem !important
  }
  [dir=rtl] .rtl\:xl\:ps-8 {
    padding-left: 4rem !important
  }
  [dir=rtl] .rtl\:xl\:ps-9 {
    padding-left: 5rem !important
  }
  [dir=rtl] .rtl\:xl\:ps-10 {
    padding-left: 8rem !important
  }
  [dir=rtl] .rtl\:xl\:ps-auto {
    padding-left: auto !important
  }
  .xl\:gap-3 {
    gap: 1.5rem !important
  }
  .xl\:gap-4 {
    gap: 2rem !important
  }
  .xl\:gap-6 {
    gap: 3rem !important
  }
  .xl\:gap-8 {
    gap: 4rem !important
  }
  [dir=rtl] .rtl\:fs-xl-1 {
    font-size: 1.75rem !important
  }
  [dir=rtl] .rtl\:fs-xl-2 {
    font-size: 1.5rem !important
  }
  [dir=rtl] .rtl\:fs-xl-3 {
    font-size: 1.25rem !important
  }
  [dir=rtl] .rtl\:fs-xl-4 {
    font-size: 1.125rem !important
  }
  [dir=rtl] .rtl\:fs-xl-5 {
    font-size: 1rem !important
  }
  [dir=rtl] .rtl\:fs-xl-6 {
    font-size: 0.875rem !important
  }
  [dir=rtl] .rtl\:fs-xl-7 {
    font-size: 0.75rem !important
  }
  [dir=rtl] .rtl\:fs-xl-8 {
    font-size: 0.75rem !important
  }
  [dir=rtl] .rtl\:xl\:fs-1 {
    font-size: 1.75rem !important
  }
  [dir=rtl] .rtl\:xl\:fs-2 {
    font-size: 1.5rem !important
  }
  [dir=rtl] .rtl\:xl\:fs-3 {
    font-size: 1.25rem !important
  }
  [dir=rtl] .rtl\:xl\:fs-4 {
    font-size: 1.125rem !important
  }
  .xl\:fs-5 {
    font-size: 1rem !important
  }
  [dir=rtl] .rtl\:xl\:fs-5 {
    font-size: 1rem !important
  }
  .xl\:fs-6 {
    font-size: 0.875rem !important
  }
  [dir=rtl] .rtl\:xl\:fs-6 {
    font-size: 0.875rem !important
  }
  [dir=rtl] .rtl\:xl\:fs-7 {
    font-size: 0.75rem !important
  }
  [dir=rtl] .rtl\:xl\:fs-8 {
    font-size: 0.75rem !important
  }
  [dir=rtl] .rtl\:text-xl-start {
    text-align: left !important
  }
  [dir=rtl] .rtl\:text-xl-end {
    text-align: right !important
  }
  [dir=rtl] .rtl\:text-xl-center {
    text-align: center !important
  }
  [dir=rtl] .rtl\:xl\:text-start {
    text-align: left !important
  }
  [dir=rtl] .rtl\:xl\:text-end {
    text-align: right !important
  }
  [dir=rtl] .rtl\:xl\:text-center {
    text-align: center !important
  }
  .rounded-xl {
    border-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:rounded-end-xl {
    border-top-right-radius: var(--radius) !important;
    border-bottom-right-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:rounded-end-xl-default {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important
  }
  [dir=rtl] .rtl\:rounded-end-xl-0-5 {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important
  }
  [dir=rtl] .rtl\:rounded-end-xl-1 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important
  }
  [dir=rtl] .rtl\:rounded-end-xl-1-5 {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important
  }
  [dir=rtl] .rtl\:rounded-end-xl-2 {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important
  }
  [dir=rtl] .rtl\:rounded-end-xl-2-5 {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important
  }
  [dir=rtl] .rtl\:rounded-end-xl-3 {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important
  }
  [dir=rtl] .rtl\:rounded-end-xl-3-5 {
    border-top-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important
  }
  [dir=rtl] .rtl\:rounded-end-xl-4 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important
  }
  [dir=rtl] .rtl\:rounded-end-xl-4-5 {
    border-top-right-radius: 36px !important;
    border-bottom-right-radius: 36px !important
  }
  [dir=rtl] .rtl\:rounded-end-xl-5 {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important
  }
  [dir=rtl] .rtl\:rounded-end-xl-5-5 {
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important
  }
  [dir=rtl] .rtl\:rounded-end-xl-6 {
    border-top-right-radius: 48px !important;
    border-bottom-right-radius: 48px !important
  }
  [dir=rtl] .rtl\:rounded-end-xl-6-5 {
    border-top-right-radius: 52px !important;
    border-bottom-right-radius: 52px !important
  }
  [dir=rtl] .rtl\:rounded-end-xl-7 {
    border-top-right-radius: 56px !important;
    border-bottom-right-radius: 56px !important
  }
  [dir=rtl] .rtl\:rounded-end-xl-7-5 {
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 60px !important
  }
  [dir=rtl] .rtl\:rounded-end-xl-8 {
    border-top-right-radius: 64px !important;
    border-bottom-right-radius: 64px !important
  }
  [dir=rtl] .rtl\:rounded-end-xl-8-5 {
    border-top-right-radius: 68px !important;
    border-bottom-right-radius: 68px !important
  }
  [dir=rtl] .rtl\:rounded-end-xl-9 {
    border-top-right-radius: 72px !important;
    border-bottom-right-radius: 72px !important
  }
  [dir=rtl] .rtl\:rounded-end-xl-9-5 {
    border-top-right-radius: 76px !important;
    border-bottom-right-radius: 76px !important
  }
  [dir=rtl] .rtl\:rounded-end-xl-10 {
    border-top-right-radius: 80px !important;
    border-bottom-right-radius: 80px !important
  }
  [dir=rtl] .rtl\:rounded-end-xl-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important
  }
  [dir=rtl] .rtl\:rounded-end-xl-full {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important
  }
  [dir=rtl] .rtl\:rounded-end-xl-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important
  }
  [dir=rtl] .rtl\:rounded-end-xl-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
  }
  [dir=rtl] .rtl\:xl\:rounded-end {
    border-top-right-radius: var(--radius) !important;
    border-bottom-right-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:xl\:rounded-end-default {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-end-0-5 {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-end-1 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-end-1-5 {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-end-2 {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-end-2-5 {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-end-3 {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-end-3-5 {
    border-top-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-end-4 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-end-4-5 {
    border-top-right-radius: 36px !important;
    border-bottom-right-radius: 36px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-end-5 {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-end-5-5 {
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-end-6 {
    border-top-right-radius: 48px !important;
    border-bottom-right-radius: 48px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-end-6-5 {
    border-top-right-radius: 52px !important;
    border-bottom-right-radius: 52px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-end-7 {
    border-top-right-radius: 56px !important;
    border-bottom-right-radius: 56px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-end-7-5 {
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 60px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-end-8 {
    border-top-right-radius: 64px !important;
    border-bottom-right-radius: 64px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-end-8-5 {
    border-top-right-radius: 68px !important;
    border-bottom-right-radius: 68px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-end-9 {
    border-top-right-radius: 72px !important;
    border-bottom-right-radius: 72px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-end-9-5 {
    border-top-right-radius: 76px !important;
    border-bottom-right-radius: 76px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-end-10 {
    border-top-right-radius: 80px !important;
    border-bottom-right-radius: 80px !important

  }
  [dir=rtl] .rtl\:xl\:rounded-end-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important
  }
  [dir=rtl] .rtl\:xl\:rounded-end-full {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important
  }
  [dir=rtl] .rtl\:xl\:rounded-end-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important
  }
  [dir=rtl] .rtl\:xl\:rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
  }
  [dir=rtl] .rtl\:rounded-start-xl {
    border-bottom-left-radius: var(--radius) !important;
    border-top-left-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:rounded-start-xl-default {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important
  }
  [dir=rtl] .rtl\:rounded-start-xl-0-5 {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important
  }
  [dir=rtl] .rtl\:rounded-start-xl-1 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important
  }
  [dir=rtl] .rtl\:rounded-start-xl-1-5 {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important
  }
  [dir=rtl] .rtl\:rounded-start-xl-2 {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important
  }
  [dir=rtl] .rtl\:rounded-start-xl-2-5 {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important
  }
  [dir=rtl] .rtl\:rounded-start-xl-3 {
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 24px !important
  }
  [dir=rtl] .rtl\:rounded-start-xl-3-5 {
    border-bottom-left-radius: 28px !important;
    border-top-left-radius: 28px !important
  }
  [dir=rtl] .rtl\:rounded-start-xl-4 {
    border-bottom-left-radius: 32px !important;
    border-top-left-radius: 32px !important
  }
  [dir=rtl] .rtl\:rounded-start-xl-4-5 {
    border-bottom-left-radius: 36px !important;
    border-top-left-radius: 36px !important
  }
  [dir=rtl] .rtl\:rounded-start-xl-5 {
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important
  }
  [dir=rtl] .rtl\:rounded-start-xl-5-5 {
    border-bottom-left-radius: 44px !important;
    border-top-left-radius: 44px !important
  }
  [dir=rtl] .rtl\:rounded-start-xl-6 {
    border-bottom-left-radius: 48px !important;
    border-top-left-radius: 48px !important
  }
  [dir=rtl] .rtl\:rounded-start-xl-6-5 {
    border-bottom-left-radius: 52px !important;
    border-top-left-radius: 52px !important
  }
  [dir=rtl] .rtl\:rounded-start-xl-7 {
    border-bottom-left-radius: 56px !important;
    border-top-left-radius: 56px !important
  }
  [dir=rtl] .rtl\:rounded-start-xl-7-5 {
    border-bottom-left-radius: 60px !important;
    border-top-left-radius: 60px !important
  }
  [dir=rtl] .rtl\:rounded-start-xl-8 {
    border-bottom-left-radius: 64px !important;
    border-top-left-radius: 64px !important
  }
  [dir=rtl] .rtl\:rounded-start-xl-8-5 {
    border-bottom-left-radius: 68px !important;
    border-top-left-radius: 68px !important
  }
  [dir=rtl] .rtl\:rounded-start-xl-9 {
    border-bottom-left-radius: 72px !important;
    border-top-left-radius: 72px !important
  }
  [dir=rtl] .rtl\:rounded-start-xl-9-5 {
    border-bottom-left-radius: 76px !important;
    border-top-left-radius: 76px !important
  }
  [dir=rtl] .rtl\:rounded-start-xl-10 {
    border-bottom-left-radius: 80px !important;
    border-top-left-radius: 80px !important
  }
  [dir=rtl] .rtl\:rounded-start-xl-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important
  }
  [dir=rtl] .rtl\:rounded-start-xl-full {
    border-bottom-left-radius: 100% !important;
    border-top-left-radius: 100% !important
  }
  [dir=rtl] .rtl\:rounded-start-xl-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important
  }
  [dir=rtl] .rtl\:rounded-start-xl-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
  }
  [dir=rtl] .rtl\:xl\:rounded-start {
    border-bottom-left-radius: var(--radius) !important;
    border-top-left-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:xl\:rounded-start-default {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-start-0-5 {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-start-1 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-start-1-5 {

    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-start-2 {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-start-2-5 {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-start-3 {
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 24px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-start-3-5 {
    border-bottom-left-radius: 28px !important;
    border-top-left-radius: 28px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-start-4 {
    border-bottom-left-radius: 32px !important;
    border-top-left-radius: 32px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-start-4-5 {
    border-bottom-left-radius: 36px !important;
    border-top-left-radius: 36px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-start-5 {
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-start-5-5 {
    border-bottom-left-radius: 44px !important;
    border-top-left-radius: 44px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-start-6 {
    border-bottom-left-radius: 48px !important;
    border-top-left-radius: 48px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-start-6-5 {
    border-bottom-left-radius: 52px !important;
    border-top-left-radius: 52px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-start-7 {
    border-bottom-left-radius: 56px !important;
    border-top-left-radius: 56px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-start-7-5 {
    border-bottom-left-radius: 60px !important;
    border-top-left-radius: 60px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-start-8 {
    border-bottom-left-radius: 64px !important;
    border-top-left-radius: 64px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-start-8-5 {
    border-bottom-left-radius: 68px !important;
    border-top-left-radius: 68px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-start-9 {
    border-bottom-left-radius: 72px !important;
    border-top-left-radius: 72px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-start-9-5 {
    border-bottom-left-radius: 76px !important;
    border-top-left-radius: 76px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-start-10 {
    border-bottom-left-radius: 80px !important;
    border-top-left-radius: 80px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important
  }
  [dir=rtl] .rtl\:xl\:rounded-start-full {
    border-bottom-left-radius: 100% !important;
    border-top-left-radius: 100% !important
  }
  [dir=rtl] .rtl\:xl\:rounded-start-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important
  }
  [dir=rtl] .rtl\:xl\:rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
  }
  [dir=rtl] .rtl\:g-row-start-xl-1 {
    grid-row-start: 1 !important
  }
  [dir=rtl] .rtl\:g-row-start-xl-2 {
    grid-row-start: 2 !important
  }
  [dir=rtl] .rtl\:g-row-start-xl-3 {
    grid-row-start: 3 !important
  }
  [dir=rtl] .rtl\:g-row-start-xl-4 {
    grid-row-start: 4 !important
  }
  [dir=rtl] .rtl\:g-row-start-xl-5 {
    grid-row-start: 5 !important
  }
  [dir=rtl] .rtl\:g-row-start-xl-6 {
    grid-row-start: 6 !important
  }
  [dir=rtl] .rtl\:g-row-start-xl-7 {
    grid-row-start: 7 !important
  }
  [dir=rtl] .rtl\:g-row-start-xl-8 {
    grid-row-start: 8 !important
  }
  [dir=rtl] .rtl\:g-row-start-xl-9 {
    grid-row-start: 9 !important
  }
  [dir=rtl] .rtl\:g-row-start-xl-10 {
    grid-row-start: 10 !important
  }
  [dir=rtl] .rtl\:g-row-start-xl-11 {
    grid-row-start: 11 !important
  }
  [dir=rtl] .rtl\:g-row-start-xl-12 {
    grid-row-start: 12 !important
  }
  [dir=rtl] .rtl\:g-row-start-xl-13 {
    grid-row-start: 13 !important
  }
  [dir=rtl] .rtl\:g-row-start-xl-auto {
    grid-row-start: auto !important
  }
  [dir=rtl] .rtl\:xl\:g-row-start-1 {
    grid-row-start: 1 !important
  }
  [dir=rtl] .rtl\:xl\:g-row-start-2 {
    grid-row-start: 2 !important
  }
  [dir=rtl] .rtl\:xl\:g-row-start-3 {
    grid-row-start: 3 !important
  }
  [dir=rtl] .rtl\:xl\:g-row-start-4 {
    grid-row-start: 4 !important
  }
  [dir=rtl] .rtl\:xl\:g-row-start-5 {
    grid-row-start: 5 !important
  }
  [dir=rtl] .rtl\:xl\:g-row-start-6 {
    grid-row-start: 6 !important
  }
  [dir=rtl] .rtl\:xl\:g-row-start-7 {
    grid-row-start: 7 !important
  }
  [dir=rtl] .rtl\:xl\:g-row-start-8 {
    grid-row-start: 8 !important
  }
  [dir=rtl] .rtl\:xl\:g-row-start-9 {
    grid-row-start: 9 !important
  }
  [dir=rtl] .rtl\:xl\:g-row-start-10 {
    grid-row-start: 10 !important
  }
  [dir=rtl] .rtl\:xl\:g-row-start-11 {
    grid-row-start: 11 !important
  }
  [dir=rtl] .rtl\:xl\:g-row-start-12 {
    grid-row-start: 12 !important
  }
  [dir=rtl] .rtl\:xl\:g-row-start-13 {
    grid-row-start: 13 !important
  }
  [dir=rtl] .rtl\:xl\:g-row-start-auto {
    grid-row-start: auto !important
  }
  [dir=rtl] .rtl\:g-row-end-xl-1 {
    grid-row-end: 1 !important
  }
  [dir=rtl] .rtl\:g-row-end-xl-2 {
    grid-row-end: 2 !important
  }
  [dir=rtl] .rtl\:g-row-end-xl-3 {
    grid-row-end: 3 !important
  }
  [dir=rtl] .rtl\:g-row-end-xl-4 {
    grid-row-end: 4 !important
  }
  [dir=rtl] .rtl\:g-row-end-xl-5 {
    grid-row-end: 5 !important
  }
  [dir=rtl] .rtl\:g-row-end-xl-6 {
    grid-row-end: 6 !important
  }
  [dir=rtl] .rtl\:g-row-end-xl-7 {
    grid-row-end: 7 !important
  }
  [dir=rtl] .rtl\:g-row-end-xl-8 {
    grid-row-end: 8 !important
  }
  [dir=rtl] .rtl\:g-row-end-xl-9 {
    grid-row-end: 9 !important
  }
  [dir=rtl] .rtl\:g-row-end-xl-10 {
    grid-row-end: 10 !important
  }
  [dir=rtl] .rtl\:g-row-end-xl-11 {
    grid-row-end: 11 !important
  }
  [dir=rtl] .rtl\:g-row-end-xl-12 {
    grid-row-end: 12 !important
  }
  [dir=rtl] .rtl\:g-row-end-xl-13 {
    grid-row-end: 13 !important
  }
  [dir=rtl] .rtl\:g-row-end-xl-auto {
    grid-row-end: auto !important
  }
  [dir=rtl] .rtl\:xl\:g-row-end-1 {
    grid-row-end: 1 !important
  }
  [dir=rtl] .rtl\:xl\:g-row-end-2 {
    grid-row-end: 2 !important
  }
  [dir=rtl] .rtl\:xl\:g-row-end-3 {
    grid-row-end: 3 !important
  }
  [dir=rtl] .rtl\:xl\:g-row-end-4 {
    grid-row-end: 4 !important
  }
  [dir=rtl] .rtl\:xl\:g-row-end-5 {
    grid-row-end: 5 !important
  }
  [dir=rtl] .rtl\:xl\:g-row-end-6 {
    grid-row-end: 6 !important
  }
  [dir=rtl] .rtl\:xl\:g-row-end-7 {
    grid-row-end: 7 !important
  }
  [dir=rtl] .rtl\:xl\:g-row-end-8 {
    grid-row-end: 8 !important
  }
  [dir=rtl] .rtl\:xl\:g-row-end-9 {
    grid-row-end: 9 !important
  }
  [dir=rtl] .rtl\:xl\:g-row-end-10 {
    grid-row-end: 10 !important
  }
  [dir=rtl] .rtl\:xl\:g-row-end-11 {
    grid-row-end: 11 !important
  }
  [dir=rtl] .rtl\:xl\:g-row-end-12 {
    grid-row-end: 12 !important
  }
  [dir=rtl] .rtl\:xl\:g-row-end-13 {
    grid-row-end: 13 !important
  }
  [dir=rtl] .rtl\:xl\:g-row-end-auto {
    grid-row-end: auto !important
  }
  [dir=rtl] .rtl\:g-col-start-xl-1 {
    grid-column-start: 1 !important
  }
  [dir=rtl] .rtl\:g-col-start-xl-2 {
    grid-column-start: 2 !important
  }
  [dir=rtl] .rtl\:g-col-start-xl-3 {
    grid-column-start: 3 !important
  }
  [dir=rtl] .rtl\:g-col-start-xl-4 {
    grid-column-start: 4 !important
  }
  [dir=rtl] .rtl\:g-col-start-xl-5 {
    grid-column-start: 5 !important
  }
  [dir=rtl] .rtl\:g-col-start-xl-6 {
    grid-column-start: 6 !important
  }
  [dir=rtl] .rtl\:g-col-start-xl-7 {
    grid-column-start: 7 !important
  }
  [dir=rtl] .rtl\:g-col-start-xl-8 {
    grid-column-start: 8 !important
  }
  [dir=rtl] .rtl\:g-col-start-xl-9 {
    grid-column-start: 9 !important
  }
  [dir=rtl] .rtl\:g-col-start-xl-10 {
    grid-column-start: 10 !important
  }
  [dir=rtl] .rtl\:g-col-start-xl-11 {
    grid-column-start: 11 !important
  }
  [dir=rtl] .rtl\:g-col-start-xl-12 {
    grid-column-start: 12 !important
  }
  [dir=rtl] .rtl\:g-col-start-xl-13 {
    grid-column-start: 13 !important
  }
  [dir=rtl] .rtl\:g-col-start-xl-auto {
    grid-column-start: auto !important
  }
  [dir=rtl] .rtl\:xl\:g-col-start-1 {
    grid-column-start: 1 !important
  }
  [dir=rtl] .rtl\:xl\:g-col-start-2 {
    grid-column-start: 2 !important
  }
  [dir=rtl] .rtl\:xl\:g-col-start-3 {
    grid-column-start: 3 !important
  }
  [dir=rtl] .rtl\:xl\:g-col-start-4 {
    grid-column-start: 4 !important
  }
  [dir=rtl] .rtl\:xl\:g-col-start-5 {
    grid-column-start: 5 !important
  }
  [dir=rtl] .rtl\:xl\:g-col-start-6 {
    grid-column-start: 6 !important
  }
  [dir=rtl] .rtl\:xl\:g-col-start-7 {
    grid-column-start: 7 !important
  }
  [dir=rtl] .rtl\:xl\:g-col-start-8 {
    grid-column-start: 8 !important
  }
  [dir=rtl] .rtl\:xl\:g-col-start-9 {
    grid-column-start: 9 !important
  }
  [dir=rtl] .rtl\:xl\:g-col-start-10 {
    grid-column-start: 10 !important
  }
  [dir=rtl] .rtl\:xl\:g-col-start-11 {
    grid-column-start: 11 !important
  }
  [dir=rtl] .rtl\:xl\:g-col-start-12 {
    grid-column-start: 12 !important
  }
  [dir=rtl] .rtl\:xl\:g-col-start-13 {
    grid-column-start: 13 !important
  }
  [dir=rtl] .rtl\:xl\:g-col-start-auto {
    grid-column-start: auto !important
  }
  [dir=rtl] .rtl\:g-col-end-xl-1 {
    grid-column-end: 1 !important
  }
  [dir=rtl] .rtl\:g-col-end-xl-2 {
    grid-column-end: 2 !important
  }
  [dir=rtl] .rtl\:g-col-end-xl-3 {
    grid-column-end: 3 !important
  }
  [dir=rtl] .rtl\:g-col-end-xl-4 {
    grid-column-end: 4 !important
  }
  [dir=rtl] .rtl\:g-col-end-xl-5 {
    grid-column-end: 5 !important
  }
  [dir=rtl] .rtl\:g-col-end-xl-6 {
    grid-column-end: 6 !important
  }
  [dir=rtl] .rtl\:g-col-end-xl-7 {
    grid-column-end: 7 !important
  }
  [dir=rtl] .rtl\:g-col-end-xl-8 {
    grid-column-end: 8 !important
  }
  [dir=rtl] .rtl\:g-col-end-xl-9 {
    grid-column-end: 9 !important
  }
  [dir=rtl] .rtl\:g-col-end-xl-10 {
    grid-column-end: 10 !important
  }
  [dir=rtl] .rtl\:g-col-end-xl-11 {
    grid-column-end: 11 !important
  }
  [dir=rtl] .rtl\:g-col-end-xl-12 {
    grid-column-end: 12 !important
  }
  [dir=rtl] .rtl\:g-col-end-xl-13 {
    grid-column-end: 13 !important
  }
  [dir=rtl] .rtl\:g-col-end-xl-auto {
    grid-column-end: auto !important
  }
  [dir=rtl] .rtl\:xl\:g-col-end-1 {
    grid-column-end: 1 !important
  }
  [dir=rtl] .rtl\:xl\:g-col-end-2 {
    grid-column-end: 2 !important
  }
  [dir=rtl] .rtl\:xl\:g-col-end-3 {
    grid-column-end: 3 !important
  }
  [dir=rtl] .rtl\:xl\:g-col-end-4 {
    grid-column-end: 4 !important
  }
  [dir=rtl] .rtl\:xl\:g-col-end-5 {
    grid-column-end: 5 !important
  }
  [dir=rtl] .rtl\:xl\:g-col-end-6 {
    grid-column-end: 6 !important
  }
  [dir=rtl] .rtl\:xl\:g-col-end-7 {
    grid-column-end: 7 !important
  }
  [dir=rtl] .rtl\:xl\:g-col-end-8 {
    grid-column-end: 8 !important
  }
  [dir=rtl] .rtl\:xl\:g-col-end-9 {
    grid-column-end: 9 !important
  }
  [dir=rtl] .rtl\:xl\:g-col-end-10 {
    grid-column-end: 10 !important
  }
  [dir=rtl] .rtl\:xl\:g-col-end-11 {

    grid-column-end: 11 !important
  }
  [dir=rtl] .rtl\:xl\:g-col-end-12 {
    grid-column-end: 12 !important
  }
  [dir=rtl] .rtl\:xl\:g-col-end-13 {
    grid-column-end: 13 !important
  }
  [dir=rtl] .rtl\:xl\:g-col-end-auto {
    grid-column-end: auto !important
  }
  .icon-xl-narrow {
    width: 16px !important;
    height: 16px !important;
    font-size: 16px !important
  }
  .icon-xl-1 {
    width: 20px !important;
    height: 20px !important;
    font-size: 20px !important
  }
  .icon-xl-2 {
    width: 24px !important;
    height: 24px !important;
    font-size: 24px !important
  }
  .icon-xl-3 {
    width: 32px !important;
    height: 32px !important;
    font-size: 32px !important
  }
  .icon-xl-4 {
    width: 48px !important;
    height: 48px !important;
    font-size: 48px !important
  }
  .icon-xl-5 {
    width: 64px !important;
    height: 64px !important;
    font-size: 64px !important
  }
  .icon-xl-6 {
    width: 80px !important;
    height: 80px !important;
    font-size: 80px !important
  }
  [dir=rtl] .rtl\:mask-start-xl {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-start-xl-1 {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-start-xl-2 {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-start-xl-3 {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-start-xl-4 {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-start-xl-0 {
    mask-image: none !important
  }
  [dir=rtl] .rtl\:xl\:mask-start {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:xl\:mask-start-1 {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:xl\:mask-start-2 {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:xl\:mask-start-3 {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:xl\:mask-start-4 {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:xl\:mask-start-0 {
    mask-image: none !important
  }
  [dir=rtl] .rtl\:mask-end-xl {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-end-xl-1 {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-end-xl-2 {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-end-xl-3 {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-end-xl-4 {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-end-xl-0 {
    mask-image: none !important
  }
  [dir=rtl] .rtl\:xl\:mask-end {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:xl\:mask-end-1 {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:xl\:mask-end-2 {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:xl\:mask-end-3 {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:xl\:mask-end-4 {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:xl\:mask-end-0 {
    mask-image: none !important
  }
  [dir=rtl] .rtl\:rotate-xl-0 {
    transform: rotate(0deg) !important
  }
  [dir=rtl] .rtl\:rotate-xl-1 {
    transform: rotate(1deg) !important
  }
  [dir=rtl] .rtl\:rotate-xl-2 {
    transform: rotate(2deg) !important
  }
  [dir=rtl] .rtl\:rotate-xl-3 {
    transform: rotate(3deg) !important
  }
  [dir=rtl] .rtl\:rotate-xl-6 {
    transform: rotate(6deg) !important
  }
  [dir=rtl] .rtl\:rotate-xl-12 {
    transform: rotate(12deg) !important
  }
  [dir=rtl] .rtl\:rotate-xl-45 {
    transform: rotate(45deg) !important
  }
  [dir=rtl] .rtl\:rotate-xl-90 {
    transform: rotate(90deg) !important
  }
  [dir=rtl] .rtl\:rotate-xl-180 {
    transform: rotate(180deg) !important
  }
  [dir=rtl] .rtl\:xl\:rotate-0 {
    transform: rotate(0deg) !important
  }
  [dir=rtl] .rtl\:xl\:rotate-1 {
    transform: rotate(1deg) !important
  }
  [dir=rtl] .rtl\:xl\:rotate-2 {
    transform: rotate(2deg) !important
  }
  [dir=rtl] .rtl\:xl\:rotate-3 {
    transform: rotate(3deg) !important
  }
  [dir=rtl] .rtl\:xl\:rotate-6 {
    transform: rotate(6deg) !important
  }
  [dir=rtl] .rtl\:xl\:rotate-12 {
    transform: rotate(12deg) !important
  }
  [dir=rtl] .rtl\:xl\:rotate-45 {
    transform: rotate(45deg) !important
  }
  [dir=rtl] .rtl\:xl\:rotate-90 {
    transform: rotate(90deg) !important
  }
  [dir=rtl] .rtl\:xl\:rotate-180 {
    transform: rotate(180deg) !important
  }
  [dir=rtl] .rtl\:-rotate-xl-1 {
    transform: rotate(-1deg) !important
  }

  [dir=rtl] .rtl\:-rotate-xl-2 {
    transform: rotate(-2deg) !important
  }
  [dir=rtl] .rtl\:-rotate-xl-3 {
    transform: rotate(-3deg) !important
  }
  [dir=rtl] .rtl\:-rotate-xl-6 {
    transform: rotate(-6deg) !important
  }
  [dir=rtl] .rtl\:-rotate-xl-12 {
    transform: rotate(-12deg) !important
  }
  [dir=rtl] .rtl\:-rotate-xl-45 {
    transform: rotate(-45deg) !important
  }
  [dir=rtl] .rtl\:-rotate-xl-90 {
    transform: rotate(-90deg) !important
  }
  [dir=rtl] .rtl\:-rotate-xl-180 {
    transform: rotate(-180deg) !important
  }
  [dir=rtl] .rtl\:xl\:-rotate-1 {
    transform: rotate(-1deg) !important
  }
  [dir=rtl] .rtl\:xl\:-rotate-2 {
    transform: rotate(-2deg) !important
  }
  [dir=rtl] .rtl\:xl\:-rotate-3 {
    transform: rotate(-3deg) !important
  }
  [dir=rtl] .rtl\:xl\:-rotate-6 {
    transform: rotate(-6deg) !important
  }
  [dir=rtl] .rtl\:xl\:-rotate-12 {
    transform: rotate(-12deg) !important
  }
  [dir=rtl] .rtl\:xl\:-rotate-45 {
    transform: rotate(-45deg) !important
  }
  [dir=rtl] .rtl\:xl\:-rotate-90 {
    transform: rotate(-90deg) !important
  }
  [dir=rtl] .rtl\:xl\:-rotate-180 {
    transform: rotate(-180deg) !important
  }
  [dir=rtl] .rtl\:origin-xl-center {
    transform-origin: center !important
  }
  [dir=rtl] .rtl\:origin-xl-top {
    transform-origin: top !important
  }
  [dir=rtl] .rtl\:origin-xl-top-right {
    transform-origin: top right !important
  }
  [dir=rtl] .rtl\:origin-xl-top-left {
    transform-origin: top left !important

  }
  [dir=rtl] .rtl\:origin-xl-left {
    transform-origin: left !important
  }
  [dir=rtl] .rtl\:origin-xl-right {
    transform-origin: right !important
  }
  [dir=rtl] .rtl\:origin-xl-bottom-right {
    transform-origin: bottom right !important
  }
  [dir=rtl] .rtl\:origin-xl-bottom {
    transform-origin: bottom !important
  }
  [dir=rtl] .rtl\:origin-xl-bottom-left {
    transform-origin: bottom left !important
  }
  [dir=rtl] .rtl\:xl\:origin-center {
    transform-origin: center !important
  }
  [dir=rtl] .rtl\:xl\:origin-top {
    transform-origin: top !important
  }
  [dir=rtl] .rtl\:xl\:origin-top-right {
    transform-origin: top right !important
  }
  [dir=rtl] .rtl\:xl\:origin-top-left {
    transform-origin: top left !important
  }
  [dir=rtl] .rtl\:xl\:origin-left {
    transform-origin: left !important
  }
  [dir=rtl] .rtl\:xl\:origin-right {
    transform-origin: right !important
  }
  [dir=rtl] .rtl\:xl\:origin-bottom-right {
    transform-origin: bottom right !important
  }
  [dir=rtl] .rtl\:xl\:origin-bottom {
    transform-origin: bottom !important
  }
  [dir=rtl] .rtl\:xl\:origin-bottom-left {
    transform-origin: bottom left !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xl {
    border-top-left-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-default {
    border-top-left-radius: 8px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-0-5 {
    border-top-left-radius: 2px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-1 {
    border-top-left-radius: 4px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-1-5 {
    border-top-left-radius: 12px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-2 {
    border-top-left-radius: 16px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-2-5 {
    border-top-left-radius: 20px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-3 {
    border-top-left-radius: 24px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-3-5 {
    border-top-left-radius: 28px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-4 {
    border-top-left-radius: 32px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-4-5 {
    border-top-left-radius: 36px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-5 {
    border-top-left-radius: 40px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-5-5 {
    border-top-left-radius: 44px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-6 {
    border-top-left-radius: 48px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-6-5 {
    border-top-left-radius: 52px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-7 {
    border-top-left-radius: 56px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-7-5 {
    border-top-left-radius: 60px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-8 {
    border-top-left-radius: 64px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-8-5 {
    border-top-left-radius: 68px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-9 {
    border-top-left-radius: 72px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-9-5 {
    border-top-left-radius: 76px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-10 {
    border-top-left-radius: 80px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-circle {
    border-top-left-radius: 50% !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-full {
    border-top-left-radius: 100% !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-pill {
    border-top-left-radius: 50rem !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xl-0 {
    border-top-left-radius: 0 !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start {
    border-top-left-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-default {
    border-top-left-radius: 8px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-0-5 {
    border-top-left-radius: 2px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-1 {
    border-top-left-radius: 4px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-1-5 {
    border-top-left-radius: 12px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-2 {
    border-top-left-radius: 16px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-2-5 {
    border-top-left-radius: 20px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-3 {
    border-top-left-radius: 24px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-3-5 {
    border-top-left-radius: 28px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-4 {
    border-top-left-radius: 32px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-4-5 {
    border-top-left-radius: 36px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-5 {
    border-top-left-radius: 40px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-5-5 {
    border-top-left-radius: 44px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-6 {
    border-top-left-radius: 48px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-6-5 {
    border-top-left-radius: 52px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-7 {
    border-top-left-radius: 56px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-7-5 {
    border-top-left-radius: 60px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-8 {
    border-top-left-radius: 64px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-8-5 {
    border-top-left-radius: 68px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-9 {
    border-top-left-radius: 72px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-9-5 {
    border-top-left-radius: 76px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-10 {
    border-top-left-radius: 80px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-circle {
    border-top-left-radius: 50% !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-full {
    border-top-left-radius: 100% !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-pill {
    border-top-left-radius: 50rem !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-start-0 {
    border-top-left-radius: 0 !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xl {
    border-top-right-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-default {
    border-top-right-radius: 8px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-0-5 {
    border-top-right-radius: 2px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-1 {
    border-top-right-radius: 4px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-1-5 {
    border-top-right-radius: 12px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-2 {
    border-top-right-radius: 16px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-2-5 {
    border-top-right-radius: 20px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-3 {
    border-top-right-radius: 24px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-3-5 {
    border-top-right-radius: 28px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-4 {
    border-top-right-radius: 32px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-4-5 {
    border-top-right-radius: 36px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-5 {
    border-top-right-radius: 40px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-5-5 {
    border-top-right-radius: 44px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-6 {
    border-top-right-radius: 48px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-6-5 {
    border-top-right-radius: 52px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-7 {
    border-top-right-radius: 56px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-7-5 {
    border-top-right-radius: 60px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-8 {
    border-top-right-radius: 64px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-8-5 {
    border-top-right-radius: 68px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-9 {
    border-top-right-radius: 72px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-9-5 {
    border-top-right-radius: 76px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-10 {
    border-top-right-radius: 80px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-circle {
    border-top-right-radius: 50% !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-full {
    border-top-right-radius: 100% !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-pill {

    border-top-right-radius: 50rem !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xl-0 {
    border-top-right-radius: 0 !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end {
    border-top-right-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-default {
    border-top-right-radius: 8px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-0-5 {
    border-top-right-radius: 2px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-1 {
    border-top-right-radius: 4px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-1-5 {
    border-top-right-radius: 12px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-2 {
    border-top-right-radius: 16px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-2-5 {
    border-top-right-radius: 20px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-3 {
    border-top-right-radius: 24px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-3-5 {
    border-top-right-radius: 28px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-4 {
    border-top-right-radius: 32px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-4-5 {
    border-top-right-radius: 36px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-5 {
    border-top-right-radius: 40px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-5-5 {
    border-top-right-radius: 44px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-6 {
    border-top-right-radius: 48px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-6-5 {
    border-top-right-radius: 52px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-7 {
    border-top-right-radius: 56px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-7-5 {
    border-top-right-radius: 60px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-8 {
    border-top-right-radius: 64px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-8-5 {
    border-top-right-radius: 68px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-9 {
    border-top-right-radius: 72px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-9-5 {
    border-top-right-radius: 76px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-10 {
    border-top-right-radius: 80px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-circle {
    border-top-right-radius: 50% !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-full {
    border-top-right-radius: 100% !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-pill {
    border-top-right-radius: 50rem !important
  }
  [dir=rtl] .rtl\:xl\:rounded-top-end-0 {
    border-top-right-radius: 0 !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl {
    border-bottom-left-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-default {
    border-bottom-left-radius: 8px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-0-5 {
    border-bottom-left-radius: 2px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-1 {
    border-bottom-left-radius: 4px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-1-5 {
    border-bottom-left-radius: 12px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-2 {
    border-bottom-left-radius: 16px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-2-5 {
    border-bottom-left-radius: 20px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-3 {
    border-bottom-left-radius: 24px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-3-5 {
    border-bottom-left-radius: 28px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-4 {
    border-bottom-left-radius: 32px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-4-5 {
    border-bottom-left-radius: 36px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-5 {
    border-bottom-left-radius: 40px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-5-5 {
    border-bottom-left-radius: 44px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-6 {
    border-bottom-left-radius: 48px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-6-5 {
    border-bottom-left-radius: 52px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-7 {
    border-bottom-left-radius: 56px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-7-5 {
    border-bottom-left-radius: 60px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-8 {
    border-bottom-left-radius: 64px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-8-5 {
    border-bottom-left-radius: 68px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-9 {
    border-bottom-left-radius: 72px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-9-5 {
    border-bottom-left-radius: 76px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-10 {
    border-bottom-left-radius: 80px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-circle {
    border-bottom-left-radius: 50% !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-full {
    border-bottom-left-radius: 100% !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-pill {
    border-bottom-left-radius: 50rem !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xl-0 {
    border-bottom-left-radius: 0 !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start {
    border-bottom-left-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-default {
    border-bottom-left-radius: 8px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-0-5 {
    border-bottom-left-radius: 2px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-1 {
    border-bottom-left-radius: 4px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-1-5 {
    border-bottom-left-radius: 12px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-2 {
    border-bottom-left-radius: 16px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-2-5 {
    border-bottom-left-radius: 20px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-3 {
    border-bottom-left-radius: 24px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-3-5 {
    border-bottom-left-radius: 28px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-4 {
    border-bottom-left-radius: 32px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-4-5 {
    border-bottom-left-radius: 36px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-5 {
    border-bottom-left-radius: 40px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-5-5 {
    border-bottom-left-radius: 44px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-6 {
    border-bottom-left-radius: 48px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-6-5 {
    border-bottom-left-radius: 52px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-7 {
    border-bottom-left-radius: 56px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-7-5 {
    border-bottom-left-radius: 60px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-8 {
    border-bottom-left-radius: 64px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-8-5 {
    border-bottom-left-radius: 68px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-9 {
    border-bottom-left-radius: 72px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-9-5 {
    border-bottom-left-radius: 76px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-10 {
    border-bottom-left-radius: 80px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-circle {
    border-bottom-left-radius: 50% !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-full {
    border-bottom-left-radius: 100% !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-pill {
    border-bottom-left-radius: 50rem !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-start-0 {
    border-bottom-left-radius: 0 !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl {
    border-bottom-right-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-default {
    border-bottom-right-radius: 8px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-0-5 {
    border-bottom-right-radius: 2px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-1 {
    border-bottom-right-radius: 4px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-1-5 {
    border-bottom-right-radius: 12px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-2 {
    border-bottom-right-radius: 16px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-2-5 {
    border-bottom-right-radius: 20px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-3 {
    border-bottom-right-radius: 24px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-3-5 {
    border-bottom-right-radius: 28px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-4 {
    border-bottom-right-radius: 32px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-4-5 {
    border-bottom-right-radius: 36px !important
  }

  [dir=rtl] .rtl\:rounded-bottom-end-xl-5 {
    border-bottom-right-radius: 40px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-5-5 {
    border-bottom-right-radius: 44px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-6 {
    border-bottom-right-radius: 48px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-6-5 {
    border-bottom-right-radius: 52px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-7 {
    border-bottom-right-radius: 56px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-7-5 {
    border-bottom-right-radius: 60px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-8 {
    border-bottom-right-radius: 64px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-8-5 {
    border-bottom-right-radius: 68px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-9 {
    border-bottom-right-radius: 72px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-9-5 {
    border-bottom-right-radius: 76px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-10 {
    border-bottom-right-radius: 80px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-circle {
    border-bottom-right-radius: 50% !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-full {
    border-bottom-right-radius: 100% !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-pill {
    border-bottom-right-radius: 50rem !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xl-0 {
    border-bottom-right-radius: 0 !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end {
    border-bottom-right-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-default {
    border-bottom-right-radius: 8px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-0-5 {
    border-bottom-right-radius: 2px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-1 {
    border-bottom-right-radius: 4px !important

  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-1-5 {
    border-bottom-right-radius: 12px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-2 {
    border-bottom-right-radius: 16px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-2-5 {
    border-bottom-right-radius: 20px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-3 {
    border-bottom-right-radius: 24px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-3-5 {
    border-bottom-right-radius: 28px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-4 {
    border-bottom-right-radius: 32px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-4-5 {
    border-bottom-right-radius: 36px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-5 {
    border-bottom-right-radius: 40px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-5-5 {
    border-bottom-right-radius: 44px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-6 {
    border-bottom-right-radius: 48px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-6-5 {
    border-bottom-right-radius: 52px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-7 {
    border-bottom-right-radius: 56px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-7-5 {
    border-bottom-right-radius: 60px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-8 {
    border-bottom-right-radius: 64px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-8-5 {
    border-bottom-right-radius: 68px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-9 {
    border-bottom-right-radius: 72px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-9-5 {
    border-bottom-right-radius: 76px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-10 {
    border-bottom-right-radius: 80px !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-circle {
    border-bottom-right-radius: 50% !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-full {
    border-bottom-right-radius: 100% !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-pill {
    border-bottom-right-radius: 50rem !important
  }
  [dir=rtl] .rtl\:xl\:rounded-bottom-end-0 {
    border-bottom-right-radius: 0 !important
  }
}
@media (min-width: 1400px) {
  [dir=rtl] .rtl\:d-xxl-inline {
    display: inline !important
  }
  [dir=rtl] .rtl\:d-xxl-inline-block {
    display: inline-block !important
  }
  [dir=rtl] .rtl\:d-xxl-block {
    display: block !important
  }
  [dir=rtl] .rtl\:d-xxl-grid {
    display: grid !important
  }
  [dir=rtl] .rtl\:d-xxl-table {
    display: table !important
  }
  [dir=rtl] .rtl\:d-xxl-table-row {
    display: table-row !important
  }
  [dir=rtl] .rtl\:d-xxl-table-cell {
    display: table-cell !important
  }
  [dir=rtl] .rtl\:d-xxl-flex {
    display: flex !important
  }
  [dir=rtl] .rtl\:d-xxl-inline-flex {
    display: inline-flex !important
  }
  [dir=rtl] .rtl\:d-xxl-none {
    display: none !important
  }
  [dir=rtl] .rtl\:xxl\:d-inline {
    display: inline !important
  }
  [dir=rtl] .rtl\:xxl\:d-inline-block {
    display: inline-block !important
  }
  [dir=rtl] .rtl\:xxl\:d-block {
    display: block !important
  }
  [dir=rtl] .rtl\:xxl\:d-grid {
    display: grid !important
  }
  [dir=rtl] .rtl\:xxl\:d-table {
    display: table !important
  }
  [dir=rtl] .rtl\:xxl\:d-table-row {
    display: table-row !important
  }
  [dir=rtl] .rtl\:xxl\:d-table-cell {
    display: table-cell !important
  }
  [dir=rtl] .rtl\:xxl\:d-flex {
    display: flex !important
  }
  [dir=rtl] .rtl\:xxl\:d-inline-flex {
    display: inline-flex !important
  }
  [dir=rtl] .rtl\:xxl\:d-none {
    display: none !important
  }
  [dir=rtl] .rtl\:d-xxl-inline {
    display: inline !important
  }
  [dir=rtl] .rtl\:d-xxl-inline-block {
    display: inline-block !important
  }
  [dir=rtl] .rtl\:d-xxl-block {
    display: block !important
  }
  [dir=rtl] .rtl\:d-xxl-grid {
    display: grid !important
  }
  [dir=rtl] .rtl\:d-xxl-table {
    display: table !important
  }
  [dir=rtl] .rtl\:d-xxl-table-row {
    display: table-row !important
  }
  [dir=rtl] .rtl\:d-xxl-table-cell {
    display: table-cell !important
  }
  [dir=rtl] .rtl\:d-xxl-flex {
    display: flex !important
  }
  [dir=rtl] .rtl\:d-xxl-inline-flex {
    display: inline-flex !important
  }
  [dir=rtl] .rtl\:d-xxl-none {
    display: none !important
  }
  [dir=rtl] .rtl\:xxl\:d-inline {
    display: inline !important
  }
  [dir=rtl] .rtl\:xxl\:d-inline-block {
    display: inline-block !important
  }
  [dir=rtl] .rtl\:xxl\:d-block {
    display: block !important
  }
  [dir=rtl] .rtl\:xxl\:d-grid {
    display: grid !important
  }
  [dir=rtl] .rtl\:xxl\:d-table {
    display: table !important
  }
  [dir=rtl] .rtl\:xxl\:d-table-row {
    display: table-row !important
  }
  [dir=rtl] .rtl\:xxl\:d-table-cell {
    display: table-cell !important
  }
  [dir=rtl] .rtl\:xxl\:d-flex {
    display: flex !important
  }
  [dir=rtl] .rtl\:xxl\:d-inline-flex {
    display: inline-flex !important
  }
  [dir=rtl] .rtl\:xxl\:d-none {
    display: none !important
  }
  [dir=rtl] .rtl\:border-end-xxl {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
  }
  [dir=rtl] .rtl\:border-end-xxl-0 {
    border-right: 0 !important
  }
  [dir=rtl] .rtl\:xxl\:border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
  }
  [dir=rtl] .rtl\:xxl\:border-end-0 {
    border-right: 0 !important
  }
  [dir=rtl] .rtl\:border-start-xxl {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
  }
  [dir=rtl] .rtl\:border-start-xxl-0 {
    border-left: 0 !important
  }
  [dir=rtl] .rtl\:xxl\:border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
  }
  [dir=rtl] .rtl\:xxl\:border-start-0 {
    border-left: 0 !important
  }
  [dir=rtl] .rtl\:order-xxl-first {
    order: -1 !important
  }
  [dir=rtl] .rtl\:order-xxl-0 {
    order: 0 !important
  }
  [dir=rtl] .rtl\:order-xxl-1 {
    order: 1 !important
  }
  [dir=rtl] .rtl\:order-xxl-2 {
    order: 2 !important
  }
  [dir=rtl] .rtl\:order-xxl-3 {
    order: 3 !important
  }
  [dir=rtl] .rtl\:order-xxl-4 {
    order: 4 !important
  }
  [dir=rtl] .rtl\:order-xxl-5 {
    order: 5 !important
  }
  [dir=rtl] .rtl\:order-xxl-last {
    order: 6 !important
  }
  [dir=rtl] .rtl\:xxl\:order-first {
    order: -1 !important
  }
  [dir=rtl] .rtl\:xxl\:order-0 {
    order: 0 !important
  }
  [dir=rtl] .rtl\:xxl\:order-1 {
    order: 1 !important
  }
  [dir=rtl] .rtl\:xxl\:order-2 {
    order: 2 !important
  }
  [dir=rtl] .rtl\:xxl\:order-3 {
    order: 3 !important
  }
  [dir=rtl] .rtl\:xxl\:order-4 {
    order: 4 !important
  }
  [dir=rtl] .rtl\:xxl\:order-5 {
    order: 5 !important
  }
  [dir=rtl] .rtl\:xxl\:order-last {
    order: 6 !important
  }
  [dir=rtl] .rtl\:me-xxl-0 {
    margin-right: 0 !important
  }
  [dir=rtl] .rtl\:me-xxl-narrow {
    margin-right: 0.25rem !important
  }
  [dir=rtl] .rtl\:me-xxl-1 {
    margin-right: 0.5rem !important
  }
  [dir=rtl] .rtl\:me-xxl-2 {
    margin-right: 1rem !important
  }
  [dir=rtl] .rtl\:me-xxl-3 {
    margin-right: 1.5rem !important
  }
  [dir=rtl] .rtl\:me-xxl-4 {
    margin-right: 2rem !important
  }
  [dir=rtl] .rtl\:me-xxl-5 {
    margin-right: 2.5rem !important
  }
  [dir=rtl] .rtl\:me-xxl-6 {
    margin-right: 3rem !important
  }
  [dir=rtl] .rtl\:me-xxl-7 {
    margin-right: 3.5rem !important
  }
  [dir=rtl] .rtl\:me-xxl-8 {
    margin-right: 4rem !important
  }
  [dir=rtl] .rtl\:me-xxl-9 {
    margin-right: 5rem !important
  }
  [dir=rtl] .rtl\:me-xxl-10 {
    margin-right: 8rem !important
  }
  [dir=rtl] .rtl\:me-xxl-auto {
    margin-right: auto !important
  }
  [dir=rtl] .rtl\:xxl\:me-0 {
    margin-right: 0 !important
  }
  [dir=rtl] .rtl\:xxl\:me-narrow {
    margin-right: 0.25rem !important
  }
  [dir=rtl] .rtl\:xxl\:me-1 {
    margin-right: 0.5rem !important
  }
  [dir=rtl] .rtl\:xxl\:me-2 {
    margin-right: 1rem !important
  }
  [dir=rtl] .rtl\:xxl\:me-3 {
    margin-right: 1.5rem !important
  }
  [dir=rtl] .rtl\:xxl\:me-4 {
    margin-right: 2rem !important
  }
  [dir=rtl] .rtl\:xxl\:me-5 {
    margin-right: 2.5rem !important
  }
  [dir=rtl] .rtl\:xxl\:me-6 {
    margin-right: 3rem !important
  }
  [dir=rtl] .rtl\:xxl\:me-7 {
    margin-right: 3.5rem !important
  }
  [dir=rtl] .rtl\:xxl\:me-8 {
    margin-right: 4rem !important
  }
  [dir=rtl] .rtl\:xxl\:me-9 {
    margin-right: 5rem !important
  }
  [dir=rtl] .rtl\:xxl\:me-10 {
    margin-right: 8rem !important
  }
  [dir=rtl] .rtl\:xxl\:me-auto {
    margin-right: auto !important
  }
  [dir=rtl] .rtl\:ms-xxl-0 {
    margin-left: 0 !important
  }
  [dir=rtl] .rtl\:ms-xxl-narrow {
    margin-left: 0.25rem !important
  }
  [dir=rtl] .rtl\:ms-xxl-1 {
    margin-left: 0.5rem !important
  }
  [dir=rtl] .rtl\:ms-xxl-2 {
    margin-left: 1rem !important
  }
  [dir=rtl] .rtl\:ms-xxl-3 {
    margin-left: 1.5rem !important
  }
  [dir=rtl] .rtl\:ms-xxl-4 {
    margin-left: 2rem !important
  }
  [dir=rtl] .rtl\:ms-xxl-5 {
    margin-left: 2.5rem !important
  }
  [dir=rtl] .rtl\:ms-xxl-6 {
    margin-left: 3rem !important
  }
  [dir=rtl] .rtl\:ms-xxl-7 {
    margin-left: 3.5rem !important
  }
  [dir=rtl] .rtl\:ms-xxl-8 {
    margin-left: 4rem !important
  }
  [dir=rtl] .rtl\:ms-xxl-9 {
    margin-left: 5rem !important
  }
  [dir=rtl] .rtl\:ms-xxl-10 {
    margin-left: 8rem !important
  }
  [dir=rtl] .rtl\:ms-xxl-auto {
    margin-left: auto !important
  }
  [dir=rtl] .rtl\:xxl\:ms-0 {
    margin-left: 0 !important
  }
  [dir=rtl] .rtl\:xxl\:ms-narrow {
    margin-left: 0.25rem !important
  }
  [dir=rtl] .rtl\:xxl\:ms-1 {
    margin-left: 0.5rem !important
  }
  [dir=rtl] .rtl\:xxl\:ms-2 {
    margin-left: 1rem !important
  }
  [dir=rtl] .rtl\:xxl\:ms-3 {
    margin-left: 1.5rem !important
  }
  [dir=rtl] .rtl\:xxl\:ms-4 {
    margin-left: 2rem !important
  }
  [dir=rtl] .rtl\:xxl\:ms-5 {
    margin-left: 2.5rem !important
  }
  [dir=rtl] .rtl\:xxl\:ms-6 {
    margin-left: 3rem !important
  }
  [dir=rtl] .rtl\:xxl\:ms-7 {
    margin-left: 3.5rem !important
  }
  [dir=rtl] .rtl\:xxl\:ms-8 {
    margin-left: 4rem !important
  }
  [dir=rtl] .rtl\:xxl\:ms-9 {
    margin-left: 5rem !important
  }
  [dir=rtl] .rtl\:xxl\:ms-10 {
    margin-left: 8rem !important
  }
  [dir=rtl] .rtl\:xxl\:ms-auto {
    margin-left: auto !important
  }
  [dir=rtl] .rtl\:me-xxl-nnarrow {
    margin-right: -0.25rem !important
  }
  [dir=rtl] .rtl\:me-xxl-n1 {
    margin-right: -0.5rem !important
  }
  [dir=rtl] .rtl\:me-xxl-n2 {
    margin-right: -1rem !important
  }
  [dir=rtl] .rtl\:me-xxl-n3 {
    margin-right: -1.5rem !important
  }
  [dir=rtl] .rtl\:me-xxl-n4 {
    margin-right: -2rem !important
  }
  [dir=rtl] .rtl\:me-xxl-n5 {
    margin-right: -2.5rem !important
  }
  [dir=rtl] .rtl\:me-xxl-n6 {
    margin-right: -3rem !important
  }
  [dir=rtl] .rtl\:me-xxl-n7 {
    margin-right: -3.5rem !important
  }
  [dir=rtl] .rtl\:me-xxl-n8 {
    margin-right: -4rem !important
  }
  [dir=rtl] .rtl\:me-xxl-n9 {
    margin-right: -5rem !important
  }
  [dir=rtl] .rtl\:me-xxl-n10 {
    margin-right: -8rem !important
  }
  [dir=rtl] .rtl\:xxl\:me-nnarrow {
    margin-right: -0.25rem !important
  }
  [dir=rtl] .rtl\:xxl\:me-n1 {
    margin-right: -0.5rem !important
  }
  [dir=rtl] .rtl\:xxl\:me-n2 {
    margin-right: -1rem !important
  }
  [dir=rtl] .rtl\:xxl\:me-n3 {
    margin-right: -1.5rem !important
  }
  [dir=rtl] .rtl\:xxl\:me-n4 {
    margin-right: -2rem !important
  }
  [dir=rtl] .rtl\:xxl\:me-n5 {
    margin-right: -2.5rem !important
  }
  [dir=rtl] .rtl\:xxl\:me-n6 {
    margin-right: -3rem !important
  }
  [dir=rtl] .rtl\:xxl\:me-n7 {
    margin-right: -3.5rem !important
  }
  [dir=rtl] .rtl\:xxl\:me-n8 {
    margin-right: -4rem !important
  }
  [dir=rtl] .rtl\:xxl\:me-n9 {
    margin-right: -5rem !important
  }

  [dir=rtl] .rtl\:xxl\:me-n10 {
    margin-right: -8rem !important
  }
  [dir=rtl] .rtl\:ms-xxl-nnarrow {
    margin-left: -0.25rem !important
  }
  [dir=rtl] .rtl\:ms-xxl-n1 {
    margin-left: -0.5rem !important
  }
  [dir=rtl] .rtl\:ms-xxl-n2 {
    margin-left: -1rem !important
  }
  [dir=rtl] .rtl\:ms-xxl-n3 {
    margin-left: -1.5rem !important
  }
  [dir=rtl] .rtl\:ms-xxl-n4 {
    margin-left: -2rem !important
  }
  [dir=rtl] .rtl\:ms-xxl-n5 {
    margin-left: -2.5rem !important
  }
  [dir=rtl] .rtl\:ms-xxl-n6 {
    margin-left: -3rem !important
  }
  [dir=rtl] .rtl\:ms-xxl-n7 {
    margin-left: -3.5rem !important
  }
  [dir=rtl] .rtl\:ms-xxl-n8 {
    margin-left: -4rem !important
  }
  [dir=rtl] .rtl\:ms-xxl-n9 {
    margin-left: -5rem !important
  }
  [dir=rtl] .rtl\:ms-xxl-n10 {
    margin-left: -8rem !important
  }
  [dir=rtl] .rtl\:xxl\:ms-nnarrow {
    margin-left: -0.25rem !important
  }
  [dir=rtl] .rtl\:xxl\:ms-n1 {
    margin-left: -0.5rem !important
  }
  [dir=rtl] .rtl\:xxl\:ms-n2 {
    margin-left: -1rem !important
  }
  [dir=rtl] .rtl\:xxl\:ms-n3 {
    margin-left: -1.5rem !important
  }
  [dir=rtl] .rtl\:xxl\:ms-n4 {
    margin-left: -2rem !important
  }
  [dir=rtl] .rtl\:xxl\:ms-n5 {
    margin-left: -2.5rem !important
  }
  [dir=rtl] .rtl\:xxl\:ms-n6 {
    margin-left: -3rem !important
  }
  [dir=rtl] .rtl\:xxl\:ms-n7 {
    margin-left: -3.5rem !important
  }
  [dir=rtl] .rtl\:xxl\:ms-n8 {
    margin-left: -4rem !important
  }
  [dir=rtl] .rtl\:xxl\:ms-n9 {
    margin-left: -5rem !important
  }
  [dir=rtl] .rtl\:xxl\:ms-n10 {
    margin-left: -8rem !important
  }
  [dir=rtl] .rtl\:pe-xxl-0 {
    padding-right: 0 !important
  }
  [dir=rtl] .rtl\:pe-xxl-narrow {
    padding-right: 0.25rem !important
  }
  [dir=rtl] .rtl\:pe-xxl-1 {
    padding-right: 0.5rem !important
  }
  [dir=rtl] .rtl\:pe-xxl-2 {
    padding-right: 1rem !important
  }
  [dir=rtl] .rtl\:pe-xxl-3 {
    padding-right: 1.5rem !important
  }
  [dir=rtl] .rtl\:pe-xxl-4 {
    padding-right: 2rem !important
  }
  [dir=rtl] .rtl\:pe-xxl-5 {
    padding-right: 2.5rem !important
  }
  [dir=rtl] .rtl\:pe-xxl-6 {
    padding-right: 3rem !important
  }
  [dir=rtl] .rtl\:pe-xxl-7 {
    padding-right: 3.5rem !important
  }
  [dir=rtl] .rtl\:pe-xxl-8 {
    padding-right: 4rem !important
  }
  [dir=rtl] .rtl\:pe-xxl-9 {
    padding-right: 5rem !important
  }
  [dir=rtl] .rtl\:pe-xxl-10 {
    padding-right: 8rem !important
  }
  [dir=rtl] .rtl\:pe-xxl-auto {
    padding-right: auto !important
  }
  [dir=rtl] .rtl\:xxl\:pe-0 {
    padding-right: 0 !important
  }
  [dir=rtl] .rtl\:xxl\:pe-narrow {
    padding-right: 0.25rem !important
  }
  [dir=rtl] .rtl\:xxl\:pe-1 {
    padding-right: 0.5rem !important
  }
  [dir=rtl] .rtl\:xxl\:pe-2 {
    padding-right: 1rem !important
  }
  [dir=rtl] .rtl\:xxl\:pe-3 {
    padding-right: 1.5rem !important
  }
  [dir=rtl] .rtl\:xxl\:pe-4 {
    padding-right: 2rem !important
  }
  [dir=rtl] .rtl\:xxl\:pe-5 {
    padding-right: 2.5rem !important
  }
  [dir=rtl] .rtl\:xxl\:pe-6 {
    padding-right: 3rem !important
  }
  [dir=rtl] .rtl\:xxl\:pe-7 {
    padding-right: 3.5rem !important

  }
  [dir=rtl] .rtl\:xxl\:pe-8 {
    padding-right: 4rem !important
  }
  [dir=rtl] .rtl\:xxl\:pe-9 {
    padding-right: 5rem !important
  }
  [dir=rtl] .rtl\:xxl\:pe-10 {
    padding-right: 8rem !important
  }
  [dir=rtl] .rtl\:xxl\:pe-auto {
    padding-right: auto !important
  }
  [dir=rtl] .rtl\:ps-xxl-0 {
    padding-left: 0 !important
  }
  [dir=rtl] .rtl\:ps-xxl-narrow {
    padding-left: 0.25rem !important
  }
  [dir=rtl] .rtl\:ps-xxl-1 {
    padding-left: 0.5rem !important
  }
  [dir=rtl] .rtl\:ps-xxl-2 {
    padding-left: 1rem !important
  }
  [dir=rtl] .rtl\:ps-xxl-3 {
    padding-left: 1.5rem !important
  }
  [dir=rtl] .rtl\:ps-xxl-4 {
    padding-left: 2rem !important
  }
  [dir=rtl] .rtl\:ps-xxl-5 {
    padding-left: 2.5rem !important
  }
  [dir=rtl] .rtl\:ps-xxl-6 {
    padding-left: 3rem !important
  }
  [dir=rtl] .rtl\:ps-xxl-7 {
    padding-left: 3.5rem !important
  }
  [dir=rtl] .rtl\:ps-xxl-8 {
    padding-left: 4rem !important
  }
  [dir=rtl] .rtl\:ps-xxl-9 {
    padding-left: 5rem !important
  }
  [dir=rtl] .rtl\:ps-xxl-10 {
    padding-left: 8rem !important
  }
  [dir=rtl] .rtl\:ps-xxl-auto {
    padding-left: auto !important
  }
  [dir=rtl] .rtl\:xxl\:ps-0 {
    padding-left: 0 !important
  }
  [dir=rtl] .rtl\:xxl\:ps-narrow {
    padding-left: 0.25rem !important
  }
  [dir=rtl] .rtl\:xxl\:ps-1 {
    padding-left: 0.5rem !important
  }
  [dir=rtl] .rtl\:xxl\:ps-2 {
    padding-left: 1rem !important
  }
  [dir=rtl] .rtl\:xxl\:ps-3 {
    padding-left: 1.5rem !important
  }
  [dir=rtl] .rtl\:xxl\:ps-4 {
    padding-left: 2rem !important
  }
  [dir=rtl] .rtl\:xxl\:ps-5 {
    padding-left: 2.5rem !important
  }
  [dir=rtl] .rtl\:xxl\:ps-6 {
    padding-left: 3rem !important
  }
  [dir=rtl] .rtl\:xxl\:ps-7 {
    padding-left: 3.5rem !important
  }
  [dir=rtl] .rtl\:xxl\:ps-8 {
    padding-left: 4rem !important
  }
  [dir=rtl] .rtl\:xxl\:ps-9 {
    padding-left: 5rem !important
  }
  [dir=rtl] .rtl\:xxl\:ps-10 {
    padding-left: 8rem !important
  }
  [dir=rtl] .rtl\:xxl\:ps-auto {
    padding-left: auto !important
  }
  [dir=rtl] .rtl\:fs-xxl-1 {
    font-size: 1.75rem !important
  }
  [dir=rtl] .rtl\:fs-xxl-2 {
    font-size: 1.5rem !important
  }
  [dir=rtl] .rtl\:fs-xxl-3 {
    font-size: 1.25rem !important
  }
  [dir=rtl] .rtl\:fs-xxl-4 {
    font-size: 1.125rem !important
  }
  [dir=rtl] .rtl\:fs-xxl-5 {
    font-size: 1rem !important
  }
  [dir=rtl] .rtl\:fs-xxl-6 {
    font-size: 0.875rem !important
  }
  [dir=rtl] .rtl\:fs-xxl-7 {
    font-size: 0.75rem !important
  }
  [dir=rtl] .rtl\:fs-xxl-8 {
    font-size: 0.75rem !important
  }
  [dir=rtl] .rtl\:xxl\:fs-1 {
    font-size: 1.75rem !important
  }
  [dir=rtl] .rtl\:xxl\:fs-2 {
    font-size: 1.5rem !important
  }
  [dir=rtl] .rtl\:xxl\:fs-3 {
    font-size: 1.25rem !important
  }
  [dir=rtl] .rtl\:xxl\:fs-4 {
    font-size: 1.125rem !important
  }
  [dir=rtl] .rtl\:xxl\:fs-5 {
    font-size: 1rem !important
  }
  [dir=rtl] .rtl\:xxl\:fs-6 {
    font-size: 0.875rem !important
  }
  [dir=rtl] .rtl\:xxl\:fs-7 {
    font-size: 0.75rem !important
  }
  [dir=rtl] .rtl\:xxl\:fs-8 {
    font-size: 0.75rem !important
  }
  [dir=rtl] .rtl\:text-xxl-start {
    text-align: left !important
  }
  [dir=rtl] .rtl\:text-xxl-end {
    text-align: right !important
  }
  [dir=rtl] .rtl\:text-xxl-center {
    text-align: center !important
  }
  [dir=rtl] .rtl\:xxl\:text-start {
    text-align: left !important
  }
  [dir=rtl] .rtl\:xxl\:text-end {
    text-align: right !important
  }
  [dir=rtl] .rtl\:xxl\:text-center {
    text-align: center !important
  }
  [dir=rtl] .rtl\:rounded-end-xxl {
    border-top-right-radius: var(--radius) !important;
    border-bottom-right-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:rounded-end-xxl-default {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important
  }
  [dir=rtl] .rtl\:rounded-end-xxl-0-5 {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important
  }
  [dir=rtl] .rtl\:rounded-end-xxl-1 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important
  }
  [dir=rtl] .rtl\:rounded-end-xxl-1-5 {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important
  }
  [dir=rtl] .rtl\:rounded-end-xxl-2 {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important
  }
  [dir=rtl] .rtl\:rounded-end-xxl-2-5 {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important
  }
  [dir=rtl] .rtl\:rounded-end-xxl-3 {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important
  }
  [dir=rtl] .rtl\:rounded-end-xxl-3-5 {
    border-top-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important
  }
  [dir=rtl] .rtl\:rounded-end-xxl-4 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important
  }
  [dir=rtl] .rtl\:rounded-end-xxl-4-5 {
    border-top-right-radius: 36px !important;
    border-bottom-right-radius: 36px !important
  }
  [dir=rtl] .rtl\:rounded-end-xxl-5 {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important
  }
  [dir=rtl] .rtl\:rounded-end-xxl-5-5 {
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important
  }
  [dir=rtl] .rtl\:rounded-end-xxl-6 {
    border-top-right-radius: 48px !important;
    border-bottom-right-radius: 48px !important
  }
  [dir=rtl] .rtl\:rounded-end-xxl-6-5 {
    border-top-right-radius: 52px !important;
    border-bottom-right-radius: 52px !important
  }
  [dir=rtl] .rtl\:rounded-end-xxl-7 {
    border-top-right-radius: 56px !important;
    border-bottom-right-radius: 56px !important
  }
  [dir=rtl] .rtl\:rounded-end-xxl-7-5 {
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 60px !important
  }
  [dir=rtl] .rtl\:rounded-end-xxl-8 {
    border-top-right-radius: 64px !important;
    border-bottom-right-radius: 64px !important
  }
  [dir=rtl] .rtl\:rounded-end-xxl-8-5 {
    border-top-right-radius: 68px !important;
    border-bottom-right-radius: 68px !important
  }
  [dir=rtl] .rtl\:rounded-end-xxl-9 {
    border-top-right-radius: 72px !important;
    border-bottom-right-radius: 72px !important
  }
  [dir=rtl] .rtl\:rounded-end-xxl-9-5 {
    border-top-right-radius: 76px !important;
    border-bottom-right-radius: 76px !important
  }
  [dir=rtl] .rtl\:rounded-end-xxl-10 {
    border-top-right-radius: 80px !important;
    border-bottom-right-radius: 80px !important
  }
  [dir=rtl] .rtl\:rounded-end-xxl-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important
  }
  [dir=rtl] .rtl\:rounded-end-xxl-full {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important
  }
  [dir=rtl] .rtl\:rounded-end-xxl-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important
  }
  [dir=rtl] .rtl\:rounded-end-xxl-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-end {
    border-top-right-radius: var(--radius) !important;
    border-bottom-right-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-default {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-0-5 {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-1 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-1-5 {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-2 {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-2-5 {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-3 {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-3-5 {
    border-top-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-4 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-4-5 {
    border-top-right-radius: 36px !important;
    border-bottom-right-radius: 36px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-5 {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-5-5 {
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-6 {
    border-top-right-radius: 48px !important;
    border-bottom-right-radius: 48px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-6-5 {
    border-top-right-radius: 52px !important;
    border-bottom-right-radius: 52px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-7 {
    border-top-right-radius: 56px !important;
    border-bottom-right-radius: 56px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-7-5 {
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 60px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-8 {
    border-top-right-radius: 64px !important;
    border-bottom-right-radius: 64px !important

  }
  [dir=rtl] .rtl\:xxl\:rounded-end-8-5 {
    border-top-right-radius: 68px !important;
    border-bottom-right-radius: 68px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-9 {
    border-top-right-radius: 72px !important;
    border-bottom-right-radius: 72px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-9-5 {
    border-top-right-radius: 76px !important;
    border-bottom-right-radius: 76px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-10 {
    border-top-right-radius: 80px !important;
    border-bottom-right-radius: 80px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-full {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
  }
  [dir=rtl] .rtl\:rounded-start-xxl {
    border-bottom-left-radius: var(--radius) !important;
    border-top-left-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:rounded-start-xxl-default {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important
  }
  [dir=rtl] .rtl\:rounded-start-xxl-0-5 {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important
  }
  [dir=rtl] .rtl\:rounded-start-xxl-1 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important
  }
  [dir=rtl] .rtl\:rounded-start-xxl-1-5 {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important
  }
  [dir=rtl] .rtl\:rounded-start-xxl-2 {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important
  }
  [dir=rtl] .rtl\:rounded-start-xxl-2-5 {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important
  }
  [dir=rtl] .rtl\:rounded-start-xxl-3 {
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 24px !important
  }
  [dir=rtl] .rtl\:rounded-start-xxl-3-5 {
    border-bottom-left-radius: 28px !important;
    border-top-left-radius: 28px !important
  }
  [dir=rtl] .rtl\:rounded-start-xxl-4 {
    border-bottom-left-radius: 32px !important;
    border-top-left-radius: 32px !important
  }
  [dir=rtl] .rtl\:rounded-start-xxl-4-5 {
    border-bottom-left-radius: 36px !important;
    border-top-left-radius: 36px !important
  }
  [dir=rtl] .rtl\:rounded-start-xxl-5 {
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important
  }
  [dir=rtl] .rtl\:rounded-start-xxl-5-5 {
    border-bottom-left-radius: 44px !important;
    border-top-left-radius: 44px !important
  }
  [dir=rtl] .rtl\:rounded-start-xxl-6 {
    border-bottom-left-radius: 48px !important;
    border-top-left-radius: 48px !important
  }
  [dir=rtl] .rtl\:rounded-start-xxl-6-5 {
    border-bottom-left-radius: 52px !important;
    border-top-left-radius: 52px !important
  }
  [dir=rtl] .rtl\:rounded-start-xxl-7 {
    border-bottom-left-radius: 56px !important;
    border-top-left-radius: 56px !important
  }
  [dir=rtl] .rtl\:rounded-start-xxl-7-5 {
    border-bottom-left-radius: 60px !important;
    border-top-left-radius: 60px !important
  }
  [dir=rtl] .rtl\:rounded-start-xxl-8 {
    border-bottom-left-radius: 64px !important;
    border-top-left-radius: 64px !important
  }
  [dir=rtl] .rtl\:rounded-start-xxl-8-5 {
    border-bottom-left-radius: 68px !important;
    border-top-left-radius: 68px !important
  }
  [dir=rtl] .rtl\:rounded-start-xxl-9 {
    border-bottom-left-radius: 72px !important;
    border-top-left-radius: 72px !important
  }
  [dir=rtl] .rtl\:rounded-start-xxl-9-5 {
    border-bottom-left-radius: 76px !important;
    border-top-left-radius: 76px !important
  }
  [dir=rtl] .rtl\:rounded-start-xxl-10 {
    border-bottom-left-radius: 80px !important;
    border-top-left-radius: 80px !important
  }
  [dir=rtl] .rtl\:rounded-start-xxl-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important
  }
  [dir=rtl] .rtl\:rounded-start-xxl-full {
    border-bottom-left-radius: 100% !important;
    border-top-left-radius: 100% !important
  }
  [dir=rtl] .rtl\:rounded-start-xxl-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important
  }
  [dir=rtl] .rtl\:rounded-start-xxl-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-start {

    border-bottom-left-radius: var(--radius) !important;
    border-top-left-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-default {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-0-5 {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-1 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-1-5 {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-2 {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-2-5 {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-3 {
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 24px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-3-5 {
    border-bottom-left-radius: 28px !important;
    border-top-left-radius: 28px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-4 {
    border-bottom-left-radius: 32px !important;
    border-top-left-radius: 32px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-4-5 {
    border-bottom-left-radius: 36px !important;
    border-top-left-radius: 36px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-5 {
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-5-5 {
    border-bottom-left-radius: 44px !important;
    border-top-left-radius: 44px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-6 {
    border-bottom-left-radius: 48px !important;
    border-top-left-radius: 48px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-6-5 {
    border-bottom-left-radius: 52px !important;
    border-top-left-radius: 52px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-7 {
    border-bottom-left-radius: 56px !important;
    border-top-left-radius: 56px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-7-5 {
    border-bottom-left-radius: 60px !important;
    border-top-left-radius: 60px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-8 {
    border-bottom-left-radius: 64px !important;
    border-top-left-radius: 64px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-8-5 {
    border-bottom-left-radius: 68px !important;
    border-top-left-radius: 68px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-9 {
    border-bottom-left-radius: 72px !important;
    border-top-left-radius: 72px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-9-5 {
    border-bottom-left-radius: 76px !important;
    border-top-left-radius: 76px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-10 {
    border-bottom-left-radius: 80px !important;
    border-top-left-radius: 80px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-full {
    border-bottom-left-radius: 100% !important;
    border-top-left-radius: 100% !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
  }
  [dir=rtl] .rtl\:g-row-start-xxl-1 {

    grid-row-start: 1 !important
  }
  [dir=rtl] .rtl\:g-row-start-xxl-2 {
    grid-row-start: 2 !important
  }
  [dir=rtl] .rtl\:g-row-start-xxl-3 {
    grid-row-start: 3 !important
  }
  [dir=rtl] .rtl\:g-row-start-xxl-4 {
    grid-row-start: 4 !important
  }
  [dir=rtl] .rtl\:g-row-start-xxl-5 {
    grid-row-start: 5 !important
  }
  [dir=rtl] .rtl\:g-row-start-xxl-6 {
    grid-row-start: 6 !important
  }
  [dir=rtl] .rtl\:g-row-start-xxl-7 {
    grid-row-start: 7 !important
  }
  [dir=rtl] .rtl\:g-row-start-xxl-8 {
    grid-row-start: 8 !important
  }
  [dir=rtl] .rtl\:g-row-start-xxl-9 {
    grid-row-start: 9 !important
  }
  [dir=rtl] .rtl\:g-row-start-xxl-10 {
    grid-row-start: 10 !important
  }
  [dir=rtl] .rtl\:g-row-start-xxl-11 {
    grid-row-start: 11 !important
  }
  [dir=rtl] .rtl\:g-row-start-xxl-12 {
    grid-row-start: 12 !important
  }
  [dir=rtl] .rtl\:g-row-start-xxl-13 {
    grid-row-start: 13 !important
  }
  [dir=rtl] .rtl\:g-row-start-xxl-auto {
    grid-row-start: auto !important
  }
  [dir=rtl] .rtl\:xxl\:g-row-start-1 {
    grid-row-start: 1 !important
  }
  [dir=rtl] .rtl\:xxl\:g-row-start-2 {
    grid-row-start: 2 !important
  }
  [dir=rtl] .rtl\:xxl\:g-row-start-3 {
    grid-row-start: 3 !important
  }
  [dir=rtl] .rtl\:xxl\:g-row-start-4 {
    grid-row-start: 4 !important
  }
  [dir=rtl] .rtl\:xxl\:g-row-start-5 {
    grid-row-start: 5 !important
  }
  [dir=rtl] .rtl\:xxl\:g-row-start-6 {
    grid-row-start: 6 !important
  }
  [dir=rtl] .rtl\:xxl\:g-row-start-7 {
    grid-row-start: 7 !important
  }
  [dir=rtl] .rtl\:xxl\:g-row-start-8 {
    grid-row-start: 8 !important
  }
  [dir=rtl] .rtl\:xxl\:g-row-start-9 {
    grid-row-start: 9 !important
  }
  [dir=rtl] .rtl\:xxl\:g-row-start-10 {
    grid-row-start: 10 !important
  }
  [dir=rtl] .rtl\:xxl\:g-row-start-11 {
    grid-row-start: 11 !important
  }
  [dir=rtl] .rtl\:xxl\:g-row-start-12 {
    grid-row-start: 12 !important
  }
  [dir=rtl] .rtl\:xxl\:g-row-start-13 {
    grid-row-start: 13 !important
  }
  [dir=rtl] .rtl\:xxl\:g-row-start-auto {
    grid-row-start: auto !important
  }
  [dir=rtl] .rtl\:g-row-end-xxl-1 {
    grid-row-end: 1 !important
  }
  [dir=rtl] .rtl\:g-row-end-xxl-2 {
    grid-row-end: 2 !important
  }
  [dir=rtl] .rtl\:g-row-end-xxl-3 {
    grid-row-end: 3 !important
  }
  [dir=rtl] .rtl\:g-row-end-xxl-4 {
    grid-row-end: 4 !important
  }
  [dir=rtl] .rtl\:g-row-end-xxl-5 {
    grid-row-end: 5 !important
  }
  [dir=rtl] .rtl\:g-row-end-xxl-6 {
    grid-row-end: 6 !important
  }
  [dir=rtl] .rtl\:g-row-end-xxl-7 {
    grid-row-end: 7 !important
  }
  [dir=rtl] .rtl\:g-row-end-xxl-8 {
    grid-row-end: 8 !important
  }
  [dir=rtl] .rtl\:g-row-end-xxl-9 {
    grid-row-end: 9 !important
  }
  [dir=rtl] .rtl\:g-row-end-xxl-10 {
    grid-row-end: 10 !important
  }
  [dir=rtl] .rtl\:g-row-end-xxl-11 {
    grid-row-end: 11 !important
  }
  [dir=rtl] .rtl\:g-row-end-xxl-12 {
    grid-row-end: 12 !important
  }
  [dir=rtl] .rtl\:g-row-end-xxl-13 {
    grid-row-end: 13 !important
  }
  [dir=rtl] .rtl\:g-row-end-xxl-auto {
    grid-row-end: auto !important
  }
  [dir=rtl] .rtl\:xxl\:g-row-end-1 {
    grid-row-end: 1 !important
  }
  [dir=rtl] .rtl\:xxl\:g-row-end-2 {
    grid-row-end: 2 !important
  }
  [dir=rtl] .rtl\:xxl\:g-row-end-3 {
    grid-row-end: 3 !important
  }
  [dir=rtl] .rtl\:xxl\:g-row-end-4 {
    grid-row-end: 4 !important
  }
  [dir=rtl] .rtl\:xxl\:g-row-end-5 {
    grid-row-end: 5 !important
  }
  [dir=rtl] .rtl\:xxl\:g-row-end-6 {
    grid-row-end: 6 !important
  }
  [dir=rtl] .rtl\:xxl\:g-row-end-7 {
    grid-row-end: 7 !important
  }
  [dir=rtl] .rtl\:xxl\:g-row-end-8 {
    grid-row-end: 8 !important
  }
  [dir=rtl] .rtl\:xxl\:g-row-end-9 {
    grid-row-end: 9 !important
  }
  [dir=rtl] .rtl\:xxl\:g-row-end-10 {
    grid-row-end: 10 !important
  }
  [dir=rtl] .rtl\:xxl\:g-row-end-11 {
    grid-row-end: 11 !important
  }
  [dir=rtl] .rtl\:xxl\:g-row-end-12 {
    grid-row-end: 12 !important
  }
  [dir=rtl] .rtl\:xxl\:g-row-end-13 {
    grid-row-end: 13 !important
  }
  [dir=rtl] .rtl\:xxl\:g-row-end-auto {
    grid-row-end: auto !important
  }
  [dir=rtl] .rtl\:g-col-start-xxl-1 {
    grid-column-start: 1 !important
  }
  [dir=rtl] .rtl\:g-col-start-xxl-2 {
    grid-column-start: 2 !important
  }
  [dir=rtl] .rtl\:g-col-start-xxl-3 {
    grid-column-start: 3 !important
  }
  [dir=rtl] .rtl\:g-col-start-xxl-4 {
    grid-column-start: 4 !important
  }
  [dir=rtl] .rtl\:g-col-start-xxl-5 {
    grid-column-start: 5 !important
  }
  [dir=rtl] .rtl\:g-col-start-xxl-6 {
    grid-column-start: 6 !important
  }
  [dir=rtl] .rtl\:g-col-start-xxl-7 {
    grid-column-start: 7 !important
  }
  [dir=rtl] .rtl\:g-col-start-xxl-8 {
    grid-column-start: 8 !important
  }
  [dir=rtl] .rtl\:g-col-start-xxl-9 {
    grid-column-start: 9 !important
  }
  [dir=rtl] .rtl\:g-col-start-xxl-10 {
    grid-column-start: 10 !important
  }
  [dir=rtl] .rtl\:g-col-start-xxl-11 {
    grid-column-start: 11 !important
  }
  [dir=rtl] .rtl\:g-col-start-xxl-12 {
    grid-column-start: 12 !important
  }
  [dir=rtl] .rtl\:g-col-start-xxl-13 {
    grid-column-start: 13 !important
  }
  [dir=rtl] .rtl\:g-col-start-xxl-auto {
    grid-column-start: auto !important
  }
  [dir=rtl] .rtl\:xxl\:g-col-start-1 {
    grid-column-start: 1 !important
  }
  [dir=rtl] .rtl\:xxl\:g-col-start-2 {
    grid-column-start: 2 !important
  }
  [dir=rtl] .rtl\:xxl\:g-col-start-3 {
    grid-column-start: 3 !important
  }
  [dir=rtl] .rtl\:xxl\:g-col-start-4 {
    grid-column-start: 4 !important
  }
  [dir=rtl] .rtl\:xxl\:g-col-start-5 {
    grid-column-start: 5 !important
  }
  [dir=rtl] .rtl\:xxl\:g-col-start-6 {
    grid-column-start: 6 !important
  }
  [dir=rtl] .rtl\:xxl\:g-col-start-7 {
    grid-column-start: 7 !important
  }
  [dir=rtl] .rtl\:xxl\:g-col-start-8 {
    grid-column-start: 8 !important
  }
  [dir=rtl] .rtl\:xxl\:g-col-start-9 {
    grid-column-start: 9 !important
  }
  [dir=rtl] .rtl\:xxl\:g-col-start-10 {
    grid-column-start: 10 !important
  }
  [dir=rtl] .rtl\:xxl\:g-col-start-11 {
    grid-column-start: 11 !important
  }
  [dir=rtl] .rtl\:xxl\:g-col-start-12 {
    grid-column-start: 12 !important
  }
  [dir=rtl] .rtl\:xxl\:g-col-start-13 {
    grid-column-start: 13 !important
  }
  [dir=rtl] .rtl\:xxl\:g-col-start-auto {
    grid-column-start: auto !important
  }
  [dir=rtl] .rtl\:g-col-end-xxl-1 {
    grid-column-end: 1 !important
  }
  [dir=rtl] .rtl\:g-col-end-xxl-2 {
    grid-column-end: 2 !important
  }
  [dir=rtl] .rtl\:g-col-end-xxl-3 {
    grid-column-end: 3 !important
  }
  [dir=rtl] .rtl\:g-col-end-xxl-4 {
    grid-column-end: 4 !important
  }
  [dir=rtl] .rtl\:g-col-end-xxl-5 {
    grid-column-end: 5 !important
  }
  [dir=rtl] .rtl\:g-col-end-xxl-6 {
    grid-column-end: 6 !important
  }
  [dir=rtl] .rtl\:g-col-end-xxl-7 {
    grid-column-end: 7 !important
  }
  [dir=rtl] .rtl\:g-col-end-xxl-8 {
    grid-column-end: 8 !important
  }
  [dir=rtl] .rtl\:g-col-end-xxl-9 {
    grid-column-end: 9 !important
  }
  [dir=rtl] .rtl\:g-col-end-xxl-10 {
    grid-column-end: 10 !important
  }
  [dir=rtl] .rtl\:g-col-end-xxl-11 {
    grid-column-end: 11 !important
  }
  [dir=rtl] .rtl\:g-col-end-xxl-12 {
    grid-column-end: 12 !important
  }
  [dir=rtl] .rtl\:g-col-end-xxl-13 {
    grid-column-end: 13 !important
  }
  [dir=rtl] .rtl\:g-col-end-xxl-auto {
    grid-column-end: auto !important
  }
  [dir=rtl] .rtl\:xxl\:g-col-end-1 {
    grid-column-end: 1 !important
  }
  [dir=rtl] .rtl\:xxl\:g-col-end-2 {
    grid-column-end: 2 !important
  }
  [dir=rtl] .rtl\:xxl\:g-col-end-3 {
    grid-column-end: 3 !important
  }
  [dir=rtl] .rtl\:xxl\:g-col-end-4 {
    grid-column-end: 4 !important
  }
  [dir=rtl] .rtl\:xxl\:g-col-end-5 {
    grid-column-end: 5 !important
  }
  [dir=rtl] .rtl\:xxl\:g-col-end-6 {
    grid-column-end: 6 !important
  }
  [dir=rtl] .rtl\:xxl\:g-col-end-7 {
    grid-column-end: 7 !important
  }
  [dir=rtl] .rtl\:xxl\:g-col-end-8 {
    grid-column-end: 8 !important
  }
  [dir=rtl] .rtl\:xxl\:g-col-end-9 {
    grid-column-end: 9 !important
  }
  [dir=rtl] .rtl\:xxl\:g-col-end-10 {
    grid-column-end: 10 !important
  }
  [dir=rtl] .rtl\:xxl\:g-col-end-11 {
    grid-column-end: 11 !important
  }
  [dir=rtl] .rtl\:xxl\:g-col-end-12 {
    grid-column-end: 12 !important
  }
  [dir=rtl] .rtl\:xxl\:g-col-end-13 {
    grid-column-end: 13 !important
  }
  [dir=rtl] .rtl\:xxl\:g-col-end-auto {
    grid-column-end: auto !important
  }
  .icon-xxl-narrow {
    width: 16px !important;
    height: 16px !important;
    font-size: 16px !important
  }
  .icon-xxl-1 {
    width: 20px !important;
    height: 20px !important;
    font-size: 20px !important
  }
  .icon-xxl-2 {
    width: 24px !important;
    height: 24px !important;
    font-size: 24px !important
  }
  .icon-xxl-3 {
    width: 32px !important;
    height: 32px !important;
    font-size: 32px !important
  }
  .icon-xxl-4 {
    width: 48px !important;
    height: 48px !important;
    font-size: 48px !important
  }
  .icon-xxl-5 {
    width: 64px !important;
    height: 64px !important;
    font-size: 64px !important
  }
  .icon-xxl-6 {
    width: 80px !important;
    height: 80px !important;
    font-size: 80px !important
  }
  [dir=rtl] .rtl\:mask-start-xxl {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-start-xxl-1 {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-start-xxl-2 {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-start-xxl-3 {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-start-xxl-4 {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-start-xxl-0 {
    mask-image: none !important
  }
  [dir=rtl] .rtl\:xxl\:mask-start {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:xxl\:mask-start-1 {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:xxl\:mask-start-2 {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:xxl\:mask-start-3 {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:xxl\:mask-start-4 {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:xxl\:mask-start-0 {
    mask-image: none !important
  }
  [dir=rtl] .rtl\:mask-end-xxl {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-end-xxl-1 {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-end-xxl-2 {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-end-xxl-3 {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-end-xxl-4 {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:mask-end-xxl-0 {
    mask-image: none !important
  }
  [dir=rtl] .rtl\:xxl\:mask-end {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:xxl\:mask-end-1 {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:xxl\:mask-end-2 {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:xxl\:mask-end-3 {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:xxl\:mask-end-4 {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%) !important
  }
  [dir=rtl] .rtl\:xxl\:mask-end-0 {
    mask-image: none !important
  }
  [dir=rtl] .rtl\:rotate-xxl-0 {
    transform: rotate(0deg) !important
  }
  [dir=rtl] .rtl\:rotate-xxl-1 {
    transform: rotate(1deg) !important
  }
  [dir=rtl] .rtl\:rotate-xxl-2 {
    transform: rotate(2deg) !important
  }
  [dir=rtl] .rtl\:rotate-xxl-3 {
    transform: rotate(3deg) !important
  }
  [dir=rtl] .rtl\:rotate-xxl-6 {
    transform: rotate(6deg) !important
  }
  [dir=rtl] .rtl\:rotate-xxl-12 {
    transform: rotate(12deg) !important
  }
  [dir=rtl] .rtl\:rotate-xxl-45 {
    transform: rotate(45deg) !important
  }
  [dir=rtl] .rtl\:rotate-xxl-90 {
    transform: rotate(90deg) !important
  }
  [dir=rtl] .rtl\:rotate-xxl-180 {
    transform: rotate(180deg) !important
  }
  [dir=rtl] .rtl\:xxl\:rotate-0 {
    transform: rotate(0deg) !important
  }
  [dir=rtl] .rtl\:xxl\:rotate-1 {
    transform: rotate(1deg) !important
  }
  [dir=rtl] .rtl\:xxl\:rotate-2 {
    transform: rotate(2deg) !important
  }
  [dir=rtl] .rtl\:xxl\:rotate-3 {
    transform: rotate(3deg) !important
  }
  [dir=rtl] .rtl\:xxl\:rotate-6 {
    transform: rotate(6deg) !important
  }
  [dir=rtl] .rtl\:xxl\:rotate-12 {
    transform: rotate(12deg) !important
  }
  [dir=rtl] .rtl\:xxl\:rotate-45 {
    transform: rotate(45deg) !important
  }
  [dir=rtl] .rtl\:xxl\:rotate-90 {
    transform: rotate(90deg) !important
  }
  [dir=rtl] .rtl\:xxl\:rotate-180 {
    transform: rotate(180deg) !important
  }
  [dir=rtl] .rtl\:-rotate-xxl-1 {
    transform: rotate(-1deg) !important
  }
  [dir=rtl] .rtl\:-rotate-xxl-2 {
    transform: rotate(-2deg) !important
  }
  [dir=rtl] .rtl\:-rotate-xxl-3 {
    transform: rotate(-3deg) !important
  }
  [dir=rtl] .rtl\:-rotate-xxl-6 {
    transform: rotate(-6deg) !important
  }
  [dir=rtl] .rtl\:-rotate-xxl-12 {
    transform: rotate(-12deg) !important
  }
  [dir=rtl] .rtl\:-rotate-xxl-45 {
    transform: rotate(-45deg) !important
  }
  [dir=rtl] .rtl\:-rotate-xxl-90 {
    transform: rotate(-90deg) !important
  }
  [dir=rtl] .rtl\:-rotate-xxl-180 {
    transform: rotate(-180deg) !important
  }
  [dir=rtl] .rtl\:xxl\:-rotate-1 {
    transform: rotate(-1deg) !important
  }
  [dir=rtl] .rtl\:xxl\:-rotate-2 {
    transform: rotate(-2deg) !important
  }
  [dir=rtl] .rtl\:xxl\:-rotate-3 {
    transform: rotate(-3deg) !important
  }
  [dir=rtl] .rtl\:xxl\:-rotate-6 {
    transform: rotate(-6deg) !important
  }
  [dir=rtl] .rtl\:xxl\:-rotate-12 {
    transform: rotate(-12deg) !important
  }
  [dir=rtl] .rtl\:xxl\:-rotate-45 {
    transform: rotate(-45deg) !important
  }
  [dir=rtl] .rtl\:xxl\:-rotate-90 {

    transform: rotate(-90deg) !important
  }
  [dir=rtl] .rtl\:xxl\:-rotate-180 {
    transform: rotate(-180deg) !important
  }
  [dir=rtl] .rtl\:origin-xxl-center {
    transform-origin: center !important
  }
  [dir=rtl] .rtl\:origin-xxl-top {
    transform-origin: top !important
  }
  [dir=rtl] .rtl\:origin-xxl-top-right {
    transform-origin: top right !important
  }
  [dir=rtl] .rtl\:origin-xxl-top-left {
    transform-origin: top left !important
  }
  [dir=rtl] .rtl\:origin-xxl-left {
    transform-origin: left !important
  }
  [dir=rtl] .rtl\:origin-xxl-right {
    transform-origin: right !important
  }
  [dir=rtl] .rtl\:origin-xxl-bottom-right {
    transform-origin: bottom right !important
  }
  [dir=rtl] .rtl\:origin-xxl-bottom {
    transform-origin: bottom !important
  }
  [dir=rtl] .rtl\:origin-xxl-bottom-left {
    transform-origin: bottom left !important
  }
  [dir=rtl] .rtl\:xxl\:origin-center {
    transform-origin: center !important
  }
  [dir=rtl] .rtl\:xxl\:origin-top {
    transform-origin: top !important
  }
  [dir=rtl] .rtl\:xxl\:origin-top-right {
    transform-origin: top right !important
  }
  [dir=rtl] .rtl\:xxl\:origin-top-left {
    transform-origin: top left !important
  }
  [dir=rtl] .rtl\:xxl\:origin-left {
    transform-origin: left !important
  }
  [dir=rtl] .rtl\:xxl\:origin-right {
    transform-origin: right !important
  }
  [dir=rtl] .rtl\:xxl\:origin-bottom-right {
    transform-origin: bottom right !important
  }
  [dir=rtl] .rtl\:xxl\:origin-bottom {
    transform-origin: bottom !important
  }
  [dir=rtl] .rtl\:xxl\:origin-bottom-left {
    transform-origin: bottom left !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl {
    border-top-left-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-default {
    border-top-left-radius: 8px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-0-5 {
    border-top-left-radius: 2px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-1 {
    border-top-left-radius: 4px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-1-5 {
    border-top-left-radius: 12px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-2 {
    border-top-left-radius: 16px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-2-5 {
    border-top-left-radius: 20px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-3 {
    border-top-left-radius: 24px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-3-5 {
    border-top-left-radius: 28px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-4 {
    border-top-left-radius: 32px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-4-5 {
    border-top-left-radius: 36px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-5 {
    border-top-left-radius: 40px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-5-5 {
    border-top-left-radius: 44px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-6 {
    border-top-left-radius: 48px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-6-5 {
    border-top-left-radius: 52px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-7 {
    border-top-left-radius: 56px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-7-5 {
    border-top-left-radius: 60px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-8 {
    border-top-left-radius: 64px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-8-5 {
    border-top-left-radius: 68px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-9 {
    border-top-left-radius: 72px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-9-5 {
    border-top-left-radius: 76px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-10 {
    border-top-left-radius: 80px !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-circle {
    border-top-left-radius: 50% !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-full {
    border-top-left-radius: 100% !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-pill {
    border-top-left-radius: 50rem !important
  }
  [dir=rtl] .rtl\:rounded-top-start-xxl-0 {
    border-top-left-radius: 0 !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start {
    border-top-left-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-default {
    border-top-left-radius: 8px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-0-5 {
    border-top-left-radius: 2px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-1 {
    border-top-left-radius: 4px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-1-5 {
    border-top-left-radius: 12px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-2 {
    border-top-left-radius: 16px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-2-5 {
    border-top-left-radius: 20px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-3 {
    border-top-left-radius: 24px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-3-5 {
    border-top-left-radius: 28px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-4 {
    border-top-left-radius: 32px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-4-5 {
    border-top-left-radius: 36px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-5 {
    border-top-left-radius: 40px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-5-5 {
    border-top-left-radius: 44px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-6 {
    border-top-left-radius: 48px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-6-5 {
    border-top-left-radius: 52px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-7 {
    border-top-left-radius: 56px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-7-5 {
    border-top-left-radius: 60px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-8 {
    border-top-left-radius: 64px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-8-5 {
    border-top-left-radius: 68px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-9 {
    border-top-left-radius: 72px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-9-5 {
    border-top-left-radius: 76px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-10 {
    border-top-left-radius: 80px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-circle {
    border-top-left-radius: 50% !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-full {
    border-top-left-radius: 100% !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-pill {
    border-top-left-radius: 50rem !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-start-0 {
    border-top-left-radius: 0 !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl {
    border-top-right-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-default {
    border-top-right-radius: 8px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-0-5 {
    border-top-right-radius: 2px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-1 {
    border-top-right-radius: 4px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-1-5 {
    border-top-right-radius: 12px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-2 {
    border-top-right-radius: 16px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-2-5 {
    border-top-right-radius: 20px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-3 {
    border-top-right-radius: 24px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-3-5 {
    border-top-right-radius: 28px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-4 {
    border-top-right-radius: 32px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-4-5 {
    border-top-right-radius: 36px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-5 {
    border-top-right-radius: 40px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-5-5 {
    border-top-right-radius: 44px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-6 {
    border-top-right-radius: 48px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-6-5 {
    border-top-right-radius: 52px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-7 {
    border-top-right-radius: 56px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-7-5 {
    border-top-right-radius: 60px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-8 {
    border-top-right-radius: 64px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-8-5 {
    border-top-right-radius: 68px !important
  }

  [dir=rtl] .rtl\:rounded-top-end-xxl-9 {
    border-top-right-radius: 72px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-9-5 {
    border-top-right-radius: 76px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-10 {
    border-top-right-radius: 80px !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-circle {
    border-top-right-radius: 50% !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-full {
    border-top-right-radius: 100% !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-pill {
    border-top-right-radius: 50rem !important
  }
  [dir=rtl] .rtl\:rounded-top-end-xxl-0 {
    border-top-right-radius: 0 !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end {
    border-top-right-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-default {
    border-top-right-radius: 8px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-0-5 {
    border-top-right-radius: 2px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-1 {
    border-top-right-radius: 4px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-1-5 {
    border-top-right-radius: 12px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-2 {
    border-top-right-radius: 16px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-2-5 {
    border-top-right-radius: 20px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-3 {
    border-top-right-radius: 24px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-3-5 {
    border-top-right-radius: 28px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-4 {
    border-top-right-radius: 32px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-4-5 {
    border-top-right-radius: 36px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-5 {
    border-top-right-radius: 40px !important

  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-5-5 {
    border-top-right-radius: 44px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-6 {
    border-top-right-radius: 48px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-6-5 {
    border-top-right-radius: 52px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-7 {
    border-top-right-radius: 56px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-7-5 {
    border-top-right-radius: 60px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-8 {
    border-top-right-radius: 64px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-8-5 {
    border-top-right-radius: 68px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-9 {
    border-top-right-radius: 72px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-9-5 {
    border-top-right-radius: 76px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-10 {
    border-top-right-radius: 80px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-circle {
    border-top-right-radius: 50% !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-full {
    border-top-right-radius: 100% !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-pill {
    border-top-right-radius: 50rem !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-top-end-0 {
    border-top-right-radius: 0 !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl {
    border-bottom-left-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-default {
    border-bottom-left-radius: 8px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-0-5 {
    border-bottom-left-radius: 2px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-1 {
    border-bottom-left-radius: 4px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-1-5 {
    border-bottom-left-radius: 12px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-2 {
    border-bottom-left-radius: 16px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-2-5 {
    border-bottom-left-radius: 20px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-3 {
    border-bottom-left-radius: 24px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-3-5 {
    border-bottom-left-radius: 28px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-4 {
    border-bottom-left-radius: 32px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-4-5 {
    border-bottom-left-radius: 36px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-5 {
    border-bottom-left-radius: 40px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-5-5 {
    border-bottom-left-radius: 44px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-6 {
    border-bottom-left-radius: 48px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-6-5 {
    border-bottom-left-radius: 52px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-7 {
    border-bottom-left-radius: 56px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-7-5 {
    border-bottom-left-radius: 60px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-8 {
    border-bottom-left-radius: 64px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-8-5 {
    border-bottom-left-radius: 68px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-9 {
    border-bottom-left-radius: 72px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-9-5 {
    border-bottom-left-radius: 76px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-10 {
    border-bottom-left-radius: 80px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-circle {
    border-bottom-left-radius: 50% !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-full {
    border-bottom-left-radius: 100% !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-pill {
    border-bottom-left-radius: 50rem !important
  }
  [dir=rtl] .rtl\:rounded-bottom-start-xxl-0 {
    border-bottom-left-radius: 0 !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start {
    border-bottom-left-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-default {
    border-bottom-left-radius: 8px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-0-5 {
    border-bottom-left-radius: 2px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-1 {
    border-bottom-left-radius: 4px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-1-5 {
    border-bottom-left-radius: 12px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-2 {
    border-bottom-left-radius: 16px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-2-5 {
    border-bottom-left-radius: 20px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-3 {
    border-bottom-left-radius: 24px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-3-5 {
    border-bottom-left-radius: 28px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-4 {
    border-bottom-left-radius: 32px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-4-5 {
    border-bottom-left-radius: 36px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-5 {
    border-bottom-left-radius: 40px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-5-5 {
    border-bottom-left-radius: 44px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-6 {
    border-bottom-left-radius: 48px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-6-5 {
    border-bottom-left-radius: 52px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-7 {
    border-bottom-left-radius: 56px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-7-5 {
    border-bottom-left-radius: 60px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-8 {
    border-bottom-left-radius: 64px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-8-5 {
    border-bottom-left-radius: 68px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-9 {
    border-bottom-left-radius: 72px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-9-5 {
    border-bottom-left-radius: 76px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-10 {
    border-bottom-left-radius: 80px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-circle {
    border-bottom-left-radius: 50% !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-full {
    border-bottom-left-radius: 100% !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-pill {
    border-bottom-left-radius: 50rem !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-start-0 {
    border-bottom-left-radius: 0 !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl {
    border-bottom-right-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-default {
    border-bottom-right-radius: 8px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-0-5 {
    border-bottom-right-radius: 2px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-1 {
    border-bottom-right-radius: 4px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-1-5 {
    border-bottom-right-radius: 12px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-2 {
    border-bottom-right-radius: 16px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-2-5 {
    border-bottom-right-radius: 20px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-3 {
    border-bottom-right-radius: 24px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-3-5 {
    border-bottom-right-radius: 28px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-4 {
    border-bottom-right-radius: 32px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-4-5 {
    border-bottom-right-radius: 36px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-5 {
    border-bottom-right-radius: 40px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-5-5 {
    border-bottom-right-radius: 44px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-6 {
    border-bottom-right-radius: 48px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-6-5 {
    border-bottom-right-radius: 52px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-7 {
    border-bottom-right-radius: 56px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-7-5 {
    border-bottom-right-radius: 60px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-8 {
    border-bottom-right-radius: 64px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-8-5 {
    border-bottom-right-radius: 68px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-9 {
    border-bottom-right-radius: 72px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-9-5 {
    border-bottom-right-radius: 76px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-10 {
    border-bottom-right-radius: 80px !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-circle {
    border-bottom-right-radius: 50% !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-full {
    border-bottom-right-radius: 100% !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-pill {

    border-bottom-right-radius: 50rem !important
  }
  [dir=rtl] .rtl\:rounded-bottom-end-xxl-0 {
    border-bottom-right-radius: 0 !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end {
    border-bottom-right-radius: var(--radius) !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-default {
    border-bottom-right-radius: 8px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-0-5 {
    border-bottom-right-radius: 2px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-1 {
    border-bottom-right-radius: 4px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-1-5 {
    border-bottom-right-radius: 12px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-2 {
    border-bottom-right-radius: 16px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-2-5 {
    border-bottom-right-radius: 20px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-3 {
    border-bottom-right-radius: 24px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-3-5 {
    border-bottom-right-radius: 28px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-4 {
    border-bottom-right-radius: 32px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-4-5 {
    border-bottom-right-radius: 36px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-5 {
    border-bottom-right-radius: 40px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-5-5 {
    border-bottom-right-radius: 44px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-6 {
    border-bottom-right-radius: 48px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-6-5 {
    border-bottom-right-radius: 52px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-7 {
    border-bottom-right-radius: 56px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-7-5 {
    border-bottom-right-radius: 60px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-8 {
    border-bottom-right-radius: 64px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-8-5 {
    border-bottom-right-radius: 68px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-9 {
    border-bottom-right-radius: 72px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-9-5 {
    border-bottom-right-radius: 76px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-10 {
    border-bottom-right-radius: 80px !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-circle {
    border-bottom-right-radius: 50% !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-full {
    border-bottom-right-radius: 100% !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-pill {
    border-bottom-right-radius: 50rem !important
  }
  [dir=rtl] .rtl\:xxl\:rounded-bottom-end-0 {
    border-bottom-right-radius: 0 !important
  }
}
@media print {
  [dir=rtl] .rtl\:d-print-inline {
    display: inline !important
  }
  [dir=rtl] .rtl\:d-print-inline-block {
    display: inline-block !important
  }
  [dir=rtl] .rtl\:d-print-block {
    display: block !important
  }
  [dir=rtl] .rtl\:d-print-grid {
    display: grid !important
  }
  [dir=rtl] .rtl\:d-print-table {
    display: table !important
  }
  [dir=rtl] .rtl\:d-print-table-row {
    display: table-row !important
  }
  [dir=rtl] .rtl\:d-print-table-cell {
    display: table-cell !important
  }
  [dir=rtl] .rtl\:d-print-flex {
    display: flex !important
  }
  [dir=rtl] .rtl\:d-print-inline-flex {
    display: inline-flex !important
  }
  [dir=rtl] .rtl\:d-print-none {
    display: none !important
  }
  [dir=rtl] .rtl\:d-print-inline {
    display: inline !important
  }
  [dir=rtl] .rtl\:d-print-inline-block {
    display: inline-block !important
  }
  [dir=rtl] .rtl\:d-print-block {
    display: block !important
  }
  [dir=rtl] .rtl\:d-print-grid {
    display: grid !important
  }
  [dir=rtl] .rtl\:d-print-table {
    display: table !important
  }
  [dir=rtl] .rtl\:d-print-table-row {
    display: table-row !important
  }
  [dir=rtl] .rtl\:d-print-table-cell {
    display: table-cell !important
  }
  [dir=rtl] .rtl\:d-print-flex {
    display: flex !important
  }
  [dir=rtl] .rtl\:d-print-inline-flex {
    display: inline-flex !important
  }
  [dir=rtl] .rtl\:d-print-none {
    display: none !important
  }
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--uc-gradient-stops)) !important
}
.bg-gradient-45 {
  background-image: linear-gradient(45deg, var(--uc-gradient-stops)) !important
}
.to-transparent {
  --uc-gradient-to: rgba(255, 255, 255, 0)
}
.from-transparent {
  --uc-gradient-from: transparent;
  --uc-gradient-stops: var(--uc-gradient-from),var(--uc-gradient-to)
}
.via-transparent {
  --uc-gradient-stops: var(--uc-gradient-from),transparent,var(--uc-gradient-to) !important
}
.to-black {
  --uc-gradient-to: black
}
.from-black {
  --uc-gradient-from: #000;
  --uc-gradient-stops: var(--uc-gradient-from),var(--uc-gradient-to)
}
