/*
! 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: currentColor; /* 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 */ /* 3 */
  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::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:  ;
}::-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-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;
  }
}.fixed {
  position: fixed;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.-bottom-\[18px\] {
  bottom: -18px;
}.-left-\[14px\] {
  left: -14px;
}.bottom-\[10px\] {
  bottom: 10px;
}.bottom-\[14px\] {
  bottom: 14px;
}.left-\[50\%\] {
  left: 50%;
}.right-2 {
  right: 0.5rem;
}.right-3 {
  right: 0.75rem;
}.top-0 {
  top: 0px;
}.top-2 {
  top: 0.5rem;
}.top-\[10px\] {
  top: 10px;
}.top-\[34\%\] {
  top: 34%;
}.top-\[5px\] {
  top: 5px;
}.z-10 {
  z-index: 10;
}.z-20 {
  z-index: 20;
}.z-30 {
  z-index: 30;
}.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}.\!mb-1 {
  margin-bottom: 0.25rem !important;
}.-mt-10 {
  margin-top: -2.5rem;
}.-mt-6 {
  margin-top: -1.5rem;
}.-mt-\[13px\] {
  margin-top: -13px;
}.mb-10 {
  margin-bottom: 2.5rem;
}.mb-2 {
  margin-bottom: 0.5rem;
}.mb-5 {
  margin-bottom: 1.25rem;
}.mb-8 {
  margin-bottom: 2rem;
}.mb-\[3px\] {
  margin-bottom: 3px;
}.mb-\[65px\] {
  margin-bottom: 65px;
}.mb-\[70px\] {
  margin-bottom: 70px;
}.ml-\[3px\] {
  margin-left: 3px;
}.mr-2 {
  margin-right: 0.5rem;
}.mt-1 {
  margin-top: 0.25rem;
}.mt-2 {
  margin-top: 0.5rem;
}.mt-3 {
  margin-top: 0.75rem;
}.mt-4 {
  margin-top: 1rem;
}.mt-8 {
  margin-top: 2rem;
}.mt-\[-1px\] {
  margin-top: -1px;
}.flex {
  display: flex;
}.grid {
  display: grid;
}.hidden {
  display: none;
}.h-1 {
  height: 0.25rem;
}.h-12 {
  height: 3rem;
}.h-7 {
  height: 1.75rem;
}.h-\[12px\] {
  height: 12px;
}.h-\[15px\] {
  height: 15px;
}.h-\[16px\] {
  height: 16px;
}.h-\[28px\] {
  height: 28px;
}.h-\[33px\] {
  height: 33px;
}.h-\[56px\] {
  height: 56px;
}.h-\[600px\] {
  height: 600px;
}.h-\[60px\] {
  height: 60px;
}.h-\[70px\] {
  height: 70px;
}.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}.h-full {
  height: 100%;
}.min-h-\[121px\] {
  min-height: 121px;
}.min-h-\[75px\] {
  min-height: 75px;
}.min-h-\[calc\(100vh-578px\)\] {
  min-height: calc(100vh - 578px);
}.min-h-screen {
  min-height: 100vh;
}.w-1\/12 {
  width: 8.333333%;
}.w-10 {
  width: 2.5rem;
}.w-11\/12 {
  width: 91.666667%;
}.w-7 {
  width: 1.75rem;
}.w-9\/12 {
  width: 75%;
}.w-\[100\%\] {
  width: 100%;
}.w-\[120px\] {
  width: 120px;
}.w-\[12px\] {
  width: 12px;
}.w-\[138px\] {
  width: 138px;
}.w-\[150px\] {
  width: 150px;
}.w-\[15px\] {
  width: 15px;
}.w-\[16px\] {
  width: 16px;
}.w-\[28px\] {
  width: 28px;
}.w-\[600px\] {
  width: 600px;
}.w-\[70px\] {
  width: 70px;
}.w-full {
  width: 100%;
}.min-w-\[400px\] {
  min-width: 400px;
}.min-w-min {
  min-width: min-content;
}.max-w-\[100\%\] {
  max-width: 100%;
}.flex-1 {
  flex: 1 1 0%;
}.translate-x-\[12\%\] {
  --tw-translate-x: 12%;
  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));
}.-rotate-90 {
  --tw-rotate: -90deg;
  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));
}.flex-row {
  flex-direction: row;
}.flex-col {
  flex-direction: column;
}.flex-wrap {
  flex-wrap: wrap;
}.content-center {
  align-content: center;
}.items-end {
  align-items: flex-end;
}.items-center {
  align-items: center;
}.justify-end {
  justify-content: flex-end;
}.justify-center {
  justify-content: center;
}.justify-between {
  justify-content: space-between;
}.justify-evenly {
  justify-content: space-evenly;
}.gap-4 {
  gap: 1rem;
}.whitespace-nowrap {
  white-space: nowrap;
}.rounded {
  border-radius: 0.25rem;
}.rounded-\[5px\] {
  border-radius: 5px;
}.rounded-full {
  border-radius: 9999px;
}.rounded-none {
  border-radius: 0px;
}.rounded-xl {
  border-radius: 0.75rem;
}.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}.border {
  border-width: 1px;
}.border-0 {
  border-width: 0px;
}.border-2 {
  border-width: 2px;
}.border-b {
  border-bottom-width: 1px;
}.border-b-2 {
  border-bottom-width: 2px;
}.border-t {
  border-top-width: 1px;
}.border-solid {
  border-style: solid;
}.\!border-primary-main {
  --tw-border-opacity: 1 !important;
  border-color: rgb(33 103 174 / var(--tw-border-opacity)) !important;
}.border-\[var\(--black\)\] {
  border-color: var(--black);
}.border-disabled {
  --tw-border-opacity: 1;
  border-color: rgb(186 185 192 / var(--tw-border-opacity));
}.border-info {
  --tw-border-opacity: 1;
  border-color: rgb(166 173 175 / var(--tw-border-opacity));
}.border-primary-main {
  --tw-border-opacity: 1;
  border-color: rgb(33 103 174 / var(--tw-border-opacity));
}.border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity));
}.border-secondary-main {
  --tw-border-opacity: 1;
  border-color: rgb(35 54 111 / var(--tw-border-opacity));
}.border-b-lighter-gray {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(201 208 210 / var(--tw-border-opacity));
}.bg-gray\/50 {
  background-color: rgb(82 80 97 / 0.5);
}.bg-lightGray {
  --tw-bg-opacity: 1;
  background-color: rgb(236 238 239 / var(--tw-bg-opacity));
}.bg-primary-main {
  --tw-bg-opacity: 1;
  background-color: rgb(33 103 174 / var(--tw-bg-opacity));
}.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.p-0 {
  padding: 0px;
}.p-1 {
  padding: 0.25rem;
}.p-1\.5 {
  padding: 0.375rem;
}.p-\[10px\] {
  padding: 10px;
}.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.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-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}.py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}.pb-0 {
  padding-bottom: 0px;
}.pb-10 {
  padding-bottom: 2.5rem;
}.pb-2 {
  padding-bottom: 0.5rem;
}.pb-4 {
  padding-bottom: 1rem;
}.pb-8 {
  padding-bottom: 2rem;
}.pl-2 {
  padding-left: 0.5rem;
}.pr-2 {
  padding-right: 0.5rem;
}.pr-3 {
  padding-right: 0.75rem;
}.pt-0 {
  padding-top: 0px;
}.pt-12 {
  padding-top: 3rem;
}.pt-14 {
  padding-top: 3.5rem;
}.pt-40 {
  padding-top: 10rem;
}.pt-6 {
  padding-top: 1.5rem;
}.pt-8 {
  padding-top: 2rem;
}.pt-\[10px\] {
  padding-top: 10px;
}.pt-\[44px\] {
  padding-top: 44px;
}.text-left {
  text-align: left;
}.text-center {
  text-align: center;
}.\!text-\[13px\] {
  font-size: 13px !important;
}.\!text-\[15px\] {
  font-size: 15px !important;
}.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}.text-5xl {
  font-size: 3rem;
  line-height: 1;
}.text-\[11px\] {
  font-size: 11px;
}.text-\[12px\] {
  font-size: 12px;
}.text-\[13px\] {
  font-size: 13px;
}.text-\[16px\] {
  font-size: 16px;
}.text-\[18px\] {
  font-size: 18px;
}.text-\[20px\] {
  font-size: 20px;
}.text-\[21px\] {
  font-size: 21px;
}.text-\[22px\] {
  font-size: 22px;
}.text-\[23px\] {
  font-size: 23px;
}.text-\[24px\] {
  font-size: 24px;
}.text-\[25px\] {
  font-size: 25px;
}.text-\[28px\] {
  font-size: 28px;
}.text-\[30px\] {
  font-size: 30px;
}.text-\[70px\] {
  font-size: 70px;
}.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}.font-bold {
  font-weight: 700;
}.font-light {
  font-weight: 300;
}.font-medium {
  font-weight: 500;
}.font-normal {
  font-weight: 400;
}.font-semibold {
  font-weight: 600;
}.uppercase {
  text-transform: uppercase;
}.leading-\[15px\] {
  line-height: 15px;
}.leading-\[16px\] {
  line-height: 16px;
}.leading-\[22px\] {
  line-height: 22px;
}.leading-\[26px\] {
  line-height: 26px;
}.leading-none {
  line-height: 1;
}.tracking-wider {
  letter-spacing: 0.05em;
}.tracking-widest {
  letter-spacing: 0.1em;
}.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}.text-\[\#646271\] {
  --tw-text-opacity: 1;
  color: rgb(100 98 113 / var(--tw-text-opacity));
}.text-\[--primary-main-color\] {
  color: var(--primary-main-color);
}.text-darkGray {
  --tw-text-opacity: 1;
  color: rgb(50 53 55 / var(--tw-text-opacity));
}.text-error {
  --tw-text-opacity: 1;
  color: rgb(220 46 99 / var(--tw-text-opacity));
}.text-info {
  --tw-text-opacity: 1;
  color: rgb(166 173 175 / var(--tw-text-opacity));
}.text-primary-light {
  --tw-text-opacity: 1;
  color: rgb(121 175 230 / var(--tw-text-opacity));
}.text-primary-main {
  --tw-text-opacity: 1;
  color: rgb(33 103 174 / var(--tw-text-opacity));
}.text-secondary-main {
  --tw-text-opacity: 1;
  color: rgb(35 54 111 / var(--tw-text-opacity));
}.text-success {
  --tw-text-opacity: 1;
  color: rgb(44 194 168 / var(--tw-text-opacity));
}.text-tertiary-main {
  --tw-text-opacity: 1;
  color: rgb(84 149 207 / var(--tw-text-opacity));
}.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.opacity-50 {
  opacity: 0.5;
}.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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);
}.shadow-shadowStepperXs {
  --tw-shadow: 0px 0px 0px 2px rgba(255,255,255,1);
  --tw-shadow-colored: 0px 0px 0px 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);
}.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.before\:hidden::before {
  content: var(--tw-content);
  display: none;
}.hover\:mt-\[-1\.5px\]:hover {
  margin-top: -1.5px;
}.hover\:border-t-2:hover {
  border-top-width: 2px;
}.hover\:bg-primary-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(121 175 230 / var(--tw-bg-opacity));
}.hover\:bg-primary-lighter:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 244 252 / var(--tw-bg-opacity));
}.hover\:bg-secondary-main:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(35 54 111 / var(--tw-bg-opacity));
}.hover\:bg-transparent:hover {
  background-color: transparent;
}.hover\:\!text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}.hover\:shadow-lg:hover {
  --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);
}.disabled\:border:disabled {
  border-width: 1px;
}.disabled\:border-solid:disabled {
  border-style: solid;
}.disabled\:border-disabled:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(186 185 192 / var(--tw-border-opacity));
}.disabled\:bg-white:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.disabled\:text-\[--disabled\]:disabled {
  color: var(--disabled);
}.disabled\:text-disabled:disabled {
  --tw-text-opacity: 1;
  color: rgb(186 185 192 / var(--tw-text-opacity));
}.disabled\:shadow-none:disabled {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}@media (min-width: 640px) {.sm\:mb-1 {
    margin-bottom: 0.25rem;
  }.sm\:flex {
    display: flex;
  }.sm\:grid {
    display: grid;
  }.sm\:hidden {
    display: none;
  }.sm\:w-\[154px\] {
    width: 154px;
  }.sm\:flex-row {
    flex-direction: row;
  }.sm\:flex-wrap {
    flex-wrap: wrap;
  }.sm\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }.sm\:pr-0 {
    padding-right: 0px;
  }.sm\:text-\[30px\] {
    font-size: 30px;
  }
}@media (min-width: 768px) {.md\:top-\[37\%\] {
    top: 37%;
  }.md\:-mt-\[3\.6rem\] {
    margin-top: -3.6rem;
  }.md\:h-10 {
    height: 2.5rem;
  }.md\:w-10 {
    width: 2.5rem;
  }.md\:justify-end {
    justify-content: flex-end;
  }.md\:pb-8 {
    padding-bottom: 2rem;
  }.md\:pt-6 {
    padding-top: 1.5rem;
  }.md\:text-\[16px\] {
    font-size: 16px;
  }.md\:shadow-shadowStepper {
    --tw-shadow: 0px 0px 0px 8px rgba(255,255,255,1);
    --tw-shadow-colored: 0px 0px 0px 8px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}@media (min-width: 1024px) {.lg\:w-9\/12 {
    width: 75%;
  }.lg\:max-w-\[1500px\] {
    max-width: 1500px;
  }
}@media (min-width: 1536px) {.\32xl\:max-w-\[1400px\] {
    max-width: 1400px;
  }
}
