/*
! tailwindcss v3.1.8 | 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.
*/

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 */
}

/*
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 {
  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;
}

*, ::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:  ;
}

::-webkit-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:  ;
}

::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:  ;
}

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

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.top-0 {
  top: 0px;
}

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

.right-2\.5 {
  right: 0.625rem;
}

.top-2 {
  top: 0.5rem;
}

.right-2 {
  right: 0.5rem;
}

.top-\[-2\.4rem\] {
  top: -2.4rem;
}

.right-\[12rem\] {
  right: 12rem;
}

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

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

.float-right {
  float: right;
}

.m-auto {
  margin: auto;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

.mx-\[0\.625rem\] {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.ml-\[0\.625rem\] {
  margin-left: 0.625rem;
}

.ml-\[1\.5625rem\] {
  margin-left: 1.5625rem;
}

.mr-\[1\.5rem\] {
  margin-right: 1.5rem;
}

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

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

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

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

.mr-\[3rem\] {
  margin-right: 3rem;
}

.mt-\[3\.75rem\] {
  margin-top: 3.75rem;
}

.mb-\[6\.25rem\] {
  margin-bottom: 6.25rem;
}

.mr-\[6\.0625rem\] {
  margin-right: 6.0625rem;
}

.mt-\[2\.25rem\] {
  margin-top: 2.25rem;
}

.mt-\[1rem\] {
  margin-top: 1rem;
}

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

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

.mb-\[1\.25rem\] {
  margin-bottom: 1.25rem;
}

.mt-\[1\.25rem\] {
  margin-top: 1.25rem;
}

.mt-\[6\.875rem\] {
  margin-top: 6.875rem;
}

.mt-\[0\.9375rem\] {
  margin-top: 0.9375rem;
}

.mr-\[1\.875rem\] {
  margin-right: 1.875rem;
}

.mt-\[0\.3125rem\] {
  margin-top: 0.3125rem;
}

.mt-\[0\.625rem\] {
  margin-top: 0.625rem;
}

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

.mt-\[2\.5rem\] {
  margin-top: 2.5rem;
}

.mr-\[0\.625rem\] {
  margin-right: 0.625rem;
}

.mb-\[1\.875rem\] {
  margin-bottom: 1.875rem;
}

.mt-\[1\.875rem\] {
  margin-top: 1.875rem;
}

.ml-\[1\.25rem\] {
  margin-left: 1.25rem;
}

.mt-\[8\.375rem\] {
  margin-top: 8.375rem;
}

.mb-\[3\.75rem\] {
  margin-bottom: 3.75rem;
}

.mt-\[8\.6875rem\] {
  margin-top: 8.6875rem;
}

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

.block {
  display: block;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-\[5rem\] {
  height: 5rem;
}

.h-\[2\.1875rem\] {
  height: 2.1875rem;
}

.h-\[2\.5rem\] {
  height: 2.5rem;
}

.h-\[0\.75rem\] {
  height: 0.75rem;
}

.h-5 {
  height: 1.25rem;
}

.h-full {
  height: 100%;
}

.h-\[12\.8125rem\] {
  height: 12.8125rem;
}

.h-\[1\.875rem\] {
  height: 1.875rem;
}

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

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

.w-\[8\.875rem\] {
  width: 8.875rem;
}

.w-\[2\.5rem\] {
  width: 2.5rem;
}

.w-\[2\.75rem\] {
  width: 2.75rem;
}

.w-\[0\.75rem\] {
  width: 0.75rem;
}

.w-5 {
  width: 1.25rem;
}

.w-full {
  width: 100%;
}

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

.w-\[24\.0625rem\] {
  width: 24.0625rem;
}

.w-\[1\.875rem\] {
  width: 1.875rem;
}

.w-\[12\.6875rem\] {
  width: 12.6875rem;
}

.w-\[21\.875rem\] {
  width: 21.875rem;
}

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

.w-\[26\.9375rem\] {
  width: 26.9375rem;
}

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

.min-w-\[6\.25rem\] {
  min-width: 6.25rem;
}

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

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

.list-none {
  list-style-type: none;
}

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

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

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

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

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

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

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

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

.justify-items-end {
  justify-items: end;
}

.gap-\[3\.75rem\] {
  gap: 3.75rem;
}

.gap-\[1\.875rem\] {
  gap: 1.875rem;
}

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

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

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

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

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-\[0\.625rem\] {
  border-radius: 0.625rem;
}

.border {
  border-width: 1px;
}

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

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

.bg-\[\#5E5773\] {
  --tw-bg-opacity: 1;
  background-color: rgb(94 87 115 / var(--tw-bg-opacity));
}

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

.fill-current {
  fill: currentColor;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-\[1rem\] {
  padding: 1rem;
}

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

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

.py-\[1rem\] {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.py-\[0\.5rem\] {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

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

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

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

.py-\[0\.625rem\] {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.pt-\[1\.875rem\] {
  padding-top: 1.875rem;
}

.pb-\[1\.25rem\] {
  padding-bottom: 1.25rem;
}

.pb-\[3\.75rem\] {
  padding-bottom: 3.75rem;
}

.pt-\[3\.75rem\] {
  padding-top: 3.75rem;
}

.pb-\[6\.25rem\] {
  padding-bottom: 6.25rem;
}

.pt-\[2\.5rem\] {
  padding-top: 2.5rem;
}

.pt-\[1\.25rem\] {
  padding-top: 1.25rem;
}

.pb-\[2\.5rem\] {
  padding-bottom: 2.5rem;
}

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

.text-\[1\.5rem\] {
  font-size: 1.5rem;
}

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

.text-\[1\.9rem\] {
  font-size: 1.9rem;
}

.text-\[3rem\] {
  font-size: 3rem;
}

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

.leading-\[1\.75rem\] {
  line-height: 1.75rem;
}

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

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

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

.text-\[\#1B2C64\] {
  --tw-text-opacity: 1;
  color: rgb(27 44 100 / var(--tw-text-opacity));
}

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

.text-\[\#1b2c64\] {
  --tw-text-opacity: 1;
  color: rgb(27 44 100 / var(--tw-text-opacity));
}

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

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

.hover\:bg-\[\#7494ff\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(116 148 255 / var(--tw-bg-opacity));
}

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

.hover\:bg-blue-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#7494FF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(116 148 255 / var(--tw-bg-opacity));
}

.hover\:text-\[\#7494FF\]:hover {
  --tw-text-opacity: 1;
  color: rgb(116 148 255 / var(--tw-text-opacity));
}

.hover\:text-\[\#426BF5\]:hover {
  --tw-text-opacity: 1;
  color: rgb(66 107 245 / var(--tw-text-opacity));
}

.hover\:text-\[\#426bf5\]:hover {
  --tw-text-opacity: 1;
  color: rgb(66 107 245 / var(--tw-text-opacity));
}

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

@media (prefers-color-scheme: dark) {
  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }

  .dark\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity));
  }

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

@media (min-width: 769px) {
  .md\:top-\[0rem\] {
    top: 0rem;
  }

  .md\:left-\[-3\.75rem\] {
    left: -3.75rem;
  }

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

  .md\:mr-\[6\.25rem\] {
    margin-right: 6.25rem;
  }

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

  .md\:mt-\[0\.9375rem\] {
    margin-top: 0.9375rem;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mr-\[9\.375rem\] {
    margin-right: 9.375rem;
  }

  .md\:ml-\[2\.5rem\] {
    margin-left: 2.5rem;
  }

  .md\:mt-\[8\.375rem\] {
    margin-top: 8.375rem;
  }

  .md\:mt-\[7rem\] {
    margin-top: 7rem;
  }

  .md\:block {
    display: block;
  }

  .md\:h-\[25\.625rem\] {
    height: 25.625rem;
  }

  .md\:h-\[11\.625rem\] {
    height: 11.625rem;
  }

  .md\:h-\[12\.375rem\] {
    height: 12.375rem;
  }

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

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

  .md\:w-\[48\.125rem\] {
    width: 48.125rem;
  }

  .md\:w-\[48rem\] {
    width: 48rem;
  }

  .md\:w-\[26\.25rem\] {
    width: 26.25rem;
  }

  .md\:w-\[25\.125rem\] {
    width: 25.125rem;
  }

  .md\:w-\[52rem\] {
    width: 52rem;
  }

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

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

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

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

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

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

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

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

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

  .md\:text-\[2\.25rem\] {
    font-size: 2.25rem;
  }

  .md\:text-\[3\.375rem\] {
    font-size: 3.375rem;
  }
}

@media (min-width: 1152px) {
  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

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

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

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

  .lg\:ml-\[19rem\] {
    margin-left: 19rem;
  }

  .lg\:mt-\[5\.625rem\] {
    margin-top: 5.625rem;
  }

  .lg\:mt-\[4\.375rem\] {
    margin-top: 4.375rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[19\.375rem\] {
    height: 19.375rem;
  }

  .lg\:h-\[20\.625rem\] {
    height: 20.625rem;
  }

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

  .lg\:w-\[43\.75rem\] {
    width: 43.75rem;
  }

  .lg\:w-\[46\.875rem\] {
    width: 46.875rem;
  }

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

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

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

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

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

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

@media (min-width: 1921px) {
  .\32xl\:mt-0 {
    margin-top: 0px;
  }

  .\32xl\:inline-block {
    display: inline-block;
  }

  .\32xl\:flex {
    display: flex;
  }

  .\32xl\:w-auto {
    width: auto;
  }

  .\32xl\:flex-grow {
    flex-grow: 1;
  }

  .\32xl\:items-center {
    align-items: center;
  }
}