*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.15 | 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 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .\!container {
    max-width: 640px !important;
  }

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

  .\!container {
    max-width: 768px !important;
  }

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

  .\!container {
    max-width: 1024px !important;
  }

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

  .\!container {
    max-width: 1280px !important;
  }

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

  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}
.btn-primary {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(245 156 40 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(245 156 40 / var(--tw-bg-opacity, 1));
  fill: #000;
  stroke: #000;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.btn-secondary {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(24 62 79 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(24 62 79 / var(--tw-bg-opacity, 1));
  fill: #fff;
  stroke: #fff;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-tertiary {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(24 62 79 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  fill: #000;
  stroke: #000;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.btn-quaternary {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  fill: #000;
  stroke: #000;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.btn-error {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(252 126 126 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(252 126 126 / var(--tw-bg-opacity, 1));
  fill: #000;
  stroke: #000;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.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;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-\[5\%\] {
  inset: 5%;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.inset-y-8 {
  top: 2rem;
  bottom: 2rem;
}
.-left-8 {
  left: -2rem;
}
.-left-full {
  left: -100%;
}
.-right-6 {
  right: -1.5rem;
}
.-top-full {
  top: -100%;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-\[72px\] {
  bottom: 72px;
}
.bottom-full {
  bottom: 100%;
}
.left-0 {
  left: 0px;
}
.left-2 {
  left: 0.5rem;
}
.left-4 {
  left: 1rem;
}
.left-5 {
  left: 1.25rem;
}
.left-\[-20px\] {
  left: -20px;
}
.left-\[16px\] {
  left: 16px;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-12 {
  top: 3rem;
}
.top-2 {
  top: 0.5rem;
}
.top-44 {
  top: 11rem;
}
.top-5 {
  top: 1.25rem;
}
.top-\[12px\] {
  top: 12px;
}
.top-\[6px\] {
  top: 6px;
}
.top-full {
  top: 100%;
}
.-z-10 {
  z-index: -10;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.order-1 {
  order: 1;
}
.order-10 {
  order: 10;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.float-right {
  float: right;
}
.-m-4 {
  margin: -1rem;
}
.m-0 {
  margin: 0px;
}
.m-4 {
  margin: 1rem;
}
.m-\[0\.1em\] {
  margin: 0.1em;
}
.m-auto {
  margin: auto;
}
.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.-mt-px {
  margin-top: -1px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[-15px\] {
  margin-bottom: -15px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-\[-100px\] {
  margin-left: -100px;
}
.ml-\[-112px\] {
  margin-left: -112px;
}
.ml-\[-28px\] {
  margin-left: -28px;
}
.ml-\[-40px\] {
  margin-left: -40px;
}
.ml-\[-50\%\] {
  margin-left: -50%;
}
.ml-\[-52px\] {
  margin-left: -52px;
}
.ml-\[-64px\] {
  margin-left: -64px;
}
.ml-\[-76px\] {
  margin-left: -76px;
}
.ml-\[-88px\] {
  margin-left: -88px;
}
.ml-\[-999999px\] {
  margin-left: -999999px;
}
.ml-\[0\.1em\] {
  margin-left: 0.1em;
}
.ml-\[15\.5px\] {
  margin-left: 15.5px;
}
.ml-\[200px\] {
  margin-left: 200px;
}
.ml-\[30px\] {
  margin-left: 30px;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-\[-50\%\] {
  margin-right: -50%;
}
.mr-\[-999999px\] {
  margin-right: -999999px;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[0\.1em\] {
  margin-top: 0.1em;
}
.mt-\[19px\] {
  margin-top: 19px;
}
.mt-\[250px\] {
  margin-top: 250px;
}
.mt-\[340px\] {
  margin-top: 340px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[6px\] {
  margin-top: 6px;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.\!table {
  display: table !important;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.size-0 {
  width: 0px;
  height: 0px;
}
.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}
.size-12 {
  width: 3rem;
  height: 3rem;
}
.size-16 {
  width: 4rem;
  height: 4rem;
}
.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}
.size-4 {
  width: 1rem;
  height: 1rem;
}
.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-8 {
  width: 2rem;
  height: 2rem;
}
.size-\[100px\] {
  width: 100px;
  height: 100px;
}
.size-\[10px\] {
  width: 10px;
  height: 10px;
}
.size-\[144px\] {
  width: 144px;
  height: 144px;
}
.size-\[15px\] {
  width: 15px;
  height: 15px;
}
.size-\[18px\] {
  width: 18px;
  height: 18px;
}
.size-\[20px\] {
  width: 20px;
  height: 20px;
}
.size-\[24px\] {
  width: 24px;
  height: 24px;
}
.size-\[36px\] {
  width: 36px;
  height: 36px;
}
.size-\[48px\] {
  width: 48px;
  height: 48px;
}
.size-\[50px\] {
  width: 50px;
  height: 50px;
}
.size-\[60px\] {
  width: 60px;
  height: 60px;
}
.size-\[72px\] {
  width: 72px;
  height: 72px;
}
.size-\[84px\] {
  width: 84px;
  height: 84px;
}
.size-\[8px\] {
  width: 8px;
  height: 8px;
}
.size-\[96px\] {
  width: 96px;
  height: 96px;
}
.size-full {
  width: 100%;
  height: 100%;
}
.size-min {
  width: -moz-min-content;
  width: min-content;
  height: -moz-min-content;
  height: min-content;
}
.h-1\/2 {
  height: 50%;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[148px\] {
  height: 148px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[2em\] {
  height: 2em;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[525px\] {
  height: 525px;
}
.h-\[597px\] {
  height: 597px;
}
.h-\[64px\] {
  height: 64px;
}
.h-\[80px\] {
  height: 80px;
}
.h-dvh {
  height: 100dvh;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-min {
  height: -moz-min-content;
  height: min-content;
}
.h-screen {
  height: 100vh;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-11 {
  max-height: 2.75rem;
}
.max-h-24 {
  max-height: 6rem;
}
.max-h-3 {
  max-height: 0.75rem;
}
.max-h-4 {
  max-height: 1rem;
}
.max-h-5 {
  max-height: 1.25rem;
}
.max-h-6 {
  max-height: 1.5rem;
}
.max-h-8 {
  max-height: 2rem;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-\[1000px\] {
  max-height: 1000px;
}
.max-h-\[100px\] {
  max-height: 100px;
}
.max-h-\[10px\] {
  max-height: 10px;
}
.max-h-\[15px\] {
  max-height: 15px;
}
.max-h-\[18px\] {
  max-height: 18px;
}
.max-h-\[20px\] {
  max-height: 20px;
}
.max-h-\[233px\] {
  max-height: 233px;
}
.max-h-\[24px\] {
  max-height: 24px;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.max-h-\[340px\] {
  max-height: 340px;
}
.max-h-\[36px\] {
  max-height: 36px;
}
.max-h-\[42px\] {
  max-height: 42px;
}
.max-h-\[48px\] {
  max-height: 48px;
}
.max-h-\[50px\] {
  max-height: 50px;
}
.max-h-\[60px\] {
  max-height: 60px;
}
.max-h-\[72px\] {
  max-height: 72px;
}
.max-h-\[84px\] {
  max-height: 84px;
}
.max-h-\[96px\] {
  max-height: 96px;
}
.max-h-\[calc\(100dvh_-_32px\)\] {
  max-height: calc(100dvh - 32px);
}
.max-h-full {
  max-height: 100%;
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-12 {
  min-height: 3rem;
}
.min-h-3 {
  min-height: 0.75rem;
}
.min-h-4 {
  min-height: 1rem;
}
.min-h-5 {
  min-height: 1.25rem;
}
.min-h-6 {
  min-height: 1.5rem;
}
.min-h-8 {
  min-height: 2rem;
}
.min-h-\[100px\] {
  min-height: 100px;
}
.min-h-\[10px\] {
  min-height: 10px;
}
.min-h-\[128px\] {
  min-height: 128px;
}
.min-h-\[15px\] {
  min-height: 15px;
}
.min-h-\[16px\] {
  min-height: 16px;
}
.min-h-\[18px\] {
  min-height: 18px;
}
.min-h-\[20px\] {
  min-height: 20px;
}
.min-h-\[24px\] {
  min-height: 24px;
}
.min-h-\[260px\] {
  min-height: 260px;
}
.min-h-\[36px\] {
  min-height: 36px;
}
.min-h-\[44px\] {
  min-height: 44px;
}
.min-h-\[48px\] {
  min-height: 48px;
}
.min-h-\[500px\] {
  min-height: 500px;
}
.min-h-\[50px\] {
  min-height: 50px;
}
.min-h-\[550px\] {
  min-height: 550px;
}
.min-h-\[60px\] {
  min-height: 60px;
}
.min-h-\[630px\] {
  min-height: 630px;
}
.min-h-\[72px\] {
  min-height: 72px;
}
.min-h-\[84px\] {
  min-height: 84px;
}
.min-h-\[96px\] {
  min-height: 96px;
}
.min-h-dvh {
  min-height: 100dvh;
}
.min-h-fit {
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.min-h-full {
  min-height: 100%;
}
.min-h-min {
  min-height: -moz-min-content;
  min-height: min-content;
}
.min-h-screen {
  min-height: 100vh;
}
.w-0 {
  width: 0px;
}
.w-1\/12 {
  width: 8.333333%;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-10 {
  width: 2.5rem;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-12 {
  width: 3rem;
}
.w-2\/12 {
  width: 16.666667%;
}
.w-24 {
  width: 6rem;
}
.w-3\/12 {
  width: 25%;
}
.w-4 {
  width: 1rem;
}
.w-4\/12 {
  width: 33.333333%;
}
.w-5\/12 {
  width: 41.666667%;
}
.w-6 {
  width: 1.5rem;
}
.w-6\/12 {
  width: 50%;
}
.w-60 {
  width: 15rem;
}
.w-7\/12 {
  width: 58.333333%;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-80 {
  width: 20rem;
}
.w-9\/12 {
  width: 75%;
}
.w-\[1\%\] {
  width: 1%;
}
.w-\[10\%\] {
  width: 10%;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[108px\] {
  width: 108px;
}
.w-\[11\%\] {
  width: 11%;
}
.w-\[12\%\] {
  width: 12%;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[125\%\] {
  width: 125%;
}
.w-\[12px\] {
  width: 12px;
}
.w-\[13\%\] {
  width: 13%;
}
.w-\[14\%\] {
  width: 14%;
}
.w-\[144px\] {
  width: 144px;
}
.w-\[15\%\] {
  width: 15%;
}
.w-\[16\%\] {
  width: 16%;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[17\%\] {
  width: 17%;
}
.w-\[177vh\] {
  width: 177vh;
}
.w-\[18\%\] {
  width: 18%;
}
.w-\[19\%\] {
  width: 19%;
}
.w-\[2\%\] {
  width: 2%;
}
.w-\[20\%\] {
  width: 20%;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[21\%\] {
  width: 21%;
}
.w-\[22\%\] {
  width: 22%;
}
.w-\[23\%\] {
  width: 23%;
}
.w-\[24\%\] {
  width: 24%;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[25\%\] {
  width: 25%;
}
.w-\[26\%\] {
  width: 26%;
}
.w-\[27\%\] {
  width: 27%;
}
.w-\[28\%\] {
  width: 28%;
}
.w-\[29\%\] {
  width: 29%;
}
.w-\[3\%\] {
  width: 3%;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[31\%\] {
  width: 31%;
}
.w-\[32\%\] {
  width: 32%;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[33\%\] {
  width: 33%;
}
.w-\[330px\] {
  width: 330px;
}
.w-\[34\%\] {
  width: 34%;
}
.w-\[35\%\] {
  width: 35%;
}
.w-\[36\%\] {
  width: 36%;
}
.w-\[36px\] {
  width: 36px;
}
.w-\[37\%\] {
  width: 37%;
}
.w-\[38\%\] {
  width: 38%;
}
.w-\[39\%\] {
  width: 39%;
}
.w-\[4\%\] {
  width: 4%;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[41\%\] {
  width: 41%;
}
.w-\[42\%\] {
  width: 42%;
}
.w-\[43\%\] {
  width: 43%;
}
.w-\[44\%\] {
  width: 44%;
}
.w-\[45\%\] {
  width: 45%;
}
.w-\[450px\] {
  width: 450px;
}
.w-\[46\%\] {
  width: 46%;
}
.w-\[47\%\] {
  width: 47%;
}
.w-\[48\%\] {
  width: 48%;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[49\%\] {
  width: 49%;
}
.w-\[5\%\] {
  width: 5%;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[51\%\] {
  width: 51%;
}
.w-\[52\%\] {
  width: 52%;
}
.w-\[53\%\] {
  width: 53%;
}
.w-\[54\%\] {
  width: 54%;
}
.w-\[55\%\] {
  width: 55%;
}
.w-\[550px\] {
  width: 550px;
}
.w-\[56\%\] {
  width: 56%;
}
.w-\[57\%\] {
  width: 57%;
}
.w-\[58\%\] {
  width: 58%;
}
.w-\[59\%\] {
  width: 59%;
}
.w-\[6\%\] {
  width: 6%;
}
.w-\[60\%\] {
  width: 60%;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[61\%\] {
  width: 61%;
}
.w-\[62\%\] {
  width: 62%;
}
.w-\[63\%\] {
  width: 63%;
}
.w-\[64\%\] {
  width: 64%;
}
.w-\[64px\] {
  width: 64px;
}
.w-\[65\%\] {
  width: 65%;
}
.w-\[66\%\] {
  width: 66%;
}
.w-\[67\%\] {
  width: 67%;
}
.w-\[68\%\] {
  width: 68%;
}
.w-\[69\%\] {
  width: 69%;
}
.w-\[7\%\] {
  width: 7%;
}
.w-\[70\%\] {
  width: 70%;
}
.w-\[71\%\] {
  width: 71%;
}
.w-\[72\%\] {
  width: 72%;
}
.w-\[72px\] {
  width: 72px;
}
.w-\[73\%\] {
  width: 73%;
}
.w-\[74\%\] {
  width: 74%;
}
.w-\[75\%\] {
  width: 75%;
}
.w-\[76\%\] {
  width: 76%;
}
.w-\[77\%\] {
  width: 77%;
}
.w-\[78\%\] {
  width: 78%;
}
.w-\[79\%\] {
  width: 79%;
}
.w-\[8\%\] {
  width: 8%;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[81\%\] {
  width: 81%;
}
.w-\[82\%\] {
  width: 82%;
}
.w-\[83\%\] {
  width: 83%;
}
.w-\[84\%\] {
  width: 84%;
}
.w-\[84px\] {
  width: 84px;
}
.w-\[85\%\] {
  width: 85%;
}
.w-\[86\%\] {
  width: 86%;
}
.w-\[87\%\] {
  width: 87%;
}
.w-\[88\%\] {
  width: 88%;
}
.w-\[89\%\] {
  width: 89%;
}
.w-\[9\%\] {
  width: 9%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[91\%\] {
  width: 91%;
}
.w-\[92\%\] {
  width: 92%;
}
.w-\[93\%\] {
  width: 93%;
}
.w-\[94\%\] {
  width: 94%;
}
.w-\[95\%\] {
  width: 95%;
}
.w-\[96\%\] {
  width: 96%;
}
.w-\[96px\] {
  width: 96px;
}
.w-\[97\%\] {
  width: 97%;
}
.w-\[98\%\] {
  width: 98%;
}
.w-\[99\%\] {
  width: 99%;
}
.w-\[calc\(100\%_-_20rem\)\] {
  width: calc(100% - 20rem);
}
.w-\[min\(1126px\2c 100\%\)\] {
  width: min(1126px,100%);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-screen {
  width: 100vw;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-3 {
  min-width: 0.75rem;
}
.min-w-4 {
  min-width: 1rem;
}
.min-w-5 {
  min-width: 1.25rem;
}
.min-w-6 {
  min-width: 1.5rem;
}
.min-w-8 {
  min-width: 2rem;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[100vw\] {
  min-width: 100vw;
}
.min-w-\[10px\] {
  min-width: 10px;
}
.min-w-\[150px\] {
  min-width: 150px;
}
.min-w-\[15px\] {
  min-width: 15px;
}
.min-w-\[16px\] {
  min-width: 16px;
}
.min-w-\[18px\] {
  min-width: 18px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[20px\] {
  min-width: 20px;
}
.min-w-\[24px\] {
  min-width: 24px;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.min-w-\[36px\] {
  min-width: 36px;
}
.min-w-\[40px\] {
  min-width: 40px;
}
.min-w-\[48px\] {
  min-width: 48px;
}
.min-w-\[50px\] {
  min-width: 50px;
}
.min-w-\[60px\] {
  min-width: 60px;
}
.min-w-\[72px\] {
  min-width: 72px;
}
.min-w-\[84px\] {
  min-width: 84px;
}
.min-w-\[96px\] {
  min-width: 96px;
}
.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.min-w-full {
  min-width: 100%;
}
.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}
.min-w-min {
  min-width: -moz-min-content;
  min-width: min-content;
}
.max-w-3 {
  max-width: 0.75rem;
}
.max-w-4 {
  max-width: 1rem;
}
.max-w-5 {
  max-width: 1.25rem;
}
.max-w-6 {
  max-width: 1.5rem;
}
.max-w-8 {
  max-width: 2rem;
}
.max-w-\[100\%\] {
  max-width: 100%;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.max-w-\[100vw\] {
  max-width: 100vw;
}
.max-w-\[10px\] {
  max-width: 10px;
}
.max-w-\[150\%\] {
  max-width: 150%;
}
.max-w-\[15px\] {
  max-width: 15px;
}
.max-w-\[18px\] {
  max-width: 18px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[20px\] {
  max-width: 20px;
}
.max-w-\[24px\] {
  max-width: 24px;
}
.max-w-\[25\%\] {
  max-width: 25%;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[33\%\] {
  max-width: 33%;
}
.max-w-\[360px\] {
  max-width: 360px;
}
.max-w-\[36px\] {
  max-width: 36px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[48px\] {
  max-width: 48px;
}
.max-w-\[50\%\] {
  max-width: 50%;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[50px\] {
  max-width: 50px;
}
.max-w-\[550px\] {
  max-width: 550px;
}
.max-w-\[60px\] {
  max-width: 60px;
}
.max-w-\[614px\] {
  max-width: 614px;
}
.max-w-\[625px\] {
  max-width: 625px;
}
.max-w-\[66\%\] {
  max-width: 66%;
}
.max-w-\[72px\] {
  max-width: 72px;
}
.max-w-\[84px\] {
  max-width: 84px;
}
.max-w-\[96px\] {
  max-width: 96px;
}
.max-w-\[calc\(100vw-300px\)\] {
  max-width: calc(100vw - 300px);
}
.max-w-\[min\(100\%\2c \$\{maxWidth\}\)\] {
  max-width: min(100%,${maxWidth});
}
.max-w-\[min\(100\%\2c 100px\)\] {
  max-width: min(100%,100px);
}
.max-w-\[min\(100\%\2c 200px\)\] {
  max-width: min(100%,200px);
}
.max-w-\[min\(100\%\2c 300px\)\] {
  max-width: min(100%,300px);
}
.max-w-\[min\(100\%\2c 400px\)\] {
  max-width: min(100%,400px);
}
.max-w-\[min\(100\%\2c 500px\)\] {
  max-width: min(100%,500px);
}
.max-w-\[min\(100\%\2c 600px\)\] {
  max-width: min(100%,600px);
}
.max-w-\[min\(1126px\2c 100\%\)\] {
  max-width: min(1126px,100%);
}
.max-w-full {
  max-width: 100%;
}
.shrink {
  flex-shrink: 1;
}
.grow {
  flex-grow: 1;
}
.origin-bottom {
  transform-origin: bottom;
}
.origin-top {
  transform-origin: top;
}
.-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));
}
.-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));
}
.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));
}
.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));
}
.rotate-\[-135deg\] {
  --tw-rotate: -135deg;
  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-\[135deg\] {
  --tw-rotate: 135deg;
  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));
}
@keyframes bottomFlipIn {

  0% {
    transform: rotateX(-70deg);
    transform-origin: bottom;
    opacity: 0;
    max-height: 0px;
  }

  100% {
    transform: rotateX(0deg);
    transform-origin: bottom;
    opacity: 1;
    max-height: 192px;
  }
}
.animate-bottomFlipIn {
  animation: bottomFlipIn 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) forwards;
}
@keyframes bottomFlipOut {

  0% {
    transform: rotateX(0deg);
    transform-origin: bottom;
    opacity: 1;
    max-height: 192px;
  }

  100% {
    transform: rotateX(-70deg);
    transform-origin: bottom;
    opacity: 0;
    max-height: 0px;
  }
}
.animate-bottomFlipOut {
  animation: bottomFlipOut 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) forwards;
}
@keyframes departureSignFlipIn {

  0% {
    transform: rotate3d(1, 0, 0, 90deg);
  }

  50% {
    transform: rotate3d(1, 0, 0, 90deg);
  }

  100% {
    transform: rotate3d(1, 0, 0, 0deg);
  }
}
.animate-departureSignFlipIn {
  animation: departureSignFlipIn 200ms linear forwards;
}
@keyframes departureSignFlipOut {

  0% {
    transform: rotate3d(1, 0, 0, 0deg);
  }

  100% {
    transform: rotate3d(1, 0, 0, 90deg);
  }
}
.animate-departureSignFlipOut {
  animation: departureSignFlipOut 100ms linear forwards;
}
@keyframes fadeIn {

  0% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}
.animate-fadeIn {
  animation: fadeIn ease-in-out;
}
@keyframes fadeInOut {

  0% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
.animate-fadeInOut {
  animation: fadeInOut ease-in-out;
}
@keyframes fadeOut {

  0% {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
.animate-fadeOut {
  animation: fadeOut ease-in-out;
}
@keyframes pictureOverPictureSlideLeftToRight {

  0% {
    transform: translateX(-10vw);
  }

  50% {
    transform: translateX(0);
  }
}
.animate-pictureOverPictureSlideLeftToRight {
  animation: pictureOverPictureSlideLeftToRight ease-out;
}
@keyframes pictureOverPictureSlideRightToLeft {

  0% {
    transform: translateX(10vw);
  }

  50% {
    transform: translateX(0);
  }
}
.animate-pictureOverPictureSlideRightToLeft {
  animation: pictureOverPictureSlideRightToLeft ease-out;
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes slideInLeft {

  0% {
    transform: translateX(-100vw);
  }

  25% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(0);
  }
}
.animate-slideInLeft {
  animation: slideInLeft ease-in-out;
}
@keyframes slideInRight {

  0% {
    transform: translateX(100vw);
  }

  25% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(0);
  }
}
.animate-slideInRight {
  animation: slideInRight ease-in-out;
}
@keyframes slideOutLeft {

  0% {
    transform: translateX(0);
  }

  75% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100vw);
  }
}
.animate-slideOutLeft {
  animation: slideOutLeft ease-in-out;
}
@keyframes slideOutRight {

  0% {
    transform: translateX(0);
  }

  75% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100vw);
  }
}
.animate-slideOutRight {
  animation: slideOutRight ease-in-out;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-move {
  cursor: move;
}
.cursor-pointer {
  cursor: pointer;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.list-decimal {
  list-style-type: decimal;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.auto-rows-min {
  grid-auto-rows: min-content;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-\[1fr_auto_1fr\] {
  grid-template-columns: 1fr auto 1fr;
}
.grid-cols-\[auto\] {
  grid-template-columns: auto;
}
.grid-cols-\[auto_auto\] {
  grid-template-columns: auto auto;
}
.grid-cols-\[auto_auto_auto\] {
  grid-template-columns: auto auto auto;
}
.grid-cols-\[auto_auto_auto_auto\] {
  grid-template-columns: auto auto auto auto;
}
.grid-cols-\[auto_auto_auto_auto_auto\] {
  grid-template-columns: auto auto auto auto auto;
}
.grid-cols-\[auto_auto_auto_auto_auto_auto\] {
  grid-template-columns: auto auto auto auto auto auto;
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}
.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.content-center {
  align-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-normal {
  justify-content: normal;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-stretch {
  justify-content: stretch;
}
.justify-items-center {
  justify-items: center;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[0\.05em\] {
  gap: 0.05em;
}
.gap-\[224px\] {
  gap: 224px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-\[24px\] {
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-y-\[32px\] {
  row-gap: 32px;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overscroll-contain {
  overscroll-behavior: contain;
}
.scroll-auto {
  scroll-behavior: auto;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre {
  white-space: pre;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.text-balance {
  text-wrap: balance;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-b-8 {
  border-bottom-width: 8px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-b-\[2px\] {
  border-bottom-width: 2px;
}
.border-b-\[3px\] {
  border-bottom-width: 3px;
}
.border-b-\[4px\] {
  border-bottom-width: 4px;
}
.border-b-\[5px\] {
  border-bottom-width: 5px;
}
.border-b-\[6px\] {
  border-bottom-width: 6px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-l-\[1px\] {
  border-left-width: 1px;
}
.border-l-\[2px\] {
  border-left-width: 2px;
}
.border-l-\[3px\] {
  border-left-width: 3px;
}
.border-l-\[4px\] {
  border-left-width: 4px;
}
.border-l-\[5px\] {
  border-left-width: 5px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-4 {
  border-right-width: 4px;
}
.border-r-\[1px\] {
  border-right-width: 1px;
}
.border-r-\[2px\] {
  border-right-width: 2px;
}
.border-r-\[3px\] {
  border-right-width: 3px;
}
.border-r-\[4px\] {
  border-right-width: 4px;
}
.border-r-\[5px\] {
  border-right-width: 5px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-t-\[1px\] {
  border-top-width: 1px;
}
.border-t-\[2px\] {
  border-top-width: 2px;
}
.border-t-\[3px\] {
  border-top-width: 3px;
}
.border-t-\[4px\] {
  border-top-width: 4px;
}
.border-t-\[5px\] {
  border-top-width: 5px;
}
.border-\[\#223d4d\] {
  --tw-border-opacity: 1;
  border-color: rgb(34 61 77 / var(--tw-border-opacity, 1));
}
.border-bid-bankid-blue {
  --tw-border-opacity: 1;
  border-color: rgb(24 62 79 / var(--tw-border-opacity, 1));
}
.border-bid-bankid-blue-05 {
  --tw-border-opacity: 1;
  border-color: rgb(243 245 246 / var(--tw-border-opacity, 1));
}
.border-bid-bankid-blue-10 {
  --tw-border-opacity: 1;
  border-color: rgb(232 236 237 / var(--tw-border-opacity, 1));
}
.border-bid-bankid-blue-20 {
  --tw-border-opacity: 1;
  border-color: rgb(209 216 220 / var(--tw-border-opacity, 1));
}
.border-bid-bankid-blue-50 {
  --tw-border-opacity: 1;
  border-color: rgb(139 158 167 / var(--tw-border-opacity, 1));
}
.border-bid-black {
  --tw-border-opacity: 1;
  border-color: rgb(42 42 42 / var(--tw-border-opacity, 1));
}
.border-bid-disabled {
  --tw-border-opacity: 1;
  border-color: rgb(177 176 172 / var(--tw-border-opacity, 1));
}
.border-bid-error {
  --tw-border-opacity: 1;
  border-color: rgb(226 0 0 / var(--tw-border-opacity, 1));
}
.border-bid-green {
  --tw-border-opacity: 1;
  border-color: rgb(96 185 135 / var(--tw-border-opacity, 1));
}
.border-bid-green-20 {
  --tw-border-opacity: 1;
  border-color: rgb(223 241 231 / var(--tw-border-opacity, 1));
}
.border-bid-green-50 {
  --tw-border-opacity: 1;
  border-color: rgb(175 220 195 / var(--tw-border-opacity, 1));
}
.border-bid-ice-blue {
  --tw-border-opacity: 1;
  border-color: rgb(237 247 251 / var(--tw-border-opacity, 1));
}
.border-bid-light-blue {
  --tw-border-opacity: 1;
  border-color: rgb(190 225 238 / var(--tw-border-opacity, 1));
}
.border-bid-light-gray {
  --tw-border-opacity: 1;
  border-color: rgb(252 252 252 / var(--tw-border-opacity, 1));
}
.border-bid-light-green {
  --tw-border-opacity: 1;
  border-color: rgb(223 241 230 / var(--tw-border-opacity, 1));
}
.border-bid-light-orange {
  --tw-border-opacity: 1;
  border-color: rgb(249 205 147 / var(--tw-border-opacity, 1));
}
.border-bid-light-red {
  --tw-border-opacity: 1;
  border-color: rgb(254 229 228 / var(--tw-border-opacity, 1));
}
.border-bid-light-sand {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
}
.border-bid-midnight-black {
  --tw-border-opacity: 1;
  border-color: rgb(18 18 18 / var(--tw-border-opacity, 1));
}
.border-bid-midnight-blue {
  --tw-border-opacity: 1;
  border-color: rgb(11 32 40 / var(--tw-border-opacity, 1));
}
.border-bid-midnight-blue-20 {
  --tw-border-opacity: 1;
  border-color: rgb(206 210 212 / var(--tw-border-opacity, 1));
}
.border-bid-midnight-blue-50 {
  --tw-border-opacity: 1;
  border-color: rgb(133 143 147 / var(--tw-border-opacity, 1));
}
.border-bid-orange {
  --tw-border-opacity: 1;
  border-color: rgb(245 156 40 / var(--tw-border-opacity, 1));
}
.border-bid-orange-20 {
  --tw-border-opacity: 1;
  border-color: rgb(253 235 212 / var(--tw-border-opacity, 1));
}
.border-bid-orange-50 {
  --tw-border-opacity: 1;
  border-color: rgb(250 205 147 / var(--tw-border-opacity, 1));
}
.border-bid-red {
  --tw-border-opacity: 1;
  border-color: rgb(252 126 126 / var(--tw-border-opacity, 1));
}
.border-bid-red-20 {
  --tw-border-opacity: 1;
  border-color: rgb(254 229 229 / var(--tw-border-opacity, 1));
}
.border-bid-red-50 {
  --tw-border-opacity: 1;
  border-color: rgb(253 190 190 / var(--tw-border-opacity, 1));
}
.border-bid-sand {
  --tw-border-opacity: 1;
  border-color: rgb(232 231 227 / var(--tw-border-opacity, 1));
}
.border-bid-sand-20 {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
}
.border-bid-sand-50 {
  --tw-border-opacity: 1;
  border-color: rgb(243 243 241 / var(--tw-border-opacity, 1));
}
.border-bid-sky-blue {
  --tw-border-opacity: 1;
  border-color: rgb(125 196 221 / var(--tw-border-opacity, 1));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-b-bid-bankid-blue {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(24 62 79 / var(--tw-border-opacity, 1));
}
.border-b-bid-sand {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(232 231 227 / var(--tw-border-opacity, 1));
}
.border-b-black {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-b-transparent {
  border-bottom-color: transparent;
}
.border-b-white {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-l-bid-bankid-blue {
  --tw-border-opacity: 1;
  border-left-color: rgb(24 62 79 / var(--tw-border-opacity, 1));
}
.border-l-bid-orange {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 156 40 / var(--tw-border-opacity, 1));
}
.border-l-bid-red {
  --tw-border-opacity: 1;
  border-left-color: rgb(252 126 126 / var(--tw-border-opacity, 1));
}
.border-l-bid-sand {
  --tw-border-opacity: 1;
  border-left-color: rgb(232 231 227 / var(--tw-border-opacity, 1));
}
.border-l-bid-sky-blue {
  --tw-border-opacity: 1;
  border-left-color: rgb(125 196 221 / var(--tw-border-opacity, 1));
}
.border-l-transparent {
  border-left-color: transparent;
}
.border-r-bid-bankid-blue {
  --tw-border-opacity: 1;
  border-right-color: rgb(24 62 79 / var(--tw-border-opacity, 1));
}
.border-r-bid-bankid-blue-05 {
  --tw-border-opacity: 1;
  border-right-color: rgb(243 245 246 / var(--tw-border-opacity, 1));
}
.border-r-bid-bankid-blue-10 {
  --tw-border-opacity: 1;
  border-right-color: rgb(232 236 237 / var(--tw-border-opacity, 1));
}
.border-r-bid-bankid-blue-20 {
  --tw-border-opacity: 1;
  border-right-color: rgb(209 216 220 / var(--tw-border-opacity, 1));
}
.border-r-bid-bankid-blue-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(139 158 167 / var(--tw-border-opacity, 1));
}
.border-r-bid-black {
  --tw-border-opacity: 1;
  border-right-color: rgb(42 42 42 / var(--tw-border-opacity, 1));
}
.border-r-bid-disabled {
  --tw-border-opacity: 1;
  border-right-color: rgb(177 176 172 / var(--tw-border-opacity, 1));
}
.border-r-bid-error {
  --tw-border-opacity: 1;
  border-right-color: rgb(226 0 0 / var(--tw-border-opacity, 1));
}
.border-r-bid-green {
  --tw-border-opacity: 1;
  border-right-color: rgb(96 185 135 / var(--tw-border-opacity, 1));
}
.border-r-bid-green-20 {
  --tw-border-opacity: 1;
  border-right-color: rgb(223 241 231 / var(--tw-border-opacity, 1));
}
.border-r-bid-green-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(175 220 195 / var(--tw-border-opacity, 1));
}
.border-r-bid-ice-blue {
  --tw-border-opacity: 1;
  border-right-color: rgb(237 247 251 / var(--tw-border-opacity, 1));
}
.border-r-bid-light-blue {
  --tw-border-opacity: 1;
  border-right-color: rgb(190 225 238 / var(--tw-border-opacity, 1));
}
.border-r-bid-light-gray {
  --tw-border-opacity: 1;
  border-right-color: rgb(252 252 252 / var(--tw-border-opacity, 1));
}
.border-r-bid-light-green {
  --tw-border-opacity: 1;
  border-right-color: rgb(223 241 230 / var(--tw-border-opacity, 1));
}
.border-r-bid-light-orange {
  --tw-border-opacity: 1;
  border-right-color: rgb(249 205 147 / var(--tw-border-opacity, 1));
}
.border-r-bid-light-red {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 229 228 / var(--tw-border-opacity, 1));
}
.border-r-bid-light-sand {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
}
.border-r-bid-midnight-black {
  --tw-border-opacity: 1;
  border-right-color: rgb(18 18 18 / var(--tw-border-opacity, 1));
}
.border-r-bid-midnight-blue {
  --tw-border-opacity: 1;
  border-right-color: rgb(11 32 40 / var(--tw-border-opacity, 1));
}
.border-r-bid-midnight-blue-20 {
  --tw-border-opacity: 1;
  border-right-color: rgb(206 210 212 / var(--tw-border-opacity, 1));
}
.border-r-bid-midnight-blue-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(133 143 147 / var(--tw-border-opacity, 1));
}
.border-r-bid-orange {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 156 40 / var(--tw-border-opacity, 1));
}
.border-r-bid-orange-20 {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 235 212 / var(--tw-border-opacity, 1));
}
.border-r-bid-orange-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 205 147 / var(--tw-border-opacity, 1));
}
.border-r-bid-red {
  --tw-border-opacity: 1;
  border-right-color: rgb(252 126 126 / var(--tw-border-opacity, 1));
}
.border-r-bid-red-20 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 229 229 / var(--tw-border-opacity, 1));
}
.border-r-bid-red-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 190 190 / var(--tw-border-opacity, 1));
}
.border-r-bid-sand {
  --tw-border-opacity: 1;
  border-right-color: rgb(232 231 227 / var(--tw-border-opacity, 1));
}
.border-r-bid-sand-20 {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
}
.border-r-bid-sand-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(243 243 241 / var(--tw-border-opacity, 1));
}
.border-r-bid-sky-blue {
  --tw-border-opacity: 1;
  border-right-color: rgb(125 196 221 / var(--tw-border-opacity, 1));
}
.border-r-black {
  --tw-border-opacity: 1;
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-r-transparent {
  border-right-color: transparent;
}
.border-r-white {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-t-bid-sand {
  --tw-border-opacity: 1;
  border-top-color: rgb(232 231 227 / var(--tw-border-opacity, 1));
}
.border-t-bid-sky-blue {
  --tw-border-opacity: 1;
  border-top-color: rgb(125 196 221 / var(--tw-border-opacity, 1));
}
.border-t-black {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.bg-\[\#daebf4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(218 235 244 / var(--tw-bg-opacity, 1));
}
.bg-bid-bankid-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(24 62 79 / var(--tw-bg-opacity, 1));
}
.bg-bid-bankid-blue-05 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 245 246 / var(--tw-bg-opacity, 1));
}
.bg-bid-bankid-blue-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 236 237 / var(--tw-bg-opacity, 1));
}
.bg-bid-bankid-blue-20 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 216 220 / var(--tw-bg-opacity, 1));
}
.bg-bid-bankid-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(139 158 167 / var(--tw-bg-opacity, 1));
}
.bg-bid-black {
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 42 / var(--tw-bg-opacity, 1));
}
.bg-bid-disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(177 176 172 / var(--tw-bg-opacity, 1));
}
.bg-bid-error {
  --tw-bg-opacity: 1;
  background-color: rgb(226 0 0 / var(--tw-bg-opacity, 1));
}
.bg-bid-green {
  --tw-bg-opacity: 1;
  background-color: rgb(96 185 135 / var(--tw-bg-opacity, 1));
}
.bg-bid-green-20 {
  --tw-bg-opacity: 1;
  background-color: rgb(223 241 231 / var(--tw-bg-opacity, 1));
}
.bg-bid-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(175 220 195 / var(--tw-bg-opacity, 1));
}
.bg-bid-ice-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(237 247 251 / var(--tw-bg-opacity, 1));
}
.bg-bid-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(190 225 238 / var(--tw-bg-opacity, 1));
}
.bg-bid-light-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
}
.bg-bid-light-green {
  --tw-bg-opacity: 1;
  background-color: rgb(223 241 230 / var(--tw-bg-opacity, 1));
}
.bg-bid-light-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(249 205 147 / var(--tw-bg-opacity, 1));
}
.bg-bid-light-red {
  --tw-bg-opacity: 1;
  background-color: rgb(254 229 228 / var(--tw-bg-opacity, 1));
}
.bg-bid-light-sand {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
}
.bg-bid-midnight-black {
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 18 / var(--tw-bg-opacity, 1));
}
.bg-bid-midnight-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(11 32 40 / var(--tw-bg-opacity, 1));
}
.bg-bid-midnight-blue-20 {
  --tw-bg-opacity: 1;
  background-color: rgb(206 210 212 / var(--tw-bg-opacity, 1));
}
.bg-bid-midnight-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(133 143 147 / var(--tw-bg-opacity, 1));
}
.bg-bid-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(245 156 40 / var(--tw-bg-opacity, 1));
}
.bg-bid-orange-20 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 235 212 / var(--tw-bg-opacity, 1));
}
.bg-bid-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 205 147 / var(--tw-bg-opacity, 1));
}
.bg-bid-red {
  --tw-bg-opacity: 1;
  background-color: rgb(252 126 126 / var(--tw-bg-opacity, 1));
}
.bg-bid-red-20 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 229 229 / var(--tw-bg-opacity, 1));
}
.bg-bid-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 190 190 / var(--tw-bg-opacity, 1));
}
.bg-bid-sand {
  --tw-bg-opacity: 1;
  background-color: rgb(232 231 227 / var(--tw-bg-opacity, 1));
}
.bg-bid-sand-20 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
}
.bg-bid-sand-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 241 / var(--tw-bg-opacity, 1));
}
.bg-bid-sand\/50 {
  background-color: rgb(232 231 227 / 0.5);
}
.bg-bid-sky-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(125 196 221 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.fill-bid-bankid-blue {
  fill: #183e4f;
}
.fill-bid-bankid-blue-05 {
  fill: #f3f5f6;
}
.fill-bid-bankid-blue-10 {
  fill: #e8eced;
}
.fill-bid-bankid-blue-20 {
  fill: #d1d8dc;
}
.fill-bid-bankid-blue-50 {
  fill: #8b9ea7;
}
.fill-bid-black {
  fill: #2a2a2a;
}
.fill-bid-disabled {
  fill: #b1b0ac;
}
.fill-bid-error {
  fill: #e20000;
}
.fill-bid-green {
  fill: #60b987;
}
.fill-bid-green-20 {
  fill: #dff1e7;
}
.fill-bid-green-50 {
  fill: #afdcc3;
}
.fill-bid-ice-blue {
  fill: #edf7fb;
}
.fill-bid-light-blue {
  fill: #bee1ee;
}
.fill-bid-light-gray {
  fill: #fcfcfc;
}
.fill-bid-light-green {
  fill: #dff1e6;
}
.fill-bid-light-orange {
  fill: #f9cd93;
}
.fill-bid-light-red {
  fill: #fee5e4;
}
.fill-bid-light-sand {
  fill: #fafaf9;
}
.fill-bid-midnight-black {
  fill: #121212;
}
.fill-bid-midnight-blue {
  fill: #0b2028;
}
.fill-bid-midnight-blue-20 {
  fill: #ced2d4;
}
.fill-bid-midnight-blue-50 {
  fill: #858f93;
}
.fill-bid-orange {
  fill: #f59c28;
}
.fill-bid-orange-20 {
  fill: #fdebd4;
}
.fill-bid-orange-50 {
  fill: #facd93;
}
.fill-bid-red {
  fill: #fc7e7e;
}
.fill-bid-red-20 {
  fill: #fee5e5;
}
.fill-bid-red-50 {
  fill: #fdbebe;
}
.fill-bid-sand {
  fill: #e8e7e3;
}
.fill-bid-sand-20 {
  fill: #fafaf9;
}
.fill-bid-sand-50 {
  fill: #f3f3f1;
}
.fill-bid-sky-blue {
  fill: #7dc4dd;
}
.fill-black {
  fill: #000;
}
.fill-transparent {
  fill: transparent;
}
.fill-white {
  fill: #fff;
}
.stroke-bid-bankid-blue {
  stroke: #183e4f;
}
.stroke-bid-bankid-blue-05 {
  stroke: #f3f5f6;
}
.stroke-bid-bankid-blue-10 {
  stroke: #e8eced;
}
.stroke-bid-bankid-blue-20 {
  stroke: #d1d8dc;
}
.stroke-bid-bankid-blue-50 {
  stroke: #8b9ea7;
}
.stroke-bid-black {
  stroke: #2a2a2a;
}
.stroke-bid-disabled {
  stroke: #b1b0ac;
}
.stroke-bid-error {
  stroke: #e20000;
}
.stroke-bid-green {
  stroke: #60b987;
}
.stroke-bid-green-20 {
  stroke: #dff1e7;
}
.stroke-bid-green-50 {
  stroke: #afdcc3;
}
.stroke-bid-ice-blue {
  stroke: #edf7fb;
}
.stroke-bid-light-blue {
  stroke: #bee1ee;
}
.stroke-bid-light-gray {
  stroke: #fcfcfc;
}
.stroke-bid-light-green {
  stroke: #dff1e6;
}
.stroke-bid-light-orange {
  stroke: #f9cd93;
}
.stroke-bid-light-red {
  stroke: #fee5e4;
}
.stroke-bid-light-sand {
  stroke: #fafaf9;
}
.stroke-bid-midnight-black {
  stroke: #121212;
}
.stroke-bid-midnight-blue {
  stroke: #0b2028;
}
.stroke-bid-midnight-blue-20 {
  stroke: #ced2d4;
}
.stroke-bid-midnight-blue-50 {
  stroke: #858f93;
}
.stroke-bid-orange {
  stroke: #f59c28;
}
.stroke-bid-orange-20 {
  stroke: #fdebd4;
}
.stroke-bid-orange-50 {
  stroke: #facd93;
}
.stroke-bid-red {
  stroke: #fc7e7e;
}
.stroke-bid-red-20 {
  stroke: #fee5e5;
}
.stroke-bid-red-50 {
  stroke: #fdbebe;
}
.stroke-bid-sand {
  stroke: #e8e7e3;
}
.stroke-bid-sand-20 {
  stroke: #fafaf9;
}
.stroke-bid-sand-50 {
  stroke: #f3f3f1;
}
.stroke-bid-sky-blue {
  stroke: #7dc4dd;
}
.stroke-black {
  stroke: #000;
}
.stroke-transparent {
  stroke: transparent;
}
.stroke-white {
  stroke: #fff;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[10\%\] {
  padding: 10%;
}
.p-\[14px\] {
  padding: 14px;
}
.p-\[15\%\] {
  padding: 15%;
}
.p-\[2\%\] {
  padding: 2%;
}
.p-\[20\%\] {
  padding: 20%;
}
.p-\[25\%\] {
  padding: 25%;
}
.p-\[30\%\] {
  padding: 30%;
}
.p-\[35\%\] {
  padding: 35%;
}
.p-\[40\%\] {
  padding: 40%;
}
.p-\[5\%\] {
  padding: 5%;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[32px\] {
  padding-top: 32px;
  padding-bottom: 32px;
}
.py-\[43px\] {
  padding-top: 43px;
  padding-bottom: 43px;
}
.py-\[64px\] {
  padding-top: 64px;
  padding-bottom: 64px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[43px\] {
  padding-bottom: 43px;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-20 {
  padding-left: 5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-\[100px\] {
  padding-left: 100px;
}
.pl-\[108px\] {
  padding-left: 108px;
}
.pl-\[112px\] {
  padding-left: 112px;
}
.pl-\[120px\] {
  padding-left: 120px;
}
.pl-\[24px\] {
  padding-left: 24px;
}
.pl-\[28px\] {
  padding-left: 28px;
}
.pl-\[36px\] {
  padding-left: 36px;
}
.pl-\[40px\] {
  padding-left: 40px;
}
.pl-\[48px\] {
  padding-left: 48px;
}
.pl-\[52px\] {
  padding-left: 52px;
}
.pl-\[60px\] {
  padding-left: 60px;
}
.pl-\[64px\] {
  padding-left: 64px;
}
.pl-\[72px\] {
  padding-left: 72px;
}
.pl-\[76px\] {
  padding-left: 76px;
}
.pl-\[84px\] {
  padding-left: 84px;
}
.pl-\[88px\] {
  padding-left: 88px;
}
.pl-\[96px\] {
  padding-left: 96px;
}
.pl-\[999999px\] {
  padding-left: 999999px;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-11 {
  padding-right: 2.75rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-20 {
  padding-right: 5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-\[90px\] {
  padding-right: 90px;
}
.pr-\[999999px\] {
  padding-right: 999999px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[0px\] {
  padding-top: 0px;
}
.pt-\[16px\] {
  padding-top: 16px;
}
.pt-\[24px\] {
  padding-top: 24px;
}
.pt-\[32px\] {
  padding-top: 32px;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pt-\[48px\] {
  padding-top: 48px;
}
.pt-\[56px\] {
  padding-top: 56px;
}
.pt-\[64px\] {
  padding-top: 64px;
}
.pt-\[8px\] {
  padding-top: 8px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-baseline {
  vertical-align: baseline;
}
.align-top {
  vertical-align: top;
}
.font-\[monospace\] {
  font-family: monospace;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.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-\[0\.6em\] {
  font-size: 0.6em;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[1em\] {
  font-size: 1em;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[48px\] {
  font-size: 48px;
}
.text-\[60px\] {
  font-size: 60px;
}
.text-\[72px\] {
  font-size: 72px;
}
.text-\[84px\] {
  font-size: 84px;
}
.text-\[96px\] {
  font-size: 96px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.leading-5 {
  line-height: 1.25rem;
}
.text-bid-bankid-blue {
  --tw-text-opacity: 1;
  color: rgb(24 62 79 / var(--tw-text-opacity, 1));
}
.text-bid-bankid-blue-05 {
  --tw-text-opacity: 1;
  color: rgb(243 245 246 / var(--tw-text-opacity, 1));
}
.text-bid-bankid-blue-10 {
  --tw-text-opacity: 1;
  color: rgb(232 236 237 / var(--tw-text-opacity, 1));
}
.text-bid-bankid-blue-20 {
  --tw-text-opacity: 1;
  color: rgb(209 216 220 / var(--tw-text-opacity, 1));
}
.text-bid-bankid-blue-50 {
  --tw-text-opacity: 1;
  color: rgb(139 158 167 / var(--tw-text-opacity, 1));
}
.text-bid-black {
  --tw-text-opacity: 1;
  color: rgb(42 42 42 / var(--tw-text-opacity, 1));
}
.text-bid-disabled {
  --tw-text-opacity: 1;
  color: rgb(177 176 172 / var(--tw-text-opacity, 1));
}
.text-bid-error {
  --tw-text-opacity: 1;
  color: rgb(226 0 0 / var(--tw-text-opacity, 1));
}
.text-bid-green {
  --tw-text-opacity: 1;
  color: rgb(96 185 135 / var(--tw-text-opacity, 1));
}
.text-bid-green-20 {
  --tw-text-opacity: 1;
  color: rgb(223 241 231 / var(--tw-text-opacity, 1));
}
.text-bid-green-50 {
  --tw-text-opacity: 1;
  color: rgb(175 220 195 / var(--tw-text-opacity, 1));
}
.text-bid-ice-blue {
  --tw-text-opacity: 1;
  color: rgb(237 247 251 / var(--tw-text-opacity, 1));
}
.text-bid-light-blue {
  --tw-text-opacity: 1;
  color: rgb(190 225 238 / var(--tw-text-opacity, 1));
}
.text-bid-light-gray {
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity, 1));
}
.text-bid-light-green {
  --tw-text-opacity: 1;
  color: rgb(223 241 230 / var(--tw-text-opacity, 1));
}
.text-bid-light-orange {
  --tw-text-opacity: 1;
  color: rgb(249 205 147 / var(--tw-text-opacity, 1));
}
.text-bid-light-red {
  --tw-text-opacity: 1;
  color: rgb(254 229 228 / var(--tw-text-opacity, 1));
}
.text-bid-light-sand {
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity, 1));
}
.text-bid-midnight-black {
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity, 1));
}
.text-bid-midnight-blue {
  --tw-text-opacity: 1;
  color: rgb(11 32 40 / var(--tw-text-opacity, 1));
}
.text-bid-midnight-blue-20 {
  --tw-text-opacity: 1;
  color: rgb(206 210 212 / var(--tw-text-opacity, 1));
}
.text-bid-midnight-blue-50 {
  --tw-text-opacity: 1;
  color: rgb(133 143 147 / var(--tw-text-opacity, 1));
}
.text-bid-orange {
  --tw-text-opacity: 1;
  color: rgb(245 156 40 / var(--tw-text-opacity, 1));
}
.text-bid-orange-20 {
  --tw-text-opacity: 1;
  color: rgb(253 235 212 / var(--tw-text-opacity, 1));
}
.text-bid-orange-50 {
  --tw-text-opacity: 1;
  color: rgb(250 205 147 / var(--tw-text-opacity, 1));
}
.text-bid-red {
  --tw-text-opacity: 1;
  color: rgb(252 126 126 / var(--tw-text-opacity, 1));
}
.text-bid-red-20 {
  --tw-text-opacity: 1;
  color: rgb(254 229 229 / var(--tw-text-opacity, 1));
}
.text-bid-red-50 {
  --tw-text-opacity: 1;
  color: rgb(253 190 190 / var(--tw-text-opacity, 1));
}
.text-bid-sand {
  --tw-text-opacity: 1;
  color: rgb(232 231 227 / var(--tw-text-opacity, 1));
}
.text-bid-sand-20 {
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity, 1));
}
.text-bid-sand-50 {
  --tw-text-opacity: 1;
  color: rgb(243 243 241 / var(--tw-text-opacity, 1));
}
.text-bid-sky-blue {
  --tw-text-opacity: 1;
  color: rgb(125 196 221 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-inherit {
  color: inherit;
}
.text-transparent {
  color: transparent;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-0 {
  opacity: 0;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-75 {
  opacity: 0.75;
}
.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-\[0px_0px_16px_0px_\#00000040\] {
  --tw-shadow: 0px 0px 16px 0px #00000040;
  --tw-shadow-colored: 0px 0px 16px 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);
}
.shadow-\[0px_0px_4px_0px_\#00000040\] {
  --tw-shadow: 0px 0px 4px 0px #00000040;
  --tw-shadow-colored: 0px 0px 4px 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);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}
.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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-left {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-top {
  transition-property: top;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ml-1\/12 {
    margin-left: 8.333333%;
  }
.ml-2\/12 {
    margin-left: 16.666667%;
  }
.ml-3\/12 {
    margin-left: 25%;
  }
.ml-4\/12 {
    margin-left: 33.333333%;
  }
.ml-5\/12 {
    margin-left: 41.666667%;
  }
.ml-6\/12 {
    margin-left: 50%;
  }
.ml-7\/12 {
    margin-left: 58.333333%;
  }
.ml-8\/12 {
    margin-left: 66.666667%;
  }
.ml-9\/12 {
    margin-left: 75%;
  }
.ml-10\/12 {
    margin-left: 83.333333%;
  }
.ml-11\/12 {
    margin-left: 91.666667%;
  }
.break-anywhere {
    overflow-wrap: anywhere;
  }
/* Custom font sizes */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  h1, .text-4xl {
    font-size: 29px;
  }
  h2, .text-3xl {
    font-size: 26px;
  }
  h3, .text-2xl {
    font-size: 23px;
  }
  h4, .text-xl {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  .text-lg {
    font-size: 18px;
    line-height: 24px;
  }
  .text-md {
    font-size: 16px;
    line-height: 21px;
  }
  .text-sm {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (min-width: 768px) {
  h1, .text-4xl {
    font-size: 49px;
  }
  h2, .text-3xl {
    font-size: 39px;
  }
  h3, .text-2xl {
    font-size: 32px;
  }
  h4, .text-xl {
    font-size: 25px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 16px;
  }
  .text-lg {
    font-size: 20px;
    line-height: 28px;
  }
  .text-md {
    font-size: 18px;
    line-height: 24px;
  }
  .text-sm {
    font-size: 16px;
    line-height: 20px;
  }
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/Inter-Regular-CBuHftWl.woff2") format("woff2"), url("/assets/Inter-Regular-DXWGjKNJ.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/Inter-Bold-CjQVSvkM.woff2") format("woff2"), url("/assets/Inter-Bold-BxjJ5BIA.woff") format("woff");
}
@font-face {
  font-family: "BidExternalLinkFont";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/bid-external-link-font-4QdMxNBD.woff") format("woff");
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  min-height: 100vh;
  color: #183e4f;
}

@media (max-width: 480px) {
  body {
    font-size: 16px;
  }
}
a[target=_blank]:not(.ignore-external-icon):not([data-react-link=true]) {
  display: inline-block;
  position: relative;
  margin-right: 1.5em;
}
a[target=_blank]:not(.ignore-external-icon):not([data-react-link=true]):after {
  font-family: "BidExternalLinkFont";
  content: "\e900";
  margin-left: 0.3em;
  display: inline-block;
  position: absolute;
}

.external-icon-parent-inline a[target=_blank]:not(.ignore-external-icon):not([data-react-link=true]) {
  display: inline;
}

* {
  scroll-margin-top: 16px;
}

.text-shadow-white {
  text-shadow: 0 1px 0 #fff;
}

.dropdown-list-shadow {
  box-shadow: 0 0px 15px 0px rgba(0, 0, 0, 0.15);
  clip-path: inset(-15px -15px 0px -15px);
  border-bottom: 1px solid #0b2028;
}

.hover\:hover-inherit-parent:hover .hover-inherit-child-underline {
  text-decoration: underline;
}

.mobile-menu-hide {
  transform: translateX(101%);
}

.hover\:hover-inherit-parent .hover-inherit-child-visible,
.hover\:hover-inherit-parent .hover-inherit-child-visible-flex {
  display: none;
}

.hover\:hover-inherit-parent:hover .hover-inherit-child-visible {
  display: block;
}
.hover\:hover-inherit-parent:hover .hover-inherit-child-visible-flex {
  display: flex;
}

.animation-duration-1s {
  animation-duration: 1s !important;
}

.animation-paused {
  animation-play-state: paused !important;
}

.-animation-delay-\[1\] {
  animation-delay: -0.01s !important;
}

.-animation-delay-\[2\] {
  animation-delay: -0.02s !important;
}

.-animation-delay-\[3\] {
  animation-delay: -0.03s !important;
}

.-animation-delay-\[4\] {
  animation-delay: -0.04s !important;
}

.-animation-delay-\[5\] {
  animation-delay: -0.05s !important;
}

.-animation-delay-\[6\] {
  animation-delay: -0.06s !important;
}

.-animation-delay-\[7\] {
  animation-delay: -0.07s !important;
}

.-animation-delay-\[8\] {
  animation-delay: -0.08s !important;
}

.-animation-delay-\[9\] {
  animation-delay: -0.09s !important;
}

.-animation-delay-\[10\] {
  animation-delay: -0.1s !important;
}

.-animation-delay-\[11\] {
  animation-delay: -0.11s !important;
}

.-animation-delay-\[12\] {
  animation-delay: -0.12s !important;
}

.-animation-delay-\[13\] {
  animation-delay: -0.13s !important;
}

.-animation-delay-\[14\] {
  animation-delay: -0.14s !important;
}

.-animation-delay-\[15\] {
  animation-delay: -0.15s !important;
}

.-animation-delay-\[16\] {
  animation-delay: -0.16s !important;
}

.-animation-delay-\[17\] {
  animation-delay: -0.17s !important;
}

.-animation-delay-\[18\] {
  animation-delay: -0.18s !important;
}

.-animation-delay-\[19\] {
  animation-delay: -0.19s !important;
}

.-animation-delay-\[20\] {
  animation-delay: -0.2s !important;
}

.-animation-delay-\[21\] {
  animation-delay: -0.21s !important;
}

.-animation-delay-\[22\] {
  animation-delay: -0.22s !important;
}

.-animation-delay-\[23\] {
  animation-delay: -0.23s !important;
}

.-animation-delay-\[24\] {
  animation-delay: -0.24s !important;
}

.-animation-delay-\[25\] {
  animation-delay: -0.25s !important;
}

.-animation-delay-\[26\] {
  animation-delay: -0.26s !important;
}

.-animation-delay-\[27\] {
  animation-delay: -0.27s !important;
}

.-animation-delay-\[28\] {
  animation-delay: -0.28s !important;
}

.-animation-delay-\[29\] {
  animation-delay: -0.29s !important;
}

.-animation-delay-\[30\] {
  animation-delay: -0.3s !important;
}

.-animation-delay-\[31\] {
  animation-delay: -0.31s !important;
}

.-animation-delay-\[32\] {
  animation-delay: -0.32s !important;
}

.-animation-delay-\[33\] {
  animation-delay: -0.33s !important;
}

.-animation-delay-\[34\] {
  animation-delay: -0.34s !important;
}

.-animation-delay-\[35\] {
  animation-delay: -0.35s !important;
}

.-animation-delay-\[36\] {
  animation-delay: -0.36s !important;
}

.-animation-delay-\[37\] {
  animation-delay: -0.37s !important;
}

.-animation-delay-\[38\] {
  animation-delay: -0.38s !important;
}

.-animation-delay-\[39\] {
  animation-delay: -0.39s !important;
}

.-animation-delay-\[40\] {
  animation-delay: -0.4s !important;
}

.-animation-delay-\[41\] {
  animation-delay: -0.41s !important;
}

.-animation-delay-\[42\] {
  animation-delay: -0.42s !important;
}

.-animation-delay-\[43\] {
  animation-delay: -0.43s !important;
}

.-animation-delay-\[44\] {
  animation-delay: -0.44s !important;
}

.-animation-delay-\[45\] {
  animation-delay: -0.45s !important;
}

.-animation-delay-\[46\] {
  animation-delay: -0.46s !important;
}

.-animation-delay-\[47\] {
  animation-delay: -0.47s !important;
}

.-animation-delay-\[48\] {
  animation-delay: -0.48s !important;
}

.-animation-delay-\[49\] {
  animation-delay: -0.49s !important;
}

.-animation-delay-\[50\] {
  animation-delay: -0.5s !important;
}

.-animation-delay-\[51\] {
  animation-delay: -0.51s !important;
}

.-animation-delay-\[52\] {
  animation-delay: -0.52s !important;
}

.-animation-delay-\[53\] {
  animation-delay: -0.53s !important;
}

.-animation-delay-\[54\] {
  animation-delay: -0.54s !important;
}

.-animation-delay-\[55\] {
  animation-delay: -0.55s !important;
}

.-animation-delay-\[56\] {
  animation-delay: -0.56s !important;
}

.-animation-delay-\[57\] {
  animation-delay: -0.57s !important;
}

.-animation-delay-\[58\] {
  animation-delay: -0.58s !important;
}

.-animation-delay-\[59\] {
  animation-delay: -0.59s !important;
}

.-animation-delay-\[60\] {
  animation-delay: -0.6s !important;
}

.-animation-delay-\[61\] {
  animation-delay: -0.61s !important;
}

.-animation-delay-\[62\] {
  animation-delay: -0.62s !important;
}

.-animation-delay-\[63\] {
  animation-delay: -0.63s !important;
}

.-animation-delay-\[64\] {
  animation-delay: -0.64s !important;
}

.-animation-delay-\[65\] {
  animation-delay: -0.65s !important;
}

.-animation-delay-\[66\] {
  animation-delay: -0.66s !important;
}

.-animation-delay-\[67\] {
  animation-delay: -0.67s !important;
}

.-animation-delay-\[68\] {
  animation-delay: -0.68s !important;
}

.-animation-delay-\[69\] {
  animation-delay: -0.69s !important;
}

.-animation-delay-\[70\] {
  animation-delay: -0.7s !important;
}

.-animation-delay-\[71\] {
  animation-delay: -0.71s !important;
}

.-animation-delay-\[72\] {
  animation-delay: -0.72s !important;
}

.-animation-delay-\[73\] {
  animation-delay: -0.73s !important;
}

.-animation-delay-\[74\] {
  animation-delay: -0.74s !important;
}

.-animation-delay-\[75\] {
  animation-delay: -0.75s !important;
}

.-animation-delay-\[76\] {
  animation-delay: -0.76s !important;
}

.-animation-delay-\[77\] {
  animation-delay: -0.77s !important;
}

.-animation-delay-\[78\] {
  animation-delay: -0.78s !important;
}

.-animation-delay-\[79\] {
  animation-delay: -0.79s !important;
}

.-animation-delay-\[80\] {
  animation-delay: -0.8s !important;
}

.-animation-delay-\[81\] {
  animation-delay: -0.81s !important;
}

.-animation-delay-\[82\] {
  animation-delay: -0.82s !important;
}

.-animation-delay-\[83\] {
  animation-delay: -0.83s !important;
}

.-animation-delay-\[84\] {
  animation-delay: -0.84s !important;
}

.-animation-delay-\[85\] {
  animation-delay: -0.85s !important;
}

.-animation-delay-\[86\] {
  animation-delay: -0.86s !important;
}

.-animation-delay-\[87\] {
  animation-delay: -0.87s !important;
}

.-animation-delay-\[88\] {
  animation-delay: -0.88s !important;
}

.-animation-delay-\[89\] {
  animation-delay: -0.89s !important;
}

.-animation-delay-\[90\] {
  animation-delay: -0.9s !important;
}

.-animation-delay-\[91\] {
  animation-delay: -0.91s !important;
}

.-animation-delay-\[92\] {
  animation-delay: -0.92s !important;
}

.-animation-delay-\[93\] {
  animation-delay: -0.93s !important;
}

.-animation-delay-\[94\] {
  animation-delay: -0.94s !important;
}

.-animation-delay-\[95\] {
  animation-delay: -0.95s !important;
}

.-animation-delay-\[96\] {
  animation-delay: -0.96s !important;
}

.-animation-delay-\[97\] {
  animation-delay: -0.97s !important;
}

.-animation-delay-\[98\] {
  animation-delay: -0.98s !important;
}

.-animation-delay-\[99\] {
  animation-delay: -0.99s !important;
}

.bg-bid-gradient-white-sand {
  background: linear-gradient(125deg, #ffffff, #f3f3f1);
}

.bg-bid-gradient-bankid-blue-midnight-blue {
  background: linear-gradient(125deg, #183e4f, #0b2028);
}

.bg-bid-gradient-green-sky-blue {
  background: linear-gradient(125deg, #60b987, #7dc4dd);
}

.bg-bid-gradient-green-bankid-blue {
  background: linear-gradient(125deg, #60b987, #183e4f);
}

.pop-particle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 25px;
  border-radius: 5px;
  transform-origin: top center;
  background: rgba(0, 0, 0, 0.87);
  pointer-events: none;
  opacity: 0;
}

.animate-departureSignFlipIn {
  transform: rotate3d(1, 0, 0, 90deg);
}

.scrollbar-hidden {
  /* IE and Edge */
  -ms-overflow-style: none;
  /* Firefox */
  scrollbar-width: none;
  /* Chromium */
}
.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}

.keep-default-styles ol, .keep-default-styles ul {
  margin-top: 18px;
  margin-bottom: 18px;
  padding-left: 40px;
}
.keep-default-styles ol li, .keep-default-styles ul li {
  margin-top: 4px;
  margin-bottom: 4px;
}
.keep-default-styles ol {
  list-style: decimal;
}
.keep-default-styles ul {
  list-style: disc;
}

.normalize-child-html p {
  margin-bottom: 1rem;
}
.normalize-child-html table thead,
.normalize-child-html table tr:not(:last-child) {
  border-bottom: 1px solid #183e4f;
}
.normalize-child-html table thead td, .normalize-child-html table thead th {
  font-weight: bold;
  vertical-align: baseline;
  padding: 8px;
}
.normalize-child-html table tbody td {
  vertical-align: baseline;
  padding: 12px 8px;
}
.normalize-child-html a {
  text-decoration: underline;
}

[data-search-hit] {
  background: #f59c28;
  color: #183e4f;
  --bg-padd: 3px;
  margin-left: calc(var(--bg-padd) * -1);
  padding-left: var(--bg-padd);
  margin-right: calc(var(--bg-padd) * -1);
  padding-right: var(--bg-padd);
  margin-top: calc(var(--bg-padd) * -1);
  padding-top: var(--bg-padd);
  margin-bottom: calc(var(--bg-padd) * -1);
  padding-bottom: var(--bg-padd);
  border-radius: 4px;
}

.icon > svg {
  width: 100%;
  height: 100%;
}

.markdown-tester {
  zoom: 50%;
  font-size: 24px;
  word-break: break-word;
}
.markdown-tester h1, .markdown-tester h2, .markdown-tester h3, .markdown-tester h4, .markdown-tester h5, .markdown-tester h6 {
  margin: 0px;
}
.markdown-tester h1:not(:first-child), .markdown-tester h2:not(:first-child), .markdown-tester h3:not(:first-child), .markdown-tester h4:not(:first-child), .markdown-tester h5:not(:first-child), .markdown-tester h6:not(:first-child) {
  margin-top: 16px;
}
.markdown-tester h1:not(:last-child), .markdown-tester h2:not(:last-child), .markdown-tester h3:not(:last-child), .markdown-tester h4:not(:last-child), .markdown-tester h5:not(:last-child), .markdown-tester h6:not(:last-child) {
  margin-bottom: 16px;
}
.markdown-tester p, .markdown-tester ul, .markdown-tester ol, .markdown-tester hr {
  margin: 0px;
}
.markdown-tester p:not(:first-child), .markdown-tester ul:not(:first-child), .markdown-tester ol:not(:first-child), .markdown-tester hr:not(:first-child) {
  margin-top: 8px;
}
.markdown-tester p:not(:last-child), .markdown-tester ul:not(:last-child), .markdown-tester ol:not(:last-child), .markdown-tester hr:not(:last-child) {
  margin-bottom: 8px;
}
.markdown-tester p, .markdown-tester ul, .markdown-tester ol {
  font-size: 24px;
}
.markdown-tester ul {
  padding-left: 40px;
  list-style: disc;
}
.markdown-tester ol {
  padding-left: 16px;
}
.markdown-tester li {
  margin: 0;
}
.markdown-tester hr {
  border-bottom: 1px solid #183e4f;
}
.markdown-tester table {
  width: 100%;
  max-width: 100%;
}
.markdown-tester table td:not(:first-child), .markdown-tester table th:not(:first-child) {
  padding-left: 8px;
}
.markdown-tester table td:not(:last-child), .markdown-tester table th:not(:last-child) {
  padding-right: 8px;
}

.qr-help p, .qr-help ol, .qr-help ul {
  margin-bottom: 1em;
}

.qr-help *:last-child {
  margin-bottom: 0;
}

.qr-help ol, .qr-help ul {
  list-style-type: decimal;
  padding-left: 1.5em;
}

.qr-help ul {
  list-style-type: disc;
}

@media (min-width: 768px) {

  .md\:container {
    width: 100%;
  }

  @media (min-width: 640px) {

    .md\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .md\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {

    .md\:container {
      max-width: 1536px;
    }
  }
}

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

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

.last\:border-0:last-child {
  border-width: 0px;
}

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

.hover\:border-b-bid-light-blue:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(190 225 238 / var(--tw-border-opacity, 1));
}

.hover\:bg-bid-bankid-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(24 62 79 / var(--tw-bg-opacity, 1));
}

.hover\:bg-bid-bankid-blue-05:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 245 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-bid-bankid-blue-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(232 236 237 / var(--tw-bg-opacity, 1));
}

.hover\:bg-bid-bankid-blue-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 216 220 / var(--tw-bg-opacity, 1));
}

.hover\:bg-bid-bankid-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(139 158 167 / var(--tw-bg-opacity, 1));
}

.hover\:bg-bid-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 42 / var(--tw-bg-opacity, 1));
}

.hover\:bg-bid-disabled:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(177 176 172 / var(--tw-bg-opacity, 1));
}

.hover\:bg-bid-error:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 0 0 / var(--tw-bg-opacity, 1));
}

.hover\:bg-bid-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(96 185 135 / var(--tw-bg-opacity, 1));
}

.hover\:bg-bid-green-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(223 241 231 / var(--tw-bg-opacity, 1));
}

.hover\:bg-bid-green-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(175 220 195 / var(--tw-bg-opacity, 1));
}

.hover\:bg-bid-ice-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 247 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-bid-light-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(190 225 238 / var(--tw-bg-opacity, 1));
}

.hover\:bg-bid-light-gray:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
}

.hover\:bg-bid-light-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(223 241 230 / var(--tw-bg-opacity, 1));
}

.hover\:bg-bid-light-orange:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 205 147 / var(--tw-bg-opacity, 1));
}

.hover\:bg-bid-light-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 229 228 / var(--tw-bg-opacity, 1));
}

.hover\:bg-bid-light-sand:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
}

.hover\:bg-bid-midnight-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 18 / var(--tw-bg-opacity, 1));
}

.hover\:bg-bid-midnight-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(11 32 40 / var(--tw-bg-opacity, 1));
}

.hover\:bg-bid-midnight-blue-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(206 210 212 / var(--tw-bg-opacity, 1));
}

.hover\:bg-bid-midnight-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(133 143 147 / var(--tw-bg-opacity, 1));
}

.hover\:bg-bid-orange:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 156 40 / var(--tw-bg-opacity, 1));
}

.hover\:bg-bid-orange-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 235 212 / var(--tw-bg-opacity, 1));
}

.hover\:bg-bid-orange-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 205 147 / var(--tw-bg-opacity, 1));
}

.hover\:bg-bid-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 126 126 / var(--tw-bg-opacity, 1));
}

.hover\:bg-bid-red-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 229 229 / var(--tw-bg-opacity, 1));
}

.hover\:bg-bid-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 190 190 / var(--tw-bg-opacity, 1));
}

.hover\:bg-bid-sand:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(232 231 227 / var(--tw-bg-opacity, 1));
}

.hover\:bg-bid-sand-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
}

.hover\:bg-bid-sand-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 241 / var(--tw-bg-opacity, 1));
}

.hover\:bg-bid-sky-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(125 196 221 / var(--tw-bg-opacity, 1));
}

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

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

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

.hover\:text-inherit:hover {
  color: inherit;
}

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

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

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

@media (prefers-reduced-motion: no-preference) {

  @keyframes topbarFlipIn {

    0% {
      transform: rotateX(70deg);
      transform-origin: top;
      opacity: 0;
      max-height: 0px;
    }

    100% {
      transform: rotateX(0deg);
      transform-origin: top;
      opacity: 1;
      max-height: 192px;
    }
  }

  .motion-safe\:animate-topbarFlipIn {
    animation: topbarFlipIn .4s cubic-bezier(0.175, 0.885, 0.320, 1.275) forwards;
  }

  @keyframes topbarFlipOut {

    0% {
      transform: rotateX(0deg);
      transform-origin: top;
      opacity: 1;
      max-height: 192px;
    }

    100% {
      transform: rotateX(70deg);
      transform-origin: top;
      opacity: 0;
      max-height: 0px;
    }
  }

  .motion-safe\:animate-topbarFlipOut {
    animation: topbarFlipOut .4s cubic-bezier(0.175, 0.885, 0.320, 1.275) forwards;
  }
}

@media (prefers-reduced-motion: reduce) {

  .motion-reduce\:hidden {
    display: none;
  }

  .motion-reduce\:animate-none {
    animation: none;
  }

  .motion-reduce\:transition-none {
    transition-property: none;
  }
}

@media (min-width: 640px) {

  .sm\:order-first {
    order: -9999;
  }

  .sm\:float-right {
    float: right;
  }

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:gap-4 {
    gap: 1rem;
  }

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

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

  .sm\:grid-cols-auto-\[250px\] {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}

@media (min-width: 768px) {

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

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

  .md\:order-last {
    order: 9999;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

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

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

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

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

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

  .md\:mt-32 {
    margin-top: 8rem;
  }

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

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

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

  .md\:h-auto {
    height: auto;
  }

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

  .md\:max-h-\[calc\(100\%-4rem\)\] {
    max-height: calc(100% - 4rem);
  }

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

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

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

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

  .md\:max-w-none {
    max-width: none;
  }

  .md\:columns-1 {
    -moz-columns: 1;
         columns: 1;
  }

  .md\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

  .md\:auto-rows-auto {
    grid-auto-rows: auto;
  }

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

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

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

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

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

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

  .md\:grid-cols-\[auto_1fr\] {
    grid-template-columns: auto 1fr;
  }

  .md\:grid-cols-\[auto_1fr_auto\] {
    grid-template-columns: auto 1fr auto;
  }

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

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

  .md\:justify-self-end {
    justify-self: end;
  }

  .md\:p-4 {
    padding: 1rem;
  }

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

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

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

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

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

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

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

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

  .md\:pt-0 {
    padding-top: 0px;
  }

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

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

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

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

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

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

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

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

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

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

  .md\: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);
  }
}

@media (min-width: 1024px) {

  .lg\:sticky {
    position: sticky;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-start-4 {
    grid-column-start: 4;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

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

  .lg\:block {
    display: block;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

  .lg\:columns-1 {
    -moz-columns: 1;
         columns: 1;
  }

  .lg\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

  .lg\:columns-3 {
    -moz-columns: 3;
         columns: 3;
  }

  .lg\:columns-4 {
    -moz-columns: 4;
         columns: 4;
  }

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

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

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

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

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

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

  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

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

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

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

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

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

@media (min-width: 1280px) {

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

@media print {

  .print\:block {
    display: block;
  }

  .print\:hidden {
    display: none;
  }

  .print\:max-w-\[unset\] {
    max-width: unset;
  }

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