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

.dbaboutus-list-brands ul {
  list-style: disc;
  list-style-position: inside;
  margin-left: 1rem;
}

html {
  font-family: Manrope, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity, 1));
}

h1 {
  font-family: Manrope, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}

@media (min-width: 1240px) {
  h1 {
    font-size: 26px;
    line-height: 28px;
  }
}

h2 {
  font-family: Manrope, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

@media (min-width: 1240px) {
  h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

h3 {
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}

@media (min-width: 1240px) {
  h3 {
    font-size: 20px;
    line-height: 28px;
  }
}

h4 {
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

/*p {
        @apply tw-body;
    }*/

#index #wrapper {
  padding-top: 1rem;
}

@media (min-width: 1240px) {
  #index #wrapper {
    padding-top: 1.5rem;
  }
}

.tw-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

@media (min-width: 1240px) {
  .tw-container {
    max-width: 1240px;
  }
}

.tw-scroll-hide::-webkit-scrollbar {
  display: none;
}

.tw-super {
  font-family: Manrope, sans-serif;
  font-size: 26px;
  line-height: 28px;
  font-weight: 600;
}

@media (min-width: 1240px) {
  .tw-super {
    font-size: 32px;
    line-height: 32px;
  }
}

.tw-h1 {
  font-family: Manrope, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}

@media (min-width: 1240px) {
  .tw-h1 {
    font-size: 26px;
    line-height: 28px;
  }
}

.tw-h2 {
  font-family: Manrope, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

@media (min-width: 1240px) {
  .tw-h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

.tw-h3 {
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}

@media (min-width: 1240px) {
  .tw-h3 {
    font-size: 20px;
    line-height: 28px;
  }
}

.tw-h4 {
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

.tw-h4-strong {
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}

.tw-body {
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.\!tw-body-strong {
  font-family: Manrope, sans-serif !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 600 !important;
}

.tw-body-strong {
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.tw-body2 {
  font-family: Manrope, sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}

.tw-body2-strong {
  font-family: Manrope, sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
}

.tw-body3 {
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.tw-body3-strong {
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.tw-caption {
  font-family: Manrope, sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}

.tw-caption-strong {
  font-family: Manrope, sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
}

.tw-detail {
  font-family: Manrope, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.tw-detail-strong {
  font-family: Manrope, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}

.tw-detailcaps {
  font-family: Manrope, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.tw-btn-primary-color {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid;
  border-color: #0B248F;
  background: #0B248F;
}

.tw-btn-primary-color:hover {
  border-color: #010164;
  background: #010164;
}

.tw-btn-primary-color:focus {
  border-color: #0B248F;
  background: #0B248F;
}

.tw-btn-primary-color:disabled {
  color: #98A2B3;
  border-color: #EAECF0;
  background: #f2f4f7;
}

.tw-btn-secondary-grey {
  font-size: 16px;
  font-weight: 600;
  color: #344054;
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid;
  border-color: #D0D5DD;
  background: #ffffff;
}

.tw-btn-secondary-grey:hover {
  color: #1D2939;
  border-color: #D0D5DD;
  background: #f9fafb;
}

.tw-btn-secondary-grey:focus {
  border-color: #D0D5DD;
  background: #ffffff;
}

.tw-btn-secondary-grey:disabled {
  color: #98A2B3;
  border-color: #EAECF0;
  background: #f2f4f7;
}

.tw-btn-secondary-color {
  font-size: 16px;
  font-weight: 600;
  color: #0B248F;
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid;
  border-color: #8AACFD;
  background: #ffffff;
}

.tw-btn-secondary-color:hover {
  color: #010164;
  border-color: #8AACFD;
  background: #EAF0FF;
}

.tw-btn-secondary-color:focus {
  border-color: #8AACFD;
  background: #ffffff;
}

.tw-btn-secondary-color:disabled {
  color: #98A2B3;
  border-color: #EAECF0;
  background: #f2f4f7;
}

.tw-btn-tertiary-grey {
  font-size: 16px;
  font-weight: 600;
  color: #344054;
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: transparent;
}

.tw-btn-tertiary-grey:hover {
  color: #1D2939;
  background: #f9fafb;
}

.tw-btn-tertiary-grey:focus {
  background: transparent;
}

.tw-btn-tertiary-grey:disabled {
  color: #98A2B3;
  background: transparent;
}

.tw-btn-links-grey {
  font-size: 16px;
  font-weight: 600;
  color: #344054;
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: transparent;
}

.tw-btn-links-grey:hover {
  color: #1D2939;
  background: transparent;
}

.tw-btn-links-grey:focus {
  background: transparent;
}

.tw-btn-links-grey:disabled {
  color: #98A2B3;
  background: transparent;
}

.tw-btn-links-color {
  font-size: 16px;
  font-weight: 600;
  color: #0B248F;
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: transparent;
}

.tw-btn-links-color:hover {
  background: transparent;
}

.tw-btn-links-color:focus {
  background: transparent;
}

.tw-btn-links-color:disabled {
  color: #98A2B3;
  background: transparent;
}

.tw-btn-accent-color {
  font-size: 16px;
  font-weight: 600;
  color: #1D2939;
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid;
  border-color: #0FBEEA;
  background: #0FBEEA;
}

.tw-btn-accent-color:hover {
  border-color: #06ADD7;
  background: #06ADD7;
}

.tw-btn-accent-color:focus {
  border-color: #0FBEEA;
  background: #0FBEEA;
}

.tw-btn-accent-color:disabled {
  color: #98A2B3;
  border-color: #EAECF0;
  background: #f2f4f7;
}

.tw-btn-secondary-accent {
  font-size: 16px;
  font-weight: 600;
  color: #0FBEEA;
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid;
  border-color: #92E9FF;
  background: #ffffff;
}

.tw-btn-secondary-accent:hover {
  color: #06ADD7;
  border-color: #92E9FF;
  background: #EAF0FF;
}

.tw-btn-secondary-accent:focus {
  border-color: #92E9FF;
  background: #ffffff;
}

.tw-btn-secondary-accent:disabled {
  color: #98A2B3;
  border-color: #EAECF0;
  background: #f2f4f7;
}

.tw-btn-accent-reverse {
  font-size: 16px;
  font-weight: 600;
  color: #1D2939;
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid;
  border-color: #03CCFF;
  background: #03CCFF;
}

.tw-btn-accent-reverse:hover {
  border-color: #0FBEEA;
  background: #0FBEEA;
}

.tw-btn-accent-reverse:focus {
  border-color: #03CCFF;
  background: #03CCFF;
}

.tw-btn-accent-reverse:disabled {
  color: #98A2B3;
  border-color: #EAECF0;
  background: #f2f4f7;
}

.tw-btn-sm {
  font-size: 15px;
  font-weight: 600;
  padding: 4px 8px;
}

.tw-btn-md {
  font-size: 16px;
  font-weight: 600;
  padding: 8px 16px;
}

.tw-btn-lg {
  font-size: 16px;
  font-weight: 400;
  padding: 12px 24px;
}

.tw-btn-sm svg {
  height: 16px;
  width: 16px;
}

.tw-btn-md svg {
  height: 20px;
  width: 20px;
}

.tw-btn-lg svg {
  height: 20px;
  width: 20px;
}

.tw-btn-sm:disabled svg path {
  fill: #98A2B3;
}

.tw-btn-md:disabled svg path {
  fill: #98A2B3;
}

.tw-btn-lg:disabled svg path {
  fill: #98A2B3;
}

.tw-btn-primary-color svg path {
  fill: #ffffff;
}

.tw-btn-primary-color:not(:disabled):hover svg path {
  fill: #ffffff;
}

.tw-btn-secondary-grey svg path {
  fill: #344054;
}

.tw-btn-secondary-grey:not(:disabled):hover svg path {
  fill: #1D2939;
}

.tw-btn-secondary-color svg path {
  fill: #0B248F;
}

.tw-btn-secondary-color:not(:disabled):hover svg path {
  fill: #010164;
}

.tw-btn-tertiary-grey svg path {
  fill: #344054;
}

.tw-btn-tertiary-grey:not(:disabled):hover svg path {
  fill: #1D2939;
}

.tw-btn-links-grey svg path {
  fill: #344054;
}

.tw-btn-links-grey:not(:disabled):hover svg path {
  fill: #1D2939;
}

.tw-btn-links-color svg path {
  fill: #0B248F;
}

.tw-btn-links-color:not(:disabled):hover svg path {
  fill: #010164;
}

.tw-btn-accent-color svg path {
  fill: #1D2939;
}

.tw-btn-accent-color:not(:disabled):hover svg path {
  fill: #1D2939;
}

.tw-btn-secondary-accent svg path {
  fill: #0FBEEA;
}

.tw-btn-secondary-accent:not(:disabled):hover svg path {
}

.tw-btn-accent-reverse svg path {
  fill: #1D2939;
}

.tw-btn-accent-reverse:not(:disabled):hover svg path {
  fill: #1D2939;
}

.tw-input {
  border: 1px solid;
  border-color: #D0D5DD;
  border-radius: 4px;
  padding: 8px 16px;
  color: #101828;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.tw-input > input, input.tw-input {
  color: #101828;
  outline: none;
  width: 100%;
}

.tw-input > input::-moz-placeholder, input.tw-input::-moz-placeholder {
  color: #667085;
}

.tw-input > input::placeholder, input.tw-input::placeholder {
  color: #667085;
}

.tw-input:focus-within {
  border-color: #8AACFD;
}

.tw-input svg {
  width: 20px;
  height: 20px;
}

.tw-input svg path {
  fill: #667085;
}

.tw-select {
  padding: 8px 16px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid;
  border-color: #D0D5DD;
  background: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  line-height: 24px;
}

.tw-custom-checkbox {
  display: inline-flex;
  align-items: center;
}

.tw-custom-checkbox .tw-checkbox-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 4px;
  cursor: pointer;
  flex-wrap: wrap;
  align-self: start;
}

.tw-custom-checkbox label {
  font-family: Manrope, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.tw-custom-checkbox .tw-checkbox-item > input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  height: 15px;
  width: 15px;
  margin-right: 8px;
  border-radius: 2px;
  border: 1px solid;
  border-color: #D0D5DD;
  background-color: transparent;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw-custom-checkbox .tw-checkbox-item > input:checked {
  background-color: #03CCFF;
  border-color: #03CCFF;
}

.tw-custom-checkbox .tw-checkbox-item > input:focus {
  outline: none;
  box-shadow: 0 0 0 2px #C1D3FF;
}

.tw-custom-checkbox .tw-checkbox-item > input:disabled {
  background-color: #f2f4f7;
  border-color: #D0D5DD;
}

.tw-custom-checkbox .tw-checkbox-item > span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  pointer-events: none;
}

.tw-custom-checkbox .tw-checkbox-item > span svg {
  width: 15px;
  height: 15px;
  fill: #fff;
  opacity: 0;
  transition: opacity 150ms ease-in-out;
}

.tw-custom-checkbox .tw-checkbox-item > input:checked + span svg {
  opacity: 1;
}

.tw-custom-checkbox-sm .tw-checkbox-item > input {
  height: 10px;
  width: 10px;
}

.tw-custom-checkbox-sm .tw-checkbox-item > span {
  width: 10px;
  height: 10px;
}

.tw-custom-checkbox-sm .tw-checkbox-item > span svg {
  width: 10px;
  height: 10px;
}

.tw-radio-group-inline {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.tw-custom-radio {
  margin-right: 8px;
  display: inline-block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.tw-custom-radio input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  right: 0;
  position: relative;
  float: left;
  margin-left: -1.5rem;
  margin-right: 0.5rem;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  border: 2px solid;
  border-color: #D0D5DD;
}

.tw-custom-radio input::before {
  pointer-events: none;
  position: absolute;
  height: 16px;
  width: 16px;
  scale: 0;
  border-radius: 100%;
  background: transparent;
  opacity: 0;
  content: "";
}

.tw-custom-radio input::after {
  z-index: 1;
  display: block;
  position: absolute;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  content: "";
}

.tw-custom-radio input:checked {
  border-color: #344054;
}

.tw-custom-radio input:checked::before {
  opacity: 0.16;
}

.tw-custom-radio input:checked::after {
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0.625rem;
  width: 0.625rem;
  border-radius: 100%;
  background: #03CCFF;
  content: "";
  transform: translate(-50%, -50%);
}

.tw-custom-radio input:hover {
  cursor: pointer;
}

.tw-custom-radio .tw-radio-label {
  margin-top: auto;
  display: inline-block;
  padding-left: 0.15rem;
}

.tw-custom-radio .tw-radio-label:hover {
  cursor: pointer;
}

.tw-textarea {
  border: 1px solid;
  border-color: #D0D5DD;
  border-radius: 4px;
  padding: 8px 16px;
  color: #101828;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  outline: none;
}

.tw-textarea::-moz-placeholder {
  color: #667085;
}

.tw-textarea::placeholder {
  color: #667085;
}

.tw-textarea:focus-within {
  border-color: #8AACFD;
}

.tw-color-label {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid;
  border-color: #D0D5DD;
}

.tw-color-radio:checked + .tw-color-label {
  border-color: #03CCFF;
}

.tw-switch-component {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
}

.tw-switch-component input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
}

.tw-switch-component > label {
  display: none;
}

.tw-switch-component > div {
  position: relative;
  height: 24px;
  width: 44px;
  border-radius: 9999px;
  border: 1px solid;
}

.tw-switch-component > div::after {
  content: '';
  position: absolute;
  top: 1px;
  left: 0.125rem;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 9999px;
  background-color: #fff;
  border: 1px solid #d1d5db;
  transition: transform 0.2s;
}

.tw-switch-component input[type="checkbox"]:checked + div {
  background-color: #0FBEEA;
}

.tw-switch-component input[type="checkbox"]:checked + div::after {
  transform: translateX(1.25rem);
  border-color: #fff;
}

.tw-switch-component input[type="checkbox"]:focus + div {
  box-shadow: 0 0 0 3px #86efac;
}

.tw-switch-component input[type="checkbox"]:disabled + div {
  background-color: #f2f4f7;
}

.tw-label-sm {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  padding: 2px 8px;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border: 1px solid;
}

.tw-label-md {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 2px 8px;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border: 1px solid;
}

.tw-label-fill-red {
  border-color: #EE0005;
  background-color: #EE0005;
  color: #ffffff;
}

.tw-message-primary-border {
  border-color: #203BAD;
  border: 1px solid;
  background-color: #EAF0FF;
  border-radius: 4px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #0B248F;
  padding: 12px 4px;
}

.tw-message-primary-no-border {
  background-color: #EAF0FF;
  border-radius: 4px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #0B248F;
  padding: 12px 4px;
}

.tw-message-success-border {
  background-color: #CEF2DA;
  border: 1px solid;
  border-color: #03B100;
  border-radius: 4px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #458057;
  padding: 12px 4px;
}

.tw-message-success-border svg {
  color: #03B100;
}

.tw-message-success-no-border {
  background-color: #CEF2DA;
  border-radius: 4px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #458057;
  padding: 12px 4px;
}

.tw-message-success-no-border svg {
  color: #03B100;
}

.tw-message-error-border {
  background-color: #FADBDD;
  border: 1px solid;
  border-color: #EE0005;
  border-radius: 4px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #B70004;
  padding: 12px 4px;
}

.tw-message-error-border svg {
  color: #EE0005;
}

.tw-message-error-no-border {
  background-color: #FADBDD;
  border-radius: 4px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #B70004;
  padding: 12px 4px;
}

.tw-message-error-no-border svg {
  color: #EE0005;
}

.tw-message-warning-border {
  background-color: #FFD9C0;
  border: 1px solid;
  border-color: #FF6300;
  border-radius: 4px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #D45200;
  padding: 12px 4px;
}

.tw-message-warning-border svg {
  color: #FF6300;
}

.tw-message-warning-no-border {
  background-color: #FFD9C0;
  border-radius: 4px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #D45200;
  padding: 12px 4px;
}

.tw-message-warning-no-border svg {
  color: #FF6300;
}

.tw-blocked {
  pointer-events: none;
  opacity: 0.5;
}

/* Flasgs products */

.tw-flag-discount {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 2px 8px;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border: 1px solid;
  border-color: #EE0005;
  background-color: #EE0005;
  color: #ffffff;
}

.tw-flag-online-only {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 2px 8px;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border: 1px solid;
  color: #BE28BE;
}

.tw-flag-new {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 2px 8px;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border: 1px solid;
  border-color: #285FBE;
  background-color: #285FBE;
  color: #ffffff;
}

.tw-flag-on-sale {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 2px 8px;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border: 1px solid;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(238 0 5 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tw-flag-pack {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 2px 8px;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border: 1px solid;
  border-color: #03CCFF;
  background-color: #DCF8FF;
  color: #0FBEEA;
}

.tw-flag-out_of_stock {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 2px 8px;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border: 1px solid;
  border-color: #EE0005;
  background-color: #ffffff;
  color: #B70004;
}

/* Overlay Loading */

.tw-loading-overlay {
  --tw-bg-opacity: 1;
  background-color: rgb(16 24 40 / var(--tw-bg-opacity, 1));
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  opacity: 50%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  display: none;
}

.tw-loader-bar {
  --tw-bg-opacity: 1;
  background-color: rgb(234 236 240 / var(--tw-bg-opacity, 1));
  width: 80%;
  max-width: 360px;
  height: 10px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}

.tw-loader-bar-inner {
  --tw-bg-opacity: 1;
  background-color: rgb(11 36 143 / var(--tw-bg-opacity, 1));
  width: 30%;
  height: 100%;
  border-radius: 5px;
  position: absolute;
  animation: moveLoader 2s infinite ease-in-out;
}

@keyframes moveLoader {
  0% {
    left: 0;
  }

  50% {
    left: 70%;
  }

  100% {
    left: 0;
  }
}

/*
Espacios para descripciones de producto,páginas CMS y blog
*/

#description h1,
#description h2,
#description h3,
#description h4,
#description h5,
#description h6,
#description p,
#description ul,
#description ol,
#description li,
#product-details h1,
#product-details h2,
#product-details h3,
#product-details h4,
#product-details h5,
#product-details h6,
#product-details p,
#product-details ul,
#product-details ol,
#product-details li,
#large-desc-blog h1,
#large-desc-blog h2,
#large-desc-blog h3,
#large-desc-blog h4,
#large-desc-blog h5,
#large-desc-blog h6,
#large-desc-blog p,
#large-desc-blog ul,
#large-desc-blog ol,
#large-desc-blog li,
#short-desc-blog h1,
#short-desc-blog h2,
#short-desc-blog h3,
#short-desc-blog h4,
#short-desc-blog h5,
#short-desc-blog h6,
#short-desc-blog p,
#short-desc-blog ul,
#short-desc-blog ol,
#short-desc-blog li,
#short-desc-category-blog h1,
#short-desc-category-blog h2,
#short-desc-category-blog h3,
#short-desc-category-blog h4,
#short-desc-category-blog h5,
#short-desc-category-blog h6,
#short-desc-category-blog p,
#short-desc-category-blog ul,
#short-desc-category-blog ol,
#short-desc-category-blog li,
#large-desc-category-blog h1,
#large-desc-category-blog h2,
#large-desc-category-blog h3,
#large-desc-category-blog h4,
#large-desc-category-blog h5,
#large-desc-category-blog h6,
#large-desc-category-blog p,
#large-desc-category-blog ul,
#large-desc-category-blog ol,
#large-desc-category-blog li,
#short-desc-post h1,
#short-desc-post h2,
#short-desc-post h3,
#short-desc-post h4,
#short-desc-post h5,
#short-desc-post h6,
#short-desc-post p,
#short-desc-post ul,
#short-desc-post ol,
#short-desc-post li,
#large-desc-post h1,
#large-desc-post h2,
#large-desc-post h3,
#large-desc-post h4,
#large-desc-post h5,
#large-desc-post h6,
#large-desc-post p,
#large-desc-post ul,
#large-desc-post ol,
#large-desc-post li,
#content-cms h1,
#content-cms h2,
#content-cms h3,
#content-cms h4,
#content-cms h5,
#content-cms h6,
#content-cms p,
#content-cms ul,
#content-cms ol,
#content-cms li {
  margin-bottom: 1rem;
}

#content-cms h1,
#content-cms h2,
#content-cms h3,
#content-cms h4,
#content-cms h5,
#content-cms h6,
#content-cms p,
#content-cms ul,
#content-cms ol,
#content-cms li {
  font-family: Manrope, sans-serif;
}

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

.tw-invisible {
  visibility: hidden;
}

.tw-fixed {
  position: fixed;
}

.tw-absolute {
  position: absolute;
}

.tw-relative {
  position: relative;
}

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

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

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

.-tw-left-\[17px\] {
  left: -17px;
}

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

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

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

.tw-end-2 {
  inset-inline-end: 0.5rem;
}

.tw-end-6 {
  inset-inline-end: 1.5rem;
}

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

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

.tw-left-2\/4 {
  left: 50%;
}

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

.tw-left-\[10px\] {
  left: 10px;
}

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

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

.tw-right-\[10px\] {
  right: 10px;
}

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

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

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

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

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

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

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

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

.tw-top-72 {
  top: 18rem;
}

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

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

.tw-isolate {
  isolation: isolate;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-col-span-12 {
  grid-column: span 12 / span 12;
}

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

.tw-col-span-5 {
  grid-column: span 5 / span 5;
}

.tw-col-span-7 {
  grid-column: span 7 / span 7;
}

.tw-col-span-full {
  grid-column: 1 / -1;
}

.tw-float-right {
  float: right;
}

.tw-float-left {
  float: left;
}

.tw-clear-both {
  clear: both;
}

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

.tw-m-2 {
  margin: 0.5rem;
}

.tw-m-4 {
  margin: 1rem;
}

.tw-m-5 {
  margin: 1.25rem;
}

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

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

.-tw-mx-\[17px\] {
  margin-left: -17px;
  margin-right: -17px;
}

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

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

.tw-mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

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

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

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

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

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

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

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

.tw-my-\[5px\] {
  margin-top: 5px;
  margin-bottom: 5px;
}

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

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

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

.-tw-ms-2 {
  margin-inline-start: -0.5rem;
}

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

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

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

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

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

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

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

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

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

.tw-mb-5 {
  margin-bottom: 1.25rem;
}

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

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

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

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

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

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

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

.tw-me-0 {
  margin-inline-end: 0px;
}

.tw-me-1 {
  margin-inline-end: 0.25rem;
}

.tw-me-2 {
  margin-inline-end: 0.5rem;
}

.tw-me-3 {
  margin-inline-end: 0.75rem;
}

.tw-me-4 {
  margin-inline-end: 1rem;
}

.tw-me-5 {
  margin-inline-end: 1.25rem;
}

.tw-me-auto {
  margin-inline-end: auto;
}

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

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

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

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

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

.tw-mr-0\.5 {
  margin-right: 0.125rem;
}

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

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

.tw-ms-1 {
  margin-inline-start: 0.25rem;
}

.tw-ms-10 {
  margin-inline-start: 2.5rem;
}

.tw-ms-2 {
  margin-inline-start: 0.5rem;
}

.tw-ms-3 {
  margin-inline-start: 0.75rem;
}

.tw-ms-5 {
  margin-inline-start: 1.25rem;
}

.tw-ms-\[14px\] {
  margin-inline-start: 14px;
}

.tw-ms-auto {
  margin-inline-start: auto;
}

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

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

.tw-mt-10 {
  margin-top: 2.5rem;
}

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

.tw-mt-14 {
  margin-top: 3.5rem;
}

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

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

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

.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-\[20px\] {
  margin-top: 20px;
}

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

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

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

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

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

.tw-block {
  display: block;
}

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

.tw-inline {
  display: inline;
}

.tw-flex {
  display: flex;
}

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

.tw-grid {
  display: grid;
}

.tw-hidden {
  display: none;
}

.tw-aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}

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

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

.tw-h-14 {
  height: 3.5rem;
}

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

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

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

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

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

.tw-h-4\/5 {
  height: 80%;
}

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

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

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

.tw-h-7 {
  height: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

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

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

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

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

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

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

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

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

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

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

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

.tw-min-h-14 {
  min-height: 3.5rem;
}

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

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

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

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

.tw-min-h-\[1em\] {
  min-height: 1em;
}

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

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

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

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

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

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

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

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

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

.tw-min-h-fit {
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.tw-w-0\.5 {
  width: 0.125rem;
}

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

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

.tw-w-1\/3 {
  width: 33.333333%;
}

.tw-w-1\/4 {
  width: 25%;
}

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

.tw-w-10\/12 {
  width: 83.333333%;
}

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

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

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

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

.tw-w-2\/12 {
  width: 16.666667%;
}

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

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

.tw-w-3\/12 {
  width: 25%;
}

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

.tw-w-3\/5 {
  width: 60%;
}

.tw-w-3\/6 {
  width: 50%;
}

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

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

.tw-w-5\/12 {
  width: 41.666667%;
}

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

.tw-w-6\/12 {
  width: 50%;
}

.tw-w-7 {
  width: 1.75rem;
}

.tw-w-7\/12 {
  width: 58.333333%;
}

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

.tw-w-8\/12 {
  width: 66.666667%;
}

.tw-w-9\/12 {
  width: 75%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-w-\[calc\(100\%-106px\)\] {
  width: calc(100% - 106px);
}

.tw-w-\[calc\(100\%-50px\)\] {
  width: calc(100% - 50px);
}

.tw-w-\[calc\(50\%-16px\)\] {
  width: calc(50% - 16px);
}

.tw-w-\[calc\(50\%-8px\)\] {
  width: calc(50% - 8px);
}

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

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

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

.tw-w-screen {
  width: 100vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-max-w-screen-xl {
  max-width: 1240px;
}

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

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

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

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

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

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

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

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

.-tw-translate-y-2\/4 {
  --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-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-8 {
  --tw-translate-x: 2rem;
  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-\[100\%\] {
  --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-0 {
  --tw-translate-y: 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-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-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-\[270deg\] {
  --tw-rotate: 270deg;
  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-\[90deg\] {
  --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));
}

.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-spin {
  to {
    transform: rotate(360deg);
  }
}

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

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

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

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

.tw-list-inside {
  list-style-position: inside;
}

.tw-list-outside {
  list-style-position: outside;
}

.tw-list-disc {
  list-style-type: disc;
}

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

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

.tw-grid-cols-12 {
  grid-template-columns: repeat(12, 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-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-0\.5 {
  gap: 0.125rem;
}

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

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

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

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

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

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

.tw-gap-5 {
  gap: 1.25rem;
}

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

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

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

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

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

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

.tw-gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

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

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

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

.tw-gap-y-\[10px\] {
  row-gap: 10px;
}

.tw-gap-y-\[14px\] {
  row-gap: 14px;
}

.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-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-space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.tw-divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 1;
}

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

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

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

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

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

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

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

.tw-overscroll-none {
  overscroll-behavior: none;
}

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

.tw-overflow-ellipsis {
  text-overflow: ellipsis;
}

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

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

.tw-text-wrap {
  text-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

.tw-rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.tw-rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

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

.tw-rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

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

.tw-rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

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

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

.tw-rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

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

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

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

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

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

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

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

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

.tw-border-e {
  border-inline-end-width: 1px;
}

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

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

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

.tw-border-s {
  border-inline-start-width: 1px;
}

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

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

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

.tw-border-\[\#D0D5DD\] {
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity, 1));
}

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

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

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

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

.tw-border-n-10 {
  --tw-border-opacity: 1;
  border-color: rgb(242 244 247 / var(--tw-border-opacity, 1));
}

.tw-border-n-20 {
  --tw-border-opacity: 1;
  border-color: rgb(234 236 240 / var(--tw-border-opacity, 1));
}

.tw-border-n-30 {
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity, 1));
}

.tw-border-n-50 {
  --tw-border-opacity: 1;
  border-color: rgb(102 112 133 / var(--tw-border-opacity, 1));
}

.tw-border-n-60 {
  --tw-border-opacity: 1;
  border-color: rgb(71 84 103 / var(--tw-border-opacity, 1));
}

.tw-border-n-70 {
  --tw-border-opacity: 1;
  border-color: rgb(52 64 84 / var(--tw-border-opacity, 1));
}

.tw-border-primary-30 {
  --tw-border-opacity: 1;
  border-color: rgb(138 172 253 / var(--tw-border-opacity, 1));
}

.tw-border-primary-60 {
  --tw-border-opacity: 1;
  border-color: rgb(32 59 173 / var(--tw-border-opacity, 1));
}

.tw-border-primary-70 {
  --tw-border-opacity: 1;
  border-color: rgb(11 36 143 / var(--tw-border-opacity, 1));
}

.tw-border-secondary-60 {
  --tw-border-opacity: 1;
  border-color: rgb(3 204 255 / var(--tw-border-opacity, 1));
}

.tw-border-secondary-70 {
  --tw-border-opacity: 1;
  border-color: rgb(15 190 234 / var(--tw-border-opacity, 1));
}

.tw-border-transparent {
  border-color: transparent;
}

.tw-border-b-n-30 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(208 213 221 / var(--tw-border-opacity, 1));
}

.tw-bg-\[\#CEF2DA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(206 242 218 / var(--tw-bg-opacity, 1));
}

.tw-bg-\[\#D0D5DD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(208 213 221 / var(--tw-bg-opacity, 1));
}

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

.tw-bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.tw-bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.tw-bg-f-green-soft {
  --tw-bg-opacity: 1;
  background-color: rgb(206 242 218 / var(--tw-bg-opacity, 1));
}

.tw-bg-f-orange-soft {
  --tw-bg-opacity: 1;
  background-color: rgb(255 217 192 / var(--tw-bg-opacity, 1));
}

.tw-bg-f-red {
  --tw-bg-opacity: 1;
  background-color: rgb(238 0 5 / var(--tw-bg-opacity, 1));
}

.tw-bg-f-red-soft {
  --tw-bg-opacity: 1;
  background-color: rgb(250 219 221 / var(--tw-bg-opacity, 1));
}

.tw-bg-f-red-strong {
  --tw-bg-opacity: 1;
  background-color: rgb(183 0 4 / var(--tw-bg-opacity, 1));
}

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

.tw-bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.tw-bg-n-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity, 1));
}

.tw-bg-n-20 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 236 240 / var(--tw-bg-opacity, 1));
}

.tw-bg-n-40 {
  --tw-bg-opacity: 1;
  background-color: rgb(152 162 179 / var(--tw-bg-opacity, 1));
}

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

.tw-bg-n-70 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 84 / var(--tw-bg-opacity, 1));
}

.tw-bg-n-90 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 24 40 / var(--tw-bg-opacity, 1));
}

.tw-bg-n-90\/70 {
  background-color: rgb(16 24 40 / 0.7);
}

.tw-bg-primary-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 246 255 / var(--tw-bg-opacity, 1));
}

.tw-bg-primary-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 240 255 / var(--tw-bg-opacity, 1));
}

.tw-bg-primary-60 {
  --tw-bg-opacity: 1;
  background-color: rgb(32 59 173 / var(--tw-bg-opacity, 1));
}

.tw-bg-primary-70 {
  --tw-bg-opacity: 1;
  background-color: rgb(11 36 143 / var(--tw-bg-opacity, 1));
}

.tw-bg-primary-80 {
  --tw-bg-opacity: 1;
  background-color: rgb(1 1 100 / var(--tw-bg-opacity, 1));
}

.tw-bg-secondary-40 {
  --tw-bg-opacity: 1;
  background-color: rgb(111 226 255 / var(--tw-bg-opacity, 1));
}

.tw-bg-secondary-60 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 204 255 / var(--tw-bg-opacity, 1));
}

.tw-bg-secondary-70 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 190 234 / var(--tw-bg-opacity, 1));
}

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

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

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

.tw-bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.tw-bg-cover {
  background-size: cover;
}

.tw-bg-center {
  background-position: center;
}

.\!tw-fill-primary-60 {
  fill: #203BAD !important;
}

.tw-fill-a-white {
  fill: #ffffff;
}

.tw-fill-current {
  fill: currentColor;
}

.tw-fill-f-green {
  fill: #03B100;
}

.tw-fill-f-orange {
  fill: #FF6300;
}

.tw-fill-f-orange-strong {
  fill: #D45200;
}

.tw-fill-f-red {
  fill: #EE0005;
}

.tw-fill-f-yellow {
  fill: #FABC2A;
}

.tw-fill-n-40 {
  fill: #98A2B3;
}

.tw-fill-n-50 {
  fill: #667085;
}

.tw-fill-n-60 {
  fill: #475467;
}

.tw-fill-n-70 {
  fill: #344054;
}

.tw-fill-n-80 {
  fill: #1D2939;
}

.tw-fill-primary-50 {
  fill: #2651B9;
}

.tw-fill-primary-70 {
  fill: #0B248F;
}

.tw-fill-primary-90 {
  fill: #000045;
}

.tw-fill-secondary-60 {
  fill: #03CCFF;
}

.tw-fill-secondary-70 {
  fill: #0FBEEA;
}

.tw-fill-secondary-80 {
  fill: #06ADD7;
}

.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-3 {
  padding: 0.75rem;
}

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

.tw-p-5 {
  padding: 1.25rem;
}

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

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

.tw-p-9 {
  padding: 2.25rem;
}

.tw-p-\[10px\] {
  padding: 10px;
}

.tw-p-\[24px\] {
  padding: 24px;
}

.tw-p-\[5px\] {
  padding: 5px;
}

.tw-p-\[6px\] {
  padding: 6px;
}

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

.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-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

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

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

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

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

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

.tw-py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-pe-3 {
  padding-inline-end: 0.75rem;
}

.tw-pe-4 {
  padding-inline-end: 1rem;
}

.tw-pe-5 {
  padding-inline-end: 1.25rem;
}

.tw-pe-8 {
  padding-inline-end: 2rem;
}

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

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

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

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

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

.tw-ps-0 {
  padding-inline-start: 0px;
}

.tw-ps-2 {
  padding-inline-start: 0.5rem;
}

.tw-ps-4 {
  padding-inline-start: 1rem;
}

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

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

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

.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-pl-5 {
  padding-left: 1.25rem;
}

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

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

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

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

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

.tw-text-2x-small {
  font-size: 13px;
  line-height: 20px;
}

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

.tw-text-3x-large {
  font-size: 26px;
  line-height: 28px;
}

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

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

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

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

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

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

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

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

.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-medium {
  font-weight: 500;
}

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

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

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

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

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

.tw-normal-case {
  text-transform: none;
}

.tw-leading-6 {
  line-height: 1.5rem;
}

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

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

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

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

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

.tw-text-\[\#179942\] {
  --tw-text-opacity: 1;
  color: rgb(23 153 66 / var(--tw-text-opacity, 1));
}

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

.tw-text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.tw-text-f-blue {
  --tw-text-opacity: 1;
  color: rgb(0 153 223 / var(--tw-text-opacity, 1));
}

.tw-text-f-green {
  --tw-text-opacity: 1;
  color: rgb(3 177 0 / var(--tw-text-opacity, 1));
}

.tw-text-f-green-strong {
  --tw-text-opacity: 1;
  color: rgb(69 128 87 / var(--tw-text-opacity, 1));
}

.tw-text-f-orange {
  --tw-text-opacity: 1;
  color: rgb(255 99 0 / var(--tw-text-opacity, 1));
}

.tw-text-f-orange-strong {
  --tw-text-opacity: 1;
  color: rgb(212 82 0 / var(--tw-text-opacity, 1));
}

.tw-text-f-red {
  --tw-text-opacity: 1;
  color: rgb(238 0 5 / var(--tw-text-opacity, 1));
}

.tw-text-f-red-strong {
  --tw-text-opacity: 1;
  color: rgb(183 0 4 / var(--tw-text-opacity, 1));
}

.tw-text-f-yellow {
  --tw-text-opacity: 1;
  color: rgb(250 188 42 / var(--tw-text-opacity, 1));
}

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

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

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

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

.tw-text-n-20 {
  --tw-text-opacity: 1;
  color: rgb(234 236 240 / var(--tw-text-opacity, 1));
}

.tw-text-n-30 {
  --tw-text-opacity: 1;
  color: rgb(208 213 221 / var(--tw-text-opacity, 1));
}

.tw-text-n-40 {
  --tw-text-opacity: 1;
  color: rgb(152 162 179 / var(--tw-text-opacity, 1));
}

.tw-text-n-50 {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity, 1));
}

.tw-text-n-60 {
  --tw-text-opacity: 1;
  color: rgb(71 84 103 / var(--tw-text-opacity, 1));
}

.tw-text-n-70 {
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity, 1));
}

.tw-text-n-80 {
  --tw-text-opacity: 1;
  color: rgb(29 41 57 / var(--tw-text-opacity, 1));
}

.tw-text-n-90 {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity, 1));
}

.tw-text-primary-50 {
  --tw-text-opacity: 1;
  color: rgb(38 81 185 / var(--tw-text-opacity, 1));
}

.tw-text-primary-60 {
  --tw-text-opacity: 1;
  color: rgb(32 59 173 / var(--tw-text-opacity, 1));
}

.tw-text-primary-70 {
  --tw-text-opacity: 1;
  color: rgb(11 36 143 / var(--tw-text-opacity, 1));
}

.tw-text-primary-80 {
  --tw-text-opacity: 1;
  color: rgb(1 1 100 / var(--tw-text-opacity, 1));
}

.tw-text-primary-90 {
  --tw-text-opacity: 1;
  color: rgb(0 0 69 / var(--tw-text-opacity, 1));
}

.tw-text-secondary-60 {
  --tw-text-opacity: 1;
  color: rgb(3 204 255 / var(--tw-text-opacity, 1));
}

.tw-text-secondary-70 {
  --tw-text-opacity: 1;
  color: rgb(15 190 234 / var(--tw-text-opacity, 1));
}

.tw-text-secondary-80 {
  --tw-text-opacity: 1;
  color: rgb(6 173 215 / var(--tw-text-opacity, 1));
}

.tw-text-textos-1 {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

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

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

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

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

.\!tw-opacity-100 {
  opacity: 1 !important;
}

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

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

.tw-opacity-25 {
  opacity: 0.25;
}

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

.tw-opacity-\[0\.6\] {
  opacity: 0.6;
}

.tw-opacity-\[0\.8\] {
  opacity: 0.8;
}

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

.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-\[0px_-6px_10px_0px_rgba\(0\,0\,0\,0\.15\)\] {
  --tw-shadow: 0px -6px 10px 0px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0px -6px 10px 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);
}

.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-shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 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-transition-all {
  transition-property: all;
  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-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.\[a-zA-Z\:_\] {
  a-z-a--z: ;
}

@media (min-width: 1240px) {
  .xl\:tw-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

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

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

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

  @media (min-width: 1240px) {
    .xl\:tw-container {
      max-width: 1240px;
    }
  }

  .xl\:tw-body2 {
    font-family: Manrope, sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
  }

  .xl\:tw-caption {
    font-family: Manrope, sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
  }
}

.placeholder\:tw-text-n-50::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity, 1));
}

.placeholder\:tw-text-n-50::placeholder {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity, 1));
}

.before\:-tw-right-3::before {
  content: var(--tw-content);
  right: -0.75rem;
}

.before\:-tw-top-3::before {
  content: var(--tw-content);
  top: -0.75rem;
}

.before\:tw-h-10::before {
  content: var(--tw-content);
  height: 2.5rem;
}

.before\:tw-w-10::before {
  content: var(--tw-content);
  width: 2.5rem;
}

.before\:tw-content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

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

.last\:tw-border-none:last-child {
  border-style: none;
}

.last\:tw-pb-0:last-child {
  padding-bottom: 0px;
}

.hover\:tw-scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

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

.hover\:tw-border-\[\#A0A0A0\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(160 160 160 / var(--tw-border-opacity, 1));
}

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

.hover\:tw-border-n-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(102 112 133 / var(--tw-border-opacity, 1));
}

.hover\:tw-border-secondary-60:hover {
  --tw-border-opacity: 1;
  border-color: rgb(3 204 255 / var(--tw-border-opacity, 1));
}

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

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

.hover\:tw-bg-n-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity, 1));
}

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

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

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

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

.hover\:tw-fill-n-90:hover {
  fill: #101828;
}

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

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

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

.hover\:tw-text-n-40:hover {
  --tw-text-opacity: 1;
  color: rgb(152 162 179 / var(--tw-text-opacity, 1));
}

.hover\:tw-text-n-70:hover {
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity, 1));
}

.hover\:tw-text-n-80:hover {
  --tw-text-opacity: 1;
  color: rgb(29 41 57 / var(--tw-text-opacity, 1));
}

.hover\:tw-text-n-90:hover {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity, 1));
}

.hover\:tw-text-primary-70:hover {
  --tw-text-opacity: 1;
  color: rgb(11 36 143 / var(--tw-text-opacity, 1));
}

.hover\:tw-text-primary-80:hover {
  --tw-text-opacity: 1;
  color: rgb(1 1 100 / var(--tw-text-opacity, 1));
}

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

.hover\:tw-text-secondary-70:hover {
  --tw-text-opacity: 1;
  color: rgb(15 190 234 / var(--tw-text-opacity, 1));
}

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

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

.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-outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.disabled\:tw-border-secondary-70:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(15 190 234 / var(--tw-border-opacity, 1));
}

.disabled\:tw-bg-secondary-70:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(15 190 234 / var(--tw-bg-opacity, 1));
}

.disabled\:tw-text-primary-70:disabled {
  --tw-text-opacity: 1;
  color: rgb(11 36 143 / var(--tw-text-opacity, 1));
}

.disabled\:tw-opacity-60:disabled {
  opacity: 0.6;
}

.tw-peer:checked ~ .peer-checked\:tw-block {
  display: block;
}

.tw-peer:checked ~ .peer-checked\:tw-fill-white {
  fill: #fff;
}

@media (min-width: 640px) {
  .sm\:tw-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .sm\:tw-w-1\/3 {
    width: 33.333333%;
  }

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

  .sm\:tw-w-5\/12 {
    width: 41.666667%;
  }

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

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

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

  .sm\:tw-w-\[calc\(50\%-20px\)\] {
    width: calc(50% - 20px);
  }

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

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

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

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

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

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

@media (min-width: 768px) {
  .md\:tw-col-span-3 {
    grid-column: span 3 / span 3;
  }

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

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

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

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

  .md\:tw-me-10 {
    margin-inline-end: 2.5rem;
  }

  .md\:tw-ms-4 {
    margin-inline-start: 1rem;
  }

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

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

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

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

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

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

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

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

  .md\:tw-w-1\/3 {
    width: 33.333333%;
  }

  .md\:tw-w-10\/12 {
    width: 83.333333%;
  }

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

  .md\:tw-w-3\/12 {
    width: 25%;
  }

  .md\:tw-w-6\/12 {
    width: 50%;
  }

  .md\:tw-w-8\/12 {
    width: 66.666667%;
  }

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

  .md\:tw-w-\[calc\(25\%-12px\)\] {
    width: calc(25% - 12px);
  }

  .md\:tw-w-\[calc\(50\%-8px\)\] {
    width: calc(50% - 8px);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:tw-rounded-none {
    border-radius: 0px;
  }

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

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

  .md\:tw-border-none {
    border-style: none;
  }

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

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

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

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

@media (min-width: 1024px) {
  .lg\:tw-col-span-4 {
    grid-column: span 4 / span 4;
  }

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

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

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

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

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

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

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

  .lg\:tw-gap-5 {
    gap: 1.25rem;
  }
}

@media (min-width: 1240px) {
  .xl\:tw-absolute {
    position: absolute;
  }

  .xl\:tw-relative {
    position: relative;
  }

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

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

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

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

  .xl\:tw-col-span-10 {
    grid-column: span 10 / span 10;
  }

  .xl\:tw-col-span-12 {
    grid-column: span 12 / span 12;
  }

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

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

  .xl\:tw-col-span-5 {
    grid-column: span 5 / span 5;
  }

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

  .xl\:tw-col-start-11 {
    grid-column-start: 11;
  }

  .xl\:tw-row-span-2 {
    grid-row: span 2 / span 2;
  }

  .xl\:tw-row-start-1 {
    grid-row-start: 1;
  }

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

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

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

  .xl\:tw-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:tw-my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:tw-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:tw-mb-16 {
    margin-bottom: 4rem;
  }

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

  .xl\:tw-me-0 {
    margin-inline-end: 0px;
  }

  .xl\:tw-me-3 {
    margin-inline-end: 0.75rem;
  }

  .xl\:tw-me-4 {
    margin-inline-end: 1rem;
  }

  .xl\:tw-me-8 {
    margin-inline-end: 2rem;
  }

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

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

  .xl\:tw-ms-1 {
    margin-inline-start: 0.25rem;
  }

  .xl\:tw-ms-4 {
    margin-inline-start: 1rem;
  }

  .xl\:tw-ms-5 {
    margin-inline-start: 1.25rem;
  }

  .xl\:tw-ms-8 {
    margin-inline-start: 2rem;
  }

  .xl\:tw-ms-auto {
    margin-inline-start: auto;
  }

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

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

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

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

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

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

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

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

  .xl\:tw-grid {
    display: grid;
  }

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

  .xl\:tw-h-14 {
    height: 3.5rem;
  }

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

  .xl\:tw-h-5\/6 {
    height: 83.333333%;
  }

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

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

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

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

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

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

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

  .xl\:tw-h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

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

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

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

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

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

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

  .xl\:\!tw-w-\[1032px\] {
    width: 1032px !important;
  }

  .xl\:\!tw-w-\[255px\] {
    width: 255px !important;
  }

  .xl\:\!tw-w-\[562px\] {
    width: 562px !important;
  }

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

  .xl\:tw-w-1\/3 {
    width: 33.333333%;
  }

  .xl\:tw-w-1\/4 {
    width: 25%;
  }

  .xl\:tw-w-1\/5 {
    width: 20%;
  }

  .xl\:tw-w-10\/12 {
    width: 83.333333%;
  }

  .xl\:tw-w-2\/12 {
    width: 16.666667%;
  }

  .xl\:tw-w-2\/3 {
    width: 66.666667%;
  }

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

  .xl\:tw-w-2\/5 {
    width: 40%;
  }

  .xl\:tw-w-2\/6 {
    width: 33.333333%;
  }

  .xl\:tw-w-3\/12 {
    width: 25%;
  }

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

  .xl\:tw-w-3\/5 {
    width: 60%;
  }

  .xl\:tw-w-4\/12 {
    width: 33.333333%;
  }

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

  .xl\:tw-w-6\/12 {
    width: 50%;
  }

  .xl\:tw-w-7\/12 {
    width: 58.333333%;
  }

  .xl\:tw-w-8\/12 {
    width: 66.666667%;
  }

  .xl\:tw-w-9\/12 {
    width: 75%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:tw-w-\[calc\(20\%-20px\)\] {
    width: calc(20% - 20px);
  }

  .xl\:tw-w-\[calc\(25\%-15px\)\] {
    width: calc(25% - 15px);
  }

  .xl\:tw-w-\[calc\(25\%-20px\)\] {
    width: calc(25% - 20px);
  }

  .xl\:tw-w-\[calc\(25\%-8px\)\] {
    width: calc(25% - 8px);
  }

  .xl\:tw-w-\[calc\(33\%-10px\)\] {
    width: calc(33% - 10px);
  }

  .xl\:tw-w-\[calc\(33\.33\%-20px\)\] {
    width: calc(33.33% - 20px);
  }

  .xl\:tw-w-\[calc\(33\.33\%-24px\)\] {
    width: calc(33.33% - 24px);
  }

  .xl\:tw-w-\[calc\(50\%-16px\)\] {
    width: calc(50% - 16px);
  }

  .xl\:tw-w-\[calc\(50\%-20px\)\] {
    width: calc(50% - 20px);
  }

  .xl\:tw-w-\[calc\(50\%-8px\)\] {
    width: calc(50% - 8px);
  }

  .xl\:tw-w-\[calc\(66\.66\%-20px\)\] {
    width: calc(66.66% - 20px);
  }

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

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

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

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

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

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

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

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

  .xl\:tw-basis-2\/12 {
    flex-basis: 16.666667%;
  }

  .xl\:tw-basis-4\/12 {
    flex-basis: 33.333333%;
  }

  .xl\:tw-basis-6\/12 {
    flex-basis: 50%;
  }

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

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

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

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

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

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

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

  .xl\:tw-grid-cols-checkout {
    grid-template-columns: minmax(0, 2fr) minmax(auto, 400px);
  }

  .xl\:\!tw-flex-row {
    flex-direction: row !important;
  }

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

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

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

  .xl\:tw-flex-wrap {
    flex-wrap: wrap;
  }

  .xl\:tw-flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

  .xl\:\!tw-items-center {
    align-items: center !important;
  }

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

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

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

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

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

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

  .xl\:\!tw-gap-12 {
    gap: 3rem !important;
  }

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

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

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

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

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

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

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

  .xl\:tw-gap-5 {
    gap: 1.25rem;
  }

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

  .xl\:tw-gap-8 {
    gap: 2rem;
  }

  .xl\:tw-gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

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

  .xl\:tw-rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:tw-rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .xl\:tw-rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .xl\:tw-border-y-0 {
    border-top-width: 0px;
    border-bottom-width: 0px;
  }

  .xl\:tw-border-b-0 {
    border-bottom-width: 0px;
  }

  .xl\:tw-border-s {
    border-inline-start-width: 1px;
  }

  .xl\:tw-border-none {
    border-style: none;
  }

  .xl\:tw-bg-inherit {
    background-color: inherit;
  }

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

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

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

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

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

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

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

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

  .xl\:tw-py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

  .xl\:tw-pe-0 {
    padding-inline-end: 0px;
  }

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

  .xl\:tw-ps-0 {
    padding-inline-start: 0px;
  }

  .xl\:tw-ps-2 {
    padding-inline-start: 0.5rem;
  }

  .xl\:tw-text-start {
    text-align: start;
  }

  .xl\:tw-text-end {
    text-align: end;
  }

  .xl\:tw-text-n-70 {
    --tw-text-opacity: 1;
    color: rgb(52 64 84 / var(--tw-text-opacity, 1));
  }

  .xl\:tw-shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:tw-opacity-50:hover {
    opacity: 0.5;
  }
}