/*
! tailwindcss v3.4.1 | 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.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, 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 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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:-ms-input-placeholder, textarea:-ms-input-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:  ;
}

::-ms-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: 520px) {

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

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

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

  .container {
    max-width: 1440px;
  }
}
.list {
    list-style: none;
    list-style-type: none;
  }
.list li {
  position: relative;
  margin-bottom: 0.6rem;
  padding-left: 1rem;
}
.list li:last-child {
  margin-bottom: 0px;
}
.list li::before {
        content: '';
        position: absolute;
        top: 0.8rem;
        left: 0px;
        height: 0.4rem;
        width: 0.4rem;
        border-radius: 1.2rem;
        background-color: rgba(51, 51, 51, 1);
      }
.gradient-white-tb {
    background: linear-gradient(0deg, #fff 25%, rgba(255, 255, 255, 0) 100%);
  }
.wordbreak {
    word-break: break-word;
  }
.no-scrollbar {
    scrollbar-width: 0;
  }
.no-scrollbar::-webkit-scrollbar {
      height: 0;
      width: 0;
    }
.no-scrollbar::-webkit-scrollbar-thumb {
      border-radius: 0;
      border: 0px;
    }
.gray-scrollbar::-webkit-scrollbar {
      height: 12px;
      width: 12px;
      background: white;
    }
.gray-scrollbar::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background: #e6e7e9;
      border: 4px solid white;
    }
.shadow-popover {
  --tw-shadow: 0px 8px 32px 0px rgba(4, 17, 27, 0.14);
  --tw-shadow-colored: 0px 8px 32px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.-bottom-0 {
  bottom: -0px;
}
.-bottom-0\.8 {
  bottom: -0.8rem;
}
.-left-0 {
  left: -0px;
}
.-left-0\.8 {
  left: -0.8rem;
}
.-top-0 {
  top: -0px;
}
.-top-0\.8 {
  top: -0.8rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-0\.4 {
  bottom: 0.4rem;
}
.bottom-1 {
  bottom: 1rem;
}
.bottom-1\.2 {
  bottom: 1.2rem;
}
.bottom-2 {
  bottom: 2rem;
}
.bottom-\[9\.7rem\] {
  bottom: 9.7rem;
}
.bottom-full {
  bottom: 100%;
}
.left-0 {
  left: 0px;
}
.left-0\.4 {
  left: 0.4rem;
}
.left-1 {
  left: 1rem;
}
.left-1\.6 {
  left: 1.6rem;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 2rem;
}
.left-3 {
  left: 3rem;
}
.left-3\.2 {
  left: 3.2rem;
}
.left-\[-2px\] {
  left: -2px;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 1rem;
}
.right-1\.6 {
  right: 1.6rem;
}
.right-2 {
  right: 2rem;
}
.right-3 {
  right: 3rem;
}
.right-3\.2 {
  right: 3.2rem;
}
.right-8 {
  right: 8rem;
}
.right-\[0px\] {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-0\.4 {
  top: 0.4rem;
}
.top-0\.7 {
  top: 0.7rem;
}
.top-0\.8 {
  top: 0.8rem;
}
.top-1 {
  top: 1rem;
}
.top-1\.6 {
  top: 1.6rem;
}
.top-1\/2 {
  top: 50%;
}
.top-2 {
  top: 2rem;
}
.top-3 {
  top: 3rem;
}
.top-3\.2 {
  top: 3.2rem;
}
.top-\[10\.9rem\] {
  top: 10.9rem;
}
.top-\[15rem\] {
  top: 15rem;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-\[1000\] {
  z-index: 1000;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[109\] {
  z-index: 109;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[110\] {
  z-index: 110;
}
.z-\[15000\] {
  z-index: 15000;
}
.z-\[150\] {
  z-index: 150;
}
.z-\[160\] {
  z-index: 160;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[20\] {
  z-index: 20;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[3\] {
  z-index: 3;
}
.z-\[55\] {
  z-index: 55;
}
.z-\[70\] {
  z-index: 70;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.m-0 {
  margin: 0px;
}
.mx-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-1\.6 {
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-1\.6 {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-2\.4 {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.my-5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.-ml-0 {
  margin-left: -0px;
}
.-ml-0\.9 {
  margin-left: -0.9rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-0\.2 {
  margin-bottom: 0.2rem;
}
.mb-0\.6 {
  margin-bottom: 0.6rem;
}
.mb-0\.8 {
  margin-bottom: 0.8rem;
}
.mb-1 {
  margin-bottom: 1rem;
}
.mb-1\.2 {
  margin-bottom: 1.2rem;
}
.mb-1\.5 {
  margin-bottom: 1.5rem;
}
.mb-1\.6 {
  margin-bottom: 1.6rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.mb-2\.4 {
  margin-bottom: 2.4rem;
}
.mb-3 {
  margin-bottom: 3rem;
}
.mb-3\.2 {
  margin-bottom: 3.2rem;
}
.mb-4 {
  margin-bottom: 4rem;
}
.mb-4\.8 {
  margin-bottom: 4.8rem;
}
.mb-5 {
  margin-bottom: 5rem;
}
.mb-6 {
  margin-bottom: 6rem;
}
.mb-6\.4 {
  margin-bottom: 6.4rem;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[3px\] {
  margin-bottom: 3px;
}
.ml-0 {
  margin-left: 0px;
}
.ml-0\.4 {
  margin-left: 0.4rem;
}
.ml-0\.6 {
  margin-left: 0.6rem;
}
.ml-0\.8 {
  margin-left: 0.8rem;
}
.ml-1 {
  margin-left: 1rem;
}
.ml-1\.2 {
  margin-left: 1.2rem;
}
.ml-1\.6 {
  margin-left: 1.6rem;
}
.ml-2 {
  margin-left: 2rem;
}
.ml-2\.4 {
  margin-left: 2.4rem;
}
.ml-3 {
  margin-left: 3rem;
}
.ml-\[5px\] {
  margin-left: 5px;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-0\.4 {
  margin-right: 0.4rem;
}
.mr-0\.5 {
  margin-right: 0.5rem;
}
.mr-0\.8 {
  margin-right: 0.8rem;
}
.mr-1 {
  margin-right: 1rem;
}
.mr-1\.2 {
  margin-right: 1.2rem;
}
.mr-1\.5 {
  margin-right: 1.5rem;
}
.mr-1\.6 {
  margin-right: 1.6rem;
}
.mr-2 {
  margin-right: 2rem;
}
.mr-2\.5 {
  margin-right: 2.5rem;
}
.mr-3 {
  margin-right: 3rem;
}
.mr-3\.2 {
  margin-right: 3.2rem;
}
.mr-\[15px\] {
  margin-right: 15px;
}
.mr-\[1px\] {
  margin-right: 1px;
}
.mr-\[22px\] {
  margin-right: 22px;
}
.mr-\[24px\] {
  margin-right: 24px;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.8 {
  margin-top: 0.8rem;
}
.mt-1 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mt-3 {
  margin-top: 3rem;
}
.mt-3\.2 {
  margin-top: 3.2rem;
}
.mt-5 {
  margin-top: 5rem;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.h-0 {
  height: 0px;
}
.h-0\.1 {
  height: 0.1rem;
}
.h-1 {
  height: 1rem;
}
.h-1\.8 {
  height: 1.8rem;
}
.h-2 {
  height: 2rem;
}
.h-2\.6 {
  height: 2.6rem;
}
.h-4 {
  height: 4rem;
}
.h-4\.4 {
  height: 4.4rem;
}
.h-4\.9 {
  height: 4.9rem;
}
.h-5 {
  height: 5rem;
}
.h-6 {
  height: 6rem;
}
.h-6\.2 {
  height: 6.2rem;
}
.h-6\.5 {
  height: 6.5rem;
}
.h-6\.9 {
  height: 6.9rem;
}
.h-7 {
  height: 7rem;
}
.h-8 {
  height: 8rem;
}
.h-\[114px\] {
  height: 114px;
}
.h-\[11px\] {
  height: 11px;
}
.h-\[11rem\] {
  height: 11rem;
}
.h-\[155px\] {
  height: 155px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[254px\] {
  height: 254px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[350px\] {
  height: 350px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[4px\] {
  height: 4px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[57px\] {
  height: 57px;
}
.h-\[90px\] {
  height: 90px;
}
.h-full {
  height: 100%;
}
.h-min {
  height: min-content;
}
.h-screen {
  height: 100vh;
}
.max-h-\[17\.7rem\] {
  max-height: 17.7rem;
}
.max-h-\[180px\] {
  max-height: 180px;
}
.max-h-\[24rem\] {
  max-height: 24rem;
}
.max-h-\[36rem\] {
  max-height: 36rem;
}
.max-h-\[55rem\] {
  max-height: 55rem;
}
.min-h-\[100px\] {
  min-height: 100px;
}
.min-h-\[12rem\] {
  min-height: 12rem;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-\[1100px\] {
  width: 1100px !important;
}
.\!w-\[24\.7rem\] {
  width: 24.7rem !important;
}
.\!w-\[686px\] {
  width: 686px !important;
}
.\!w-auto {
  width: auto !important;
}
.\!w-full {
  width: 100% !important;
}
.w-1 {
  width: 1rem;
}
.w-1\.2 {
  width: 1.2rem;
}
.w-1\.6 {
  width: 1.6rem;
}
.w-1\.9 {
  width: 1.9rem;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-2 {
  width: 2rem;
}
.w-2\.4 {
  width: 2.4rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-3 {
  width: 3rem;
}
.w-\[10rem\] {
  width: 10rem;
}
.w-\[11\.8rem\] {
  width: 11.8rem;
}
.w-\[110px\] {
  width: 110px;
}
.w-\[12rem\] {
  width: 12rem;
}
.w-\[130px\] {
  width: 130px;
}
.w-\[15\.5rem\] {
  width: 15.5rem;
}
.w-\[16\.4rem\] {
  width: 16.4rem;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[16rem\] {
  width: 16rem;
}
.w-\[185px\] {
  width: 185px;
}
.w-\[19rem\] {
  width: 19rem;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[20rem\] {
  width: 20rem;
}
.w-\[210px\] {
  width: 210px;
}
.w-\[23px\] {
  width: 23px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[30\.4rem\] {
  width: 30.4rem;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[33\.5rem\] {
  width: 33.5rem;
}
.w-\[33\.6rem\] {
  width: 33.6rem;
}
.w-\[34px\] {
  width: 34px;
}
.w-\[35\.2rem\] {
  width: 35.2rem;
}
.w-\[35\.5rem\] {
  width: 35.5rem;
}
.w-\[350px\] {
  width: 350px;
}
.w-\[40rem\] {
  width: 40rem;
}
.w-\[450px\] {
  width: 450px;
}
.w-\[500px\] {
  width: 500px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[510px\] {
  width: 510px;
}
.w-\[58\.3rem\] {
  width: 58.3rem;
}
.w-\[600px\] {
  width: 600px;
}
.w-\[68\.5rem\] {
  width: 68.5rem;
}
.w-\[69rem\] {
  width: 69rem;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[calc\(100\%\+3\.8rem\)\] {
  width: calc(100% + 3.8rem);
}
.w-full {
  width: 100%;
}
.w-min {
  width: min-content;
}
.w-screen {
  width: 100vw;
}
.min-w-1 {
  min-width: 1rem;
}
.min-w-1\.6 {
  min-width: 1.6rem;
}
.min-w-2 {
  min-width: 2rem;
}
.min-w-2\.6 {
  min-width: 2.6rem;
}
.min-w-6 {
  min-width: 6rem;
}
.min-w-6\.5 {
  min-width: 6.5rem;
}
.min-w-6\.9 {
  min-width: 6.9rem;
}
.min-w-\[1000px\] {
  min-width: 1000px;
}
.min-w-\[26\.6rem\] {
  min-width: 26.6rem;
}
.min-w-\[900px\] {
  min-width: 900px;
}
.max-w-9 {
  max-width: 9rem;
}
.max-w-9\.2 {
  max-width: 9.2rem;
}
.max-w-\[104\.5rem\] {
  max-width: 104.5rem;
}
.max-w-\[14\.3rem\] {
  max-width: 14.3rem;
}
.max-w-\[69rem\] {
  max-width: 69rem;
}
.max-w-\[745px\] {
  max-width: 745px;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-\[0_0_4\.4rem\] {
  flex: 0 0 4.4rem;
}
.flex-none {
  flex: none;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow-\[1\] {
  flex-grow: 1;
}
.-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));
}
.rotate-0 {
  --tw-rotate: 0deg;
  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-180 {
  --tw-rotate: 180deg;
  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));
}
@keyframes opacity {

  0% {
    opacity: 100%;
  }

  100% {
    transform: 40%;
  }
}
.animate-opacity {
  animation: opacity 0.9ы linear infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.resize-none {
  resize: none;
}
.resize-y {
  resize: vertical;
}
.resize {
  resize: both;
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-\[1fr_auto\] {
  grid-template-columns: 1fr auto;
}
.grid-cols-\[45rem_auto\] {
  grid-template-columns: 45rem auto;
}
.grid-cols-\[5\.6rem_1\.9fr_1fr_1fr_1\.9fr\] {
  grid-template-columns: 5.6rem 1.9fr 1fr 1fr 1.9fr;
}
.grid-cols-\[5fr_4fr_12rem\] {
  grid-template-columns: 5fr 4fr 12rem;
}
.grid-cols-\[minmax\(7rem\2c auto\)_minmax\(7rem\2c 18rem\)\] {
  grid-template-columns: minmax(7rem,auto) minmax(7rem,18rem);
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.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;
}
.gap-2 {
  gap: 2rem;
}
.self-center {
  align-self: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-0 {
  border-radius: 0;
}
.rounded-0\.4 {
  border-radius: 0.4rem;
}
.rounded-0\.7 {
  border-radius: 0.7rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[0\.4rem\] {
  border-radius: 0.4rem;
}
.rounded-\[0\.8rem\] {
  border-radius: 0.8rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-sm {
  border-radius: 1.2rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-xs {
  border-radius: 0.6rem;
}
.rounded-b-0 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.rounded-b-0\.7 {
  border-bottom-right-radius: 0.7rem;
  border-bottom-left-radius: 0.7rem;
}
.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-t-sm {
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-\[0\.3rem\] {
  border-width: 0.3rem;
}
.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-\[\#06281B\] {
  --tw-border-opacity: 1;
  border-color: rgb(6 40 27 / var(--tw-border-opacity));
}
.border-cBlue2 {
  border-color: rgba(70, 117, 235, 1);
}
.border-cGrayLine {
  border-color: rgba(230, 231, 233, 1);
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-white {
  border-color: rgba(255, 255, 255, 1);
}
.border-b-cGrayLine {
  border-bottom-color: rgba(230, 231, 233, 1);
}
.border-b-transparent {
  border-bottom-color: transparent;
}
.border-r-\[\#67C9A3\] {
  --tw-border-opacity: 1;
  border-right-color: rgb(103 201 163 / var(--tw-border-opacity));
}
.\!bg-cBlue2_12 {
  background-color: rgba(70, 117, 235, 0.12) !important;
}
.\!bg-cGray {
  background-color: rgba(246, 246, 246, 1) !important;
}
.bg-\[\#F1F1F1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}
.bg-\[\#a000a01f\] {
  background-color: #a000a01f;
}
.bg-cBlack {
  background-color: rgba(51, 51, 51, 1);
}
.bg-cBlack_74 {
  background-color: rgba(51, 51, 51, 0.74);
}
.bg-cBlack_85 {
  background-color: rgba(51, 51, 51, 0.85);
}
.bg-cBlue {
  background-color: rgba(0, 143, 255, 1);
}
.bg-cBlue2 {
  background-color: rgba(70, 117, 235, 1);
}
.bg-cBlue2_12 {
  background-color: rgba(70, 117, 235, 0.12);
}
.bg-cBlueLight {
  background-color: rgba(202, 214, 237, 1);
}
.bg-cBlueLight2 {
  background-color: rgba(218, 227, 243, 1);
}
.bg-cBlue_24 {
  background-color: rgba(0, 143, 255, 0.24);
}
.bg-cBlue_28 {
  background-color: rgba(0, 143, 255, 0.28);
}
.bg-cGray {
  background-color: rgba(246, 246, 246, 1);
}
.bg-cGrayDark_28 {
  background-color: rgba(100, 110, 131, 0.28);
}
.bg-cGrayLine {
  background-color: rgba(230, 231, 233, 1);
}
.bg-cGreen {
  background-color: rgba(31, 176, 119, 1);
}
.bg-cGreenLight2 {
  background-color: rgba(235, 247, 242, 1);
}
.bg-cGreen_28 {
  background-color: rgba(31, 176, 119, 0.28);
}
.bg-cOrange_12 {
  background-color: rgba(237, 130, 31, 0.12);
}
.bg-cRed {
  background-color: rgba(232, 45, 45, 1);
}
.bg-cRed_12 {
  background-color: rgba(232, 45, 45, 0.12);
}
.bg-cYellow {
  background-color: rgba(255, 217, 102, 1);
}
.bg-cYellow_12 {
  background-color: rgba(255, 217, 102, 0.12);
}
.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  background-color: rgba(255, 255, 255, 1);
}
.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}
.fill-cBlue2 {
  fill: rgba(70, 117, 235, 1);
}
.object-contain {
  object-fit: contain;
}
.p-0 {
  padding: 0px;
}
.p-0\.4 {
  padding: 0.4rem;
}
.p-0\.8 {
  padding: 0.8rem;
}
.p-0\.9 {
  padding: 0.9rem;
}
.p-1 {
  padding: 1rem;
}
.p-1\.2 {
  padding: 1.2rem;
}
.p-1\.6 {
  padding: 1.6rem;
}
.p-2 {
  padding: 2rem;
}
.p-3 {
  padding: 3rem;
}
.p-3\.2 {
  padding: 3.2rem;
}
.p-\[5px\] {
  padding: 5px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-0\.2 {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.px-0\.5 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-0\.8 {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.px-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-1\.2 {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.px-1\.6 {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.px-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-3\.2 {
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}
.px-5 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-5\.6 {
  padding-left: 5.6rem;
  padding-right: 5.6rem;
}
.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.4 {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.py-0\.6 {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.py-0\.8 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-1\.2 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.py-1\.4 {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
.py-1\.6 {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-2\.4 {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
.py-\[1\.25rem\] {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.\!pb-0 {
  padding-bottom: 0px !important;
}
.\!pb-8 {
  padding-bottom: 8rem !important;
}
.\!pt-0 {
  padding-top: 0px !important;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 1rem;
}
.pb-1\.6 {
  padding-bottom: 1.6rem;
}
.pb-3 {
  padding-bottom: 3rem;
}
.pb-3\.2 {
  padding-bottom: 3.2rem;
}
.pb-4 {
  padding-bottom: 4rem;
}
.pb-4\.1 {
  padding-bottom: 4.1rem;
}
.pb-9 {
  padding-bottom: 9rem;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-0\.8 {
  padding-left: 0.8rem;
}
.pl-1 {
  padding-left: 1rem;
}
.pl-1\.2 {
  padding-left: 1.2rem;
}
.pl-1\.5 {
  padding-left: 1.5rem;
}
.pl-1\.6 {
  padding-left: 1.6rem;
}
.pl-2 {
  padding-left: 2rem;
}
.pl-5 {
  padding-left: 5rem;
}
.pl-5\.6 {
  padding-left: 5.6rem;
}
.pl-\[16px\] {
  padding-left: 16px;
}
.pr-0 {
  padding-right: 0px;
}
.pr-0\.8 {
  padding-right: 0.8rem;
}
.pr-1 {
  padding-right: 1rem;
}
.pr-1\.6 {
  padding-right: 1.6rem;
}
.pr-3 {
  padding-right: 3rem;
}
.pr-3\.2 {
  padding-right: 3.2rem;
}
.pr-\[16px\] {
  padding-right: 16px;
}
.pt-1 {
  padding-top: 1rem;
}
.pt-1\.6 {
  padding-top: 1.6rem;
}
.pt-2 {
  padding-top: 2rem;
}
.pt-2\.4 {
  padding-top: 2.4rem;
}
.pt-6 {
  padding-top: 6rem;
}
.pt-6\.9 {
  padding-top: 6.9rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.align-top {
  vertical-align: top;
}
.font-secondary {
  font-family: var(--font-secondary);
}
.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-8xl {
  font-size: 6rem;
  line-height: 1;
}
.text-\[1\.3rem\] {
  font-size: 1.3rem;
}
.text-\[1\.7rem\] {
  font-size: 1.7rem;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[3\.6rem\] {
  font-size: 3.6rem;
}
.text-\[5rem\] {
  font-size: 5rem;
}
.text-base {
  font-size: 1.4rem;
}
.text-h1 {
  font-size: 4rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  font-weight: 500;
}
.text-h2 {
  font-size: 2.4rem;
  line-height: 100%;
  font-weight: 600;
}
.text-h3 {
  font-size: 1.8rem;
  font-weight: 600;
}
.text-h4 {
  font-size: 1.6rem;
  font-weight: 500;
}
.text-h5 {
  font-size: 1.4rem;
  font-weight: 500;
}
.text-h5-base {
  font-size: 1.4rem;
  font-weight: 600;
}
.text-h6 {
  font-size: 1.4rem;
  font-weight: 500;
}
.text-small {
  font-size: 1.2rem;
}
.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;
}
.uppercase {
  text-transform: uppercase;
}
.leading-\[1\] {
  line-height: 1;
}
.leading-\[85\%\] {
  line-height: 85%;
}
.text-\[\#1E1805\] {
  --tw-text-opacity: 1;
  color: rgb(30 24 5 / var(--tw-text-opacity));
}
.text-\[\#49ADCF\] {
  --tw-text-opacity: 1;
  color: rgb(73 173 207 / var(--tw-text-opacity));
}
.text-\[\#57C761\] {
  --tw-text-opacity: 1;
  color: rgb(87 199 97 / var(--tw-text-opacity));
}
.text-\[\#a000a0\] {
  --tw-text-opacity: 1;
  color: rgb(160 0 160 / var(--tw-text-opacity));
}
.text-black {
  color: rgba(0, 0, 0, 1);
}
.text-cBlack {
  color: rgba(51, 51, 51, 1);
}
.text-cBlackDark {
  color: rgba(11, 35, 52, 1);
}
.text-cBlue {
  color: rgba(0, 143, 255, 1);
}
.text-cBlue2 {
  color: rgba(70, 117, 235, 1);
}
.text-cBlueDark {
  color: rgba(22, 73, 114, 1);
}
.text-cGrayDark {
  color: rgba(100, 110, 131, 1);
}
.text-cGreenDark {
  color: rgba(23, 83, 59, 1);
}
.text-cOrange {
  color: rgba(237, 130, 31, 1);
}
.text-cRed {
  color: rgba(232, 45, 45, 1);
}
.text-cWhite {
  color: rgba(255, 255, 255, 1);
}
.text-cYellowDark {
  color: rgba(61, 48, 9, 1);
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-white {
  color: rgba(255, 255, 255, 1);
}
.text-opacity-100 {
  --tw-text-opacity: 1;
}
.text-opacity-60 {
  --tw-text-opacity: 0.6;
}
.placeholder-gray-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
.opacity-0 {
  opacity: 0;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.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);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.blur {
  --tw-blur: blur(8px);
  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);
}
.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);
}
.backdrop-blur-\[0\.4rem\] {
  --tw-backdrop-blur: blur(0.4rem);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[padding-bottom\] {
  transition-property: padding-bottom;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.\[backface-visibility\:hidden\] {
  backface-visibility: hidden;
}
iframe {
  width: 100%;
  height: 100%;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 10px;
}
html,
body {
  height: 100%;
}
select {
  -webkit-appearance: none;
          appearance: none;
}
body {
  padding: 0;
  margin: 0;
  width: 100%;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: rgba(51, 51, 51, 1);
  background-color: rgba(255, 255, 255, 1);
  min-width: 360px;
  font-weight: 400;
  line-height: normal;
  -webkit-overflow-scrolling: touch;
  position: relative;
  font-family: var(--font-base);
  font-size: 1.4rem;
  line-height: 1.5;
}
* {
  box-sizing: border-box;
}
*:after {
    box-sizing: border-box;
  }
*:before {
    box-sizing: border-box;
  }
a {
  color: inherit;
  text-decoration: none;
}
p {
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ol {
  margin: 0;
  padding: 0;
}
address {
  margin: 0;
  padding: 0;
  font-style: normal;
}
figure {
  margin: 0;
  padding: 0;
}
table {
  margin: 0;
  padding: 0;
}
b {
  font-weight: 700;
}
strong {
  font-weight: 700;
}
@supports (font: -apple-system-body) and (-webkit-appearance: none) {
  img[loading='lazy'] {
    -webkit-clip-path: inset(0.06rem);
            clip-path: inset(0.06rem);
  }
}
@keyframes spinSlow {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loadingSpin {
  0%,
  100% {
    transform: translate(0);
  }
  25% {
    transform: translate(160%);
  }
  50% {
    transform: translate(160%, 160%);
  }
  75% {
    transform: translate(0, 160%);
  }
}
#tooltip[data-popper-placement^='top'] > #arrow {
  top: 100%;
}
#tooltip[data-popper-placement^='bottom'] > #arrow {
  bottom: 100%;
}
#tooltip[data-popper-placement^='bottom'] > #arrow > svg {
    rotate: 180deg;
    transform: translateY(100%);
  }
#tooltip[data-popper-placement^='left'] > #arrow {
  right: -5px;
}
#tooltip[data-popper-placement^='left'] > #arrow > svg {
    rotate: -90deg;
    transform: translateY(100%);
  }
#tooltip[data-popper-placement^='right'] > #arrow {
  left: -4px;
}
#tooltip[data-popper-placement^='right'] > #arrow > svg {
    rotate: 90deg;
    transform: translateY(100%);
  }
.group-wrapper:first-child .group-header {
      border-radius: 0.8rem 0.8rem 0 0;
    }
.group-wrapper:last-child .group-inner {
      border-radius: 0 0 0.8rem 0.8rem;
    }
.DiagnosticWrapper-cvaRoot > * {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
  }
.DiagnosticWrapper-cvaRoot > *:nth-child(2n) {
    margin-right: 0;
  }
.DiagnosticWrapper-cvaRoot > .DiagnosticWrapper-cvaRoot:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
.placeholder\:text-cBlack:-ms-input-placeholder {
  color: rgba(51, 51, 51, 1);
}
.placeholder\:text-cBlack::placeholder {
  color: rgba(51, 51, 51, 1);
}
.placeholder\:text-cGrayDark:-ms-input-placeholder {
  color: rgba(100, 110, 131, 1);
}
.placeholder\:text-cGrayDark::placeholder {
  color: rgba(100, 110, 131, 1);
}
.placeholder\:text-opacity-60:-ms-input-placeholder {
  --tw-text-opacity: 0.6;
}
.placeholder\:text-opacity-60::placeholder {
  --tw-text-opacity: 0.6;
}
.first\:ml-0:first-child {
  margin-left: 0px;
}
.first\:pl-6:first-child {
  padding-left: 6rem;
}
.first\:pl-6\.1:first-child {
  padding-left: 6.1rem;
}
.last\:mb-0:last-child {
  margin-bottom: 0px;
}
.last\:mr-0:last-child {
  margin-right: 0px;
}
.last\:rounded-b-sm:last-child {
  border-bottom-right-radius: 1.2rem;
  border-bottom-left-radius: 1.2rem;
}
.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}
.last\:border-none:last-child {
  border-style: none;
}
@media (hover: hover) and (pointer: fine) {

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

  .hover\:bg-cBlue2_12:hover {
    background-color: rgba(70, 117, 235, 0.12);
  }

  .hover\:bg-cBlue2_24:hover {
    background-color: rgba(70, 117, 235, 0.24);
  }

  .hover\:bg-cGray:hover {
    background-color: rgba(246, 246, 246, 1);
  }

  .hover\:bg-cGrayLine:hover {
    background-color: rgba(230, 231, 233, 1);
  }

  .hover\:bg-cOrange_24:hover {
    background-color: rgba(237, 130, 31, 0.24);
  }

  .hover\:bg-cRed_24:hover {
    background-color: rgba(232, 45, 45, 0.24);
  }

  .hover\:bg-cRed_80:hover {
    background-color: rgba(232, 45, 45, 0.8);
  }

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

  .hover\:text-cBlue2:hover {
    color: rgba(70, 117, 235, 1);
  }

  .hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }
}
.focus\:border-cBlue2:focus {
  border-color: rgba(70, 117, 235, 1);
}
.focus\:border-gray-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}
.disabled\:cursor-default:disabled {
  cursor: default;
}
.disabled\:bg-cGrayLine:disabled {
  background-color: rgba(230, 231, 233, 1);
}
.disabled\:opacity-40:disabled {
  opacity: 0.4;
}
.disabled\:opacity-60:disabled {
  opacity: 0.6;
}
.\[\&\>div\]\:border-r>div {
  border-right-width: 1px;
}
.\[\&\>div\]\:p-1\.2>div {
  padding: 1.2rem;
}
.\[\&\>div\]\:px-1\.2>div {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.\[\&\>div\]\:py-1\.2>div {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.first\:\[\&\>div\]\:pl-2>div:first-child {
  padding-left: 2rem;
}
.\[\&\>h5\]\:mb-0\.6>h5 {
  margin-bottom: 0.6rem;
}
.\[\&\>h5\]\:mt-1\.2>h5 {
  margin-top: 1.2rem;
}
.\[\&\>h5\]\:text-h5>h5 {
  font-size: 1.4rem;
  font-weight: 500;
}
.\[\&\>h5\]\:font-semibold>h5 {
  font-weight: 600;
}
.\[\&\>svg\]\:w-1\.4>svg {
  width: 1.4rem;
}
.\[\&\>svg\]\:w-3>svg {
  width: 3rem;
}
.\[\&_svg\]\:duration-200 svg {
  transition-duration: 200ms;
}
@media (hover: hover) and (pointer: fine) {

  .\[\&_svg\]\:hover\:fill-cBlue2:hover svg {
    fill: rgba(70, 117, 235, 1);
  }
}
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index) px);
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}

.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}

.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}

.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}

.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}

.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}

.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}

.Toastify__toast {
  position: relative;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  overflow: hidden;
  font-family: var(--toastify-font-family);
  cursor: pointer;
  direction: ltr;
}

.Toastify__toast--rtl {
  direction: rtl;
}

.Toastify__toast-body {
  margin: auto 0;
  flex: 1 1 auto;
  padding: 6px;
  display: flex;
  align-items: center;
}

.Toastify__toast-body > div:last-child {
  flex: 1;
}

.Toastify__toast-icon {
  margin-inline-end: 10px;
  width: 20px;
  flex-shrink: 0;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.7s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}

.f {
  --y: calc(var(--len) - var(--nth));
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  transform: translate3d(0, calc(var(--y) * -40%), 0) scale(calc(1 - 0.05 * var(--y)));
  transition: all 0.3s;
  min-height: 80px;
}

.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}

.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}

.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}

.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}

.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}

.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}

.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}

.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}

.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  align-self: flex-start;
}

.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}

.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}

.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
}

.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}

.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}

.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}

.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}

.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}

@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}

@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}

@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}

.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}

.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}

.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.Toastify__toast-container {
  width: auto;
}

.Toastify__toast {
  width: auto;
  min-height: auto;
  padding: 0;
  background: transparent;
  border-radius: initial;
}

.Toastify__toast-theme--dark {
  background: transparent;
  color: inherit;
}

.Toastify__toast-body {
  margin: 0;
  padding: 0;
}

.Toastify__close-button {
  display: none;
}

.Toastify__progress-bar {
  display: none;
}

