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

.tw-pointer-events-none {
  pointer-events: none;
}

.tw-invisible {
  visibility: hidden;
}

.tw-fixed {
  position: fixed;
}

.tw-absolute {
  position: absolute;
}

.tw-relative {
  position: relative;
}

.tw-sticky {
  position: sticky;
}

.tw-inset-0 {
  inset: 0px;
}

.tw-inset-x-0 {
  left: 0px;
  right: 0px;
}

.tw-inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.tw-bottom-0 {
  bottom: 0px;
}

.tw-left-0 {
  left: 0px;
}

.tw-right-0 {
  right: 0px;
}

.tw-right-3 {
  right: 0.75rem;
}

.tw-right-4 {
  right: 1rem;
}

.tw-top-0 {
  top: 0px;
}

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

.tw-top-4 {
  top: 1rem;
}

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

.tw-top-\[42px\] {
  top: 42px;
}

.tw-top-full {
  top: 100%;
}

.tw-left-full {
  left: 100%;
}

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

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

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

.tw-z-\[60\] {
  z-index: 60;
}

.tw-z-\[100\] {
  z-index: 100;
}

.tw-z-\[2147483002\] {
  z-index: 2147483002;
}

.tw-order-1 {
  order: 1;
}

.tw-order-2 {
  order: 2;
}

.tw-m-3 {
  margin: 0.75rem;
}

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

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

.tw-my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

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

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

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

.tw-mb-6 {
  margin-bottom: 1.5rem;
}

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

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

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

.tw-ml-2 {
  margin-left: 0.5rem;
}

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

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

.tw-ml-7 {
  margin-left: 1.75rem;
}

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

.tw-ml-\[50\%\] {
  margin-left: 50%;
}

.tw-ml-auto {
  margin-left: auto;
}

.tw-mr-1 {
  margin-right: 0.25rem;
}

.tw-mr-2 {
  margin-right: 0.5rem;
}

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

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

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

.tw-mt-0\.5 {
  margin-top: 0.125rem;
}

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

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

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

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

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

.tw-mt-6 {
  margin-top: 1.5rem;
}

.tw-mt-8 {
  margin-top: 2rem;
}

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

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

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

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

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

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

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

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

.tw-box-border {
  box-sizing: border-box;
}

.tw-line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tw-block {
  display: block;
}

.tw-inline-block {
  display: inline-block;
}

.tw-flex {
  display: flex;
}

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

.tw-grid {
  display: grid;
}

.tw-hidden {
  display: none;
}

.tw-aspect-square {
  aspect-ratio: 1 / 1;
}

.tw-aspect-video {
  aspect-ratio: 16 / 9;
}

.tw-aspect-auto {
  aspect-ratio: auto;
}

.tw-h-0 {
  height: 0px;
}

.tw-h-1\.5 {
  height: 0.375rem;
}

.tw-h-10 {
  height: 2.5rem;
}

.tw-h-12 {
  height: 3rem;
}

.tw-h-32 {
  height: 8rem;
}

.tw-h-4 {
  height: 1rem;
}

.tw-h-5 {
  height: 1.25rem;
}

.tw-h-6 {
  height: 1.5rem;
}

.tw-h-8 {
  height: 2rem;
}

.tw-h-9 {
  height: 2.25rem;
}

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

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

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

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

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

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

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

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

.tw-h-\[25\.5px\] {
  height: 25.5px;
}

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

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

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

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

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

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

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

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

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

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

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

.tw-h-\[8\.12px\] {
  height: 8.12px;
}

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

.tw-h-auto {
  height: auto;
}

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

.tw-h-px {
  height: 1px;
}

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

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

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

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

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

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

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

.tw-h-2 {
  height: 0.5rem;
}

.tw-h-16 {
  height: 4rem;
}

.tw-max-h-40 {
  max-height: 10rem;
}

.tw-max-h-48 {
  max-height: 12rem;
}

.tw-max-h-60 {
  max-height: 15rem;
}

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

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

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

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

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

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

.tw-max-h-\[90\%\] {
  max-height: 90%;
}

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

.tw-max-h-\[80vh\] {
  max-height: 80vh;
}

.tw-max-h-\[min\(80vw\,80vh\)\] {
  max-height: min(80vw,80vh);
}

.tw-max-h-\[80vw\] {
  max-height: 80vw;
}

.tw-max-h-\[70vh\] {
  max-height: 70vh;
}

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

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

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

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

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

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

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

.tw-min-h-screen {
  min-height: 100vh;
}

.tw-w-1\/12 {
  width: 8.333333%;
}

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

.tw-w-10 {
  width: 2.5rem;
}

.tw-w-11\/12 {
  width: 91.666667%;
}

.tw-w-12 {
  width: 3rem;
}

.tw-w-16 {
  width: 4rem;
}

.tw-w-20 {
  width: 5rem;
}

.tw-w-24 {
  width: 6rem;
}

.tw-w-3\.5 {
  width: 0.875rem;
}

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

.tw-w-32 {
  width: 8rem;
}

.tw-w-4 {
  width: 1rem;
}

.tw-w-5 {
  width: 1.25rem;
}

.tw-w-6 {
  width: 1.5rem;
}

.tw-w-8 {
  width: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-w-\[8\.12px\] {
  width: 8.12px;
}

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

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

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

.tw-w-auto {
  width: auto;
}

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

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

.tw-w-4\/5 {
  width: 80%;
}

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

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

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

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

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

.tw-w-2 {
  width: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

.tw-max-w-3xl {
  max-width: 48rem;
}

.tw-max-w-7xl {
  max-width: 80rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-max-w-\[100\%\] {
  max-width: 100%;
}

.tw-max-w-\[min\(80vw\,80vh\)\] {
  max-width: min(80vw,80vh);
}

.tw-max-w-\[80vw\] {
  max-width: 80vw;
}

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

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

.tw-flex-none {
  flex: none;
}

.tw-flex-shrink-0 {
  flex-shrink: 0;
}

.tw-shrink-0 {
  flex-shrink: 0;
}

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

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

.tw-origin-top-left {
  transform-origin: top left;
}

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

.tw-translate-x-0 {
  --tw-translate-x: 0px;
  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));
}

.tw-translate-x-full {
  --tw-translate-x: 100%;
  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));
}

.tw-translate-y-full {
  --tw-translate-y: 100%;
  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));
}

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

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

.tw-rotate-45 {
  --tw-rotate: 45deg;
  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));
}

.tw-skew-x-\[-15deg\] {
  --tw-skew-x: -15deg;
  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));
}

.tw-scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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));
}

.tw-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 tw-pulse {
  50% {
    opacity: .5;
  }
}

.tw-animate-pulse {
  animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes tw-spin {
  to {
    transform: rotate(360deg);
  }
}

.tw-animate-spin {
  animation: tw-spin 1s linear infinite;
}

.\!tw-cursor-not-allowed {
  cursor: not-allowed !important;
}

.tw-cursor-default {
  cursor: default;
}

.tw-cursor-not-allowed {
  cursor: not-allowed;
}

.tw-cursor-pointer {
  cursor: pointer;
}

.tw-touch-none {
  touch-action: none;
}

.tw-select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.tw-resize-none {
  resize: none;
}

.tw-auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}

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

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

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

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

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

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

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

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

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

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

.tw-items-stretch {
  align-items: stretch;
}

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

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

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

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

.tw-justify-evenly {
  justify-content: space-evenly;
}

.tw-gap-0 {
  gap: 0px;
}

.tw-gap-1 {
  gap: 0.25rem;
}

.tw-gap-10 {
  gap: 2.5rem;
}

.tw-gap-2 {
  gap: 0.5rem;
}

.tw-gap-3 {
  gap: 0.75rem;
}

.tw-gap-4 {
  gap: 1rem;
}

.tw-gap-6 {
  gap: 1.5rem;
}

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

.tw-gap-\[4px\] {
  gap: 4px;
}

.tw-gap-px {
  gap: 1px;
}

.tw-gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.tw-gap-y-2 {
  row-gap: 0.5rem;
}

.tw-space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.tw-space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.tw-space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.tw-divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.tw-divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity));
}

.tw-divide-grey-biiibo-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-divide-opacity));
}

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

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

.tw-overflow-x-auto {
  overflow-x: auto;
}

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

.tw-overflow-y-scroll {
  overflow-y: scroll;
}

.tw-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tw-whitespace-nowrap {
  white-space: nowrap;
}

.tw-whitespace-pre-line {
  white-space: pre-line;
}

.tw-break-words {
  overflow-wrap: break-word;
}

.tw-rounded {
  border-radius: 0.25rem;
}

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

.tw-rounded-\[4px\] {
  border-radius: 4px;
}

.tw-rounded-\[8px\] {
  border-radius: 8px;
}

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

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

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

.tw-rounded-sm {
  border-radius: 0.125rem;
}

.tw-rounded-b-\[4px\] {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.tw-rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.tw-rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.tw-rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.tw-rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.tw-rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

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

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

.\!tw-border {
  border-width: 1px !important;
}

.tw-border {
  border-width: 1px;
}

.tw-border-0 {
  border-width: 0px;
}

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

.tw-border-4 {
  border-width: 4px;
}

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

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

.tw-border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

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

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

.tw-border-l {
  border-left-width: 1px;
}

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

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

.tw-border-r-2 {
  border-right-width: 2px;
}

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

.tw-border-t-2 {
  border-top-width: 2px;
}

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

.\!tw-border-\[\#858E9B\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(133 142 155 / var(--tw-border-opacity)) !important;
}

.tw-border-\[\#858E9B\] {
  --tw-border-opacity: 1;
  border-color: rgb(133 142 155 / var(--tw-border-opacity));
}

.tw-border-\[\#9EA5AF\] {
  --tw-border-opacity: 1;
  border-color: rgb(158 165 175 / var(--tw-border-opacity));
}

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

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

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

.tw-border-\[\#ED254E\] {
  --tw-border-opacity: 1;
  border-color: rgb(237 37 78 / var(--tw-border-opacity));
}

.tw-border-\[\#b6bbc3\] {
  --tw-border-opacity: 1;
  border-color: rgb(182 187 195 / var(--tw-border-opacity));
}

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

.tw-border-black-biiibo {
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity));
}

.tw-border-current {
  border-color: currentColor;
}

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

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

.tw-border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.tw-border-grey-biiibo {
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity));
}

.tw-border-grey-biiibo-300 {
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity));
}

.tw-border-primary-biiibo {
  --tw-border-opacity: 1;
  border-color: rgb(12 29 56 / var(--tw-border-opacity));
}

.tw-border-primary-biiibo-100 {
  --tw-border-opacity: 1;
  border-color: rgb(231 232 235 / var(--tw-border-opacity));
}

.tw-border-primary-biiibo-300 {
  --tw-border-opacity: 1;
  border-color: rgb(182 187 195 / var(--tw-border-opacity));
}

.tw-border-primary-biiibo-500 {
  --tw-border-opacity: 1;
  border-color: rgb(133 142 155 / var(--tw-border-opacity));
}

.tw-border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
}

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

.tw-border-secondary-biiibo {
  --tw-border-opacity: 1;
  border-color: rgb(245 139 41 / var(--tw-border-opacity));
}

.tw-border-success-biiibo {
  --tw-border-opacity: 1;
  border-color: rgb(0 129 72 / var(--tw-border-opacity));
}

.tw-border-warning-biiibo {
  --tw-border-opacity: 1;
  border-color: rgb(255 199 89 / var(--tw-border-opacity));
}

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

.tw-border-t-orange-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.tw-border-t-secondary-biiibo {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 139 41 / var(--tw-border-opacity));
}

.tw-bg-\[\#ED254E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 37 78 / var(--tw-bg-opacity));
}

.tw-bg-\[\#ED254E\]\/10 {
  background-color: rgb(237 37 78 / 0.1);
}

.tw-bg-\[\#F7941D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 148 29 / var(--tw-bg-opacity));
}

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

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

.tw-bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

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

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

.tw-bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.tw-bg-grey-biiibo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}

.tw-bg-grey-biiibo-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(223 223 223 / var(--tw-bg-opacity));
}

.tw-bg-primary-biiibo {
  --tw-bg-opacity: 1;
  background-color: rgb(12 29 56 / var(--tw-bg-opacity));
}

.tw-bg-primary-biiibo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 232 235 / var(--tw-bg-opacity));
}

.tw-bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.tw-bg-secondary-biiibo {
  --tw-bg-opacity: 1;
  background-color: rgb(245 139 41 / var(--tw-bg-opacity));
}

.tw-bg-secondary-biiibo-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 139 41 / var(--tw-bg-opacity));
}

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

.tw-bg-warning-biiibo {
  --tw-bg-opacity: 1;
  background-color: rgb(255 199 89 / var(--tw-bg-opacity));
}

.tw-bg-warning-biiibo\/15 {
  background-color: rgb(255 199 89 / 0.15);
}

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

.tw-bg-\[\#F33158\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 49 88 / var(--tw-bg-opacity));
}

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

.tw-bg-\[\#f0efeb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 239 235 / var(--tw-bg-opacity));
}

.tw-bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.tw-bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.tw-bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.tw-bg-opacity-85 {
  --tw-bg-opacity: 0.85;
}

.tw-bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

.tw-object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.tw-object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.tw-object-center {
  -o-object-position: center;
     object-position: center;
}

.tw-p-0 {
  padding: 0px;
}

.tw-p-1 {
  padding: 0.25rem;
}

.tw-p-2 {
  padding: 0.5rem;
}

.tw-p-4 {
  padding: 1rem;
}

.tw-p-6 {
  padding: 1.5rem;
}

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

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

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

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

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

.tw-px-\[1\%\] {
  padding-left: 1%;
  padding-right: 1%;
}

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

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

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

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

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

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

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

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

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

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

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

.tw-pb-1 {
  padding-bottom: 0.25rem;
}

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

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

.tw-pb-2\.5 {
  padding-bottom: 0.625rem;
}

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

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

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

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

.tw-pb-\[56\.25\%\] {
  padding-bottom: 56.25%;
}

.tw-pl-1\.5 {
  padding-left: 0.375rem;
}

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

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

.tw-pl-2 {
  padding-left: 0.5rem;
}

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

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

.tw-pl-5 {
  padding-left: 1.25rem;
}

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

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

.tw-pl-\[1\%\] {
  padding-left: 1%;
}

.tw-pr-1\.5 {
  padding-right: 0.375rem;
}

.tw-pr-2 {
  padding-right: 0.5rem;
}

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

.tw-pr-6 {
  padding-right: 1.5rem;
}

.tw-pr-8 {
  padding-right: 2rem;
}

.tw-pt-1 {
  padding-top: 0.25rem;
}

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

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

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

.tw-pt-5 {
  padding-top: 1.25rem;
}

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

.tw-pb-24 {
  padding-bottom: 6rem;
}

.tw-pt-16 {
  padding-top: 4rem;
}

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

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

.tw-text-right {
  text-align: right;
}

.tw-align-middle {
  vertical-align: middle;
}

.tw-align-super {
  vertical-align: super;
}

.tw-font-\[\'Lato\'\] {
  font-family: 'Lato';
}

.tw-font-lato {
  font-family: Lato, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

.tw-text-body1 {
  font-size: 18px;
  line-height: 1.5;
}

.tw-text-body2 {
  font-size: 16px;
  line-height: 1.5;
}

.tw-text-h1 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
}

.tw-text-h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
}

.tw-text-h3 {
  font-size: 29px;
  line-height: 1.2;
  font-weight: 700;
}

.tw-text-h4 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
}

.tw-text-h5 {
  font-size: 23px;
  line-height: 1.2;
  font-weight: 700;
}

.tw-text-h6 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

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

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

.tw-text-subtext1 {
  font-size: 14px;
  line-height: 1.5;
}

.tw-text-subtext2 {
  font-size: 12px;
  line-height: 1.5;
}

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

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

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

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

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

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

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

.tw-uppercase {
  text-transform: uppercase;
}

.tw-lowercase {
  text-transform: lowercase;
}

.tw-leading-5 {
  line-height: 1.25rem;
}

.tw-leading-7 {
  line-height: 1.75rem;
}

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

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

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

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

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

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

.tw-leading-none {
  line-height: 1;
}

.tw-leading-normal {
  line-height: 1.5;
}

.tw-leading-tight {
  line-height: 1.25;
}

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

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

.tw-text-\[\#212529\] {
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity));
}

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

.tw-text-\[\#556174\] {
  --tw-text-opacity: 1;
  color: rgb(85 97 116 / var(--tw-text-opacity));
}

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

.tw-text-\[\#82828B\] {
  --tw-text-opacity: 1;
  color: rgb(130 130 139 / var(--tw-text-opacity));
}

.tw-text-\[\#858E9B\] {
  --tw-text-opacity: 1;
  color: rgb(133 142 155 / var(--tw-text-opacity));
}

.tw-text-\[\#ED254E\] {
  --tw-text-opacity: 1;
  color: rgb(237 37 78 / var(--tw-text-opacity));
}

.tw-text-\[\#F58B29\] {
  --tw-text-opacity: 1;
  color: rgb(245 139 41 / var(--tw-text-opacity));
}

.tw-text-\[\#F58D2A\] {
  --tw-text-opacity: 1;
  color: rgb(245 141 42 / var(--tw-text-opacity));
}

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

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

.tw-text-danger-biiibo {
  --tw-text-opacity: 1;
  color: rgb(192 73 84 / var(--tw-text-opacity));
}

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

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

.tw-text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

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

.tw-text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.tw-text-grey-biiibo {
  --tw-text-opacity: 1;
  color: rgb(223 223 223 / var(--tw-text-opacity));
}

.tw-text-grey-biiibo-300 {
  --tw-text-opacity: 1;
  color: rgb(223 223 223 / var(--tw-text-opacity));
}

.tw-text-grey-biiibo-500 {
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}

.tw-text-info-biiibo {
  --tw-text-opacity: 1;
  color: rgb(48 135 169 / var(--tw-text-opacity));
}

.tw-text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}

.tw-text-primary-biiibo {
  --tw-text-opacity: 1;
  color: rgb(12 29 56 / var(--tw-text-opacity));
}

.tw-text-primary-biiibo-300 {
  --tw-text-opacity: 1;
  color: rgb(182 187 195 / var(--tw-text-opacity));
}

.tw-text-primary-biiibo-500 {
  --tw-text-opacity: 1;
  color: rgb(133 142 155 / var(--tw-text-opacity));
}

.tw-text-primary-biiibo-700 {
  --tw-text-opacity: 1;
  color: rgb(61 74 96 / var(--tw-text-opacity));
}

.tw-text-primary-biiibo-900 {
  --tw-text-opacity: 1;
  color: rgb(12 29 56 / var(--tw-text-opacity));
}

.tw-text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}

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

.tw-text-secondary-biiibo {
  --tw-text-opacity: 1;
  color: rgb(245 139 41 / var(--tw-text-opacity));
}

.tw-text-secondary-biiibo-900 {
  --tw-text-opacity: 1;
  color: rgb(245 139 41 / var(--tw-text-opacity));
}

.tw-text-success-biiibo {
  --tw-text-opacity: 1;
  color: rgb(0 129 72 / var(--tw-text-opacity));
}

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

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

.tw-line-through {
  text-decoration-line: line-through;
}

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

.tw-antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tw-opacity-0 {
  opacity: 0;
}

.tw-opacity-100 {
  opacity: 1;
}

.tw-opacity-50 {
  opacity: 0.5;
}

.tw-opacity-40 {
  opacity: 0.4;
}

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

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

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

.tw-outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.tw-outline-offset-0 {
  outline-offset: 0px;
}

.tw-transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw-transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw-transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw-transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw-duration-200 {
  transition-duration: 200ms;
}

.tw-duration-300 {
  transition-duration: 300ms;
}

.tw-duration-500 {
  transition-duration: 500ms;
}

.tw-ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* ==== [START] Lato font ==== */

@font-face {
  font-family: 'Lato';

  src: url('/assets/bellamar_website/css/fonts/Lato/Lato-Thin.ttf') format('truetype');

  font-weight: 100;

  font-style: normal;
}

@font-face {
  font-family: 'Lato';

  src: url('/assets/bellamar_website/css/fonts/Lato/Lato-ThinItalic.ttf') format('truetype');

  font-weight: 100;

  font-style: italic;
}

@font-face {
  font-family: 'Lato';

  src: url('/assets/bellamar_website/css/fonts/Lato/Lato-Light.ttf') format('truetype');

  font-weight: 300;

  font-style: normal;
}

@font-face {
  font-family: 'Lato';

  src: url('/assets/bellamar_website/css/fonts/Lato/Lato-LightItalic.ttf') format('truetype');

  font-weight: 300;

  font-style: italic;
}

@font-face {
  font-family: 'Lato';

  src: url('/assets/bellamar_website/css/fonts/Lato/Lato-Regular.ttf') format('truetype');

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: 'Lato';

  src: url('/assets/bellamar_website/css/fonts/Lato/Lato-Italic.ttf') format('truetype');

  font-weight: 400;

  font-style: italic;
}

@font-face {
  font-family: 'Lato';

  src: url('/assets/bellamar_website/css/fonts/Lato/Lato-Bold.ttf') format('truetype');

  font-weight: 700;

  font-style: normal;
}

@font-face {
  font-family: 'Lato';

  src: url('/assets/bellamar_website/css/fonts/Lato/Lato-BoldItalic.ttf') format('truetype');

  font-weight: 700;

  font-style: italic;
}

@font-face {
  font-family: 'Lato';

  src: url('/assets/bellamar_website/css/fonts/Lato/Lato-Black.ttf') format('truetype');

  font-weight: 900;

  font-style: normal;
}

@font-face {
  font-family: 'Lato';

  src: url('/assets/bellamar_website/css/fonts/Lato/Lato-BlackItalic.ttf') format('truetype');

  font-weight: 900;

  font-style: italic;
}

/* ==== [END] Lato font ==== */

/* ==== [START] biiibo headings ==== */

h1 {
  font-family: Lato, sans-serif;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
}

h2 {
  font-family: Lato, sans-serif;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  font-family: Lato, sans-serif;
  font-size: 29px;
  line-height: 1.2;
  font-weight: 700;
}

h4 {
  font-family: Lato, sans-serif;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
}

h5 {
  font-family: Lato, sans-serif;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 700;
}

h6 {
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.form-input-focus-styles:focus-visible {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

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

/* ==== [end] biiibo headings ==== */

.\*\:tw-pointer-events-none > * {
  pointer-events: none;
}

.\*\:tw-cursor-pointer > * {
  cursor: pointer;
}

.\*\:tw-border > * {
  border-width: 1px;
}

.\*\:tw-border-gray-200 > * {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.\*\:tw-px-4 > * {
  padding-left: 1rem;
  padding-right: 1rem;
}

.\*\:tw-pb-8 > * {
  padding-bottom: 2rem;
}

.\*\:tw-pt-4 > * {
  padding-top: 1rem;
}

.\*\:tw-font-lato > * {
  font-family: Lato, sans-serif;
}

.\*\:tw-text-body1 > * {
  font-size: 18px;
  line-height: 1.5;
}

.\*\:tw-text-h6 > * {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.\*\:tw-text-black-biiibo > * {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.\*\:tw-text-primary-biiibo > * {
  --tw-text-opacity: 1;
  color: rgb(12 29 56 / var(--tw-text-opacity));
}

.\*\:tw-text-primary-biiibo-700 > * {
  --tw-text-opacity: 1;
  color: rgb(61 74 96 / var(--tw-text-opacity));
}

.last\:tw-mb-0:last-child {
  margin-bottom: 0px;
}

.hover\:tw-cursor-pointer:hover {
  cursor: pointer;
}

.hover\:tw-border-secondary-biiibo:hover {
  --tw-border-opacity: 1;
  border-color: rgb(245 139 41 / var(--tw-border-opacity));
}

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

.hover\:tw-bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:tw-bg-grey-biiibo-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}

.hover\:tw-bg-primary-biiibo-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(182 187 195 / var(--tw-bg-opacity));
}

.hover\:tw-font-bold:hover {
  font-weight: 700;
}

.hover\:tw-text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.hover\:tw-text-primary-biiibo-500:hover {
  --tw-text-opacity: 1;
  color: rgb(133 142 155 / var(--tw-text-opacity));
}

.hover\:tw-text-secondary-biiibo:hover {
  --tw-text-opacity: 1;
  color: rgb(245 139 41 / var(--tw-text-opacity));
}

.hover\:tw-text-secondary-biiibo-900:hover {
  --tw-text-opacity: 1;
  color: rgb(245 139 41 / var(--tw-text-opacity));
}

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

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

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

.hover\:tw-opacity-70:hover {
  opacity: 0.7;
}

.hover\:tw-opacity-90:hover {
  opacity: 0.9;
}

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

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

.focus\:tw-outline-offset-0:focus {
  outline-offset: 0px;
}

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

@media (min-width: 640px) {
  .sm\:tw-w-4\/5 {
    width: 80%;
  }

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

@media (min-width: 768px) {
  .md\:tw-visible {
    visibility: visible;
  }

  .md\:tw-left-full {
    left: 100%;
  }

  .md\:tw-order-1 {
    order: 1;
  }

  .md\:tw-order-2 {
    order: 2;
  }

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

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

  .md\:tw-block {
    display: block;
  }

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

  .md\:tw-table-cell {
    display: table-cell;
  }

  .md\:tw-table-header-group {
    display: table-header-group;
  }

  .md\:tw-hidden {
    display: none;
  }

  .md\:tw-w-40 {
    width: 10rem;
  }

  .md\:tw-w-5 {
    width: 1.25rem;
  }

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

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

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

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

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

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

  .md\:tw-w-11\/12 {
    width: 91.666667%;
  }

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

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

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

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

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

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

  .md\:tw-justify-end {
    justify-content: flex-end;
  }

  .md\:tw-justify-between {
    justify-content: space-between;
  }

  .md\:tw-gap-2 {
    gap: 0.5rem;
  }

  .md\:tw-gap-20 {
    gap: 5rem;
  }

  .md\:tw-gap-4 {
    gap: 1rem;
  }

  .md\:tw-gap-6 {
    gap: 1.5rem;
  }

  .md\:tw-gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:tw-gap-y-4 {
    row-gap: 1rem;
  }

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

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

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

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

  .md\:tw-text-body1 {
    font-size: 18px;
    line-height: 1.5;
  }

  .md\:tw-text-h3 {
    font-size: 29px;
    line-height: 1.2;
    font-weight: 700;
  }

  .md\:tw-text-h6 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
  }

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

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

  .lg\:tw-sticky {
    position: sticky;
  }

  .lg\:tw-top-4 {
    top: 1rem;
  }

  .lg\:tw-left-full {
    left: 100%;
  }

  .lg\:tw-m-0 {
    margin: 0px;
  }

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

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

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

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

  .lg\:tw-block {
    display: block;
  }

  .lg\:tw-inline-block {
    display: inline-block;
  }

  .lg\:tw-flex {
    display: flex;
  }

  .lg\:tw-table-header-group {
    display: table-header-group;
  }

  .lg\:tw-table-row {
    display: table-row;
  }

  .lg\:tw-hidden {
    display: none;
  }

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

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

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

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

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

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

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

  .lg\:tw-flex-1 {
    flex: 1 1 0%;
  }

  .lg\:tw-basis-\[30\%\] {
    flex-basis: 30%;
  }

  .lg\:tw-basis-\[70\%\] {
    flex-basis: 70%;
  }

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

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

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

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

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

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

  .lg\:tw-gap-24 {
    gap: 6rem;
  }

  .lg\:tw-gap-4 {
    gap: 1rem;
  }

  .lg\:tw-gap-2 {
    gap: 0.5rem;
  }

  .lg\:tw-gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:tw-gap-y-4 {
    row-gap: 1rem;
  }

  .lg\:tw-self-start {
    align-self: flex-start;
  }

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

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

  .lg\:tw-border-solid {
    border-style: solid;
  }

  .lg\:tw-border-\[\#B4B4B9\] {
    --tw-border-opacity: 1;
    border-color: rgb(180 180 185 / var(--tw-border-opacity));
  }

  .lg\:tw-p-2 {
    padding: 0.5rem;
  }

  .lg\:tw-p-3 {
    padding: 0.75rem;
  }

  .lg\:tw-p-6 {
    padding: 1.5rem;
  }

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:tw-inline {
    display: inline;
  }

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

@media (min-width: 1440px) {
  .xxl\:tw-flex {
    display: flex;
  }

  .xxl\:tw-hidden {
    display: none;
  }

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

  .xxl\:tw-max-w-\[600px\] {
    max-width: 600px;
  }

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

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

  .xxl\:tw-gap-10 {
    gap: 2.5rem;
  }

  .xxl\:tw-gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xxl\:tw-gap-y-4 {
    row-gap: 1rem;
  }

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

.\[\&_\*\]\:tw-text-primary-biiibo-300 * {
  --tw-text-opacity: 1;
  color: rgb(182 187 195 / var(--tw-text-opacity));
}

