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

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

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

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

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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

.container {
  width: 100%;
}

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

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

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

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

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

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.\!relative {
  position: relative !important;
}

.sticky {
  position: sticky !important;
}

.inset-0 {
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
}

.top-\[-31px\] {
  top: -31px !important;
}

.left-\[31px\] {
  left: 31px !important;
}

.top-16 {
  top: 4rem !important;
}

.top-0 {
  top: 0px !important;
}

.bottom-5 {
  bottom: 1.25rem !important;
}

.left-5 {
  left: 1.25rem !important;
}

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

.left-20 {
  left: 5rem !important;
}

.top-\[208px\] {
  top: 208px !important;
}

.right-40 {
  right: 10rem !important;
}

.right-\[111px\] {
  right: 111px !important;
}

.top-\[121px\] {
  top: 121px !important;
}

.top-\[277px\] {
  top: 277px !important;
}

.right-24 {
  right: 6rem !important;
}

.top-\[230px\] {
  top: 230px !important;
}

.top-\[-70px\] {
  top: -70px !important;
}

.top-\[-45px\] {
  top: -45px !important;
}

.top-\[162px\] {
  top: 162px !important;
}

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

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

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

.-top-5 {
  top: -1.25rem !important;
}

.-right-14 {
  right: -3.5rem !important;
}

.top-1 {
  top: 0.25rem !important;
}

.top-\[2\.5rem\] {
  top: 2.5rem !important;
}

.-right-\[75px\] {
  right: -75px !important;
}

.top-\[38px\] {
  top: 38px !important;
}

.top-\[2\.3\] {
  top: 2.3 !important;
}

.top-\[2\.3rem\] {
  top: 2.3rem !important;
}

.left-\[-95px\] {
  left: -95px !important;
}

.top-9 {
  top: 2.25rem !important;
}

.-left-14 {
  left: -3.5rem !important;
}

.right-5 {
  right: 1.25rem !important;
}

.top-5 {
  top: 1.25rem !important;
}

.top-\[65px\] {
  top: 65px !important;
}

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

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

.z-\[100\] {
  z-index: 100 !important;
}

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

.z-0 {
  z-index: 0 !important;
}

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

.z-\[0\] {
  z-index: 0 !important;
}

.z-\[-3\] {
  z-index: -3 !important;
}

.z-\[-10\] {
  z-index: -10 !important;
}

.z-\[-5\] {
  z-index: -5 !important;
}

.z-\[200\] {
  z-index: 200 !important;
}

.order-first {
  order: -9999 !important;
}

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

.m-5 {
  margin: 1.25rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mx-1\.5 {
  margin-left: 0.375rem !important;
  margin-right: 0.375rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mx-2\.5 {
  margin-left: 0.625rem !important;
  margin-right: 0.625rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

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

.my-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

.my-2\.5 {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.my-11 {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.my-20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-9 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-24 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

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

.mr-5 {
  margin-right: 1.25rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

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

.mt-3 {
  margin-top: 0.75rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.mb-1\.5 {
  margin-bottom: 0.375rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

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

.-mt-5 {
  margin-top: -1.25rem !important;
}

.mb-14 {
  margin-bottom: 3.5rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

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

.mr-6 {
  margin-right: 1.5rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mt-7 {
  margin-top: 1.75rem !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-3\.5 {
  margin-bottom: 0.875rem !important;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

.mr-\[-108px\] {
  margin-right: -108px !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mt-32 {
  margin-top: 8rem !important;
}

.mb-7 {
  margin-bottom: 1.75rem !important;
}

.ml-12 {
  margin-left: 3rem !important;
}

.mt-\[280px\] {
  margin-top: 280px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mb-12 {
  margin-bottom: 3rem !important;
}

.-mt-8 {
  margin-top: -2rem !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-11 {
  margin-top: 2.75rem !important;
}

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

.mr-3 {
  margin-right: 0.75rem !important;
}

.mt-2\.5 {
  margin-top: 0.625rem !important;
}

.mt-\[35px\] {
  margin-top: 35px !important;
}

.ml-auto {
  margin-left: auto !important;
}

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

.mr-64 {
  margin-right: 16rem !important;
}

.ml-24 {
  margin-left: 6rem !important;
}

.-ml-7 {
  margin-left: -1.75rem !important;
}

.mt-20 {
  margin-top: 5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-9 {
  margin-bottom: 2.25rem !important;
}

.-mt-6 {
  margin-top: -1.5rem !important;
}

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

.mb-20 {
  margin-bottom: 5rem !important;
}

.ml-5 {
  margin-left: 1.25rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

.mr-8 {
  margin-right: 2rem !important;
}

.-mt-11 {
  margin-top: -2.75rem !important;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.mt-9 {
  margin-top: 2.25rem !important;
}

.mt-14 {
  margin-top: 3.5rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.ml-3\.5 {
  margin-left: 0.875rem !important;
}

.-ml-5 {
  margin-left: -1.25rem !important;
}

.mr-3\.5 {
  margin-right: 0.875rem !important;
}

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

.mr-\[1\.1rem\] {
  margin-right: 1.1rem !important;
}

.-mt-9 {
  margin-top: -2.25rem !important;
}

.ml-8 {
  margin-left: 2rem !important;
}

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

.ml-\[17\%\] {
  margin-left: 17% !important;
}

.mt-\[-1\.3rem\] {
  margin-top: -1.3rem !important;
}

.mb-\[5\%\] {
  margin-bottom: 5% !important;
}

.-mb-5 {
  margin-bottom: -1.25rem !important;
}

.ml-\[1\.1rem\] {
  margin-left: 1.1rem !important;
}

.-mr-10 {
  margin-right: -2.5rem !important;
}

.mt-\[22px\] {
  margin-top: 22px !important;
}

.mr-\[50\%\] {
  margin-right: 50% !important;
}

.-mr-3 {
  margin-right: -0.75rem !important;
}

.ml-\[50\%\] {
  margin-left: 50% !important;
}

.-ml-3 {
  margin-left: -0.75rem !important;
}

.-ml-10 {
  margin-left: -2.5rem !important;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.flex {
  display: flex !important;
}

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

.table {
  display: table !important;
}

.grid {
  display: grid !important;
}

.hidden {
  display: none !important;
}

.h-\[38px\] {
  height: 38px !important;
}

.h-\[111px\] {
  height: 111px !important;
}

.h-\[242px\] {
  height: 242px !important;
}

.h-12 {
  height: 3rem !important;
}

.h-14 {
  height: 3.5rem !important;
}

.h-72 {
  height: 18rem !important;
}

.h-full {
  height: 100% !important;
}

.h-\[64px\] {
  height: 64px !important;
}

.h-\[362px\] {
  height: 362px !important;
}

.h-\[518px\] {
  height: 518px !important;
}

.h-\[383px\] {
  height: 383px !important;
}

.h-\[280px\] {
  height: 280px !important;
}

.h-\[431px\] {
  height: 431px !important;
}

.h-\[98px\] {
  height: 98px !important;
}

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

.h-\[100px\] {
  height: 100px !important;
}

.h-\[40rem\] {
  height: 40rem !important;
}

.h-\[800px\] {
  height: 800px !important;
}

.h-\[201px\] {
  height: 201px !important;
}

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

.h-\[259px\] {
  height: 259px !important;
}

.h-\[402px\] {
  height: 402px !important;
}

.h-\[75px\] {
  height: 75px !important;
}

.h-\[350px\] {
  height: 350px !important;
}

.h-\[32px\] {
  height: 32px !important;
}

.h-\[166px\] {
  height: 166px !important;
}

.h-\[185px\] {
  height: 185px !important;
}

.h-\[250px\] {
  height: 250px !important;
}

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

.h-\[208\.014px\] {
  height: 208.014px !important;
}

.h-fit {
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.h-\[40px\] {
  height: 40px !important;
}

.h-5 {
  height: 1.25rem !important;
}

.h-\[222px\] {
  height: 222px !important;
}

.h-\[129px\] {
  height: 129px !important;
}

.h-\[244px\] {
  height: 244px !important;
}

.h-\[371px\] {
  height: 371px !important;
}

.h-\[140px\] {
  height: 140px !important;
}

.h-\[196px\] {
  height: 196px !important;
}

.h-8 {
  height: 2rem !important;
}

.h-\[24px\] {
  height: 24px !important;
}

.h-\[217px\] {
  height: 217px !important;
}

.h-\[303px\] {
  height: 303px !important;
}

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

.h-\[47px\] {
  height: 47px !important;
}

.h-\[94px\] {
  height: 94px !important;
}

.h-\[150px\] {
  height: 150px !important;
}

.h-\[56px\] {
  height: 56px !important;
}

.h-\[380px\] {
  height: 380px !important;
}

.h-\[35px\] {
  height: 35px !important;
}

.h-9 {
  height: 2.25rem !important;
}

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

.h-6 {
  height: 1.5rem !important;
}

.h-screen {
  height: 100vh !important;
}

.h-\[320px\] {
  height: 320px !important;
}

.h-\[120px\] {
  height: 120px !important;
}

.w-\[110px\] {
  width: 110px !important;
}

.w-\[150px\] {
  width: 150px !important;
}

.w-\[500px\] {
  width: 500px !important;
}

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

.w-\[542px\] {
  width: 542px !important;
}

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

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

.w-\[202px\] {
  width: 202px !important;
}

.w-12 {
  width: 3rem !important;
}

.w-14 {
  width: 3.5rem !important;
}

.w-\[218px\] {
  width: 218px !important;
}

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

.w-\[219px\] {
  width: 219px !important;
}

.w-\[283px\] {
  width: 283px !important;
}

.w-\[183px\] {
  width: 183px !important;
}

.w-\[77px\] {
  width: 77px !important;
}

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

.w-\[132px\] {
  width: 132px !important;
}

.w-\[115px\] {
  width: 115px !important;
}

.w-\[146px\] {
  width: 146px !important;
}

.w-\[362px\] {
  width: 362px !important;
}

.w-\[130px\] {
  width: 130px !important;
}

.w-\[106px\] {
  width: 106px !important;
}

.w-\[170px\] {
  width: 170px !important;
}

.w-\[160px\] {
  width: 160px !important;
}

.w-\[302px\] {
  width: 302px !important;
}

.w-\[347px\] {
  width: 347px !important;
}

.w-\[201px\] {
  width: 201px !important;
}

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

.w-\[154px\] {
  width: 154px !important;
}

.w-\[259px\] {
  width: 259px !important;
}

.w-\[186px\] {
  width: 186px !important;
}

.w-\[353px\] {
  width: 353px !important;
}

.w-\[75px\] {
  width: 75px !important;
}

.w-\[90\%\] {
  width: 90% !important;
}

.w-\[176px\] {
  width: 176px !important;
}

.w-\[32px\] {
  width: 32px !important;
}

.w-\[166px\] {
  width: 166px !important;
}

.w-\[185px\] {
  width: 185px !important;
}

.w-\[370\.287px\] {
  width: 370.287px !important;
}

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

.w-\[8px\] {
  width: 8px !important;
}

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

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

.w-\[238px\] {
  width: 238px !important;
}

.w-\[213\.312px\] {
  width: 213.312px !important;
}

.w-\[320px\] {
  width: 320px !important;
}

.w-\[200px\] {
  width: 200px !important;
}

.w-8 {
  width: 2rem !important;
}

.w-11 {
  width: 2.75rem !important;
}

.w-1\/2 {
  width: 50% !important;
}

.w-3\/4 {
  width: 75% !important;
}

.w-\[99px\] {
  width: 99px !important;
}

.w-1\/3 {
  width: 33.333333% !important;
}

.w-9\/12 {
  width: 75% !important;
}

.w-5 {
  width: 1.25rem !important;
}

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

.w-\[137px\] {
  width: 137px !important;
}

.w-\[135px\] {
  width: 135px !important;
}

.w-\[40px\] {
  width: 40px !important;
}

.w-\[196px\] {
  width: 196px !important;
}

.w-4 {
  width: 1rem !important;
}

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

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

.w-\[155px\] {
  width: 155px !important;
}

.w-16 {
  width: 4rem !important;
}

.w-32 {
  width: 8rem !important;
}

.w-\[165px\] {
  width: 165px !important;
}

.w-\[278px\] {
  width: 278px !important;
}

.w-\[125px\] {
  width: 125px !important;
}

.w-\[190px\] {
  width: 190px !important;
}

.w-\[73px\] {
  width: 73px !important;
}

.w-\[91\%\] {
  width: 91% !important;
}

.w-3\/6 {
  width: 50% !important;
}

.w-10 {
  width: 2.5rem !important;
}

.w-\[93\%\] {
  width: 93% !important;
}

.w-\[51\%\] {
  width: 51% !important;
}

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

.w-36 {
  width: 9rem !important;
}

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

.w-\[214px\] {
  width: 214px !important;
}

.w-\[54\%\] {
  width: 54% !important;
}

.w-\[96\%\] {
  width: 96% !important;
}

.w-\[94\%\] {
  width: 94% !important;
}

.w-\[26px\] {
  width: 26px !important;
}

.w-\[55px\] {
  width: 55px !important;
}

.w-\[70px\] {
  width: 70px !important;
}

.w-9 {
  width: 2.25rem !important;
}

.w-\[260px\] {
  width: 260px !important;
}

.w-6 {
  width: 1.5rem !important;
}

.w-screen {
  width: 100vw !important;
}

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

.min-w-\[443px\] {
  min-width: 443px !important;
}

.min-w-\[150px\] {
  min-width: 150px !important;
}

.min-w-\[260px\] {
  min-width: 260px !important;
}

.min-w-\[110px\] {
  min-width: 110px !important;
}

.min-w-\[130px\] {
  min-width: 130px !important;
}

.max-w-screen-xl {
  max-width: 1033px !important;
}

.max-w-screen-sm {
  max-width: 501px !important;
}

.max-w-\[1100px\] {
  max-width: 1100px !important;
}

.max-w-\[600px\] {
  max-width: 600px !important;
}

.max-w-\[1140px\] {
  max-width: 1140px !important;
}

.max-w-\[190px\] {
  max-width: 190px !important;
}

.max-w-\[380px\] {
  max-width: 380px !important;
}

.max-w-\[150px\] {
  max-width: 150px !important;
}

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

.shrink {
  flex-shrink: 1 !important;
}

.grow {
  flex-grow: 1 !important;
}

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

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

.cursor-pointer {
  cursor: pointer !important;
}

.resize {
  resize: both !important;
}

.scroll-mt-\[230px\] {
  scroll-margin-top: 230px !important;
}

.scroll-mt-\[140px\] {
  scroll-margin-top: 140px !important;
}

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

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

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

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

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

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

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

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

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

.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-around {
  justify-content: space-around !important;
}

.justify-items-center {
  justify-items: center !important;
}

.gap-9 {
  gap: 2.25rem !important;
}

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

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

.gap-\[13px\] {
  gap: 13px !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-\[80px\] {
  gap: 80px !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-10 {
  gap: 2.5rem !important;
}

.gap-8 {
  gap: 2rem !important;
}

.gap-6 {
  gap: 1.5rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

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

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

.gap-y-16 {
  row-gap: 4rem !important;
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
}

.space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

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

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

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

.rounded-2xl {
  border-radius: 1rem !important;
}

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

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

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

.rounded-\[24px\] {
  border-radius: 24px !important;
}

.rounded-\[259px\] {
  border-radius: 259px !important;
}

.rounded-\[121px\] {
  border-radius: 121px !important;
}

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

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

.rounded-\[32px\] {
  border-radius: 32px !important;
}

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

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

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-3xl {
  border-radius: 1.5rem !important;
}

.rounded-r-\[20px\] {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.rounded-l-\[20px\] {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}

.rounded-br-2xl {
  border-bottom-right-radius: 1rem !important;
}

.rounded-tl-2xl {
  border-top-left-radius: 1rem !important;
}

.border-\[8px\] {
  border-width: 8px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border {
  border-width: 1px !important;
}

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

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

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

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

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

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

.border-\[\#EEF1F8\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(238 241 248 / var(--tw-border-opacity)) !important;
}

.border-\[\#F7ECEA\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(247 236 234 / var(--tw-border-opacity)) !important;
}

.border-\[\#F1F9ED\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(241 249 237 / var(--tw-border-opacity)) !important;
}

.border-\[\#FFF5DD\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 245 221 / var(--tw-border-opacity)) !important;
}

.border-orange-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(154 52 18 / var(--tw-border-opacity)) !important;
}

.border-zinc-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(212 212 216 / var(--tw-border-opacity)) !important;
}

.border-zinc-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(161 161 170 / var(--tw-border-opacity)) !important;
}

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

.border-gray-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(243 244 246 / var(--tw-border-opacity)) !important;
}

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

.border-\[\#4C6FB5\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(76 111 181 / var(--tw-border-opacity)) !important;
}

.border-\[\#258E44\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(37 142 68 / var(--tw-border-opacity)) !important;
}

.border-\[\#E2B139\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(226 177 57 / var(--tw-border-opacity)) !important;
}

.border-\[\#3772f2\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(55 114 242 / var(--tw-border-opacity)) !important;
}

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

.border-b-gray-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}

.border-b-\[\#00000014\] {
  border-bottom-color: #00000014 !important;
}

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

.bg-gray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#ebf7dd\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(235 247 221 / var(--tw-bg-opacity)) !important;
}

.bg-orange-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity)) !important;
}

.bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}

.bg-green-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#F3F4F6\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#f4f5f7\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 245 247 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#AA3B26\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(170 59 38 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#FFF5DD\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 245 221 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#F7ECEA\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 236 234 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#F1F9ED\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 249 237 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#4C6FB5\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(76 111 181 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#58B947\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(88 185 71 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#FFCE56\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 206 86 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#73BF441A\] {
  background-color: #73BF441A !important;
}

.bg-\[\#F6F7FB\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(246 247 251 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#4C6FB50F\] {
  background-color: #4C6FB50F !important;
}

.bg-\[\#FFCE561A\] {
  background-color: #FFCE561A !important;
}

.bg-\[rgba\(255\2c 206\2c 86\2c 0\.2\)\] {
  background-color: rgba(255,206,86,0.2) !important;
}

.bg-\[\#F4F5F7\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 245 247 / var(--tw-bg-opacity)) !important;
}

.bg-zinc-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity)) !important;
}

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

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

.bg-\[\#f9f9f9\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#fefad2\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 250 210 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#101010\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(16 16 16 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#EEEFF4\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 239 244 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#FEFAD2\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 250 210 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#EBF7DD\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(235 247 221 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#F2F2F2\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity)) !important;
}

.bg-gray-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#0000004f\] {
  background-color: #0000004f !important;
}

.bg-\[\#E2B1390F\] {
  background-color: #E2B1390F !important;
}

.bg-\[\#ebf8ff\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(235 248 255 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#fefbd0\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 251 208 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#ffffff66\] {
  background-color: #ffffff66 !important;
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3 !important;
}

.bg-\[url\(\'\.\.\/images\/What-do-you-learn-background\.jpg\'\)\] {
  background-image: url('../images/What-do-you-learn-background.jpg') !important;
}

.bg-\[url\(\'\.\.\/images\/IQRA-All-Teachers-Banner\.png\'\)\] {
  background-image: url('../images/IQRA-All-Teachers-Banner.png') !important;
}

.bg-\[url\(\'\.\.\/images\/iqra-network-yellow-background-balloon-study-plan-mb\.webp\'\)\] {
  background-image: url('../images/iqra-network-yellow-background-balloon-study-plan-mb.webp') !important;
}

.bg-\[url\(\'https\:\/\/iqranetwork\.com\/wp-content\/uploads\/2022\/07\/iqra-network-about\.png\'\)\] {
  background-image: url('https://iqranetwork.com/wp-content/uploads/2022/07/iqra-network-about.png') !important;
}

.bg-\[url\(\'https\:\/\/iqranetwork\.com\/wp-content\/uploads\/2022\/07\/about-quote-mbl\.svg\'\)\] {
  background-image: url('https://iqranetwork.com/wp-content/uploads/2022/07/about-quote-mbl.svg') !important;
}

.bg-\[url\(\'https\:\/\/iqranetwork\.com\/wp-content\/uploads\/2022\/07\/iqra-network-all-about\.png\'\)\] {
  background-image: url('https://iqranetwork.com/wp-content/uploads/2022/07/iqra-network-all-about.png') !important;
}

.bg-\[url\(\'https\:\/\/iqranetwork\.com\/wp-content\/uploads\/2022\/07\/teacher-and-staff-mbl\.png\'\)\] {
  background-image: url('https://iqranetwork.com/wp-content/uploads/2022/07/teacher-and-staff-mbl.png') !important;
}

.bg-\[url\(\'https\:\/\/iqranetwork\.com\/wp-content\/uploads\/2022\/07\/Courses-are-tailored-mbl\.png\'\)\] {
  background-image: url('https://iqranetwork.com/wp-content/uploads/2022/07/Courses-are-tailored-mbl.png') !important;
}

.bg-\[url\(\'https\:\/\/iqranetwork\.com\/wp-content\/uploads\/2022\/07\/IQRA-helps-students\.png\'\)\] {
  background-image: url('https://iqranetwork.com/wp-content/uploads/2022/07/IQRA-helps-students.png') !important;
}

.bg-\[url\(\'\.\.\/images\/certificate-timeline-mobile-8\.png\'\)\] {
  background-image: url('../images/certificate-timeline-mobile-8.png') !important;
}

.bg-\[url\(\'\.\.\/images\/iqra-network-newsletter-signup-green-background-mb\.webp\'\)\] {
  background-image: url('../images/iqra-network-newsletter-signup-green-background-mb.webp') !important;
}

.bg-\[url\(\'\.\.\/images\/confirmation-img\.jpg\'\)\] {
  background-image: url('../images/confirmation-img.jpg') !important;
}

.bg-\[url\(\'\.\.\/images\/mbl-green-balloon\.png\'\)\] {
  background-image: url('../images/mbl-green-balloon.png') !important;
}

.bg-\[url\(\'\/wp-content\/themes\/iqra-network\/images\/institutions\/bg-small-institutions\.svg\'\)\] {
  background-image: url('/wp-content/themes/iqra-network/images/institutions/bg-small-institutions.svg') !important;
}

.bg-\[url\(\'\/wp-content\/themes\/iqra-network\/images\/institutions\/bg-small-subjects\.svg\'\)\] {
  background-image: url('/wp-content/themes/iqra-network/images/institutions/bg-small-subjects.svg') !important;
}

.bg-\[url\(\'\/wp-content\/themes\/iqra-network\/images\/institutions\/bg-video-small\.svg\'\)\] {
  background-image: url('/wp-content/themes/iqra-network/images/institutions/bg-video-small.svg') !important;
}

.bg-\[url\(\'\/wp-content\/themes\/iqra-network\/images\/institutions\/program-bg-small\.svg\'\)\] {
  background-image: url('/wp-content/themes/iqra-network/images/institutions/program-bg-small.svg') !important;
}

.bg-\[url\(\'\/wp-content\/themes\/iqra-network\/images\/institutions\/bg-esyllabus-small\.svg\'\)\] {
  background-image: url('/wp-content/themes/iqra-network/images/institutions/bg-esyllabus-small.svg') !important;
}

.bg-\[url\(\'\/wp-content\/themes\/iqra-network\/images\/institutions\/progress-bg-small\.svg\'\)\] {
  background-image: url('/wp-content/themes/iqra-network/images/institutions/progress-bg-small.svg') !important;
}

.bg-\[url\(\'\/wp-content\/themes\/iqra-network\/images\/institutions\/brochure-bg\.svg\'\)\] {
  background-image: url('/wp-content/themes/iqra-network/images/institutions/brochure-bg.svg') !important;
}

.bg-\[url\(\'\.\.\/images\/m-header-type\.svg\'\)\] {
  background-image: url('../images/m-header-type.svg') !important;
}

.bg-\[url\(\'\.\.\/images\/iqra-5-011-01\.svg\'\)\] {
  background-image: url('../images/iqra-5-011-01.svg') !important;
}

.bg-\[url\(\'\.\.\/images\/thank_you_banner_XL\.jpg\'\)\] {
  background-image: url('../images/thank_you_banner_XL.jpg') !important;
}

.bg-\[url\(\'\.\.\/images\/home-505\.webp\'\)\] {
  background-image: url('../images/home-505.webp') !important;
}

.bg-\[url\(\'\.\.\/images\/iqra-network-dotted-background\.webp\'\)\] {
  background-image: url('../images/iqra-network-dotted-background.webp') !important;
}

.bg-\[url\(\'\.\.\/images\/iqra-network-teacher-features-dotted-background\.webp\'\)\] {
  background-image: url('../images/iqra-network-teacher-features-dotted-background.webp') !important;
}

.bg-\[url\(\'\.\.\/images\/p-teachers\.svg\'\)\] {
  background-image: url('../images/p-teachers.svg') !important;
}

.bg-\[url\(\'\.\.\/images\/p-academic\.svg\'\)\] {
  background-image: url('../images/p-academic.svg') !important;
}

.bg-\[url\(\'\.\.\/images\/p-tools\.svg\'\)\] {
  background-image: url('../images/p-tools.svg') !important;
}

.bg-\[url\(\'\.\.\/images\/p-schedule\.svg\'\)\] {
  background-image: url('../images/p-schedule.svg') !important;
}

.bg-\[url\(\'\.\.\/images\/p-promotions\.svg\'\)\] {
  background-image: url('../images/p-promotions.svg') !important;
}

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

.bg-\[length\:100\%_auto\] {
  background-size: 100% auto !important;
}

.bg-auto {
  background-size: auto !important;
}

.bg-\[length\:165px_auto\] {
  background-size: 165px auto !important;
}

.bg-contain {
  background-size: contain !important;
}

.bg-\[length\:80\%_auto\] {
  background-size: 80% auto !important;
}

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

.bg-\[center_center\] {
  background-position: center center !important;
}

.bg-\[top_center\] {
  background-position: top center !important;
}

.bg-right {
  background-position: right !important;
}

.bg-\[center_top_70px\] {
  background-position: center top 70px !important;
}

.bg-\[center_right_-40px\] {
  background-position: center right -40px !important;
}

.bg-\[top_left\] {
  background-position: top left !important;
}

.bg-right-top {
  background-position: right top !important;
}

.bg-left-top {
  background-position: left top !important;
}

.bg-\[51px_top\] {
  background-position: 51px top !important;
}

.bg-no-repeat {
  background-repeat: no-repeat !important;
}

.object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

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

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

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.py-1\.5 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

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

.px-3\.5 {
  padding-left: 0.875rem !important;
  padding-right: 0.875rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.px-7 {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}

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

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

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

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

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.py-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.px-\[27PX\] {
  padding-left: 27PX !important;
  padding-right: 27PX !important;
}

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

.px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

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

.px-2\.5 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}

.px-\[17px\] {
  padding-left: 17px !important;
  padding-right: 17px !important;
}

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

.py-2\.5 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.pt-8 {
  padding-top: 2rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pl-12 {
  padding-left: 3rem !important;
}

.pt-10 {
  padding-top: 2.5rem !important;
}

.pb-2\.5 {
  padding-bottom: 0.625rem !important;
}

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

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

.pt-16 {
  padding-top: 4rem !important;
}

.pt-24 {
  padding-top: 6rem !important;
}

.pb-12 {
  padding-bottom: 3rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.pt-\[50px\] {
  padding-top: 50px !important;
}

.pl-6 {
  padding-left: 1.5rem !important;
}

.pt-\[72px\] {
  padding-top: 72px !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.pt-12 {
  padding-top: 3rem !important;
}

.pt-14 {
  padding-top: 3.5rem !important;
}

.pt-\[41\%\] {
  padding-top: 41% !important;
}

.pb-\[60\%\] {
  padding-bottom: 60% !important;
}

.pr-6 {
  padding-right: 1.5rem !important;
}

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

.pt-4 {
  padding-top: 1rem !important;
}

.pt-7 {
  padding-top: 1.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pl-7 {
  padding-left: 1.75rem !important;
}

.pl-8 {
  padding-left: 2rem !important;
}

.pr-5 {
  padding-right: 1.25rem !important;
}

.pl-5 {
  padding-left: 1.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pt-3\.5 {
  padding-top: 0.875rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pb-0\.5 {
  padding-bottom: 0.125rem !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

.pl-\[50px\] {
  padding-left: 50px !important;
}

.pr-10 {
  padding-right: 2.5rem !important;
}

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

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

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

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

.font-\[\'Montserrat\'\] {
  font-family: 'Montserrat' !important;
}

.font-\[\'handlee\'\] {
  font-family: 'handlee' !important;
}

.font-\[\\\'noto_kufi_arabic\\\'\] {
  font-family: \'noto kufi arabic\' !important;
}

.font-\[\\\'Montserrat\\\'\] {
  font-family: \'Montserrat\' !important;
}

.font-\[\\\'handlee\\\'\] {
  font-family: \'handlee\' !important;
}

.font-\[\'noto_kufi_arabic\'\] {
  font-family: 'noto kufi arabic' !important;
}

.text-7xl {
  font-size: 4.5rem !important;
  line-height: 1 !important;
}

.text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

.text-\[0\.7rem\] {
  font-size: 0.7rem !important;
}

.text-\[8px\] {
  font-size: 8px !important;
}

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

.text-\[32px\] {
  font-size: 32px !important;
}

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

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

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

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

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

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

.text-\[0\.8rem\] {
  font-size: 0.8rem !important;
}

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

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

.text-\[1rem\] {
  font-size: 1rem !important;
}

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

.font-extrabold {
  font-weight: 800 !important;
}

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

.font-light {
  font-weight: 300 !important;
}

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

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

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

.font-black {
  font-weight: 900 !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.italic {
  font-style: italic !important;
}

.leading-6 {
  line-height: 1.5rem !important;
}

.leading-\[125\%\] {
  line-height: 125% !important;
}

.leading-\[150\%\] {
  line-height: 150% !important;
}

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

.leading-\[135\%\] {
  line-height: 135% !important;
}

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

.leading-\[0\.5rem\] {
  line-height: 0.5rem !important;
}

.leading-7 {
  line-height: 1.75rem !important;
}

.leading-10 {
  line-height: 2.5rem !important;
}

.tracking-tight {
  letter-spacing: -0.025em !important;
}

.tracking-\[2px\] {
  letter-spacing: 2px !important;
}

.tracking-\[0\.8px\] {
  letter-spacing: 0.8px !important;
}

.tracking-\[0\.96px\] {
  letter-spacing: 0.96px !important;
}

.tracking-\[6px\] {
  letter-spacing: 6px !important;
}

.text-orange-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(154 52 18 / var(--tw-text-opacity)) !important;
}

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

.text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}

.text-slate-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(51 65 85 / var(--tw-text-opacity)) !important;
}

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

.text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity)) !important;
}

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

.text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

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

.text-zinc-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(113 113 122 / var(--tw-text-opacity)) !important;
}

.text-\[\#3772f2\] {
  --tw-text-opacity: 1 !important;
  color: rgb(55 114 242 / var(--tw-text-opacity)) !important;
}

.text-green-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(22 163 74 / var(--tw-text-opacity)) !important;
}

.text-gray-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(243 244 246 / var(--tw-text-opacity)) !important;
}

.text-\[\#969bab\] {
  --tw-text-opacity: 1 !important;
  color: rgb(150 155 171 / var(--tw-text-opacity)) !important;
}

.text-\[\#57462F\] {
  --tw-text-opacity: 1 !important;
  color: rgb(87 70 47 / var(--tw-text-opacity)) !important;
}

.text-\[\#AA3B26\] {
  --tw-text-opacity: 1 !important;
  color: rgb(170 59 38 / var(--tw-text-opacity)) !important;
}

.text-\[\#00000075\] {
  color: #00000075 !important;
}

.text-\[\#FFCE56\] {
  --tw-text-opacity: 1 !important;
  color: rgb(255 206 86 / var(--tw-text-opacity)) !important;
}

.text-\[\#808080\] {
  --tw-text-opacity: 1 !important;
  color: rgb(128 128 128 / var(--tw-text-opacity)) !important;
}

.text-\[\#58B947\] {
  --tw-text-opacity: 1 !important;
  color: rgb(88 185 71 / var(--tw-text-opacity)) !important;
}

.text-\[\#57462FBF\] {
  color: #57462FBF !important;
}

.text-zinc-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(63 63 70 / var(--tw-text-opacity)) !important;
}

.text-gray-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(209 213 219 / var(--tw-text-opacity)) !important;
}

.text-zinc-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(161 161 170 / var(--tw-text-opacity)) !important;
}

.text-\[\#707070\] {
  --tw-text-opacity: 1 !important;
  color: rgb(112 112 112 / var(--tw-text-opacity)) !important;
}

.text-\[\#4C6FB5\] {
  --tw-text-opacity: 1 !important;
  color: rgb(76 111 181 / var(--tw-text-opacity)) !important;
}

.text-\[\#258E44\] {
  --tw-text-opacity: 1 !important;
  color: rgb(37 142 68 / var(--tw-text-opacity)) !important;
}

.text-\[\#E2B139\] {
  --tw-text-opacity: 1 !important;
  color: rgb(226 177 57 / var(--tw-text-opacity)) !important;
}

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

.no-underline {
  text-decoration-line: none !important;
}

.opacity-80 {
  opacity: 0.8 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-60 {
  opacity: 0.6 !important;
}

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

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

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

.outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.outline {
  outline-style: solid !important;
}

.outline-\[3px\] {
  outline-width: 3px !important;
}

.outline-white {
  outline-color: #fff !important;
}

.drop-shadow-\[48px_24px_48px_rgba\(24\2c 37\2c 56\2c 0\.12\)\] {
  --tw-drop-shadow: drop-shadow(48px 24px 48px rgba(24,37,56,0.12)) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06)) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

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

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

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

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

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

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

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

.duration-700 {
  transition-duration: 700ms !important;
}

.duration-150 {
  transition-duration: 150ms !important;
}

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

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

:root {
  --base-url: "http://localhost/"

}

.placeholder\:px-3::-moz-placeholder {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.placeholder\:px-3::placeholder {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.placeholder\:pl-2::-moz-placeholder {
  padding-left: 0.5rem !important;
}

.placeholder\:pl-2::placeholder {
  padding-left: 0.5rem !important;
}

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

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

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

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

.placeholder\:text-gray-500::-moz-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}

.placeholder\:text-gray-500::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}

.hover\:border-white:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

.hover\:bg-orange-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-orange-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}

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

.hover\:text-black:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.hover\:text-gray-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}

.hover\:text-orange-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(154 52 18 / var(--tw-text-opacity)) !important;
}

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

.hover\:ring-8:hover {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.hover\:ring-\[\#f7e7c3\]:hover {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(247 231 195 / var(--tw-ring-opacity)) !important;
}

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

.focus\:border-solid:focus {
  border-style: solid !important;
}

.focus\:border-none:focus {
  border-style: none !important;
}

.focus\:border-orange-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(154 52 18 / var(--tw-border-opacity)) !important;
}

.focus\:border-white:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

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

.focus\:text-black:focus {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

[dir="rtl"] .rtl\:left-5 {
  left: 1.25rem !important;
}

[dir="rtl"] .rtl\:right-auto {
  right: auto !important;
}

[dir="rtl"] .rtl\:ml-5 {
  margin-left: 1.25rem !important;
}

[dir="rtl"] .rtl\:mr-0 {
  margin-right: 0px !important;
}

[dir="rtl"] .rtl\:ml-6 {
  margin-left: 1.5rem !important;
}

[dir="rtl"] .rtl\:ml-4 {
  margin-left: 1rem !important;
}

[dir="rtl"] .rtl\:ml-auto {
  margin-left: auto !important;
}

[dir="rtl"] .rtl\:ml-0 {
  margin-left: 0px !important;
}

[dir="rtl"] .rtl\:mr-12 {
  margin-right: 3rem !important;
}

[dir="rtl"] .rtl\:mr-auto {
  margin-right: auto !important;
}

[dir="rtl"] .rtl\:mr-2 {
  margin-right: 0.5rem !important;
}

[dir="rtl"] .rtl\:mr-5 {
  margin-right: 1.25rem !important;
}

[dir="rtl"] .rtl\:mr-6 {
  margin-right: 1.5rem !important;
}

[dir="rtl"] .rtl\:block {
  display: block !important;
}

[dir="rtl"] .rtl\:hidden {
  display: none !important;
}

[dir="rtl"] .rtl\:w-full {
  width: 100% !important;
}

[dir="rtl"] .rtl\:max-w-\[1240px\] {
  max-width: 1240px !important;
}

[dir="rtl"] .rtl\:scroll-mt-\[120px\] {
  scroll-margin-top: 120px !important;
}

[dir="rtl"] .rtl\:flex-row-reverse {
  flex-direction: row-reverse !important;
}

[dir="rtl"] .rtl\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

[dir="rtl"] .rtl\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1 !important;
}

[dir="rtl"] .rtl\:bg-\[url\(\'\.\.\/images\/IQRA-All-Teachers-Banner-ar\.png\'\)\] {
  background-image: url('../images/IQRA-All-Teachers-Banner-ar.png') !important;
}

[dir="rtl"] .rtl\:bg-none {
  background-image: none !important;
}

[dir="rtl"] .rtl\:pr-3 {
  padding-right: 0.75rem !important;
}

[dir="rtl"] .rtl\:pl-0 {
  padding-left: 0px !important;
}

[dir="rtl"] .rtl\:pr-0 {
  padding-right: 0px !important;
}

[dir="rtl"] .rtl\:pr-2 {
  padding-right: 0.5rem !important;
}

[dir="rtl"] .rtl\:pr-8 {
  padding-right: 2rem !important;
}

[dir="rtl"] .rtl\:pl-5 {
  padding-left: 1.25rem !important;
}

[dir="rtl"] .rtl\:pl-\[3\.75rem\] {
  padding-left: 3.75rem !important;
}

[dir="rtl"] .rtl\:pr-5 {
  padding-right: 1.25rem !important;
}

[dir="rtl"] .rtl\:pr-4 {
  padding-right: 1rem !important;
}

[dir="rtl"] .rtl\:pr-\[50px\] {
  padding-right: 50px !important;
}

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

[dir="rtl"] .rtl\:text-center {
  text-align: center !important;
}

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

[dir="rtl"] .rtl\:font-\[\'noto_kufi_arabic\'\] {
  font-family: 'noto kufi arabic' !important;
}

[dir="rtl"] .rtl\:font-\[\'Amiri\'\] {
  font-family: 'Amiri' !important;
}

[dir="rtl"] .rtl\:text-\[50px\] {
  font-size: 50px !important;
}

[dir="rtl"] .rtl\:tracking-normal {
  letter-spacing: 0em !important;
}

@media (prefers-color-scheme: dark) {
  .dark\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
  }
}

@media (min-width: 501px) {
  .sm\:top-\[210px\] {
    top: 210px !important;
  }

  .sm\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .sm\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .sm\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .sm\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .sm\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .sm\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .sm\:mr-\[-132px\] {
    margin-right: -132px !important;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .sm\:mt-auto {
    margin-top: auto !important;
  }

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

  .sm\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .sm\:mt-1 {
    margin-top: 0.25rem !important;
  }

  .sm\:block {
    display: block !important;
  }

  .sm\:inline {
    display: inline !important;
  }

  .sm\:flex {
    display: flex !important;
  }

  .sm\:grid {
    display: grid !important;
  }

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

  .sm\:h-\[124px\] {
    height: 124px !important;
  }

  .sm\:h-\[157px\] {
    height: 157px !important;
  }

  .sm\:h-\[22rem\] {
    height: 22rem !important;
  }

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

  .sm\:h-\[476px\] {
    height: 476px !important;
  }

  .sm\:h-\[100px\] {
    height: 100px !important;
  }

  .sm\:h-\[343px\] {
    height: 343px !important;
  }

  .sm\:h-\[166px\] {
    height: 166px !important;
  }

  .sm\:h-\[401px\] {
    height: 401px !important;
  }

  .sm\:h-\[115px\] {
    height: 115px !important;
  }

  .sm\:w-\[265px\] {
    width: 265px !important;
  }

  .sm\:w-\[463px\] {
    width: 463px !important;
  }

  .sm\:w-\[165px\] {
    width: 165px !important;
  }

  .sm\:w-\[157px\] {
    width: 157px !important;
  }

  .sm\:w-\[62px\] {
    width: 62px !important;
  }

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

  .sm\:w-\[110px\] {
    width: 110px !important;
  }

  .sm\:w-\[355px\] {
    width: 355px !important;
  }

  .sm\:w-\[93px\] {
    width: 93px !important;
  }

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

  .sm\:w-\[250px\] {
    width: 250px !important;
  }

  .sm\:w-\[230px\] {
    width: 230px !important;
  }

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

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

  .sm\:w-\[90\%\] {
    width: 90% !important;
  }

  .sm\:w-\[54\%\] {
    width: 54% !important;
  }

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

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

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

  .sm\:flex-row {
    flex-direction: row !important;
  }

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

  .sm\:items-center {
    align-items: center !important;
  }

  .sm\:justify-start {
    justify-content: flex-start !important;
  }

  .sm\:justify-center {
    justify-content: center !important;
  }

  .sm\:justify-between {
    justify-content: space-between !important;
  }

  .sm\:justify-around {
    justify-content: space-around !important;
  }

  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:bg-\[url\(\'\.\.\/images\/testimonial-main-image-3-01-1\.svg\'\)\] {
    background-image: url('../images/testimonial-main-image-3-01-1.svg') !important;
  }

  .sm\:bg-\[url\(\'\.\.\/images\/islamic-online-education-happy-family-sm\.webp\'\)\] {
    background-image: url('../images/islamic-online-education-happy-family-sm.webp') !important;
  }

  .sm\:bg-cover {
    background-size: cover !important;
  }

  .sm\:bg-\[center_left\] {
    background-position: center left !important;
  }

  .sm\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .sm\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .sm\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .sm\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

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

  .sm\:py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

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

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

  .sm\:pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }

  .sm\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .sm\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .sm\:text-center {
    text-align: center !important;
  }

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

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

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

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

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

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

  .sm\:text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .sm\:text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .sm\:font-bold {
    font-weight: 700 !important;
  }

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

  .sm\:font-light {
    font-weight: 300 !important;
  }

  .sm\:leading-6 {
    line-height: 1.5rem !important;
  }

  .sm\:tracking-normal {
    letter-spacing: 0em !important;
  }

  .sm\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }

  [dir="rtl"] .rtl\:sm\:ml-0 {
    margin-left: 0px !important;
  }

  [dir="rtl"] .rtl\:sm\:mr-3 {
    margin-right: 0.75rem !important;
  }

  [dir="rtl"] .rtl\:sm\:mr-0 {
    margin-right: 0px !important;
  }
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute !important;
  }

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

  .md\:right-0 {
    right: 0px !important;
  }

  .md\:left-8 {
    left: 2rem !important;
  }

  .md\:top-8 {
    top: 2rem !important;
  }

  .md\:right-14 {
    right: 3.5rem !important;
  }

  .md\:top-16 {
    top: 4rem !important;
  }

  .md\:left-\[197px\] {
    left: 197px !important;
  }

  .md\:top-\[133px\] {
    top: 133px !important;
  }

  .md\:top-\[527px\] {
    top: 527px !important;
  }

  .md\:left-36 {
    left: 9rem !important;
  }

  .md\:top-\[392px\] {
    top: 392px !important;
  }

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

  .md\:top-\[233px\] {
    top: 233px !important;
  }

  .md\:top-5 {
    top: 1.25rem !important;
  }

  .md\:order-2 {
    order: 2 !important;
  }

  .md\:order-1 {
    order: 1 !important;
  }

  .md\:order-3 {
    order: 3 !important;
  }

  .md\:order-last {
    order: 9999 !important;
  }

  .md\:order-4 {
    order: 4 !important;
  }

  .md\:order-5 {
    order: 5 !important;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .md\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .md\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .md\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .md\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .md\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .md\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .md\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .md\:mx-\[10\%\] {
    margin-left: 10% !important;
    margin-right: 10% !important;
  }

  .md\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .md\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .md\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .md\:mb-7 {
    margin-bottom: 1.75rem !important;
  }

  .md\:mt-24 {
    margin-top: 6rem !important;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .md\:mt-32 {
    margin-top: 8rem !important;
  }

  .md\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .md\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .md\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

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

  .md\:mt-8 {
    margin-top: 2rem !important;
  }

  .md\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .md\:mb-20 {
    margin-bottom: 5rem !important;
  }

  .md\:-mb-3\.5 {
    margin-bottom: -0.875rem !important;
  }

  .md\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .md\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .md\:mt-0 {
    margin-top: 0px !important;
  }

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

  .md\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .md\:mt-16 {
    margin-top: 4rem !important;
  }

  .md\:-mt-36 {
    margin-top: -9rem !important;
  }

  .md\:mt-20 {
    margin-top: 5rem !important;
  }

  .md\:mt-28 {
    margin-top: 7rem !important;
  }

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

  .md\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .md\:mt-\[70px\] {
    margin-top: 70px !important;
  }

  .md\:mr-0 {
    margin-right: 0px !important;
  }

  .md\:mb-\[80px\] {
    margin-bottom: 80px !important;
  }

  .md\:ml-24 {
    margin-left: 6rem !important;
  }

  .md\:-mt-14 {
    margin-top: -3.5rem !important;
  }

  .md\:-mt-20 {
    margin-top: -5rem !important;
  }

  .md\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .md\:ml-auto {
    margin-left: auto !important;
  }

  .md\:-mr-40 {
    margin-right: -10rem !important;
  }

  .md\:ml-16 {
    margin-left: 4rem !important;
  }

  .md\:mt-\[115px\] {
    margin-top: 115px !important;
  }

  .md\:mt-\[100px\] {
    margin-top: 100px !important;
  }

  .md\:ml-14 {
    margin-left: 3.5rem !important;
  }

  .md\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .md\:mt-4 {
    margin-top: 1rem !important;
  }

  .md\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .md\:mt-7 {
    margin-top: 1.75rem !important;
  }

  .md\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .md\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .md\:mt-14 {
    margin-top: 3.5rem !important;
  }

  .md\:mr-9 {
    margin-right: 2.25rem !important;
  }

  .md\:-mt-3\.5 {
    margin-top: -0.875rem !important;
  }

  .md\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  .md\:mt-\[-19rem\] {
    margin-top: -19rem !important;
  }

  .md\:mr-14 {
    margin-right: 3.5rem !important;
  }

  .md\:mt-\[34px\] {
    margin-top: 34px !important;
  }

  .md\:ml-\[14\%\] {
    margin-left: 14% !important;
  }

  .md\:mt-11 {
    margin-top: 2.75rem !important;
  }

  .md\:mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }

  .md\:mt-\[62px\] {
    margin-top: 62px !important;
  }

  .md\:mb-28 {
    margin-bottom: 7rem !important;
  }

  .md\:mt-52 {
    margin-top: 13rem !important;
  }

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

  .md\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .md\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .md\:block {
    display: block !important;
  }

  .md\:flex {
    display: flex !important;
  }

  .md\:grid {
    display: grid !important;
  }

  .md\:hidden {
    display: none !important;
  }

  .md\:h-\[110px\] {
    height: 110px !important;
  }

  .md\:h-\[58px\] {
    height: 58px !important;
  }

  .md\:h-\[323px\] {
    height: 323px !important;
  }

  .md\:h-\[331px\] {
    height: 331px !important;
  }

  .md\:h-\[370px\] {
    height: 370px !important;
  }

  .md\:h-\[84px\] {
    height: 84px !important;
  }

  .md\:h-\[500px\] {
    height: 500px !important;
  }

  .md\:h-\[100px\] {
    height: 100px !important;
  }

  .md\:h-\[687px\] {
    height: 687px !important;
  }

  .md\:h-\[611px\] {
    height: 611px !important;
  }

  .md\:h-\[350px\] {
    height: 350px !important;
  }

  .md\:h-\[760px\] {
    height: 760px !important;
  }

  .md\:h-\[145px\] {
    height: 145px !important;
  }

  .md\:h-\[950px\] {
    height: 950px !important;
  }

  .md\:h-\[1027px\] {
    height: 1027px !important;
  }

  .md\:h-\[346px\] {
    height: 346px !important;
  }

  .md\:h-auto {
    height: auto !important;
  }

  .md\:h-\[420\.757px\] {
    height: 420.757px !important;
  }

  .md\:h-\[542px\] {
    height: 542px !important;
  }

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

  .md\:h-\[14px\] {
    height: 14px !important;
  }

  .md\:h-full {
    height: 100% !important;
  }

  .md\:h-\[48px\] {
    height: 48px !important;
  }

  .md\:h-11 {
    height: 2.75rem !important;
  }

  .md\:h-\[567px\] {
    height: 567px !important;
  }

  .md\:h-\[154px\] {
    height: 154px !important;
  }

  .md\:h-\[604px\] {
    height: 604px !important;
  }

  .md\:h-\[222px\] {
    height: 222px !important;
  }

  .md\:h-\[70px\] {
    height: 70px !important;
  }

  .md\:h-\[255px\] {
    height: 255px !important;
  }

  .md\:h-\[765px\] {
    height: 765px !important;
  }

  .md\:h-\[380px\] {
    height: 380px !important;
  }

  .md\:h-64 {
    height: 16rem !important;
  }

  .md\:h-\[381px\] {
    height: 381px !important;
  }

  .md\:h-\[180px\] {
    height: 180px !important;
  }

  .md\:min-h-\[110px\] {
    min-height: 110px !important;
  }

  .md\:w-\[355px\] {
    width: 355px !important;
  }

  .md\:w-\[556px\] {
    width: 556px !important;
  }

  .md\:w-1\/2 {
    width: 50% !important;
  }

  .md\:w-\[330px\] {
    width: 330px !important;
  }

  .md\:w-80 {
    width: 20rem !important;
  }

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

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

  .md\:w-\[768px\] {
    width: 768px !important;
  }

  .md\:w-\[195px\] {
    width: 195px !important;
  }

  .md\:w-1\/3 {
    width: 33.333333% !important;
  }

  .md\:w-\[220px\] {
    width: 220px !important;
  }

  .md\:w-\[179px\] {
    width: 179px !important;
  }

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

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

  .md\:w-\[475px\] {
    width: 475px !important;
  }

  .md\:w-\[346px\] {
    width: 346px !important;
  }

  .md\:w-\[420\.757px\] {
    width: 420.757px !important;
  }

  .md\:w-\[310px\] {
    width: 310px !important;
  }

  .md\:w-\[542px\] {
    width: 542px !important;
  }

  .md\:w-\[294px\] {
    width: 294px !important;
  }

  .md\:w-fit {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .md\:w-\[68\%\] {
    width: 68% !important;
  }

  .md\:w-\[264px\] {
    width: 264px !important;
  }

  .md\:w-\[962\.746px\] {
    width: 962.746px !important;
  }

  .md\:w-\[14px\] {
    width: 14px !important;
  }

  .md\:w-\[367\.5px\] {
    width: 367.5px !important;
  }

  .md\:w-\[500px\] {
    width: 500px !important;
  }

  .md\:w-\[27\%\] {
    width: 27% !important;
  }

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

  .md\:w-\[400px\] {
    width: 400px !important;
  }

  .md\:w-\[570px\] {
    width: 570px !important;
  }

  .md\:w-16 {
    width: 4rem !important;
  }

  .md\:w-24 {
    width: 6rem !important;
  }

  .md\:w-20 {
    width: 5rem !important;
  }

  .md\:w-\[135px\] {
    width: 135px !important;
  }

  .md\:w-11 {
    width: 2.75rem !important;
  }

  .md\:w-\[164px\] {
    width: 164px !important;
  }

  .md\:w-\[198px\] {
    width: 198px !important;
  }

  .md\:w-\[45\%\] {
    width: 45% !important;
  }

  .md\:w-\[323px\] {
    width: 323px !important;
  }

  .md\:w-\[283px\] {
    width: 283px !important;
  }

  .md\:w-\[250px\] {
    width: 250px !important;
  }

  .md\:w-\[61\%\] {
    width: 61% !important;
  }

  .md\:w-\[39\%\] {
    width: 39% !important;
  }

  .md\:w-\[508px\] {
    width: 508px !important;
  }

  .md\:w-\[461px\] {
    width: 461px !important;
  }

  .md\:w-\[190px\] {
    width: 190px !important;
  }

  .md\:w-\[160px\] {
    width: 160px !important;
  }

  .md\:w-\[42\%\] {
    width: 42% !important;
  }

  .md\:w-\[95\%\] {
    width: 95% !important;
  }

  .md\:w-\[54\%\] {
    width: 54% !important;
  }

  .md\:w-\[77px\] {
    width: 77px !important;
  }

  .md\:w-\[91\%\] {
    width: 91% !important;
  }

  .md\:w-\[125px\] {
    width: 125px !important;
  }

  .md\:w-10 {
    width: 2.5rem !important;
  }

  .md\:w-\[86\%\] {
    width: 86% !important;
  }

  .md\:w-\[48\%\] {
    width: 48% !important;
  }

  .md\:w-\[90\%\] {
    width: 90% !important;
  }

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

  .md\:w-11\/12 {
    width: 91.666667% !important;
  }

  .md\:w-\[270px\] {
    width: 270px !important;
  }

  .md\:w-\[181px\] {
    width: 181px !important;
  }

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

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

  .md\:w-\[251px\] {
    width: 251px !important;
  }

  .md\:w-\[180px\] {
    width: 180px !important;
  }

  .md\:min-w-\[461px\] {
    min-width: 461px !important;
  }

  .md\:min-w-\[283px\] {
    min-width: 283px !important;
  }

  .md\:min-w-\[220px\] {
    min-width: 220px !important;
  }

  .md\:max-w-\[768px\] {
    max-width: 768px !important;
  }

  .md\:max-w-\[800px\] {
    max-width: 800px !important;
  }

  .md\:max-w-max {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .md\:-rotate-90 {
    --tw-rotate: -90deg !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

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

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

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

  .md\:flex-row {
    flex-direction: row !important;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

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

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

  .md\:items-end {
    align-items: flex-end !important;
  }

  .md\:items-center {
    align-items: center !important;
  }

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

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

  .md\:justify-between {
    justify-content: space-between !important;
  }

  .md\:justify-around {
    justify-content: space-around !important;
  }

  .md\:gap-11 {
    gap: 2.75rem !important;
  }

  .md\:gap-2 {
    gap: 0.5rem !important;
  }

  .md\:gap-3 {
    gap: 0.75rem !important;
  }

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

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

  .md\:gap-0 {
    gap: 0px !important;
  }

  .md\:gap-\[56px\] {
    gap: 56px !important;
  }

  .md\:gap-10 {
    gap: 2.5rem !important;
  }

  .md\:gap-16 {
    gap: 4rem !important;
  }

  .md\:gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .md\:gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .md\:gap-y-\[6\%\] {
    row-gap: 6% !important;
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:rounded-\[420\.757px\] {
    border-radius: 420.757px !important;
  }

  .md\:rounded-\[24px\] {
    border-radius: 24px !important;
  }

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

  .md\:rounded-xl {
    border-radius: 0.75rem !important;
  }

  .md\:rounded-\[32px\] {
    border-radius: 32px !important;
  }

  .md\:border-0 {
    border-width: 0px !important;
  }

  .md\:bg-\[\#eeeff4\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(238 239 244 / var(--tw-bg-opacity)) !important;
  }

  .md\:bg-yellow-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(254 249 195 / var(--tw-bg-opacity)) !important;
  }

  .md\:bg-\[\#f9f9f9\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(249 249 249 / var(--tw-bg-opacity)) !important;
  }

  .md\:bg-orange-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(154 52 18 / var(--tw-bg-opacity)) !important;
  }

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

  .md\:bg-transparent {
    background-color: transparent !important;
  }

  .md\:bg-\[url\(\'\.\.\/images\/iqra-network-yellow-background-balloon-study-plan\.webp\'\)\] {
    background-image: url('../images/iqra-network-yellow-background-balloon-study-plan.webp') !important;
  }

  .md\:bg-\[url\(\'https\:\/\/iqranetwork\.com\/wp-content\/uploads\/2022\/06\/iq-all-about-1\.png\'\)\] {
    background-image: url('https://iqranetwork.com/wp-content/uploads/2022/06/iq-all-about-1.png') !important;
  }

  .md\:bg-\[url\(\'https\:\/\/iqranetwork\.com\/wp-content\/uploads\/2022\/06\/iqra-online-school\.png\'\)\] {
    background-image: url('https://iqranetwork.com/wp-content/uploads/2022/06/iqra-online-school.png') !important;
  }

  .md\:bg-\[url\(\'https\:\/\/iqranetwork\.com\/wp-content\/uploads\/2022\/06\/gain-islamic-knowledge\.png\'\)\] {
    background-image: url('https://iqranetwork.com/wp-content/uploads/2022/06/gain-islamic-knowledge.png') !important;
  }

  .md\:bg-\[url\(\'\.\.\/images\/certificate-timeline-2\.png\'\)\] {
    background-image: url('../images/certificate-timeline-2.png') !important;
  }

  .md\:bg-\[url\(\'\.\.\/images\/iqra-network-newsletter-signup-green-background\.webp\'\)\] {
    background-image: url('../images/iqra-network-newsletter-signup-green-background.webp') !important;
  }

  .md\:bg-\[url\(\'\.\.\/images\/green-balloon\.png\'\)\] {
    background-image: url('../images/green-balloon.png') !important;
  }

  .md\:bg-\[url\(\'\/wp-content\/themes\/iqra-network\/images\/institutions\/bg-institutions\.svg\'\)\] {
    background-image: url('/wp-content/themes/iqra-network/images/institutions/bg-institutions.svg') !important;
  }

  .md\:bg-\[url\(\'\/wp-content\/themes\/iqra-network\/images\/institutions\/bg-subjects\.svg\'\)\] {
    background-image: url('/wp-content/themes/iqra-network/images/institutions/bg-subjects.svg') !important;
  }

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

  .md\:bg-\[url\(\'\/wp-content\/themes\/iqra-network\/images\/institutions\/program-bg\.svg\'\)\] {
    background-image: url('/wp-content/themes/iqra-network/images/institutions/program-bg.svg') !important;
  }

  .md\:bg-\[url\(\'\/wp-content\/themes\/iqra-network\/images\/institutions\/bg-esyllabus\.svg\'\)\] {
    background-image: url('/wp-content/themes/iqra-network/images/institutions/bg-esyllabus.svg') !important;
  }

  .md\:bg-\[url\(\'\/wp-content\/themes\/iqra-network\/images\/institutions\/progress-bg\.svg\'\)\] {
    background-image: url('/wp-content/themes/iqra-network/images/institutions/progress-bg.svg') !important;
  }

  .md\:bg-\[url\(\'\.\.\/images\/iqra-header-main-image\.png\'\)\] {
    background-image: url('../images/iqra-header-main-image.png') !important;
  }

  .md\:bg-\[url\(\'\.\.\/images\/ss-step-line-3\.png\'\)\] {
    background-image: url('../images/ss-step-line-3.png') !important;
  }

  .md\:bg-\[url\(\'\.\.\/images\/testimonial-main-image-2-02-1\.svg\'\)\] {
    background-image: url('../images/testimonial-main-image-2-02-1.svg') !important;
  }

  .md\:bg-\[url\(\'\.\.\/images\/islamic-online-education-happy-family\.webp\'\)\] {
    background-image: url('../images/islamic-online-education-happy-family.webp') !important;
  }

  .md\:bg-\[url\(\'\.\.\/images\/iqra-network-study-path-timeline-illustration\.webp\'\)\] {
    background-image: url('../images/iqra-network-study-path-timeline-illustration.webp') !important;
  }

  .md\:bg-\[length\:100px\] {
    background-size: 100px !important;
  }

  .md\:bg-\[length\:500px\] {
    background-size: 500px !important;
  }

  .md\:bg-auto {
    background-size: auto !important;
  }

  .md\:bg-\[length\:600px_auto\] {
    background-size: 600px auto !important;
  }

  .md\:bg-center {
    background-position: center !important;
  }

  .md\:bg-\[center_left_-30px\] {
    background-position: center left -30px !important;
  }

  .md\:bg-left {
    background-position: left !important;
  }

  .md\:bg-\[top_left\] {
    background-position: top left !important;
  }

  .md\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .md\:p-10 {
    padding: 2.5rem !important;
  }

  .md\:p-16 {
    padding: 4rem !important;
  }

  .md\:p-0 {
    padding: 0px !important;
  }

  .md\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .md\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .md\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .md\:px-\[38px\] {
    padding-left: 38px !important;
    padding-right: 38px !important;
  }

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

  .md\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .md\:px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .md\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .md\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .md\:px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .md\:py-\[70px\] {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

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

  .md\:py-\[56px\] {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .md\:px-\[200px\] {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .md\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .md\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

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

  .md\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .md\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .md\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .md\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .md\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .md\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .md\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .md\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .md\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .md\:px-\[5\%\] {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }

  .md\:px-\[12\.5rem\] {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important;
  }

  .md\:pb-\[37px\] {
    padding-bottom: 37px !important;
  }

  .md\:pt-\[50px\] {
    padding-top: 50px !important;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .md\:pl-4 {
    padding-left: 1rem !important;
  }

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

  .md\:pr-\[120px\] {
    padding-right: 120px !important;
  }

  .md\:pt-9 {
    padding-top: 2.25rem !important;
  }

  .md\:pt-16 {
    padding-top: 4rem !important;
  }

  .md\:pt-5 {
    padding-top: 1.25rem !important;
  }

  .md\:pt-20 {
    padding-top: 5rem !important;
  }

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

  .md\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .md\:pr-\[56px\] {
    padding-right: 56px !important;
  }

  .md\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .md\:pt-\[25\%\] {
    padding-top: 25% !important;
  }

  .md\:pb-\[35\%\] {
    padding-bottom: 35% !important;
  }

  .md\:pb-7 {
    padding-bottom: 1.75rem !important;
  }

  .md\:pr-7 {
    padding-right: 1.75rem !important;
  }

  .md\:pt-0 {
    padding-top: 0px !important;
  }

  .md\:pr-\[30px\] {
    padding-right: 30px !important;
  }

  .md\:pt-\[30px\] {
    padding-top: 30px !important;
  }

  .md\:pt-\[4\%\] {
    padding-top: 4% !important;
  }

  .md\:pl-\[30px\] {
    padding-left: 30px !important;
  }

  .md\:pt-8 {
    padding-top: 2rem !important;
  }

  .md\:pl-\[25px\] {
    padding-left: 25px !important;
  }

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

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

  .md\:text-right {
    text-align: right !important;
  }

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

  .md\:text-\[50px\] {
    font-size: 50px !important;
  }

  .md\:text-\[40px\] {
    font-size: 40px !important;
  }

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

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

  .md\:text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .md\:text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

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

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

  .md\:text-\[35px\] {
    font-size: 35px !important;
  }

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

  .md\:text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .md\:text-\[26px\] {
    font-size: 26px !important;
  }

  .md\:text-\[45px\] {
    font-size: 45px !important;
  }

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

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

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

  .md\:text-\[2rem\] {
    font-size: 2rem !important;
  }

  .md\:text-\[1\.25rem\] {
    font-size: 1.25rem !important;
  }

  .md\:text-\[32px\] {
    font-size: 32px !important;
  }

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

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

  .md\:text-\[43px\] {
    font-size: 43px !important;
  }

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

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

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

  .md\:font-semibold {
    font-weight: 600 !important;
  }

  .md\:font-normal {
    font-weight: 400 !important;
  }

  .md\:font-extrabold {
    font-weight: 800 !important;
  }

  .md\:uppercase {
    text-transform: uppercase !important;
  }

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

  .md\:leading-10 {
    line-height: 2.5rem !important;
  }

  .md\:leading-none {
    line-height: 1 !important;
  }

  .md\:leading-\[43px\] {
    line-height: 43px !important;
  }

  .md\:leading-6 {
    line-height: 1.5rem !important;
  }

  .md\:tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .md\:tracking-\[1\.28px\] {
    letter-spacing: 1.28px !important;
  }

  .md\:tracking-\[2px\] {
    letter-spacing: 2px !important;
  }

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

  .md\:no-underline {
    text-decoration-line: none !important;
  }

  .md\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .hover\:md\:rounded-lg:hover {
    border-radius: 0.5rem !important;
  }

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

  [dir="rtl"] .rtl\:md\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  [dir="rtl"] .rtl\:md\:mb-4 {
    margin-bottom: 1rem !important;
  }

  [dir="rtl"] .rtl\:md\:ml-0 {
    margin-left: 0px !important;
  }

  [dir="rtl"] .rtl\:md\:mr-16 {
    margin-right: 4rem !important;
  }

  [dir="rtl"] .rtl\:md\:mr-14 {
    margin-right: 3.5rem !important;
  }

  [dir="rtl"] .rtl\:md\:mr-0 {
    margin-right: 0px !important;
  }

  [dir="rtl"] .rtl\:md\:rotate-90 {
    --tw-rotate: 90deg !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  [dir="rtl"] .rtl\:md\:pb-0 {
    padding-bottom: 0px !important;
  }

  [dir="rtl"] .rtl\:md\:pr-\[70px\] {
    padding-right: 70px !important;
  }

  [dir="rtl"] .rtl\:md\:pr-\[25px\] {
    padding-right: 25px !important;
  }

  [dir="rtl"] .rtl\:md\:text-right {
    text-align: right !important;
  }

  [dir="rtl"] .rtl\:md\:leading-10 {
    line-height: 2.5rem !important;
  }
}

@media (min-width: 1024px) {
  .lg\:invisible {
    visibility: hidden !important;
  }

  .lg\:absolute {
    position: absolute !important;
  }

  .lg\:relative {
    position: relative !important;
  }

  .lg\:right-10 {
    right: 2.5rem !important;
  }

  .lg\:left-10 {
    left: 2.5rem !important;
  }

  .lg\:right-0 {
    right: 0px !important;
  }

  .lg\:top-\[280px\] {
    top: 280px !important;
  }

  .lg\:top-\[473px\] {
    top: 473px !important;
  }

  .lg\:top-\[820px\] {
    top: 820px !important;
  }

  .lg\:top-\[1120px\] {
    top: 1120px !important;
  }

  .lg\:top-\[1319px\] {
    top: 1319px !important;
  }

  .lg\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

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

  .lg\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .lg\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .lg\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .lg\:mb-11 {
    margin-bottom: 2.75rem !important;
  }

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

  .lg\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

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

  .lg\:mr-16 {
    margin-right: 4rem !important;
  }

  .lg\:mt-40 {
    margin-top: 10rem !important;
  }

  .lg\:mt-12 {
    margin-top: 3rem !important;
  }

  .lg\:-mt-44 {
    margin-top: -11rem !important;
  }

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

  .lg\:-mt-10 {
    margin-top: -2.5rem !important;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .lg\:ml-16 {
    margin-left: 4rem !important;
  }

  .lg\:ml-\[340px\] {
    margin-left: 340px !important;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .lg\:-mt-20 {
    margin-top: -5rem !important;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .lg\:mr-\[4\.25rem\] {
    margin-right: 4.25rem !important;
  }

  .lg\:mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .lg\:mt-0 {
    margin-top: 0px !important;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .lg\:mb-\[4\.5rem\] {
    margin-bottom: 4.5rem !important;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .lg\:mt-\[56px\] {
    margin-top: 56px !important;
  }

  .lg\:block {
    display: block !important;
  }

  .lg\:flex {
    display: flex !important;
  }

  .lg\:hidden {
    display: none !important;
  }

  .lg\:h-\[256px\] {
    height: 256px !important;
  }

  .lg\:h-\[25rem\] {
    height: 25rem !important;
  }

  .lg\:h-\[100px\] {
    height: 100px !important;
  }

  .lg\:h-\[460px\] {
    height: 460px !important;
  }

  .lg\:h-\[27rem\] {
    height: 27rem !important;
  }

  .lg\:h-\[710px\] {
    height: 710px !important;
  }

  .lg\:h-\[284px\] {
    height: 284px !important;
  }

  .lg\:max-h-\[127px\] {
    max-height: 127px !important;
  }

  .lg\:min-h-\[284px\] {
    min-height: 284px !important;
  }

  .lg\:min-h-\[121px\] {
    min-height: 121px !important;
  }

  .lg\:min-h-\[343px\] {
    min-height: 343px !important;
  }

  .lg\:min-h-\[40px\] {
    min-height: 40px !important;
  }

  .lg\:min-h-\[30px\] {
    min-height: 30px !important;
  }

  .lg\:w-\[570px\] {
    width: 570px !important;
  }

  .lg\:w-\[700px\] {
    width: 700px !important;
  }

  .lg\:w-\[264px\] {
    width: 264px !important;
  }

  .lg\:w-11\/12 {
    width: 91.666667% !important;
  }

  .lg\:w-\[200px\] {
    width: 200px !important;
  }

  .lg\:w-\[748px\] {
    width: 748px !important;
  }

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

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

  .lg\:w-3\/4 {
    width: 75% !important;
  }

  .lg\:w-\[175px\] {
    width: 175px !important;
  }

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

  .lg\:w-\[57px\] {
    width: 57px !important;
  }

  .lg\:w-\[85px\] {
    width: 85px !important;
  }

  .lg\:w-\[96\%\] {
    width: 96% !important;
  }

  .lg\:w-\[94\%\] {
    width: 94% !important;
  }

  .lg\:w-40 {
    width: 10rem !important;
  }

  .lg\:w-\[914px\] {
    width: 914px !important;
  }

  .lg\:w-\[284px\] {
    width: 284px !important;
  }

  .lg\:w-\[473px\] {
    width: 473px !important;
  }

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

  .lg\:w-\[225px\] {
    width: 225px !important;
  }

  .lg\:min-w-\[614px\] {
    min-width: 614px !important;
  }

  .lg\:max-w-\[800px\] {
    max-width: 800px !important;
  }

  .lg\:max-w-\[1024px\] {
    max-width: 1024px !important;
  }

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

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

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

  .lg\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

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

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

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

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

  .lg\:gap-0 {
    gap: 0px !important;
  }

  .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:bg-contain {
    background-size: contain !important;
  }

  .lg\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lg\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .lg\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .lg\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .lg\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .lg\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

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

  .lg\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .lg\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .lg\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .lg\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .lg\:pl-8 {
    padding-left: 2rem !important;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .lg\:pr-\[5\.5rem\] {
    padding-right: 5.5rem !important;
  }

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

  .lg\:text-9xl {
    font-size: 8rem !important;
    line-height: 1 !important;
  }

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

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

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

  .lg\:text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

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

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

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

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

  .lg\:leading-8 {
    line-height: 2rem !important;
  }

  .lg\:leading-\[0\.2rem\] {
    line-height: 0.2rem !important;
  }

  .lg\:leading-5 {
    line-height: 1.25rem !important;
  }

  .lg\:tracking-\[6px\] {
    letter-spacing: 6px !important;
  }

  [dir="rtl"] .rtl\:lg\:top-\[485px\] {
    top: 485px !important;
  }

  [dir="rtl"] .rtl\:lg\:top-\[845px\] {
    top: 845px !important;
  }

  [dir="rtl"] .rtl\:lg\:top-\[1217px\] {
    top: 1217px !important;
  }

  [dir="rtl"] .rtl\:lg\:top-\[1416px\] {
    top: 1416px !important;
  }

  [dir="rtl"] .rtl\:lg\:mr-0 {
    margin-right: 0px !important;
  }

  [dir="rtl"] .rtl\:lg\:ml-auto {
    margin-left: auto !important;
  }

  [dir="rtl"] .rtl\:lg\:min-h-\[60px\] {
    min-height: 60px !important;
  }

  [dir="rtl"] .rtl\:lg\:w-\[700px\] {
    width: 700px !important;
  }

  [dir="rtl"] .rtl\:lg\:w-\[310px\] {
    width: 310px !important;
  }

  [dir="rtl"] .rtl\:lg\:items-end {
    align-items: flex-end !important;
  }

  [dir="rtl"] .rtl\:lg\:px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  [dir="rtl"] .rtl\:lg\:pr-8 {
    padding-right: 2rem !important;
  }

  [dir="rtl"] .rtl\:lg\:text-right {
    text-align: right !important;
  }
}

@media (min-width: 1033px) {
  .xl\:left-\[80px\] {
    left: 80px !important;
  }

  .xl\:left-\[21\.5rem\] {
    left: 21.5rem !important;
  }

  .xl\:top-\[410px\] {
    top: 410px !important;
  }

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

  .xl\:right-0 {
    right: 0px !important;
  }

  .xl\:top-\[-22px\] {
    top: -22px !important;
  }

  .xl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xl\:mx-\[150px\] {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }

  .xl\:mx-\[22\%\] {
    margin-left: 22% !important;
    margin-right: 22% !important;
  }

  .xl\:mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .xl\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .xl\:mt-7 {
    margin-top: 1.75rem !important;
  }

  .xl\:mr-8 {
    margin-right: 2rem !important;
  }

  .xl\:ml-7 {
    margin-left: 1.75rem !important;
  }

  .xl\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .xl\:mt-\[-180px\] {
    margin-top: -180px !important;
  }

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

  .xl\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .xl\:ml-16 {
    margin-left: 4rem !important;
  }

  .xl\:ml-9 {
    margin-left: 2.25rem !important;
  }

  .xl\:ml-28 {
    margin-left: 7rem !important;
  }

  .xl\:mr-\[7\%\] {
    margin-right: 7% !important;
  }

  .xl\:mt-2\.5 {
    margin-top: 0.625rem !important;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .xl\:mr-24 {
    margin-right: 6rem !important;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .xl\:mt-\[-23rem\] {
    margin-top: -23rem !important;
  }

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

  .xl\:ml-\[201px\] {
    margin-left: 201px !important;
  }

  .xl\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .xl\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .xl\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .xl\:mr-\[4\.25rem\] {
    margin-right: 4.25rem !important;
  }

  .xl\:mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }

  .xl\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .xl\:mr-\[0\.9rem\] {
    margin-right: 0.9rem !important;
  }

  .xl\:ml-\[0\.95rem\] {
    margin-left: 0.95rem !important;
  }

  .xl\:ml-24 {
    margin-left: 6rem !important;
  }

  .xl\:block {
    display: block !important;
  }

  .xl\:flex {
    display: flex !important;
  }

  .xl\:h-\[390px\] {
    height: 390px !important;
  }

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

  .xl\:h-\[29rem\] {
    height: 29rem !important;
  }

  .xl\:h-\[745px\] {
    height: 745px !important;
  }

  .xl\:h-\[225px\] {
    height: 225px !important;
  }

  .xl\:h-\[585px\] {
    height: 585px !important;
  }

  .xl\:h-\[546px\] {
    height: 546px !important;
  }

  .xl\:h-\[436px\] {
    height: 436px !important;
  }

  .xl\:h-\[22rem\] {
    height: 22rem !important;
  }

  .xl\:h-\[42px\] {
    height: 42px !important;
  }

  .xl\:h-\[36px\] {
    height: 36px !important;
  }

  .xl\:h-\[416px\] {
    height: 416px !important;
  }

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

  .xl\:w-\[700px\] {
    width: 700px !important;
  }

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

  .xl\:w-\[25\%\] {
    width: 25% !important;
  }

  .xl\:w-\[1033px\] {
    width: 1033px !important;
  }

  .xl\:w-auto {
    width: auto !important;
  }

  .xl\:w-\[405px\] {
    width: 405px !important;
  }

  .xl\:w-\[754px\] {
    width: 754px !important;
  }

  .xl\:w-\[241px\] {
    width: 241px !important;
  }

  .xl\:w-\[94\%\] {
    width: 94% !important;
  }

  .xl\:w-\[250px\] {
    width: 250px !important;
  }

  .xl\:w-2\/4 {
    width: 50% !important;
  }

  .xl\:w-\[145px\] {
    width: 145px !important;
  }

  .xl\:w-\[43\%\] {
    width: 43% !important;
  }

  .xl\:w-\[47\.35\%\] {
    width: 47.35% !important;
  }

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

  .xl\:w-\[261px\] {
    width: 261px !important;
  }

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

  .xl\:w-\[46px\] {
    width: 46px !important;
  }

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

  .xl\:w-\[218px\] {
    width: 218px !important;
  }

  .xl\:w-\[348px\] {
    width: 348px !important;
  }

  .xl\:w-\[190px\] {
    width: 190px !important;
  }

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

  .xl\:w-\[274px\] {
    width: 274px !important;
  }

  .xl\:w-\[345px\] {
    width: 345px !important;
  }

  .xl\:w-\[500px\] {
    width: 500px !important;
  }

  .xl\:w-\[73\%\] {
    width: 73% !important;
  }

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

  .xl\:w-\[115\%\] {
    width: 115% !important;
  }

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

  .xl\:w-\[42\%\] {
    width: 42% !important;
  }

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

  .xl\:w-\[222px\] {
    width: 222px !important;
  }

  .xl\:w-\[450px\] {
    width: 450px !important;
  }

  .xl\:w-\[200px\] {
    width: 200px !important;
  }

  .xl\:min-w-\[60\%\] {
    min-width: 60% !important;
  }

  .xl\:min-w-\[130px\] {
    min-width: 130px !important;
  }

  .xl\:max-w-\[1140px\] {
    max-width: 1140px !important;
  }

  .xl\:max-w-\[1100px\] {
    max-width: 1100px !important;
  }

  .xl\:max-w-\[1120px\] {
    max-width: 1120px !important;
  }

  .xl\:max-w-\[1147px\] {
    max-width: 1147px !important;
  }

  .xl\:max-w-\[960px\] {
    max-width: 960px !important;
  }

  .xl\:max-w-\[900px\] {
    max-width: 900px !important;
  }

  .xl\:max-w-\[880px\] {
    max-width: 880px !important;
  }

  .xl\:max-w-\[1200px\] {
    max-width: 1200px !important;
  }

  .xl\:max-w-\[539px\] {
    max-width: 539px !important;
  }

  .xl\:basis-full {
    flex-basis: 100% !important;
  }

  .xl\:scale-x-100 {
    --tw-scale-x: 1 !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

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

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

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

  .xl\:flex-row {
    flex-direction: row !important;
  }

  .xl\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

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

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

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

  .xl\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .xl\:rounded-r-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .xl\:rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .xl\:rounded-l-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xl\:rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .xl\:bg-\[url\(\'\.\.\/images\/testimonial-main-image-2-01\.svg\'\)\] {
    background-image: url('../images/testimonial-main-image-2-01.svg') !important;
  }

  .xl\:bg-\[url\(\'\.\.\/images\/iqra-network-dotted-background-md\.webp\'\)\] {
    background-image: url('../images/iqra-network-dotted-background-md.webp') !important;
  }

  .xl\:bg-\[url\(\'\.\.\/images\/iqra-network-speak-arabic-confidently-dotted-background\.webp\'\)\] {
    background-image: url('../images/iqra-network-speak-arabic-confidently-dotted-background.webp') !important;
  }

  .xl\:bg-\[url\(\'\.\.\/images\/iqra-network-study-path-timeline-illustration-xl\.webp\'\)\] {
    background-image: url('../images/iqra-network-study-path-timeline-illustration-xl.webp') !important;
  }

  .xl\:bg-\[center_right_100px\] {
    background-position: center right 100px !important;
  }

  .xl\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .xl\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .xl\:px-\[3\%\] {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }

  .xl\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .xl\:px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .xl\:px-\[100px\] {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .xl\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .xl\:pt-36 {
    padding-top: 9rem !important;
  }

  .xl\:pt-5 {
    padding-top: 1.25rem !important;
  }

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

  .xl\:pt-\[18\%\] {
    padding-top: 18% !important;
  }

  .xl\:pb-\[27\%\] {
    padding-bottom: 27% !important;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .xl\:pl-28 {
    padding-left: 7rem !important;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .xl\:pl-12 {
    padding-left: 3rem !important;
  }

  .xl\:pl-32 {
    padding-left: 8rem !important;
  }

  .xl\:pr-14 {
    padding-right: 3.5rem !important;
  }

  .xl\:pt-14 {
    padding-top: 3.5rem !important;
  }

  .xl\:pr-8 {
    padding-right: 2rem !important;
  }

  .xl\:pl-\[50px\] {
    padding-left: 50px !important;
  }

  .xl\:pl-14 {
    padding-left: 3.5rem !important;
  }

  .xl\:pl-8 {
    padding-left: 2rem !important;
  }

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

  .xl\:text-center {
    text-align: center !important;
  }

  .xl\:text-\[60px\] {
    font-size: 60px !important;
  }

  .xl\:text-\[40px\] {
    font-size: 40px !important;
  }

  .xl\:text-\[38px\] {
    font-size: 38px !important;
  }

  .xl\:text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

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

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

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

  .xl\:text-\[70px\] {
    font-size: 70px !important;
  }

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

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

  .xl\:text-\[30px\] {
    font-size: 30px !important;
  }

  .xl\:text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .xl\:font-normal {
    font-weight: 400 !important;
  }

  .xl\:font-light {
    font-weight: 300 !important;
  }

  .xl\:leading-\[50px\] {
    line-height: 50px !important;
  }

  .xl\:leading-10 {
    line-height: 2.5rem !important;
  }

  .xl\:leading-\[3\.5rem\] {
    line-height: 3.5rem !important;
  }

  .xl\:leading-9 {
    line-height: 2.25rem !important;
  }

  .focus\:xl\:w-\[242px\]:focus {
    width: 242px !important;
  }

  [dir="rtl"] .rtl\:xl\:ml-5 {
    margin-left: 1.25rem !important;
  }

  [dir="rtl"] .rtl\:xl\:mr-0 {
    margin-right: 0px !important;
  }

  [dir="rtl"] .rtl\:xl\:pr-6 {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .rtl\:xl\:pl-8 {
    padding-left: 2rem !important;
  }

  [dir="rtl"] .rtl\:xl\:text-right {
    text-align: right !important;
  }

  [dir="rtl"] .rtl\:xl\:text-\[60px\] {
    font-size: 60px !important;
  }

  [dir="rtl"] .rtl\:xl\:text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
}

@media (min-width: 1440px) {
  .\32xl\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .\32xl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .\32xl\:mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .\32xl\:-ml-\[214px\] {
    margin-left: -214px !important;
  }

  .\32xl\:mt-8 {
    margin-top: 2rem !important;
  }

  .\32xl\:-mt-28 {
    margin-top: -7rem !important;
  }

  .\32xl\:mt-20 {
    margin-top: 5rem !important;
  }

  .\32xl\:ml-0 {
    margin-left: 0px !important;
  }

  .\32xl\:block {
    display: block !important;
  }

  .\32xl\:hidden {
    display: none !important;
  }

  .\32xl\:h-\[540px\] {
    height: 540px !important;
  }

  .\32xl\:min-h-\[399px\] {
    min-height: 399px !important;
  }

  .\32xl\:w-\[820px\] {
    width: 820px !important;
  }

  .\32xl\:w-\[1120px\] {
    width: 1120px !important;
  }

  .\32xl\:w-11\/12 {
    width: 91.666667% !important;
  }

  .\32xl\:w-\[82\%\] {
    width: 82% !important;
  }

  .\32xl\:w-\[80\%\] {
    width: 80% !important;
  }

  .\32xl\:w-\[75\%\] {
    width: 75% !important;
  }

  .\32xl\:max-w-\[1235px\] {
    max-width: 1235px !important;
  }

  .\32xl\:flex-row {
    flex-direction: row !important;
  }

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

  .\32xl\:justify-around {
    justify-content: space-around !important;
  }

  .\32xl\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .\32xl\:px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .\32xl\:px-\[140px\] {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }

  .\32xl\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .\32xl\:pt-24 {
    padding-top: 6rem !important;
  }

  .\32xl\:text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }

  .\32xl\:text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

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

  .\32xl\:text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  [dir="rtl"] .rtl\:2xl\:pr-0 {
    padding-right: 0px !important;
  }
}
