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

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

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

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

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

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 */
  font-variation-settings: normal;
  /* 6 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: 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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

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

.container {
  width: 100%;
}

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

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

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

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

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

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

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

.left-0 {
  left: 0px;
}

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

.left-11 {
  left: 2.75rem;
}

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

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

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

.right-0 {
  right: 0px;
}

.right-8 {
  right: 2rem;
}

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

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

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

.top-0 {
  top: 0px;
}

.top-5 {
  top: 1.25rem;
}

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

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

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

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

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

.top-full {
  top: 100%;
}

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

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

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

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

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

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

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

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

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

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

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

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

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

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

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

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

.-mt-24 {
  margin-top: -6rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-0 {
  margin-left: 0px;
}

.ml-1 {
  margin-left: 0.25rem;
}

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

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

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

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

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

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

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

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

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

.mt-24 {
  margin-top: 6rem;
}

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

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

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

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

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

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

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

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

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

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-16 {
  height: 4rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-80 {
  height: 20rem;
}

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

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

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

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

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

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

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

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

.w-1\/4 {
  width: 25%;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-8\/12 {
  width: 66.666667%;
}

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

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

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

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

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

.w-\[3\.25rem\] {
  width: 3.25rem;
}

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

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

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

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

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

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

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

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

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

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

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

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

.min-w-full {
  min-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-xs {
  max-width: 20rem;
}

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

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

.grow {
  flex-grow: 1;
}

.border-collapse {
  border-collapse: collapse;
}

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

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

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-32 {
  gap: 8rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

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

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

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

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

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

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

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

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

.rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem;
}

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

.rounded-bl-\[26px\] {
  border-bottom-left-radius: 26px;
}

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

.rounded-bl-none {
  border-bottom-left-radius: 0px;
}

.rounded-br-3xl {
  border-bottom-right-radius: 1.5rem;
}

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

.rounded-br-\[26px\] {
  border-bottom-right-radius: 26px;
}

.rounded-br-\[30px\] {
  border-bottom-right-radius: 30px;
}

.rounded-br-\[35px\] {
  border-bottom-right-radius: 35px;
}

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

.rounded-br-\[60px\] {
  border-bottom-right-radius: 60px;
}

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

.rounded-br-none {
  border-bottom-right-radius: 0px;
}

.rounded-tl-3xl {
  border-top-left-radius: 1.5rem;
}

.rounded-tl-\[26px\] {
  border-top-left-radius: 26px;
}

.rounded-tr-3xl {
  border-top-right-radius: 1.5rem;
}

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

.rounded-tr-\[26px\] {
  border-top-right-radius: 26px;
}

.rounded-tr-\[35px\] {
  border-top-right-radius: 35px;
}

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

.border-l-4 {
  border-left-width: 4px;
}

.border-l-8 {
  border-left-width: 8px;
}

.border-l-\[9px\] {
  border-left-width: 9px;
}

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

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

.border-t {
  border-top-width: 1px;
}

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

.border-t-\[12px\] {
  border-top-width: 12px;
}

.border-t-\[31px\] {
  border-top-width: 31px;
}

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

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

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

.border-\[\#00a77b\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 167 123 / var(--tw-border-opacity));
}

.border-\[\#3a393926\] {
  border-color: #3a393926;
}

.border-\[\#459d0f\] {
  --tw-border-opacity: 1;
  border-color: rgb(69 157 15 / var(--tw-border-opacity));
}

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

.border-\[\#6F777D\] {
  --tw-border-opacity: 1;
  border-color: rgb(111 119 125 / var(--tw-border-opacity));
}

.border-\[\#bdbec1\] {
  --tw-border-opacity: 1;
  border-color: rgb(189 190 193 / var(--tw-border-opacity));
}

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

.border-\[\#cf9604\] {
  --tw-border-opacity: 1;
  border-color: rgb(207 150 4 / var(--tw-border-opacity));
}

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

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

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

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

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(215 44 45 / var(--tw-border-opacity));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(138 14 14 / var(--tw-border-opacity));
}

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

.bg-\[\#155d8a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(21 93 138 / var(--tw-bg-opacity));
}

.bg-\[\#158cd6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(21 140 214 / var(--tw-bg-opacity));
}

.bg-\[\#3a3939\] {
  --tw-bg-opacity: 1;
  background-color: rgb(58 57 57 / var(--tw-bg-opacity));
}

.bg-\[\#3d3d3d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(61 61 61 / var(--tw-bg-opacity));
}

.bg-\[\#3f3c35\] {
  --tw-bg-opacity: 1;
  background-color: rgb(63 60 53 / var(--tw-bg-opacity));
}

.bg-\[\#459d0f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(69 157 15 / var(--tw-bg-opacity));
}

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

.bg-\[\#4a4a4a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(74 74 74 / var(--tw-bg-opacity));
}

.bg-\[\#5bc259\] {
  --tw-bg-opacity: 1;
  background-color: rgb(91 194 89 / var(--tw-bg-opacity));
}

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

.bg-\[\#8a0e0e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(138 14 14 / var(--tw-bg-opacity));
}

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

.bg-\[\#bdbec1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(189 190 193 / var(--tw-bg-opacity));
}

.bg-\[\#cf9604\] {
  --tw-bg-opacity: 1;
  background-color: rgb(207 150 4 / var(--tw-bg-opacity));
}

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

.bg-\[\#edebe7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 235 231 / var(--tw-bg-opacity));
}

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

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

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

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

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

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(215 44 45 / var(--tw-bg-opacity));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(138 14 14 / var(--tw-bg-opacity));
}

.bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}

.bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}

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

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-16 {
  padding-bottom: 4rem;
}

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

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

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

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

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

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

.pb-7 {
  padding-bottom: 1.75rem;
}

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

.pb-9 {
  padding-bottom: 2.25rem;
}

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

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

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

.pl-1 {
  padding-left: 0.25rem;
}

.pl-20 {
  padding-left: 5rem;
}

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

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

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

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

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

.pl-\[8px\] {
  padding-left: 8px;
}

.pr-14 {
  padding-right: 3.5rem;
}

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

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

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

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

.pr-\[70px\] {
  padding-right: 70px;
}

.pr-\[8px\] {
  padding-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

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

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

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

.tracking-\[4\.5px\] {
  letter-spacing: 4.5px;
}

.text-\[\#155d8a\] {
  --tw-text-opacity: 1;
  color: rgb(21 93 138 / var(--tw-text-opacity));
}

.text-\[\#158cd6\] {
  --tw-text-opacity: 1;
  color: rgb(21 140 214 / var(--tw-text-opacity));
}

.text-\[\#3d3d3d\] {
  --tw-text-opacity: 1;
  color: rgb(61 61 61 / var(--tw-text-opacity));
}

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

.text-\[\#4a4a4a\] {
  --tw-text-opacity: 1;
  color: rgb(74 74 74 / var(--tw-text-opacity));
}

.text-\[\#66c4ff\] {
  --tw-text-opacity: 1;
  color: rgb(102 196 255 / var(--tw-text-opacity));
}

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

.text-\[\#6f589f\] {
  --tw-text-opacity: 1;
  color: rgb(111 88 159 / var(--tw-text-opacity));
}

.text-\[\#8A0E0D\] {
  --tw-text-opacity: 1;
  color: rgb(138 14 13 / var(--tw-text-opacity));
}

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

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

.text-\[\#cf9604\] {
  --tw-text-opacity: 1;
  color: rgb(207 150 4 / var(--tw-text-opacity));
}

.text-\[\#d72c2d\] {
  --tw-text-opacity: 1;
  color: rgb(215 44 45 / var(--tw-text-opacity));
}

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

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(215 44 45 / var(--tw-text-opacity));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(138 14 14 / var(--tw-text-opacity));
}

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

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

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

.opacity-\[0\.2\] {
  opacity: 0.2;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

/* Load Poppins font from Google Fonts */

/* Apply Poppins font to body and all text elements */

*{
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
}

.sub-menu::after {
  content:'';
  position: absolute;
  left: 50px;
  top: -69px;
  width: 80px;
  height: 80px;
  background-color: transparent;
}

.submenu-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333 transparent transparent transparent;
  cursor: pointer;
}

.has-submenu.show-submenu .submenu-toggle {
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333 transparent;
}

.menu {
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 90px;
  color: #6F777D;
}

/* Apply different gap at 1366px and below */

@media (max-width: 1366px) {
  .menu {
    gap: 70px;
  }
}

/* Apply different gap at 1200px and below */

@media (max-width: 1200px) {
  .menu {
    gap: 50px;
  }
}

/* Apply different gap at 1024px and below */

@media (max-width: 1024px) {
  .menu {
    gap: 30px;
  }
}

#menu-login-menu{
  gap: 12px;
}

.menu .menu-item>a:hover {
  color: #8a0e0e;
}

.menu .menu-item>a:active {
  color: #8a0e0e;
}

.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  /* Adjust the size of the triangle as needed */
  border-right: 5px solid transparent;
  /* Adjust the size of the triangle as needed */
  border-top: 5px solid black;
  /* Adjust the size and color of the triangle as needed */
  margin-left: 8px;
  /* Adjust the margin to position the arrow as needed */
  vertical-align: middle;
}

/* General styling for submenu items */

.sub-menu>li {
  font-size: 20px;
  font-weight: 600;
  color: #464646;
  padding: 20px;
  border-bottom: 1px solid rgba(42, 79, 158, 0.2);
  display: flex;
  align-items: center;
  position: relative;
  /* Add this to make ::before and ::after work correctly */
}

/* Styles for the first child with icon1.svg */

.sub-menu>li:nth-child(1)::before {
  content: "";
  display: inline-block;
  width: 30px;
  /* Width of your icon image */
  height: 30px;
  /* Height of your icon image */
  background-image: url('../src/images/piggy-bank\ \(1\).png');
  /* Replace 'icon1.svg' with the path to your first icon image */
  background-size: contain;
  /* Adjust the background size as needed */
  margin-right: 10px;
  /* Adjust the margin to position the icon as needed */
}

/* Styles for the second child with icon2.svg */

.sub-menu>li:nth-child(2)::before {
  content: "";
  display: inline-block;
  width: 30px;
  /* Width of your icon image */
  height: 30px;
  /* Height of your icon image */
  background-image: url('../src/images/dollar\ \(1\).png');
  /* Replace 'icon2.svg' with the path to your second icon image */
  background-size: contain;
  /* Adjust the background size as needed */
  margin-right: 10px;
  /* Adjust the margin to position the icon as needed */
}

/* Styles for the third child with icon3.svg */

.sub-menu>li:nth-child(3)::before {
  content: "";
  display: inline-block;
  width: 30px;
  /* Width of your icon image */
  height: 30px;
  /* Height of your icon image */
  background-image: url('../src/images/tube\ \(1\).png');
  /* Replace 'icon3.svg' with the path to your third icon image */
  background-size: contain;
  /* Adjust the background size as needed */
  margin-right: 10px;
  /* Adjust the margin to position the icon as needed */
}

/* Styles for the right side arrow using ::after */

.sub-menu>li::after {
  content: "";
  display: inline-block;
  width: 15px;
  /* Width of your arrow image */
  height: 15px;
  /* Height of your arrow image */
  background-image: url('../src/images/right-arrow.png');
  /* Replace 'arrow.png' with the path to your arrow image */
  background-size: contain;
  /* Adjust the background size as needed */
  margin-left: 5px;
  /* Adjust the margin to position the arrow as needed */
  z-index: 50;
}

.sub-menu::before {
  content: "";
  position: absolute;
  top: -15px;
  /* Adjust the distance of the triangle from the top of the submenu */
  left: 25%;
  /* Position the triangle in the middle */
  border-left: 18px solid transparent;
  /* Adjust the size of the triangle */
  border-right: 18px solid transparent;
  /* Adjust the size of the triangle */
  border-bottom: 16px solid #dcdcdc;
  /* Adjust the size and color of the triangle */
}

@media (max-width: 1024px) {
  .responsive-header {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 30px 35px;
    background-color:#8a0e0e;
    flex-direction: column-reverse;
    font-size: 14px;
    color: white;
    justify-content: flex-end;
    align-items: flex-start;
    width: 320px;
    gap: 8px;
  }

  .responsive-header .menu{
    font-size: 14px;
    color: white;
    align-items: flex-start;
    gap: 8px;
  }

  .responsive-header .menu-item{
    font-size: 14px;
    color: white;
  }

  .responsive-header .top-menu{
    justify-content: flex-start;
    align-items: flex-start;
    padding: unset;
  }

  .responsive-header .top-menu>ul {
    flex-direction: column;
  }

  .responsive-header .bottom-menu {
    flex-direction: column;
    border: none;
    justify-content: flex-start;
    padding: unset;
    gap: 8px;
    align-items: flex-start;
  }

  .responsive-header .bottom-menu a{
    font-size: 14px;
    background-color: transparent;
    padding: unset;
  }

  .responsive-header .bottom-menu a img{
    display: none;
  }

  .responsive-header .bottom-menu div>ul {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
  }

  .responsive-header .bottom-menu div>ul>li>a::after {
    display: none;
  }

  .responsive-header .bottom-menu div>ul .sub-menu {
    display: block;
    box-shadow: none;
    padding: unset;
    background-color: transparent;
    position: unset;
  }

  .responsive-header .bottom-menu div>ul .sub-menu::before {
    display: none;
  }

  .responsive-header .bottom-menu div>ul .sub-menu>li::before {
    display: none;
  }

  .responsive-header .bottom-menu div>ul .sub-menu>li::after {
    display: none;
  }

  .responsive-header .bottom-menu div>ul .sub-menu>li {
    padding: 0 0 0 10px;
    font-size: 14px;
    font-weight: 400;
    border: none;
  }

  .close {
    display: block;
    position: fixed;
    top: 14px;
    right:24px;
    width: 24px;
    cursor: pointer;
  }
}

#menu-footer-menu {
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  color: white;
  height: 100%;
  max-height: 100px;
  flex-wrap: wrap;
  row-gap: 10px;
  -moz-column-gap: 0px;
       column-gap: 0px;
  padding-left: 30px;
}

#menu-footer-menu li {
  color: white;
}

#menu-footer-menu li:last-child {
  position: relative;
}

#menu-footer-menu li:last-child::before {
  position: absolute;
  top: -35px;
  left: -24px;
  width: 2px;
  height: 250%;
  background-color: white;
  content: "";
}

.mpower-bg{
  background-image: url(../src/images/mpower-dash-bg.jpg);
  height: 320px;
  background-color: #D72C2D;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: white;
  overflow: hidden;
}

.tw-bg{
  background-image: url(../src/images/tw-bg.jpg);
  height: 320px;
  background-color: #708dc5;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: white;
  overflow: hidden;
}

.vero-bg{
  background-image: url(../src/images/vero-bg.png);
  height: 320px;
  background-color: #CB333B;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: white;
  overflow: hidden;
}

.mpower-nav {
  border-top: solid 1px;
  -o-border-image: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.7) 40%,rgba(255,255,255,0) 100%);
     border-image: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.7) 40%,rgba(255,255,255,0) 100%);
  border-image-slice: 1 0;
  background-color: #20202021;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

table tbody tr:nth-child(odd) {
  background-color: white;
  /* Adjust the background color as needed */
}

table tbody tr td {
  border-left: 1px solid #cbcbcb;
}

table thead th:not(:first-child) {
  border-left: 1px solid #cbcbcb;
}

.login-bg{
  background-image: url(../src/images/login-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 60%;
  padding: 0 20px 60px;
}

.mpower-circle::before {
  content: "";
  height: 5px;
  width: 208px;
  display: block;
  position: absolute;
  left: -208px;
  z-index: 2;
  background: #3a3939;
}

.mpower-circle::after {
  content: "";
  height: 5px;
  width: 208px;
  display: block;
  position: absolute;
  right: -208px;
  z-index: 2;
  background: #155d8a;
}

@media (max-width: 1024px) {
  .mpower-circle::before,
  .mpower-circle::after {
    display: none;
    /* Hide the elements */
  }
}

.arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #edebe7 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -20px;
}

.arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #edebe7 transparent transparent transparent;
  transform: rotate(180deg);
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}

.blue-circle::before{
  content: "";
  min-width: 90px;
  max-width: 90px;
  width: 100%;
  height: 90px;
  border-radius: 50%;
  background: #158cd6;
  position: absolute;
  left: 26px;
  top: 32px;
  z-index: -1;
}

.blue-circle-2::before{
  content: "";
  min-width: 70px;
  max-width: 70px;
  width: 100%;
  height: 70px;
  border-radius: 50%;
  background: #158cd6;
  position: absolute;
  left: 24px;
  top: 15px;
  z-index: -1;
}

.bgCircle:nth-child(1) {
  height: 101px;
  width: 101px;
  background: #bdbec1;
  opacity: 0.05;
  left: 0;
  top: 64px;
  position: absolute;
  border-radius: 50%;
}

.bgCircle:nth-child(2) {
  height: 101px;
  width: 101px;
  background: #f2f2f2;
  opacity: 0.35;
  right: 0;
  top: 126px;
  position: absolute;
  border-radius: 50%;
}

.bgCircle:nth-child(3) {
  height: 61px;
  width: 61px;
  background: #cf9604;
  opacity: 0.15;
  left: 150px;
  top: 352px;
  position: absolute;
  border-radius: 50%;
}

.bgCircle:nth-child(4) {
  height: 118px;
  width: 118px;
  background: #cf9604;
  opacity: 0.15;
  right: 0;
  top: 527px;
  position: absolute;
  border-radius: 50%;
}

figure {
  max-width: 146px;
  height: 146px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

figure:before {
  content: "";
  max-width: 146px;
  width: 100%;
  height: 146px;
  background: #cf9604;
  position: absolute;
  left: 8px;
  top: 3px;
  border-radius: 50%;
  z-index: 0;
}

figure:after {
  content: "";
  max-width: 146px;
  width: 100%;
  height: 146px;
  border: 4px solid #464646;
  border-radius: 50%;
  position: absolute;
  box-sizing: border-box;
  z-index: 1;
}

.number {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  position: relative;
  margin-right: 30px;
  max-width: 99px;
  width: 100%;
  height: 99px;
  color: #464646;
}

.number:before {
  content: "";
  max-width: 99px;
  width: 100%;
  height: 99px;
  border-radius: 50%;
  background: #cf9604;
  position: absolute;
  left: 6px;
  top: 2px;
  z-index: 0;
}

.number span {
  border: 2px solid white;
  border-radius: 50%;
  max-width: 99px;
  width: 100%;
  height: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.list {
  margin-left: 20px;
}

.list li {
  font-size: 22px;
  padding: 7px 0;
  list-style: square;
}

.list li::marker {
  color: #8A0E0E;
}

@media (min-width:1023px){
  .services-bg{
    background-image: url("../src/images/services-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.services-arrow::before{
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18.5px 19px 18.5px 0;
  border-color: transparent #8a0e0e transparent transparent;
  transform: rotate(-90deg);
}

.yellow-arrow::before{
  content: "";
  position: absolute;
  left: -25px;
  top: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18.5px 19px 18.5px 0;
  border-color: transparent #cf9604 transparent transparent;
}

@media (max-width:1023px) {
  .yellow-arrow::before{
    left: 50%;
    margin-left: -10px;
    top: -30px;
    transform: rotate(90deg);
  }
}

.forminator-ui.forminator-custom-form[data-design=flat] {
  width: 100%;
  margin: 0 !important;
  box-sizing: border-box;
}

.login {
  >p{
    font-size: 14px;
    padding: 16px 12px;
    >a {
      font-size: 16px;
      font-weight: 600;
      color: #8A0E0E;
      text-decoration: underline;
    }
  }
}

.photo1 {
  top: 64px;
  left: 137px;
  border-radius: 31px 0 0 31px;
  padding-left: 44px;
  position: absolute;
  background-color: #ffffff;
  min-height: 553px;
  max-height: 553px;
  z-index: 1;
}

.bubble:nth-of-type(1) {
  top: 64px;
  right: 137px;
}

.bubble {
  background-color: #ab0909;
  background-repeat: no-repeat;
  background-position: calc(8px * 4) calc(8px * 4);
  padding: calc(8px * 9.25) calc(8px * 4) calc(8px * 4);
  border-radius: calc(8px * 4);
  color: #ffffff;
  font-size: 24px;
  width: 476px;
  z-index: 2;
  position: absolute;
}

.bubble:nth-of-type(2) {
  top: 380px;
  right: 137px;
}

.photo2 {
  bottom: 137px;
  right: 137px;
  border-radius: 0 31px 31px 0;
  padding-right: 44px;
  position: absolute;
  background-color: #ffffff;
  min-height: 553px;
  max-height: 553px;
  z-index: 1;
}

.bubble:nth-of-type(3) {
  bottom: 440px;
  left: 137px;
}

.bubble:nth-of-type(4) {
  bottom: 60px;
  left: 137px;
}

.photo1 img,  .photo2 img {
  min-height: 553px;
  max-height: 553px;
}

@media (max-width: 1279px){
  .quotes {
    padding: calc(8px * 8) calc(8px * 8) 0 !important;
    height: unset !important;
  }
}

@media (max-width: 767px){
  .quotes {
    padding: calc(8px * 4) calc(8px * 2) 0 !important;
  }
}

.quotes {
  height: 1540px;
  padding: 64px 137px ;
  background-color: #8a0e0e;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1279px){
  .quotes .photo1,  .quotes .photo2 {
    border-radius: 0;
    position: initial;
    display: block;
    padding: 0;
    background-color: transparent;
    max-height: 500px;
    max-width: unset;
    min-height: 500px;
    min-width: unset;
    width: 120%;
    overflow: hidden;
    margin-top: -64px;
    margin-left: -64px;
  }
}

@media (max-width: 767px){
  .quotes .photo1, .quotes .photo2 {
    border-radius: 0;
    position: initial;
    display: block;
    padding: 0;
    background-color: transparent;
    max-height: 300px;
    max-width: unset;
    min-height: 300px;
    min-width: unset;
    width: 130%;
    overflow: hidden;
  }
}

@media (max-width: 1279px){
  .photo1 img,  .photo2 img {
    width: 100%;
    margin-top: -50px;
    -o-object-fit: cover;
       object-fit: cover;
    min-height: unset;
    min-width: unset;
    max-height: unset;
    max-width: unset;
  }
}

@media (max-width: 767px){
  .quotes .photo1 img, .quotes .photo2 img {
    width: 100%;
    margin-top: 0;
    -o-object-fit: cover;
       object-fit: cover;
    min-height: unset;
    min-width: unset;
    max-height: unset;
    max-width: unset;
  }
}

@media (max-width: 1279px){
  .bubble {
    position: relative;
    background-position: calc(8px * 3) calc(8px * 3);
    margin: 0 0 calc(8px * 5);
    padding: calc(8px * 9.25) calc(8px * 3) calc(8px * 3);
    width: 100%;
    z-index: 5;
  }

  .bubble:nth-of-type(1) {
    top: -100px;
    right: unset;
    left: 0;
    bottom: unset;
  }

  .bubble:nth-of-type(2) {
    top: -100px;
    right: unset;
    left: 0;
    bottom: unset;
  }

  .bubble:nth-of-type(3) {
    top: -100px;
    right: unset;
    left: 0;
    bottom: unset;
  }

  .bubble:nth-of-type(4) {
    top: -100px;
    right: unset;
    left: 0;
    bottom: unset;
  }
}

@media (max-width: 767px){
  .quotes .bubble {
    background-position: calc(8px * 3) calc(8px * 3);
    margin: 0 0 calc(8px * 4);
    padding: calc(8px * 9.25) calc(8px * 3) calc(8px * 3);
    font-size: 18px;
  }

  .quotes .bubble:nth-of-type(1) {
    top: -60px;
    right: unset;
    left: 0;
    bottom: unset;
  }

  .quotes .bubble:nth-of-type(2) {
    top: -60px;
    right: unset;
    left: 0;
    bottom: unset;
  }

  .quotes .bubble:nth-of-type(3) {
    top: -60px;
    right: unset;
    left: 0;
    bottom: unset;
  }

  .quotes .bubble:nth-of-type(4) {
    top: -60px;
    right: unset;
    left: 0;
    bottom: unset;
  }
}

input[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 30px;
  height: 30px;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  position: relative;
}

input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4%;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%3E%3Cpolyline points%3D%2220 6 9 17 4 12%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  visibility: visible;
}

:root {
  --form-control-disabled: #959495;
}

input[type="checkbox"]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}

.active-page {
  color: #ab0909;
  border-bottom: 1px solid #ab0909;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
}

button:hover, a:hover {
  transform: scale(1.02);
  transition: 0.1s ease;
}

.menu-item a:hover {
  transform: none;
  transition: none;
}

/* Apply the circular background on hover */

.logo-bg:hover .circle-bg {
  content: '';
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: white;
  display: block;
  /* Add this to make the pseudo-element visible */
  position: absolute;
  top: -4px;
  left: -4px;
  /* Adjust positioning as needed */
}

/* Style for the wrapper around the image */

.logo-bg .img-wrapper {
  position: relative;
  /* Create a positioning context for absolute elements */
}

.logo-bg:hover .img-wrapper {
  margin-right: 6px;
  /* Create a positioning context for absolute elements */
}

.pagination {
  bottom: -50px !important;
  left: 38% !important;
}

.pagination .current {
  color: white;
  background-color: red;
  border-radius: 6px;
  padding: 6px 4px;
}

.hover\:border:hover {
  border-width: 1px;
}

.hover\:border-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(138 14 14 / var(--tw-border-opacity));
}

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

.hover\:bg-\[\#459d0f\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(69 157 15 / var(--tw-bg-opacity));
}

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

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(215 44 45 / var(--tw-bg-opacity));
}

.hover\:bg-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(138 14 14 / var(--tw-bg-opacity));
}

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

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

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(215 44 45 / var(--tw-text-opacity));
}

.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(138 14 14 / var(--tw-text-opacity));
}

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

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

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

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

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.focus\:border-red-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}

.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:bg-slate-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}

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

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

@media (min-width: 640px) {
  .sm\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:h-11 {
    height: 2.75rem;
  }

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

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

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

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

  .sm\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

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

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

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:pl-10 {
    padding-left: 2.5rem;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem;
  }

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .md\:bottom-0 {
    bottom: 0px;
  }

  .md\:left-\[182px\] {
    left: 182px;
  }

  .md\:right-\[-210px\] {
    right: -210px;
  }

  .md\:right-\[182px\] {
    right: 182px;
  }

  .md\:right-auto {
    right: auto;
  }

  .md\:top-\[-60px\] {
    top: -60px;
  }

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

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

  .md\:ml-16 {
    margin-left: 4rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

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

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:h-11 {
    height: 2.75rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

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

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

  .md\:w-1\/6 {
    width: 16.666667%;
  }

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

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

  .md\:w-8 {
    width: 2rem;
  }

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

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

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

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

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

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

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

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

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

  .md\:justify-center {
    justify-content: center;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

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

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

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

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

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

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

  .md\:border-\[\#a1a1a1\] {
    --tw-border-opacity: 1;
    border-color: rgb(161 161 161 / var(--tw-border-opacity));
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

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

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

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

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

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

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

  .md\:pb-0 {
    padding-bottom: 0px;
  }

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

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

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

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pl-\[60px\] {
    padding-left: 60px;
  }

  .md\:pl-\[70px\] {
    padding-left: 70px;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pr-\[70px\] {
    padding-right: 70px;
  }

  .md\:pr-\[90px\] {
    padding-right: 90px;
  }

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

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

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

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

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

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

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

  .lg\:absolute {
    position: absolute;
  }

  .lg\:bottom-\[-76px\] {
    bottom: -76px;
  }

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

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

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

  .lg\:right-\[0\] {
    right: 0;
  }

  .lg\:top-0 {
    top: 0px;
  }

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

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:-ml-10 {
    margin-left: -2.5rem;
  }

  .lg\:-ml-14 {
    margin-left: -3.5rem;
  }

  .lg\:-ml-24 {
    margin-left: -6rem;
  }

  .lg\:-mr-10 {
    margin-right: -2.5rem;
  }

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

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

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

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

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:ml-\[120px\] {
    margin-left: 120px;
  }

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-36 {
    height: 9rem;
  }

  .lg\:h-5 {
    height: 1.25rem;
  }

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

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

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

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

  .lg\:w-20 {
    width: 5rem;
  }

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

  .lg\:w-36 {
    width: 9rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-11 {
    gap: 2.75rem;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-14 {
    gap: 3.5rem;
  }

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

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-36 {
    gap: 9rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

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

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

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

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

  .lg\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:rounded-bl-\[20px\] {
    border-bottom-left-radius: 20px;
  }

  .lg\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:rounded-br-\[20px\] {
    border-bottom-right-radius: 20px;
  }

  .lg\:rounded-br-\[26px\] {
    border-bottom-right-radius: 26px;
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .lg\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }

  .lg\:border-l-2 {
    border-left-width: 2px;
  }

  .lg\:border-l-\[8px\] {
    border-left-width: 8px;
  }

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

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

  .lg\:border-t-\[0px\] {
    border-top-width: 0px;
  }

  .lg\:p-20 {
    padding: 5rem;
  }

  .lg\:p-7 {
    padding: 1.75rem;
  }

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

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

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

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

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

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

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pb-36 {
    padding-bottom: 9rem;
  }

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

  .lg\:pl-0 {
    padding-left: 0px;
  }

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

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pl-36 {
    padding-left: 9rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pl-\[60px\] {
    padding-left: 60px;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

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

  .lg\:pt-11 {
    padding-top: 2.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:-ml-14 {
    margin-left: -3.5rem;
  }

  .xl\:-mr-14 {
    margin-right: -3.5rem;
  }

  .xl\:block {
    display: block;
  }

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

  .xl\:max-w-\[708px\] {
    max-width: 708px;
  }

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

  .xl\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

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

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

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

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

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

  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

  .xl\:pl-24 {
    padding-left: 6rem;
  }

  .xl\:pr-14 {
    padding-right: 3.5rem;
  }

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

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