*, ::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.18 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

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

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-inset-0\.5 {
  inset: -0.125rem;
}
.inset-0 {
  inset: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-3 {
  left: 0.75rem;
}
.right-0 {
  right: 0px;
}
.right-3 {
  right: 0.75rem;
}
.top-1\/2 {
  top: 50%;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.z-\[1\] {
  z-index: 1;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-full {
  grid-column: 1 / -1;
}
.col-start-2 {
  grid-column-start: 2;
}
.m-0 {
  margin: 0px;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-\[50px\] {
  margin-left: 50px;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-8 {
  margin-right: 2rem;
}
.ms-0 {
  margin-inline-start: 0px;
}
.ms-2 {
  margin-inline-start: 0.5rem;
}
.ms-3 {
  margin-inline-start: 0.75rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.h-24 {
  height: 6rem;
}
.h-4 {
  height: 1rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-64 {
  height: 16rem;
}
.h-8 {
  height: 2rem;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[170px\] {
  height: 170px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[55px\] {
  height: 55px;
}
.h-\[8px\] {
  height: 8px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-60 {
  max-height: 15rem;
}
.max-h-\[193px\] {
  max-height: 193px;
}
.max-h-\[471px\] {
  max-height: 471px;
}
.max-h-\[800px\] {
  max-height: 800px;
}
.min-h-\[44px\] {
  min-height: 44px;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/5 {
  width: 20%;
}
.w-1\/6 {
  width: 16.666667%;
}
.w-2\/5 {
  width: 40%;
}
.w-24 {
  width: 6rem;
}
.w-4 {
  width: 1rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-56 {
  width: 14rem;
}
.w-60 {
  width: 15rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[28px\] {
  width: 28px;
}
.w-\[72px\] {
  width: 72px;
}
.w-\[8px\] {
  width: 8px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[600px\] {
  min-width: 600px;
}
.min-w-\[80px\] {
  min-width: 80px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-\[30px\] {
  max-width: 30px;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-screen-lg {
  max-width: 1024px;
}
.max-w-screen-md {
  max-width: 768px;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.table-fixed {
  table-layout: fixed;
}
.border-separate {
  border-collapse: separate;
}
.border-spacing-y-3 {
  --tw-border-spacing-y: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.origin-top-right {
  transform-origin: top right;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-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));
}
.scale-\[1\.07\] {
  --tw-scale-x: 1.07;
  --tw-scale-y: 1.07;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.touch-manipulation {
  touch-action: manipulation;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-outside {
  list-style-position: outside;
}
.list-\[lower-alpha\] {
  list-style-type: lower-alpha;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-\[auto_1fr_auto_1fr_auto\] {
  grid-template-columns: auto 1fr auto 1fr auto;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.content-center {
  align-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-items-center {
  justify-items: center;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-9 {
  gap: 2.25rem;
}
.gap-\[4px\] {
  gap: 4px;
}
.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.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));
}
.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));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.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));
}
.justify-self-auto {
  justify-self: auto;
}
.justify-self-center {
  justify-self: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.\!rounded-\[12px\] {
  border-radius: 12px !important;
}
.\!rounded-\[4px\] {
  border-radius: 4px !important;
}
.\!rounded-lg {
  border-radius: 0.5rem !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-e-lg {
  border-start-end-radius: 0.5rem;
  border-end-end-radius: 0.5rem;
}
.rounded-e-xl {
  border-start-end-radius: 0.75rem;
  border-end-end-radius: 0.75rem;
}
.rounded-s-lg {
  border-start-start-radius: 0.5rem;
  border-end-start-radius: 0.5rem;
}
.rounded-s-xl {
  border-start-start-radius: 0.75rem;
  border-end-start-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.\!bg-\[\#F5F7FA\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 247 250 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-\[rgb\(245\2c 247\2c 250\)\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 247 250 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-\[rgb\(248\2c 250\2c 252\)\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-\[rgba\(1\2c 46\2c 158\2c 1\)\] {
  background-color: rgba(1,46,158,1) !important;
}
.\!bg-\[rgba\(10\2c 69\2c 143\2c 0\.1\)\] {
  background-color: rgba(10,69,143,0.1) !important;
}
.\!bg-\[rgba\(10\2c 69\2c 143\2c 1\)\] {
  background-color: rgba(10,69,143,1) !important;
}
.\!bg-\[rgba\(244\2c 244\2c 244\2c 1\)\] {
  background-color: rgba(244,244,244,1) !important;
}
.\!bg-\[rgba\(249\2c 250\2c 251\2c 1\)\] {
  background-color: rgba(249,250,251,1) !important;
}
.bg-\[\#0A458F1A\] {
  background-color: #0A458F1A;
}
.bg-\[\#F5F7FA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 250 / var(--tw-bg-opacity, 1));
}
.bg-\[rgb\(221\2c 221\2c 221\)\] {
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity, 1));
}
.bg-\[rgb\(245\2c 247\2c 250\)\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 250 / var(--tw-bg-opacity, 1));
}
.bg-\[rgba\(10\2c 69\2c 143\2c 0\.1\)\] {
  background-color: rgba(10,69,143,0.1);
}
.bg-\[rgba\(10\2c 69\2c 143\2c 1\)\] {
  background-color: rgba(10,69,143,1);
}
.bg-\[rgba\(244\2c 244\2c 244\2c 1\)\] {
  background-color: rgba(244,244,244,1);
}
.bg-\[rgba\(245\2c 247\2c 250\2c 1\)\] {
  background-color: rgba(245,247,250,1);
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.from-\[\#FFFFFF\] {
  --tw-gradient-from: #FFFFFF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-100 {
  --tw-gradient-from: #fee2e2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#FFFFFF80\] {
  --tw-gradient-to: #FFFFFF80 var(--tw-gradient-to-position);
}
.to-red-200 {
  --tw-gradient-to: #fecaca var(--tw-gradient-to-position);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[2px\] {
  padding: 2px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-9 {
  padding-bottom: 2.25rem;
}
.pe-0 {
  padding-inline-end: 0px;
}
.pe-12 {
  padding-inline-end: 3rem;
}
.pe-2 {
  padding-inline-end: 0.5rem;
}
.pe-4 {
  padding-inline-end: 1rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-\[50px\] {
  padding-left: 50px;
}
.pr-10 {
  padding-right: 2.5rem;
}
.ps-0 {
  padding-inline-start: 0px;
}
.ps-12 {
  padding-inline-start: 3rem;
}
.ps-2 {
  padding-inline-start: 0.5rem;
}
.ps-3 {
  padding-inline-start: 0.75rem;
}
.ps-4 {
  padding-inline-start: 1rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}
.font-\[\'Poppins\'\2c sans-serif\] {
  font-family: 'Poppins',sans-serif;
}
.\!text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.\!text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}
.\!text-\[10px\] {
  font-size: 10px !important;
}
.\!text-\[12px\] {
  font-size: 12px !important;
}
.\!text-\[14px\] {
  font-size: 14px !important;
}
.\!text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.\!text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.\!text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!font-medium {
  font-weight: 500 !important;
}
.\!font-normal {
  font-weight: 400 !important;
}
.\!font-semibold {
  font-weight: 600 !important;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-relaxed {
  line-height: 1.625;
}
.\!text-\[black\] {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}
.\!text-\[rgb\(133\2c 133\2c 133\)\] {
  --tw-text-opacity: 1 !important;
  color: rgb(133 133 133 / var(--tw-text-opacity, 1)) !important;
}
.\!text-\[rgb\(239\2c 68\2c 68\)\] {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1)) !important;
}
.\!text-\[rgb\(31\2c 41\2c 55\)\] {
  --tw-text-opacity: 1 !important;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1)) !important;
}
.\!text-\[rgba\(10\2c 69\2c 143\2c 1\)\] {
  color: rgba(10,69,143,1) !important;
}
.\!text-\[rgba\(14\2c 14\2c 14\2c 1\)\] {
  color: rgba(14,14,14,1) !important;
}
.\!text-\[rgba\(17\2c 24\2c 39\)\] {
  --tw-text-opacity: 1 !important;
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1)) !important;
}
.\!text-\[rgba\(23\2c 23\2c 23\2c 0\.6\)\] {
  color: rgba(23,23,23,0.6) !important;
}
.\!text-\[rgba\(23\2c 23\2c 23\2c 1\)\] {
  color: rgba(23,23,23,1) !important;
}
.\!text-\[rgba\(255\2c 255\2c 255\2c 1\)\] {
  color: rgba(255,255,255,1) !important;
}
.\!text-\[rgba\(31\2c 41\2c 55\2c 1\)\] {
  color: rgba(31,41,55,1) !important;
}
.\!text-\[rgba\(75\2c 85\2c 99\2c 1\)\] {
  color: rgba(75,85,99,1) !important;
}
.\!text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1)) !important;
}
.\!text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#0A458F\] {
  --tw-text-opacity: 1;
  color: rgb(10 69 143 / var(--tw-text-opacity, 1));
}
.text-\[\#0E0E0E\] {
  --tw-text-opacity: 1;
  color: rgb(14 14 14 / var(--tw-text-opacity, 1));
}
.text-\[\#4B5563\] {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-\[\#858585\] {
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity, 1));
}
.text-\[rgb\(133\2c 133\2c 133\)\] {
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity, 1));
}
.text-\[rgb\(23\2c 23\2c 23\)\] {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}
.text-\[rgba\(10\2c 69\2c 143\2c 1\)\] {
  color: rgba(10,69,143,1);
}
.text-\[rgba\(14\2c 14\2c 14\2c 1\)\] {
  color: rgba(14,14,14,1);
}
.text-\[rgba\(17\2c 24\2c 39\2c 1\)\] {
  color: rgba(17,24,39,1);
}
.text-\[rgba\(23\2c 23\2c 23\2c 0\.6\)\] {
  color: rgba(23,23,23,0.6);
}
.text-\[rgba\(29\2c 29\2c 29\2c 1\)\] {
  color: rgba(29,29,29,1);
}
.text-\[rgba\(31\2c 41\2c 55\)\] {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}
.text-\[rgba\(31\2c 41\2c 55\2c 0\.6\)\] {
  color: rgba(31,41,55,0.6);
}
.text-\[rgba\(31\2c 41\2c 55\2c 0\.8\)\] {
  color: rgba(31,41,55,0.8);
}
.text-\[rgba\(31\2c 41\2c 55\2c 1\)\] {
  color: rgba(31,41,55,1);
}
.text-\[rgba\(75\2c 85\2c 99\2c 1\)\] {
  color: rgba(75,85,99,1);
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-80 {
  opacity: 0.8;
}
.\!shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_8px_20px_0_rgba\(11\2c 11\2c 11\2c \.04\)\] {
  --tw-shadow: 0 8px 20px 0 rgba(11,11,11,.04);
  --tw-shadow-colored: 0 8px 20px 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);
}
.shadow-\[0_8px_20px_0_rgba\(11\2c 11\2c 11\2c 0\.04\)\] {
  --tw-shadow: 0 8px 20px 0 rgba(11,11,11,0.04);
  --tw-shadow-colored: 0 8px 20px 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);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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);
}
.outline-1 {
  outline-width: 1px;
}
.outline-black\/5 {
  outline-color: rgb(0 0 0 / 0.05);
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.\!ring-red-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1)) !important;
}
.ring-\[rgba\(244\2c 244\2c 244\2c 1\)\] {
  --tw-ring-color: rgba(244,244,244,1);
}
.ring-red-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
.ring-slate-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(226 232 240 / var(--tw-ring-opacity, 1));
}
.ring-transparent {
  --tw-ring-color: transparent;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.sepia {
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.\[--anchor-gap\:--spacing\(2\)\] {
  --anchor-gap: var(--spacing(2));
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Inter', sans-serif;
}
span.menu-title::after {
    content: '';
}

.vignette-work-item {
    box-shadow: 0 8px 20px 0 rgba(11, 11, 11, 0.07);
}

/*  */
#hero.hero,
#hero.hero.mobile,
#home-long-hero.hero,
#home-long-hero.mobile {
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.45)), url('/img/digital-slovakian-e-vignette.webp');
    background-position: center;
    border-radius: 4px 4px 16px 16px;
}

#hero.hero.mobile,
#home-long-hero.mobile {
    border-radius: 0;
}
#home-long-section7 .horizontal-line{
    height: 56px;
    background-color: rgba(217, 217, 217, 0.6);
    width: 1px;
    bottom: -50px;
    left: 10px;
}
#personal-account-hero {
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-image: radial-gradient(rgba(255, 255, 255, 1),rgba(255, 255, 255, 0.5)), url('/img/client-personal-account.webp');
    background-position: center;
    border-radius: 4px 4px 16px 16px;
}
#personal-account-section1 .active {
    background: #0A458F;
    color: white;
    border-radius: 8PX;
}
#personal-account-section1 .inputstyle{
    padding: 14px 12px;
    border-radius: 8px;
    background: #f4f4f4;
    font-size: 12px;
    font-weight: 400;
}
#one-day-vignette-hero, #ten-day-vignette-hero,#thirty-day-vignette-hero,#one-year-vignette-hero {
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 4px 4px 16px 16px;
}
.shadow-normal{
    box-shadow: 0 8px 20px 0 rgba(11, 11, 11, 0.04);
}
.text-gray {
    color: rgba(31, 41, 55, 0.6);
}

.bg-gray {
    background-color: rgba(31, 41, 55, 0.6);
}

.text-strong-gray {
    color: rgba(75, 85, 99, 1);
}

ul.menu li {
    color: rgb(78, 78, 78);
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

nav.navbar span.menu-title {
    font-family: 'Inter', sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
}

.bg-blue-for  {
    background-color: rgb(10, 69, 143) !important;
}

#section5 img.angle-down {
    width: 24px;
    height: 24px;
}
#home-long-section7 .number,#one-day-vignette-section2 .number,#ten-day-vignette-section2 .number,#thirty-day-vignette-section2 .number,#one-year-vignette-section2 .number{
    background-color: #0A458F;
    color: white;
    padding: 4px 13px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.border-linear {
    background: linear-gradient(to right, rgba(234, 234, 234, 0.16), rgba(234, 234, 234, 1), rgba(234, 234, 234, 0.16)) bottom / 100% 1px no-repeat;
}
.gray-line{
    position: absolute;
    width: 75%;
    height: 1px;
    background-color: #D9D9D999;
    top: 13%;
    left: 12%;
    z-index: 1;
}
.section4.home-long .scroll-wrapper::-webkit-scrollbar {
    width: 6px;
}
.section4.home-long .scroll-wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(16, 68, 85, 0.08);
    border-radius: 100px;
}
.section4.home-long .scroll-wrapper::-webkit-scrollbar-track {
    background-color: transparent;
}
#home-long-section5 .duration {
    transition: all 0.5s ease;
}
#home-long-section5 .duration:hover {
    background-color: rgb(10, 69, 143);
    transition: all 0.5s ease;
}
#home-long-section5 .duration:hover p{
    color: white;
    transition: all 0.5s ease;
}

/* =========================
   HERO SECTION
   ========================= */
.section-hero img {
    /* width: 100%; */
    max-height: 800px;
    border-radius: 4px 4px 16px 16px;
    /* object-fit: cover; */
}

.section-hero.mobile {
    height: 513px;
}

.section-hero.mobile img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0;
}

.section-hero p {
    color: rgba(14, 14, 14, 1);
    font-size: 16px;
    font-weight: 400;
}

.section-hero h1 {
    font-size: 62px;
    font-weight: 500;
    color: rgba(14, 14, 14, 1);
}

.section-hero.mobile h1 {
    font-size: 32px;
}

.section-hero.mobile button {
    width: 100%;
}

.section-hero.mobile span {
    font-size: 16px;
    font-weight: 500;
}

.section-hero button,
.section-hero a{
    border-radius: 12px;
    background-color: rgba(10, 69, 143, 1);
    color: white;
}

/* =========================
   SECTION 1
   ========================= */

.section-1 h2 {
    font-size: 32px;
    font-weight: 500;
    color: rgba(14, 14, 14, 1);
}

.section-1.mobile h2 {
    font-size: 24px;
}

.section-1 p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(14, 14, 14, 1);
}

.section-1 .subsection {
    background-color: rgb(255, 255, 255);
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(11, 11, 11, 0.04);
}

.section-1 .sub {
    background-color: rgb(255, 255, 255);
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(11, 11, 11, 0.04);
}

.section-1.mobile .subsection {
    border-radius: 12px;
}

.section-1 span {
    font-size: 14px;
    font-weight: 500;
    color: rgba(31, 41, 55, 0.8);
}

.section-1 .span-t {
    font-size: 14px;
    font-weight: 500;
    color: rgba(31, 41, 55, 1);
}


/* =========================
   SECTION 2
   ========================= */

.section-2 h2 {
    font-size: 32px;
    font-weight: 500;
    color: rgba(14, 14, 14, 1);
}

.section-2.mobile h2 {
    font-size: 24px;
}

.section-2 p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(75, 85, 99, 1);
}

.section-2 span {
    color: rgba(75, 85, 99, 1);
}

.section-2 button {
    font-weight: 400;
    font-size: 14px;
    background-color: rgba(10, 69, 143, 1);
    color: rgba(255, 255, 255, 1);
    border-radius: 12px;
}

.section-2 li {
    font-size: 16px;
    font-weight: 400;
    color: rgba(75, 85, 99, 1);
}

.section-2 ul {
    color: rgba(75, 85, 99, 1);
    font-weight: 400;
}

.section-2 thead {
    border-bottom: 1px solid rgba(16, 68, 85, 0.04);
}

.section-2 th {
    font-weight: 600;
    font-size: 14px;
    color: rgba(14, 14, 14, 0.5);
}

.section-2 td {
    font-weight: 400;
    font-size: 14px;
    color: rgba(14, 14, 14, 1);
}

.section-2 .left-side {
    background-color: rgb(255, 255, 255);
    box-shadow: 0 8px 20px rgba(11, 11, 11, 0.04);
    border-radius: 12px;
}

.section-2 .subsection {
    background-color: rgb(255, 255, 255);
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(11, 11, 11, 0.04);
}

.section-2 .subsection h3 {
    font-size: 16px;
    font-weight: 600;
    color: rgba(29, 29, 29, 1);
}

.section-2 .subsection li {
    font-size: 14px;
    font-weight: 400;
    color: rgba(75, 85, 99, 1);
}

.section-2 .subsection a {
    font-size: 14px;
    font-weight: 600;
    color: rgba(29, 29, 29, 1);
}

.section-2 input,
.section-2 textarea {
    background-color: rgb(245, 247, 250);
    box-shadow: 0 8px 20px rgba(11, 11, 11, 0.04);
}

/* =========================
   SECTION 3
   ========================= */

.section-3 h2 {
    font-size: 32px;
    font-weight: 500;
    color: rgba(14, 14, 14, 1);
}

.section-3.mobile h2 {
    font-size: 24px;
}

.section-3 p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(75, 85, 99, 1);
}

.section-3 h3 {
    font-size: 16px;
    font-weight: 600;
    color: rgba(29, 29, 29, 1);
}

.section-3 ul {
    color: rgba(75, 85, 99, 1);
    font-weight: 400;
}

.section-3 .subsection {
    background-color: rgb(255, 255, 255);
    border-radius: 12px;
    box-shadow: 0 8px 20px 0 rgba(11, 11, 11, 0.04);
}

.section-3 .subsection li {
    font-size: 14px;
    font-weight: 400;
    color: rgba(75, 85, 99, 1);
}

.section-3 .subsection a {
    font-size: 14px;
    font-weight: 600;
    color: rgba(29, 29, 29, 1);
}

.section-3 span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(75, 85, 99, 1);
}

.section-3 .sub {
    background-color: rgb(255, 255, 255);
    border-radius: 12px;
    box-shadow: 0 8px 20px 0 rgba(11, 11, 11, 0.04);
}

.section-3 .foot {
    border-radius: 12px;
    box-shadow: 0 8px 20px 0 rgba(11, 11, 11, 0.04);
    background-color: rgba(10, 69, 143, 1);
}

/* =========================
   SECTION 4
   ========================= */

.section-4 h2 {
    font-size: 32px;
    font-weight: 500;
    color: rgba(14, 14, 14, 1);
}

.section-4.mobile h2 {
    font-size: 24px;
}

.section-4 p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(75, 85, 99, 1);
}

.section-4 .card p {
    font-weight: 600;
    font-size: 14px;
    color: rgba(14, 14, 14, 1);
}

.section-4 span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(75, 85, 99, 1);
}

.section-4 .tb {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 8px 20px 0 rgba(11, 11, 11, 0.04);
    border-radius: 12px;
}

.section-4 thead {
    border-bottom: 1px solid rgba(16, 68, 85, 0.04);
}

.section-4 th {
    font-weight: 600;
    font-size: 14px;
    color: rgba(14, 14, 14, 0.5);
}

.section-4 td {
    font-weight: 500;
    font-size: 14px;
    color: rgba(14, 14, 14, 1);
}

.section-4 .subsection {
    background-color: rgb(255, 255, 255);
    border-radius: 12px;
    box-shadow: 0 8px 20px 0 rgba(11, 11, 11, 0.04);
}

.section-4 .subsection h3 {
    font-size: 16px;
    font-weight: 600;
    color: rgba(29, 29, 29, 1);
}

.section-4 .subsection li {
    font-size: 14px;
    font-weight: 400;
    color: rgb(75, 85, 99);
}

.section-4 .subsection a {
    font-size: 14px;
    font-weight: 600;
    color: rgba(29, 29, 29, 1);
}

.section-4.mobile .card {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 8px 20px 0 rgba(11, 11, 11, 0.04);
    border-radius: 12px;
}

.section-4 a {
    font-size: 16px;
    font-weight: 600;
    color: rgba(31, 41, 55, 1);
}

/* =========================
   SECTION 5
   ========================= */

.section-5 h2 {
    font-size: 32px;
    font-weight: 500;
    color: rgba(14, 14, 14, 1);
}

.section-5.mobile h2 {
    font-size: 24px;
}

.section-5 p {
    font-size: 16px;
    font-weight: 500;
    color: rgba(14, 14, 14, 1);
}

.section-5 .sub p {
    font-size: 16px;
    font-weight: 500;
    color: rgba(31, 41, 55, 1);
}

.section-5 .subsection p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(75, 85, 99, 1);
}

.section-5 .subsection span {
    font-size: 14px;
    font-weight: 600;
    color: rgba(29, 29, 29, 1);
}

.section-5 .sub span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(31, 41, 55, 0.8);
}

.section-5 button {
    border-radius: 12px;
    background-color: rgba(10, 69, 143, 1);
    color: white;
}

.section-5.mobile button {
    width: 100%;
}

.ection-5 .svg-blue {
    filter: brightness(0) saturate(100%) invert(20%) sepia(70%) saturate(900%) hue-rotate(185deg) brightness(90%) contrast(90%);
}

.section-5 .subsection,
.section-5 .sub {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 8px 20px 0 rgba(11, 11, 11, 0.04);
}

.section-5 .subsection a {
    font-size: 14px;
    font-weight: 600;
    color: rgba(29, 29, 29, 1);
}

.section-5 a {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 8px 20px 0 rgba(11, 11, 11, 0.04);
    border-radius: 8px;
}

.section-5 .subsection h3 {
    font-size: 16px;
    font-weight: 600;
    color: rgba(29, 29, 29, 1);
}

.section-5 .subsection li {
    font-size: 14px;
    font-weight: 400;
    color: rgba(75, 85, 99, 1);
}

#section5 img.angle-down {
    width: 24px;
    height: 24px;
    color: var(--text-muted);
}

/* =========================
   SECTION 6
   ========================= */
.section-6 h2 {
    font-size: 32px;
    font-weight: 500;
    color: rgba(14, 14, 14, 1);
}

.section-6.mobile h2 {
    font-size: 24px;
}

.section-6 p {
    font-weight: 400;
    font-size: 14px;
    color: rgba(75, 85, 99, 1);
}

.section-6 .sub p {
    font-size: 16px;
    font-weight: 500;
    color: rgba(31, 41, 55, 1);
}

.section-6 .subsection p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(75, 85, 99, 1);
}

.section-6 span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(31, 41, 55, 0.8);
}

.section-6 button {
    border-radius: 12px;
    background-color: rgb(10, 69, 143);
}

.section-6 .subsection {
    background-color: rgb(255, 255, 255);
    border-radius: 12px;
    box-shadow: 0 8px 20px 0 rgba(11, 11, 11, 0.04);
}

.section-6 .sub {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 8px 20px 0 rgba(11, 11, 11, 0.04);
}

.section-6 .subsection h3 {
    font-size: 16px;
    font-weight: 600;
    color: rgba(29, 29, 29, 1);
}

.section-6 li {
    font-weight: 400;
    font-size: 14px;
    color: rgba(75, 85, 99, 1);
}

/* =========================
   SECTION 7
   ========================= */
.section-7 h2 {
    font-size: 32px;
    font-weight: 500;
    color: rgba(14, 14, 14, 1);
}

.section-7.mobile h2 {
    font-size: 24px;
}

.section-7 p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(75, 85, 99, 1);
}

.section-7 .sub p {
    font-weight: 500;
    font-size: 16px;
    color: rgba(14, 14, 14, 1);
}

.section-7 span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(31, 41, 55, 0.8);
}

.section-7 .sub span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(31, 41, 55, 0.8);
}

.section-7 button {
    border-radius: 12px;
    background-color: rgb(10, 69, 143);
    color: white;
}

.section-7.mobile button {
    width: 100%;
}

.section-7 .subsection {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 8px 20px 0 rgba(11, 11, 11, 0.04);
}

.section-7 .subsection h3 {
    font-size: 16px;
    font-weight: 600;
    color: rgba(29, 29, 29, 1);
}

.section-7 .sub {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 8px 20px 0 rgba(11, 11, 11, 0.04);
}

/* =========================
   SECTION 8
   ========================= */
.section-8 h2 {
    font-size: 32px;
    font-weight: 500;
    color: rgba(14, 14, 14, 1);
}

.section-8.mobile h2 {
    font-size: 24px;
}

.section-8 .subsection {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 8px 20px 0 rgba(11, 11, 11, 0.04);
}

.section-8 p {
    font-weight: 400;
    font-size: 14px;
    color: rgba(75, 85, 99, 1);
}

.section-8 .sub p {
    font-weight: 400;
    font-size: 16px;
    color: rgba(75, 85, 99, 1);
}

.section-8 .foot p {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
}

.section-8 .foot {
    background-color: rgba(10, 69, 143, 1);
    border-radius: 12px;
    box-shadow: 0 8px 20px 0 rgba(11, 11, 11, 0.04);
}

.section-8 .sub span,
.section-8 .subsection span {
    font-weight: 600;
    font-size: 16px;
    color: rgba(31, 41, 55, 1);
}

.section-8 .subsection h3 {
    font-size: 16px;
    font-weight: 600;
    color: rgba(29, 29, 29, 1);
}

.section-8 .subsection li {
    font-size: 14px;
    font-weight: 400;
    color: rgba(75, 85, 99, 1);
}

.section-8 .sub li {
    font-weight: 400;
    font-size: 16px;
    color: rgba(75, 85, 99, 1);
}

.section-8 .subsection a {
    font-size: 14px;
    font-weight: 600;
    color: rgba(29, 29, 29, 1);
}

/* =========================
   SECTION 9
   ========================= */

.section-9 h2 {
    font-size: 24px;
    font-weight: 500;
    color: rgba(17, 24, 39, 1);
}

.section-9.mobile h2 {
    font-size: 24px;
}

.section-9 p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(75, 85, 99, 1);
}

.section-9 span {
    font-size: 18px;
    font-weight: 600;
    color: rgba(31, 41, 55, 1);
}

.section-9 a {
    font-size: 18px;
    font-weight: 600;
    color: rgba(0, 82, 180, 1);
}

/* =========================
   SECTION 10
   ========================= */
.section-10 h2 {
    font-size: 32px;
    font-weight: 500;
    color: rgba(14, 14, 14, 1);
}

.section-10.mobile h2 {
    font-size: 24px;
}

.section-10 .sub p {
    font-size: 16px;
    font-weight: 600;
    color: rgba(29, 29, 29, 1);
}

.section-10 .sub span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(75, 85, 99, 1);
}

.section-10 .sub {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 12px;
    box-shadow: 0 8px 20px 0 rgba(11, 11, 11, 0.04);
}

/* =========================
   SELECT-VIGNETTE – GLOBAL VARIABLES
   ========================= */
.select-vignette {
    --text-main: rgb(23, 23, 23);
    --text-muted: rgba(23, 23, 23, 0.6);
    --text-dark: rgba(14, 14, 14, 1);
    --text-dark-mobile: rgba(17, 24, 39, 1);
    --primary: rgb(10, 69, 143);
    --primary-soft: rgba(10, 69, 143, 0.1);
    --bg-white: rgb(255, 255, 255);
    --bg-light: rgba(244, 244, 244, 1);
    --bg-soft: rgb(238, 241, 247);
    --shadow-soft: 0 4px 16px rgba(2, 2, 2, 0.02);
    --border-line: rgba(198, 211, 229, 1);
}

.select-vignette h1 {
    font-weight: 500;
    font-size: 62px;
    color: var(--text-dark);
}

.select-vignette.mobile h1 {
    font-size: 24px;
    color: var(--text-dark-mobile);
}

.select-vignette.mobile .head span {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-main);
}

.select-vignette.mobile .head .line {
    background-color: var(--border-line);
}

.select-vignette .circl,
.select-vignette .circl-active {
    width: 10px;
    height: 10px;
    border-radius: 5px;
}

.select-vignette .circl {
    background-color: rgb(194, 194, 194);
}

.select-vignette .circl-active {
    background-color: var(--primary);
}

.select-vignette .circl-div,
.select-vignette .circl-active-div {
    width: 20px;
    height: 20px;
    border-radius: 10px;
}

.select-vignette .circl-div {
    background-color: var(--bg-soft);
}

.select-vignette .circl-active-div {
    background-color: rgba(73, 90, 255, 0.102);
    border: 0.5px solid var(--primary);
}

.select-vignette .left-side {
    border-radius: 24px;
    background-color: var(--bg-white);
    box-shadow: var(--shadow-soft);
}

.select-vignette .left-side p {
    font-size: 12px;
    font-weight: 400;
    color: var(--text-main);
}

.select-vignette .left-side .eldown-button,
.select-vignette .left-side #vehicleButtons,
.select-vignette .left-side .date-div {
    background-color: var(--bg-light);
    border-radius: 12px;
}

.select-vignette .left-side #vehicleButtons button {
    border-radius: 12px;
    background-color: var(--bg-light);
    color: rgb(133, 133, 133);
    font-weight: 400;
    font-size: 14px;
}

.select-vignette .left-side #vehicleButtons button .icon path {
    width: 20px;
    height: 20px;
    stroke: rgb(133, 133, 133);
}

.select-vignette .left-side #vehicleButtons button.active {
    background-color: var(--primary);
    color: #fff;
}

.select-vignette .left-side #vehicleButtons button.active .icon path {
    stroke: #fff;
}

.select-vignette .left-side #vehicleButtons button span {
    font-size: 14px;
    font-weight: 400;
}

.select-vignette #durationButtons .duration-btn {
    background-color: var(--bg-light);
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-dark);
}

.select-vignette #durationButtons .duration-btn .duration-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    color: inherit;
}

.select-vignette #durationButtons .duration-btn[data-value="1"] .duration-icon {
    color: rgb(17, 69, 126);
}

.select-vignette #durationButtons .duration-btn[data-value="10"] .duration-icon {
    color: rgb(241, 49, 86);
}

.select-vignette #durationButtons .duration-btn[data-value="30"] .duration-icon {
    color: rgb(235, 175, 36);
}

.select-vignette #durationButtons .duration-btn[data-value="365"] .duration-icon {
    color: rgb(67, 145, 18);
}

.select-vignette #durationButtons .duration-btn.active {
    background-color: var(--primary);
}

.select-vignette #durationButtons .duration-btn.active .duration-icon,
.select-vignette #durationButtons .duration-btn.active span {
    color: #fff;
}

.select-vignette .left-side .foot button {
    border-radius: 12px;
    background-color: var(--primary);
    color: #fff;
}

.select-vignette .left-side .foot input {
    background-color: rgb(37, 99, 235);
    border-color: rgb(37, 99, 235);
}

.select-vignette .right-side {
    border-radius: 24px;
    background-color: var(--bg-white);
    box-shadow: var(--shadow-soft);
}

.select-vignette .right-side h2 {
    font-size: 14px;
    font-weight: 500;
}

.select-vignette .right-side span {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-muted);
}

.select-vignette .right-side p {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-main);
}

/* =========================
   ENTER-DETAILS – GLOBAL VARIABLES
   ========================= */
.enter-details {
    --text-main: rgb(23, 23, 23);
    --text-muted: rgba(23, 23, 23, 0.6);
    --primary: rgb(10, 69, 143);
    --primary-soft: rgba(10, 69, 143, 0.1);
    --bg-white: rgb(255, 255, 255);
    --bg-light: rgba(244, 244, 244, 1);
    --bg-soft: rgb(238, 241, 247);
    --shadow-soft: 0 4px 16px rgba(2, 2, 2, 0.02);
    --border-primary: rgba(198, 211, 229, 1);
}

.enter-details h1 {
    font-size: 62px;
    font-weight: 500;
}

.enter-details.mobile h1 {
    font-size: 24px;
}

.enter-details.mobile .head span {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-main);
}

.enter-details.mobile .head .line {
    background-color: var(--border-primary);
}

.enter-details .circl,
.enter-details .circl-active {
    width: 10px;
    height: 10px;
    border-radius: 5px;
}

.enter-details .circl {
    background-color: rgb(194, 194, 194);
}

.enter-details .circl-active {
    background-color: var(--primary);
}

.enter-details .circl-div,
.enter-details .circl-active-div {
    width: 20px;
    height: 20px;
    border-radius: 10px;
}

.enter-details .circl-div {
    background-color: var(--bg-soft);
}

.enter-details .circl-active-div {
    background-color: rgba(73, 90, 255, 0.102);
    border: 0.5px solid var(--primary);
}

.enter-details .left-side {
    border-radius: 24px;
    background-color: var(--bg-white);
    box-shadow: var(--shadow-soft);
}

.enter-details .left-side span {
    font-size: 12px;
    font-weight: 400;
    color: var(--text-main);
}

.enter-details .left-side p {
    font-size: 12px;
    font-weight: 400;
    color: var(--text-main);
}

.enter-details .left-side input,
.enter-details .left-side textarea {
    background-color: var(--bg-light);
    box-shadow: var(--shadow-soft);
}

.enter-details .left-side .eldown-button {
    background-color: var(--bg-light);
}

.enter-details .left-side .foot .button-next {
    border-radius: 14px;
    background-color: var(--primary);
    color: #fff;
    font-weight: 400;
}

.enter-details .left-side .foot .button-back {
    border-radius: 14px;
    background-color: var(--primary-soft);
    color: #000;
    font-weight: 400;
}

.enter-details .left-side .foot input {
    background-color: rgb(37, 99, 235);
    border-color: rgb(37, 99, 235);
}

.enter-details .right-side {
    border-radius: 24px;
    background-color: var(--bg-white);
    box-shadow: var(--shadow-soft);
}

.enter-details .right-side h2 {
    font-size: 14px;
    font-weight: 500;
}

.enter-details .right-side span {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-muted);
}

.enter-details .right-side p {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-main);
}

.enter-details .left-side .back-next-button {
    margin-top: -50px;
}

.enter-details .left-side .need-an-invoice {
    position: relative;
}

/* =========================
   PAYMENT – GLOBAL VARIABLES
   ========================= */
.payment {
    --text-main: rgba(23, 23, 23, 1);
    --text-muted: rgba(23, 23, 23, 0.6);
    --text-dark: rgba(17, 24, 39, 1);

    --primary: rgb(10, 69, 143);
    --primary-soft: rgba(10, 69, 143, 0.1);

    --bg-white: rgb(255, 255, 255);
    --bg-light: rgba(244, 244, 244, 1);
    --bg-soft: rgb(238, 241, 247);

    --border-soft: rgba(198, 211, 229, 1);
    --shadow-soft: 0 4px 16px rgba(2, 2, 2, 0.02);
}

.payment h1 {
    font-size: 62px;
    font-weight: 500;
}

.payment.mobile h1 {
    font-size: 24px;
    color: var(--text-dark);
}

.payment.mobile .head span {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-main);
}

.payment.mobile .head .line {
    background-color: var(--border-soft);
}

.payment .circl,
.payment .circl-active {
    width: 10px;
    height: 10px;
    border-radius: 5px;
}

.payment .circl {
    background-color: rgb(194, 194, 194);
}

.payment .circl-active {
    background-color: var(--primary);
}

.payment .circl-div,
.payment .circl-active-div {
    width: 20px;
    height: 20px;
    border-radius: 10px;
}

.payment .circl-div {
    background-color: var(--bg-soft);
}

.payment .circl-active-div {
    background-color: rgba(73, 90, 255, 0.102);
    border: 0.5px solid var(--primary);
}

.payment .left-side,
.payment .right-side {
    border-radius: 24px;
    background-color: var(--bg-white);
    box-shadow: var(--shadow-soft);
}

.payment .left-side h2 {
    font-size: 14px;
    font-weight: 500;
}

.payment .left-side span {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-muted);
}

.payment .left-side p,
.payment .right-side p {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-main);
}

.payment .left-side .subsection {
    background-color: var(--bg-light);
    border-radius: 12px;
}

.payment .left-side .tools .delete:hover {
    color: red;
}

.payment .left-side .tools .edit:hover {
    color: blue;
}

.payment .right-side .payment-sub {
    background-color: var(--bg-light);
    border-radius: 12px;
    border: 1px solid var(--bg-light);
}

.payment .right-side .payment-sub.active {
    border-color: var(--primary);
}

.payment .right-side .checkbox span {
    font-size: 12px;
    font-weight: 400;
    color: var(--text-muted);
}

.payment .right-side .foot .button-next {
    border-radius: 14px;
    background-color: var(--primary);
    color: #fff;
    font-weight: 400;
}

.payment .right-side .foot .button-back {
    border-radius: 14px;
    background-color: var(--primary-soft);
    color: #000;
    font-weight: 400;
}


/* =========================
   GENERAL – GLOBAL VARIABLES
   ========================= */
.general {
    --text-main: rgba(14, 14, 14, 1);
    --text-dark: rgba(29, 29, 29, 1);
    --text-muted: rgba(29, 29, 29, 0.8);
    --link-primary: rgba(0, 82, 180, 1);
}

.general p,
.general li {
    font-size: 18px;
    font-weight: 400;
    color: var(--text-muted);
}

.general h1 {
    font-size: 62px;
    font-weight: 500;
    color: var(--text-main);
}

.general h2 {
    font-size: 28px;
    font-weight: 500;
    color: var(--text-dark);
}

.general h3 {
    font-size: 20px;
    font-weight: 500;
    color: var(--text-dark);
}

.general.mobile h1 {
    font-size: 32px;
}

.general.mobile h2 {
    font-size: 24px;
}

.cursor-pointer {
    cursor: pointer;
}

.hover\:bg-black\/5:hover {
  background-color: rgb(0 0 0 / 0.05);
}

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

.hover\:bg-slate-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white\/5:hover {
  background-color: rgb(255 255 255 / 0.05);
}

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

.hover\:text-slate-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

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

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

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

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

.focus\:outline:focus {
  outline-style: solid;
}

.focus\:outline-2:focus {
  outline-width: 2px;
}

.focus\:-outline-offset-1:focus {
  outline-offset: -1px;
}

.focus\:outline-indigo-500:focus {
  outline-color: #6366f1;
}

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

.disabled\:opacity-70:disabled {
  opacity: 0.7;
}

@media (min-width: 640px) {

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

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

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

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

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

  .sm\:mb-7 {
    margin-bottom: 1.75rem;
  }

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

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

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

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

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

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

  .sm\:mt-7 {
    margin-top: 1.75rem;
  }

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

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-\[430px\] {
    height: 430px;
  }

  .sm\:h-\[46px\] {
    height: 46px;
  }

  .sm\:h-\[510px\] {
    height: 510px;
  }

  .sm\:h-\[520px\] {
    height: 520px;
  }

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

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

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

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

  .sm\:items-center {
    align-items: center;
  }

  .sm\:items-stretch {
    align-items: stretch;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-center {
    justify-content: center;
  }

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

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

  .sm\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

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

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

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

  .sm\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

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

  .sm\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

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

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

  .sm\:pb-7 {
    padding-bottom: 1.75rem;
  }

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

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

  .sm\:pt-7 {
    padding-top: 1.75rem;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-end {
    text-align: end;
  }

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

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

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

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

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

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

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

@media (min-width: 768px) {

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

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

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

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

  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

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

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

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

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

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

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

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

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

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

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

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

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

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

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

  .md\:mt-9 {
    margin-top: 2.25rem;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

  .md\:w-full {
    width: 100%;
  }

  .md\:max-w-screen-lg {
    max-width: 1024px;
  }

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

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

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

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

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

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

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

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

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

  .md\:gap-5 {
    gap: 1.25rem;
  }

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

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

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

  .md\:p-12 {
    padding: 3rem;
  }

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

  .md\:p-7 {
    padding: 1.75rem;
  }

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

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

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

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

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

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

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

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

  .md\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .md\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .md\:pe-12 {
    padding-inline-end: 3rem;
  }

  .md\:ps-12 {
    padding-inline-start: 3rem;
  }

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

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

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

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

  .md\:pt-7 {
    padding-top: 1.75rem;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-start {
    text-align: start;
  }

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

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

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

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

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

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

@media (min-width: 1024px) {

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

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

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

  .lg\:ms-12 {
    margin-inline-start: 3rem;
  }

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

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

  .lg\:block {
    display: block;
  }

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

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

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

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

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

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

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

  .lg\:grid-cols-\[2fr_1fr\] {
    grid-template-columns: 2fr 1fr;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:justify-self-auto {
    justify-self: auto;
  }

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

  .lg\:ps-12 {
    padding-inline-start: 3rem;
  }

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

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.\[\&\:not\(\[aria-expanded\=\'true\'\]_\*\)\]\:hidden:not([aria-expanded='true'] *) {
  display: none;
}

.\[\&\:not\(\[hidden\]\)\]\:block:not([hidden]) {
  display: block;
}

[aria-expanded='true'] .\[\[aria-expanded\=\'true\'\]_\&\]\:hidden {
  display: none;
}

