*, ::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: #c5c5c5;
  /* 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: #838383;
  /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.\!container {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

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

@media (min-width: 500px) {
  .\!container {
    max-width: 500px !important;
  }

  .container {
    max-width: 500px;
  }
}

@media (min-width: 700px) {
  .\!container {
    max-width: 700px !important;
  }

  .container {
    max-width: 700px;
  }
}

@media (min-width: 800px) {
  .\!container {
    max-width: 800px !important;
  }

  .container {
    max-width: 800px;
  }
}

@media (min-width: 900px) {
  .\!container {
    max-width: 900px !important;
  }

  .container {
    max-width: 900px;
  }
}

@media (min-width: 1200px) {
  .\!container {
    max-width: 1200px !important;
  }

  .container {
    max-width: 1200px;
  }
}

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[1\.2rem\] {
  bottom: 1.2rem;
}

.bottom-\[2rem\] {
  bottom: 2rem;
}

.left-0 {
  left: 0px;
}

.left-4 {
  left: 1rem;
}

.left-5 {
  left: 1.25rem;
}

.left-\[2\.5rem\] {
  left: 2.5rem;
}

.left-\[2px\] {
  left: 2px;
}

.left-\[5px\] {
  left: 5px;
}

.right-0 {
  right: 0px;
}

.right-\[-0\.5rem\] {
  right: -0.5rem;
}

.right-\[2\.2rem\] {
  right: 2.2rem;
}

.right-\[2px\] {
  right: 2px;
}

.right-\[2rem\] {
  right: 2rem;
}

.top-0 {
  top: 0px;
}

.top-4 {
  top: 1rem;
}

.top-\[-1px\] {
  top: -1px;
}

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

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

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

.z-0 {
  z-index: 0;
}

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

.z-\[10\] {
  z-index: 10;
}

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

.z-\[20\] {
  z-index: 20;
}

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

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

.z-\[8\] {
  z-index: 8;
}

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

.col-start-1 {
  grid-column-start: 1;
}

.col-end-3 {
  grid-column-end: 3;
}

.m-auto {
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

.mb-\[7rem\] {
  margin-bottom: 7rem;
}

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

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

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

.mr-3 {
  margin-right: 0.75rem;
}

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

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

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

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

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

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

.mt-\[2rem\] {
  margin-top: 2rem;
}

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

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

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

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-4\/6 {
  height: 66.666667%;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-9 {
  height: 2.25rem;
}

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

.h-\[1\.2rem\] {
  height: 1.2rem;
}

.h-\[1\.3rem\] {
  height: 1.3rem;
}

.h-\[1\.4rem\] {
  height: 1.4rem;
}

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

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

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

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

.h-\[11rem\] {
  height: 11rem;
}

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

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

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

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

.h-\[15rem\] {
  height: 15rem;
}

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

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

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

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

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

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

.h-\[1rem\] {
  height: 1rem;
}

.h-\[2\.2rem\] {
  height: 2.2rem;
}

.h-\[2\.4rem\] {
  height: 2.4rem;
}

.h-\[2\.5rem\] {
  height: 2.5rem;
}

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

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

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

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

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

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

.h-\[24rem\] {
  height: 24rem;
}

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

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

.h-\[26rem\] {
  height: 26rem;
}

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

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

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

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

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

.h-\[3\.2rem\] {
  height: 3.2rem;
}

.h-\[3\.5rem\] {
  height: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[3rem\] {
  height: 3rem;
}

.h-\[4\.5rem\] {
  height: 4.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[4rem\] {
  height: 4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[5rem\] {
  height: 5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[7rem\] {
  height: 7rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[calc\(100vh-6rem\)\] {
  height: calc(100vh - 6rem);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-max {
  height: -moz-max-content;
  height: max-content;
}

.h-screen {
  height: 100vh;
}

.min-h-\[24rem\] {
  min-height: 24rem;
}

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

.min-h-\[3rem\] {
  min-height: 3rem;
}

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

.min-h-\[4rem\] {
  min-height: 4rem;
}

.w-0 {
  width: 0px;
}

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

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

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-24 {
  width: 6rem;
}

.w-3 {
  width: 0.75rem;
}

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

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-9 {
  width: 2.25rem;
}

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

.w-\[1\.3rem\] {
  width: 1.3rem;
}

.w-\[1\.4rem\] {
  width: 1.4rem;
}

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

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

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

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

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

.w-\[11rem\] {
  width: 11rem;
}

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

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

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

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

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

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

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

.w-\[17rem\] {
  width: 17rem;
}

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

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

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

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

.w-\[2\.5rem\] {
  width: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[3\.5rem\] {
  width: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.w-\[3rem\] {
  width: 3rem;
}

.w-\[4\.5rem\] {
  width: 4.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[4rem\] {
  width: 4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[7rem\] {
  width: 7rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[calc\(3rem-4px\)\] {
  width: calc(3rem - 4px);
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

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

.min-w-\[1\.4rem\] {
  min-width: 1.4rem;
}

.min-w-\[23rem\] {
  min-width: 23rem;
}

.min-w-\[3\.5rem\] {
  min-width: 3.5rem;
}

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

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

.min-w-\[8rem\] {
  min-width: 8rem;
}

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

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

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

.flex-shrink {
  flex-shrink: 1;
}

.origin-\[0\%_0\%\] {
  transform-origin: 0% 0%;
}

.translate-x-\[-0\.5rem\] {
  --tw-translate-x: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[-1\.5rem\] {
  --tw-translate-x: -1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-1 {
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[0\%\] {
  --tw-translate-y: 0%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[0\.5rem\] {
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[2rem\] {
  --tw-translate-y: 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));
}

.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[270\.3deg\] {
  --tw-rotate: 270.3deg;
  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-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

.cursor-pointer {
  cursor: pointer;
}

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

.resize {
  resize: both;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

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

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

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

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

.items-baseline {
  align-items: baseline;
}

.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-around {
  justify-content: space-around;
}

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

.gap-0 {
  gap: 0px;
}

.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-8 {
  gap: 2rem;
}

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

.gap-\[11px\] {
  gap: 11px;
}

.gap-\[12px\] {
  gap: 12px;
}

.gap-\[13px\] {
  gap: 13px;
}

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

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

.gap-\[16px\] {
  gap: 16px;
}

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

.gap-\[18px\] {
  gap: 18px;
}

.gap-\[19px\] {
  gap: 19px;
}

.gap-\[1px\] {
  gap: 1px;
}

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

.gap-\[21px\] {
  gap: 21px;
}

.gap-\[22px\] {
  gap: 22px;
}

.gap-\[23px\] {
  gap: 23px;
}

.gap-\[24px\] {
  gap: 24px;
}

.gap-\[25px\] {
  gap: 25px;
}

.gap-\[26px\] {
  gap: 26px;
}

.gap-\[27px\] {
  gap: 27px;
}

.gap-\[28px\] {
  gap: 28px;
}

.gap-\[29px\] {
  gap: 29px;
}

.gap-\[2px\] {
  gap: 2px;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-\[31px\] {
  gap: 31px;
}

.gap-\[32px\] {
  gap: 32px;
}

.gap-\[33px\] {
  gap: 33px;
}

.gap-\[34px\] {
  gap: 34px;
}

.gap-\[35px\] {
  gap: 35px;
}

.gap-\[36px\] {
  gap: 36px;
}

.gap-\[37px\] {
  gap: 37px;
}

.gap-\[38px\] {
  gap: 38px;
}

.gap-\[39px\] {
  gap: 39px;
}

.gap-\[3px\] {
  gap: 3px;
}

.gap-\[40px\] {
  gap: 40px;
}

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

.gap-\[4rem\] {
  gap: 4rem;
}

.gap-\[5px\] {
  gap: 5px;
}

.gap-\[6px\] {
  gap: 6px;
}

.gap-\[7px\] {
  gap: 7px;
}

.gap-\[8px\] {
  gap: 8px;
}

.gap-\[9px\] {
  gap: 9px;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.rounded {
  border-radius: 0.25rem;
}

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

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

.rounded-\[\.5rem\] {
  border-radius: .5rem;
}

.rounded-\[0\.5rem\] {
  border-radius: 0.5rem;
}

.rounded-\[1\.5rem\] {
  border-radius: 1.5rem;
}

.rounded-\[10rem\] {
  border-radius: 10rem;
}

.rounded-\[13rem\] {
  border-radius: 13rem;
}

.rounded-\[1rem\] {
  border-radius: 1rem;
}

.rounded-\[2\.5rem\] {
  border-radius: 2.5rem;
}

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

.rounded-\[5rem\] {
  border-radius: 5rem;
}

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

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

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

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

.rounded-t-\[1rem\] {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.rounded-bl-\[1rem\] {
  border-bottom-left-radius: 1rem;
}

.rounded-br-\[1rem\] {
  border-bottom-right-radius: 1rem;
}

.rounded-tl-\[0\.8rem\] {
  border-top-left-radius: 0.8rem;
}

.rounded-tl-\[1rem\] {
  border-top-left-radius: 1rem;
}

.rounded-tr-\[0\.8rem\] {
  border-top-right-radius: 0.8rem;
}

.rounded-tr-\[1rem\] {
  border-top-right-radius: 1rem;
}

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

.border-t-4 {
  border-top-width: 4px;
}

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

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

.border-\[\#f2167d\] {
  --tw-border-opacity: 1;
  border-color: rgb(242 22 125 / var(--tw-border-opacity, 1));
}

.border-\[\#ffffff2d\] {
  border-color: #ffffff2d;
}

.border-\[\#ffffff54\] {
  border-color: #ffffff54;
}

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

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

.border-gray-40 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}

.border-gray-60 {
  --tw-border-opacity: 1;
  border-color: rgb(179 179 179 / var(--tw-border-opacity, 1));
}

.border-gray-70 {
  --tw-border-opacity: 1;
  border-color: rgb(148 148 148 / var(--tw-border-opacity, 1));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(0 152 217 / var(--tw-border-opacity, 1));
}

.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(0 152 217 / var(--tw-border-opacity, 1));
}

.border-third {
  --tw-border-opacity: 1;
  border-color: rgb(124 187 235 / var(--tw-border-opacity, 1));
}

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

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

.border-white\/60 {
  border-color: rgb(255 255 255 / 0.6);
}

.border-y-\[\#eeeeee\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
}

.border-b-\[\#e6e6e630\] {
  border-bottom-color: #e6e6e630;
}

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

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

.bg-\[\#00000070\] {
  background-color: #00000070;
}

.bg-\[\#00000083\] {
  background-color: #00000083;
}

.bg-\[\#000000a9\] {
  background-color: #000000a9;
}

.bg-\[\#0098D9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 152 217 / var(--tw-bg-opacity, 1));
}

.bg-\[\#323F48\] {
  --tw-bg-opacity: 1;
  background-color: rgb(50 63 72 / var(--tw-bg-opacity, 1));
}

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

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

.bg-\[\#f2167d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 22 125 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#ffffff42\] {
  background-color: #ffffff42;
}

.bg-\[rgba\(202\2c 202\2c 202\2c 0\.322\)\] {
  background-color: rgba(202,202,202,0.322);
}

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

.bg-gray-40 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity, 1));
}

.bg-gray-60 {
  --tw-bg-opacity: 1;
  background-color: rgb(179 179 179 / var(--tw-bg-opacity, 1));
}

.bg-gray-70 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 148 148 / var(--tw-bg-opacity, 1));
}

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

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 152 217 / var(--tw-bg-opacity, 1));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 152 217 / var(--tw-bg-opacity, 1));
}

.bg-third {
  --tw-bg-opacity: 1;
  background-color: rgb(124 187 235 / 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));
}

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

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

.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.object-left {
  -o-object-position: left;
     object-position: left;
}

.\!p-0 {
  padding: 0px !important;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

.p-\[12px_16px\] {
  padding: 12px 16px;
}

.\!py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

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

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

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

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

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

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

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

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

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

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

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

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

.py-\[3rem\] {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

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

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

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

.pl-7 {
  padding-left: 1.75rem;
}

.pr-0 {
  padding-right: 0px;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-12 {
  padding-right: 3rem;
}

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

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

.pt-14 {
  padding-top: 3.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

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

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

.pt-\[6rem\] {
  padding-top: 6rem;
}

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

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

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

.font-poppins_regular {
  font-family: Poppins-Regular;
}

.font-poppins_semibold {
  font-family: poppins-semibold;
}

.font-walsheimpro_black {
  font-family: GTWalsheimPro-Black;
}

.font-walsheimpro_bold {
  font-family: GTWalsheimPro-Bold;
}

.font-walsheimpro_light {
  font-family: GTWalsheimPro-Light;
}

.font-walsheimpro_medium {
  font-family: GTWalsheimPro-Medium;
}

.font-walsheimpro_regular {
  font-family: GTWalsheimPro-Regular;
}

.font-walsheimpro_thin {
  font-family: GTWalsheimPro-Thin;
}

.font-walsheimpro_ultrabold {
  font-family: GTWalsheimPro-UltraBold;
}

.text-0\/7 {
  font-size: .7rem;
}

.text-0\/8 {
  font-size: .8rem;
}

.text-0\/9 {
  font-size: .9rem;
}

.text-1\/0 {
  font-size: 1rem;
}

.text-1\/1 {
  font-size: 1.1rem;
}

.text-1\/2 {
  font-size: 1.2rem;
}

.text-1\/3 {
  font-size: 1.3rem;
}

.text-1\/4 {
  font-size: 1.4rem;
}

.text-1\/5 {
  font-size: 1.5rem;
}

.text-1\/6 {
  font-size: 1.6rem;
}

.text-1\/8 {
  font-size: 1.8rem;
}

.text-1\/9 {
  font-size: 1.9rem;
}

.text-2\/6 {
  font-size: 2.6rem;
}

.text-2\/7 {
  font-size: 2.7rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.leading-\[1\.1\] {
  line-height: 1.1;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-\[1\.3\] {
  line-height: 1.3;
}

.leading-\[1\.4\] {
  line-height: 1.4;
}

.leading-\[1\.5\] {
  line-height: 1.5;
}

.leading-\[1\.6\] {
  line-height: 1.6;
}

.leading-\[1\.7\] {
  line-height: 1.7;
}

.leading-\[1\.8\] {
  line-height: 1.8;
}

.leading-\[1\.9\] {
  line-height: 1.9;
}

.leading-\[1\] {
  line-height: 1;
}

.leading-\[2\.1\] {
  line-height: 2.1;
}

.leading-\[2\.2\] {
  line-height: 2.2;
}

.leading-\[2\.3\] {
  line-height: 2.3;
}

.leading-\[2\.4\] {
  line-height: 2.4;
}

.leading-\[2\.5\] {
  line-height: 2.5;
}

.leading-\[2\.6\] {
  line-height: 2.6;
}

.leading-\[2\.7\] {
  line-height: 2.7;
}

.leading-\[2\.8\] {
  line-height: 2.8;
}

.leading-\[2\.9\] {
  line-height: 2.9;
}

.leading-\[2\] {
  line-height: 2;
}

.leading-\[3\.1\] {
  line-height: 3.1;
}

.leading-\[3\.2\] {
  line-height: 3.2;
}

.leading-\[3\.3\] {
  line-height: 3.3;
}

.leading-\[3\.4\] {
  line-height: 3.4;
}

.leading-\[3\.5\] {
  line-height: 3.5;
}

.leading-\[3\.6\] {
  line-height: 3.6;
}

.leading-\[3\.7\] {
  line-height: 3.7;
}

.leading-\[3\.8\] {
  line-height: 3.8;
}

.leading-\[3\.9\] {
  line-height: 3.9;
}

.leading-\[3\] {
  line-height: 3;
}

.leading-\[4\.1\] {
  line-height: 4.1;
}

.leading-\[4\.2\] {
  line-height: 4.2;
}

.leading-\[4\.3\] {
  line-height: 4.3;
}

.leading-\[4\.4\] {
  line-height: 4.4;
}

.leading-\[4\.5\] {
  line-height: 4.5;
}

.leading-\[4\.6\] {
  line-height: 4.6;
}

.leading-\[4\.7\] {
  line-height: 4.7;
}

.leading-\[4\.8\] {
  line-height: 4.8;
}

.leading-\[4\.9\] {
  line-height: 4.9;
}

.leading-\[4\] {
  line-height: 4;
}

.leading-\[5\] {
  line-height: 5;
}

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

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

.tracking-\[1px\] {
  letter-spacing: 1px;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.text-\[\#3e1650\] {
  --tw-text-opacity: 1;
  color: rgb(62 22 80 / var(--tw-text-opacity, 1));
}

.text-\[\#484951\] {
  --tw-text-opacity: 1;
  color: rgb(72 73 81 / var(--tw-text-opacity, 1));
}

.text-\[\#4E1A66\] {
  --tw-text-opacity: 1;
  color: rgb(78 26 102 / var(--tw-text-opacity, 1));
}

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

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

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

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

.text-gray-60 {
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1));
}

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

.text-gray-70 {
  --tw-text-opacity: 1;
  color: rgb(148 148 148 / var(--tw-text-opacity, 1));
}

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

.text-gray-90 {
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity, 1));
}

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

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

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(0 152 217 / var(--tw-text-opacity, 1));
}

.text-text2 {
  --tw-text-opacity: 1;
  color: rgb(51 63 72 / var(--tw-text-opacity, 1));
}

.text-text3 {
  --tw-text-opacity: 1;
  color: rgb(139 147 146 / 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-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.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-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-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[background-color\2c opacity\] {
  transition-property: background-color,opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[background-color\] {
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[background\] {
  transition-property: background;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[color\2c background-color\] {
  transition-property: color,background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[height\] {
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.transition-\[right\] {
  transition-property: right;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[tranform\] {
  transition-property: tranform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[transform\2c opacity\] {
  transition-property: transform,opacity;
  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;
}

.transition-\[width\] {
  transition-property: width;
  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-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.transition-shadow {
  transition-property: box-shadow;
  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;
}

.delay-1000 {
  transition-delay: 1000ms;
}

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

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

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

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

input.--is-invalid {
  border-color: red;
}

input[type='checkbox'].--is-invalid ~ label {
  border-color: red;
}

input[type='checkbox'].--is-valid ~ label {
  background-color: #0098d9;
  border-color: #0098d9;
}

select.--is-invalid {
  border-color: red;
}

input::-moz-placeholder {
  color: #747474;
}

input::placeholder {
  color: #747474;
}

.--is-invalid select,
.--is-invalid input {
  border-color: #ff6a6a;
}

input:focus-visible,
select:focus-visible {
  outline: 0;
}

.icon-mask-left {
  mask-image: url('../assets/multimedia/icons/signal-left.svg');
  -webkit-mask-image: url('../assets/multimedia/icons/signal-left.svg');
}

.icon-mask-right {
  mask-image: url('../assets/multimedia/icons/signal-right.svg');
  -webkit-mask-image: url('../assets/multimedia/icons/signal-right.svg');
}

.icon-close {
  mask-image: url('../assets/multimedia/icons/icon-close-v2.svg');
  -webkit-mask-image: url('../assets/multimedia/icons/icon-close-v2.svg');
}

.icon-brand {
  mask-image: url('../assets/multimedia/icons/cosapi-white.png');
  -webkit-mask-image: url('../assets/multimedia/icons/cosapi-white.png');
}

.icon-check {
  mask-image: url('../assets/multimedia/icons/icon-check.svg');
  -webkit-mask-image: url('../assets/multimedia/icons/icon-check.svg');
}

.icon-signal-right {
  mask-image: url('../assets/multimedia/icons/icon-signal-right.svg');
  -webkit-mask-image: url('../assets/multimedia/icons/icon-signal-right.svg');
}

.icon-down-float {
  mask-image: url('../assets/multimedia/icons/icon-down-float.svg');
  -webkit-mask-image: url('../assets/multimedia/icons/icon-down-float.svg');
}

.icon-lanzamiento {
  mask-image: url('../assets/multimedia/icons/icon-status-nave.svg');
  -webkit-mask-image: url('../assets/multimedia/icons/icon-status-nave.svg');
}

.icon-preventa {
  mask-image: url('../assets/multimedia/icons/icon-status-preventa.svg');
  -webkit-mask-image: url('../assets/multimedia/icons/icon-status-preventa.svg');
}

.icon-en-construccion {
  mask-image: url('../assets/multimedia/icons/icon-status-construccion.svg');
  -webkit-mask-image: url('../assets/multimedia/icons/icon-status-construccion.svg');
}

.icon-entrega-inmediata {
  mask-image: url('../assets/multimedia/icons/icon-status-key.svg');
  -webkit-mask-image: url('../assets/multimedia/icons/icon-status-key.svg');
}

.icon-down {
  mask-image: url('../assets/multimedia/icons/icon-down.svg');
  -webkit-mask-image: url('../assets/multimedia/icons/icon-down.svg');
}

.mask-center {
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
}

.container {
  margin: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
}

@media (min-width: 500px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* @media (min-width: 1300px) {
	.container {
		padding-left: 8rem;
		padding-right: 8rem;
	}
}
@media (min-width: 1500px) {
	.container {
		padding-left: 6rem;
		padding-right: 6rem;
	}
} */

.owl-stage-outer {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.owl-carousel {
  width: 100%;
  height: 100%;
  position: relative;
}

.owl-stage {
  display: flex;
  height: 100%;
}

.content-sliders .slider .owl-stage {
  left: 0;
  position: relative;
}

.background-shadow {
  background: linear-gradient(180deg, #fff0, #000);
}

@media (max-width: 500px) {
  .background-shadow {
    background: none;
  }
}

.icon-place {
  -webkit-mask-image: url('../assets/multimedia/icons/icon-place.svg');
  mask-image: url('../assets/multimedia/icons/icon-place.svg');
}

.icon-more-card {
  -webkit-mask-image: url('../assets/multimedia/icons/icon-plus.svg');
  mask-image: url('../assets/multimedia/icons/icon-plus.svg');
}

.icon-dorm {
  -webkit-mask-image: url('../assets/multimedia/icons/icon-dorm.png');
  mask-image: url('../assets/multimedia/icons/icon-dorm.png');
}

.slider-other-projects .owl-nav {
  display: flex;
  width: 100%;
  position: absolute;
  pointer-events: none;
  justify-content: space-between;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  align-items: center;
}

.slider-other-projects .owl-nav button:hover span {
  color: #0098d9;
}

.slider-other-projects .owl-nav button {
  pointer-events: all;
  cursor: pointer;
}

.slider-other-projects .owl-nav .owl-nav-left {
  transform: translateX(-110%);
}

.slider-other-projects .owl-nav .owl-nav-right {
  transform: translateX(110%);
}

@media (max-width: 500px) {
  .slider-other-projects .owl-nav .owl-nav-right,
	.slider-other-projects .owl-nav .owl-nav-left {
    display: none;
  }
}

.slider-other-projects .owl-nav button span {
  font-size: 2rem;
  color: white;
  line-height: 1;
  top: -1px;
  position: relative;
}

.circle-1 {
  width: 22rem;
  height: 22rem;
  transform: rotate(278deg);
  transform-origin: center;
  position: absolute;
  bottom: -11rem;
  left: -5rem;
  opacity: 0.5;
}

.circle {
  background: linear-gradient(90deg, rgba(0, 103, 164, 0), rgba(0, 128, 204, 0) 60%, hsla(0, 0%, 100%, 0.255));
  border-radius: 100%;
}

.slider-other-projects .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.slider-other-projects .owl-dots button {
  width: 0.6rem;
  height: 0.6rem;
  background: white;
  border-radius: 100%;
  opacity: 0.5;
}

.slider-other-projects .owl-dots button.active {
  opacity: 1;
}

.marker-project,
.marker-marker {
  border-radius: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  opacity: 1;
  transition: opacity 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  pointer-events: none;
  z-index: 3;
  background: transparent;
  align-items: flex-end;
}

.marker-marker {
  z-index: 2;
}

.marker-marker,
.marker-project {
  max-width: 1px;
  max-height: 1px;
  width: 1px;
  height: 1px;
}

.marker-project img {
  width: 5rem;
  min-width: 5rem;
}

.marker-marker .content-box {
  min-width: 2.7rem;
  min-height: 2.7rem;
  position: relative;
  align-items: center;
}

.marker-marker .content-box .icon-site {
  z-index: 2;
  width: 100%;
  display: flex;
  position: relative;
}

.marker-marker .content-box .title-point {
  height: 2rem;
  margin: auto;
  position: absolute;
  background-color: white;
  color: #526870;
  border-radius: 0 30rem 30rem 0;
  border: 1px solid #a6a6a7;
  font-size: 1rem;
  padding-top: 0.1rem;
  z-index: 1;
  font-family: GTWalsheimPro-Regular;
  left: 2rem;
  top: 0.4rem;
  width: 0rem;
  padding-left: 0;
  padding-right: 0;
  opacity: 0;
  transition: 0.3s opacity;
  display: flex;
  align-items: center;
  justify-content: start;
}

.marker-marker .content-box .title-point span {
  line-height: 1;
  font-size: 0.9rem;
  opacity: 0;
  transition: 0.3s opacity;
  height: 100%;
  display: flex;
  align-items: center;
}

.marker-marker .content-box:hover .title-point {
  overflow: hidden;
  width: -moz-max-content;
  width: max-content;
  padding-left: 1rem;
  padding-right: 1rem;
  opacity: 1;
}

.marker-marker .content-box:hover .title-point span {
  opacity: 1;
}

.marker-marker .content-mask-icon {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.marker-marker.orientation-left .title-point {
  right: 2rem;
  left: auto;
  border-radius: 30rem 0 0 30rem;
}

.icon-lupa {
  mask-image: url('/wp-content/themes/formula/assets/multimedia/icons/icon-lupa.svg');
  -webkit-mask-image: url('/wp-content/themes/formula/assets/multimedia/icons/icon-lupa.svg');
}

.owl-nav-left span {
  mask-image: url('/wp-content/themes/formula/assets/multimedia/icons/signal-left.svg');
  -webkit-mask-image: url('/wp-content/themes/formula/assets/multimedia/icons/signal-left.svg');
}

.owl-nav-right span {
  mask-image: url('/wp-content/themes/formula/assets/multimedia/icons/signal-right.svg');
  -webkit-mask-image: url('/wp-content/themes/formula/assets/multimedia/icons/signal-right.svg');
}

.content-slider-gallery .owl-dots {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}

.content-slider-gallery .owl-dots .owl-dot {
  width: 0.7rem;
  height: 0.7rem;
  background: white;
  border-radius: 100%;
  opacity: 0.5;
  border: none;
}

.content-slider-gallery .owl-dots .owl-dot.active {
  opacity: 1;
}

.content-slider-gallery .owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  pointer-events: none;
}

.content-slider-gallery .owl-nav .owl-nav-left {
  left: 20vw;
  position: relative;
  pointer-events: all;
  cursor: pointer;
}

.content-slider-gallery .owl-nav .owl-nav-right {
  right: 20vw;
  position: relative;
  pointer-events: all;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .content-slider-gallery .owl-nav .owl-nav-left {
    left: 28vw;
  }

  .content-slider-gallery .owl-nav .owl-nav-right {
    right: 28vw;
  }
}

@media (max-width: 500px) {
  .content-slider-gallery .owl-nav .owl-nav-left {
    left: 17vw;
  }

  .content-slider-gallery .owl-nav .owl-nav-right {
    right: 17vw;
  }
}

.content-slider-gallery .owl-nav button {
  transition: 0.3s;
}

.content-slider-gallery .owl-nav button:hover {
  background-color: rgba(0, 0, 0, 0.405);
}

.content-slider-gallery .owl-nav button span,
.slider-other-projects .owl-nav button span {
  background-color: white;
  width: 40%;
  height: 40%;
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  font-size: 0;
  display: flex;
  margin: auto;
}

.content-slider-gallery .item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.429);
  z-index: 2;
}

.owl-carousel .owl-stage:after {
  display: none !important;
}

.overflow-clip {
  overflow: clip;
}

@media (min-width: 1200px) {
  .vc_hidden-lg {
    display: none !important;
  }
}

/* width mobile max-content important */

@media (max-width: 900px) {
  /* with!important */

  .mobile\:\!w-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }
}

.float-form {
  transition: 0.3s transform ease-in-out;
  box-shadow: 0 0 30px -6px rgba(125, 203, 255, 0.678);
}

@media (max-width: 900px) {
  .float-form.active {
    transform: translateY(calc(100% - 4.6rem));
  }
}

.lg-icon::after {
  font-family: lg !important;
}

@keyframes downling {
  0% {
    transform: translateY(0);
  }

  to {
    transform: translateY(100%);
  }
}

@keyframes uplink {
  0% {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

@media (max-width: 600px) {
  @keyframes downling {
    0% {
      transform: translateY(calc(100% - 4.6rem));
    }

    to {
      transform: translateY(100%);
    }
  }
}

.float-form {
  will-change: transform;
  transition: 0.3s transform ease-in-out;
}

/* .float-form.active.--show {
	transform: translateY(calc(100% - 4.6rem));
} */

.float-form.--hide {
  animation: downling 0.3s forwards;
}

.float-form.active.--hide {
  animation: downling 0.3s forwards;
}

/* .float-form.--show {
	animation: uplink 0.3s forwards;
} */

/* 

@media (max-width: 600px) {
	.float-form.--hide {
		animation: downling 0.5s forwards;
	}

	.float-form.active.--show {
		animation: uplink 0.5s forwards;
	}
}  */

.titulo-linea span {
  line-height: inherit;
}

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

/* Row con fondo full-width pero contenido limitado */

.row-container-content {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.row-container-content > .vc_column_container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 500px) {
  .row-container-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1300px) {
  .row-container-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1500px) {
  .row-container-content > .vc_column_container {
    max-width: 1400px;
  }
}

.placeholder\:text-0\/9::-moz-placeholder {
  font-size: .9rem;
}

.placeholder\:text-0\/9::placeholder {
  font-size: .9rem;
}

.placeholder\:text-1\/0::-moz-placeholder {
  font-size: 1rem;
}

.placeholder\:text-1\/0::placeholder {
  font-size: 1rem;
}

.placeholder\:text-1\/1::-moz-placeholder {
  font-size: 1.1rem;
}

.placeholder\:text-1\/1::placeholder {
  font-size: 1.1rem;
}

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

.placeholder\:text-gray-300::placeholder {
  --tw-text-opacity: 1;
  color: rgb(162 162 162 / var(--tw-text-opacity, 1));
}

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

.placeholder\:text-gray-60::placeholder {
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1));
}

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

.placeholder\:text-gray-70::placeholder {
  --tw-text-opacity: 1;
  color: rgb(148 148 148 / var(--tw-text-opacity, 1));
}

.placeholder\:text-secondary::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 152 217 / var(--tw-text-opacity, 1));
}

.placeholder\:text-secondary::placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 152 217 / var(--tw-text-opacity, 1));
}

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

.hover\:-translate-y-2:hover {
  --tw-translate-y: -0.5rem;
  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\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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\:border-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 152 217 / var(--tw-border-opacity, 1));
}

.hover\:\!bg-primary:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 152 217 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-\[\#d3ff10\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(211 255 16 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

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

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

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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\:ring-purple-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:right-\[-2rem\] {
  right: -2rem;
}

.group\/dot:hover .group-hover\/dot\:w-max {
  width: -moz-max-content;
  width: max-content;
}

.group\/dot:hover .group-hover\/dot\:max-w-\[150px\] {
  max-width: 150px;
}

.group\/lupa:hover .group-hover\/lupa\: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));
}

.group:hover .group-hover\:rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group\/card:hover .group-hover\/card\:scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
}

.group\/lupa:hover .group-hover\/lupa\:scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 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));
}

.group\/card:hover .group-hover\/card\:bg-\[\#00000065\] {
  background-color: #00000065;
}

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

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

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

.group\/card:hover .group-hover\/card\:opacity-100 {
  opacity: 1;
}

.group\/lupa:hover .group-hover\/lupa\:opacity-100 {
  opacity: 1;
}

.group.active .group-\[\&\.active\]\:translate-y-\[-5\.5px\] {
  --tw-translate-y: -5.5px;
  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));
}

.group.active .group-\[\&\.active\]\:translate-y-\[5\.5px\] {
  --tw-translate-y: 5.5px;
  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));
}

.group.active .group-\[\&\.active\]\:rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group.active .group-\[\&\.active\]\:rotate-\[-45deg\] {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group\/float.active .group-\[\.active\]\/float\: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));
}

.group\/navbar.transparent .group-\[\&\.transparent\]\/navbar\:bg-\[\#0000004e\] {
  background-color: #0000004e;
}

.group\/navbar.transparent .group-\[\&\.transparent\]\/navbar\:bg-transparent {
  background-color: transparent;
}

.group\/navbar.transparent .group-\[\&\.transparent\]\/navbar\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.group\/link.active .group-\[\&\.active\]\/link\:font-walsheimpro_medium {
  font-family: GTWalsheimPro-Medium;
}

.group\/navbar.transparent .group-\[\&\.transparent\]\/navbar\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group\/menu.open .group-\[\&\.open\]\/menu\:opacity-100 {
  opacity: 1;
}

.peer:checked ~ .peer-checked\:border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(0 152 217 / var(--tw-border-opacity, 1));
}

.peer:checked ~ .peer-checked\:border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(0 152 217 / var(--tw-border-opacity, 1));
}

.peer:checked ~ .peer-checked\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 152 217 / var(--tw-bg-opacity, 1));
}

.peer:checked ~ .peer-checked\:bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 152 217 / var(--tw-bg-opacity, 1));
}

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

.peer:checked ~ .peer-checked\:opacity-100 {
  opacity: 1;
}

.peer.--is-invalid ~ .peer-\[\&\.--is-invalid\]\:border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

@media (max-width: 499px) {
  .mobile\:relative {
    position: relative;
  }

  .mobile\:left-0 {
    left: 0px;
  }

  .mobile\:left-10 {
    left: 2.5rem;
  }

  .mobile\:right-0 {
    right: 0px;
  }

  .mobile\:top-6 {
    top: 1.5rem;
  }

  .mobile\:col-end-2 {
    grid-column-end: 2;
  }

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

  .mobile\:\!mt-0 {
    margin-top: 0px !important;
  }

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

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

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

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

  .mobile\:mb-\[3rem\] {
    margin-bottom: 3rem;
  }

  .mobile\:mb-\[4rem\] {
    margin-bottom: 4rem;
  }

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

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

  .mobile\:mt-\[0\.5rem\] {
    margin-top: 0.5rem;
  }

  .mobile\:flex {
    display: flex;
  }

  .mobile\:hidden {
    display: none;
  }

  .mobile\:\!h-\[80vw\] {
    height: 80vw !important;
  }

  .mobile\:h-10 {
    height: 2.5rem;
  }

  .mobile\:h-12 {
    height: 3rem;
  }

  .mobile\:h-5 {
    height: 1.25rem;
  }

  .mobile\:h-6 {
    height: 1.5rem;
  }

  .mobile\:h-\[180vw\] {
    height: 180vw;
  }

  .mobile\:h-\[2\.5rem\] {
    height: 2.5rem;
  }

  .mobile\:h-\[22rem\] {
    height: 22rem;
  }

  .mobile\:h-\[3\.5rem\] {
    height: 3.5rem;
  }

  .mobile\:h-\[3\.8rem\] {
    height: 3.8rem;
  }

  .mobile\:h-\[3rem\] {
    height: 3rem;
  }

  .mobile\:h-\[4rem\] {
    height: 4rem;
  }

  .mobile\:h-\[5rem\] {
    height: 5rem;
  }

  .mobile\:h-\[70vw\] {
    height: 70vw;
  }

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

  .mobile\:h-max {
    height: -moz-max-content;
    height: max-content;
  }

  .mobile\:min-h-\[2\.5rem\] {
    min-height: 2.5rem;
  }

  .mobile\:\!w-\[9rem\] {
    width: 9rem !important;
  }

  .mobile\:\!w-full {
    width: 100% !important;
  }

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

  .mobile\:w-\[100vw\] {
    width: 100vw;
  }

  .mobile\:w-\[10px\] {
    width: 10px;
  }

  .mobile\:w-\[11px\] {
    width: 11px;
  }

  .mobile\:w-\[11rem\] {
    width: 11rem;
  }

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

  .mobile\:w-\[13px\] {
    width: 13px;
  }

  .mobile\:w-\[14px\] {
    width: 14px;
  }

  .mobile\:w-\[15px\] {
    width: 15px;
  }

  .mobile\:w-\[16px\] {
    width: 16px;
  }

  .mobile\:w-\[17px\] {
    width: 17px;
  }

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

  .mobile\:w-\[18rem\] {
    width: 18rem;
  }

  .mobile\:w-\[19px\] {
    width: 19px;
  }

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

  .mobile\:w-\[2\.5rem\] {
    width: 2.5rem;
  }

  .mobile\:w-\[20px\] {
    width: 20px;
  }

  .mobile\:w-\[21px\] {
    width: 21px;
  }

  .mobile\:w-\[22px\] {
    width: 22px;
  }

  .mobile\:w-\[23px\] {
    width: 23px;
  }

  .mobile\:w-\[24px\] {
    width: 24px;
  }

  .mobile\:w-\[25px\] {
    width: 25px;
  }

  .mobile\:w-\[26px\] {
    width: 26px;
  }

  .mobile\:w-\[27px\] {
    width: 27px;
  }

  .mobile\:w-\[28px\] {
    width: 28px;
  }

  .mobile\:w-\[29px\] {
    width: 29px;
  }

  .mobile\:w-\[2px\] {
    width: 2px;
  }

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

  .mobile\:w-\[31px\] {
    width: 31px;
  }

  .mobile\:w-\[32px\] {
    width: 32px;
  }

  .mobile\:w-\[33px\] {
    width: 33px;
  }

  .mobile\:w-\[34px\] {
    width: 34px;
  }

  .mobile\:w-\[35px\] {
    width: 35px;
  }

  .mobile\:w-\[36px\] {
    width: 36px;
  }

  .mobile\:w-\[37px\] {
    width: 37px;
  }

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

  .mobile\:w-\[39px\] {
    width: 39px;
  }

  .mobile\:w-\[3px\] {
    width: 3px;
  }

  .mobile\:w-\[3rem\] {
    width: 3rem;
  }

  .mobile\:w-\[40px\] {
    width: 40px;
  }

  .mobile\:w-\[41px\] {
    width: 41px;
  }

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

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

  .mobile\:w-\[44px\] {
    width: 44px;
  }

  .mobile\:w-\[45px\] {
    width: 45px;
  }

  .mobile\:w-\[46px\] {
    width: 46px;
  }

  .mobile\:w-\[47px\] {
    width: 47px;
  }

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

  .mobile\:w-\[49px\] {
    width: 49px;
  }

  .mobile\:w-\[4px\] {
    width: 4px;
  }

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

  .mobile\:w-\[5px\] {
    width: 5px;
  }

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

  .mobile\:w-\[6rem\] {
    width: 6rem;
  }

  .mobile\:w-\[70vw\] {
    width: 70vw;
  }

  .mobile\:w-\[7px\] {
    width: 7px;
  }

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

  .mobile\:w-\[9px\] {
    width: 9px;
  }

  .mobile\:w-\[9rem\] {
    width: 9rem;
  }

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

  .mobile\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .mobile\:min-w-5 {
    min-width: 1.25rem;
  }

  .mobile\:min-w-\[100vw\] {
    min-width: 100vw;
  }

  .mobile\:min-w-\[3rem\] {
    min-width: 3rem;
  }

  .mobile\:min-w-\[5rem\] {
    min-width: 5rem;
  }

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

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

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

  .mobile\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .mobile\:flex-wrap {
    flex-wrap: wrap;
  }

  .mobile\:items-start {
    align-items: flex-start;
  }

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

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

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

  .mobile\:gap-2 {
    gap: 0.5rem;
  }

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

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

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

  .mobile\:gap-\[1\.5rem\] {
    gap: 1.5rem;
  }

  .mobile\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

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

  .mobile\:text-balance {
    text-wrap: balance;
  }

  .mobile\:rounded-\[1rem\] {
    border-radius: 1rem;
  }

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

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

  .mobile\:rounded-bl-\[1rem\] {
    border-bottom-left-radius: 1rem;
  }

  .mobile\:rounded-br-\[1rem\] {
    border-bottom-right-radius: 1rem;
  }

  .mobile\:rounded-tl-\[1rem\] {
    border-top-left-radius: 1rem;
  }

  .mobile\:rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .mobile\:rounded-tr-\[1rem\] {
    border-top-right-radius: 1rem;
  }

  .mobile\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .mobile\:border-0 {
    border-width: 0px;
  }

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

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

  .mobile\:border-b-gray-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(232 232 232 / var(--tw-border-opacity, 1));
  }

  .mobile\:border-b-gray-40 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  }

  .mobile\:border-t-gray-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(232 232 232 / var(--tw-border-opacity, 1));
  }

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

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

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

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

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

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

  .mobile\:px-\[1\.5rem\] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .mobile\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

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

  .mobile\:py-\[2rem\] {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .mobile\:\!pl-0 {
    padding-left: 0px !important;
  }

  .mobile\:\!pr-0 {
    padding-right: 0px !important;
  }

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

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

  .mobile\:pb-\[5rem\] {
    padding-bottom: 5rem;
  }

  .mobile\:pr-0 {
    padding-right: 0px;
  }

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

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

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

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

  .mobile\:pt-8 {
    padding-top: 2rem;
  }

  .mobile\:pt-\[3rem\] {
    padding-top: 3rem;
  }

  .mobile\:text-left {
    text-align: left;
  }

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

  .mobile\:\!text-2\/4 {
    font-size: 2.4rem !important;
  }

  .mobile\:text-0\/7 {
    font-size: .7rem;
  }

  .mobile\:text-0\/8 {
    font-size: .8rem;
  }

  .mobile\:text-0\/9 {
    font-size: .9rem;
  }

  .mobile\:text-1\/0 {
    font-size: 1rem;
  }

  .mobile\:text-1\/1 {
    font-size: 1.1rem;
  }

  .mobile\:text-1\/2 {
    font-size: 1.2rem;
  }

  .mobile\:text-1\/3 {
    font-size: 1.3rem;
  }

  .mobile\:text-1\/4 {
    font-size: 1.4rem;
  }

  .mobile\:text-1\/5 {
    font-size: 1.5rem;
  }

  .mobile\:text-\[100px\] {
    font-size: 100px;
  }

  .mobile\:text-\[10px\] {
    font-size: 10px;
  }

  .mobile\:text-\[11px\] {
    font-size: 11px;
  }

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

  .mobile\:text-\[13px\] {
    font-size: 13px;
  }

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

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

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

  .mobile\:text-\[17px\] {
    font-size: 17px;
  }

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

  .mobile\:text-\[19px\] {
    font-size: 19px;
  }

  .mobile\:text-\[1px\] {
    font-size: 1px;
  }

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

  .mobile\:text-\[21px\] {
    font-size: 21px;
  }

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

  .mobile\:text-\[23px\] {
    font-size: 23px;
  }

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

  .mobile\:text-\[25px\] {
    font-size: 25px;
  }

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

  .mobile\:text-\[27px\] {
    font-size: 27px;
  }

  .mobile\:text-\[28px\] {
    font-size: 28px;
  }

  .mobile\:text-\[29px\] {
    font-size: 29px;
  }

  .mobile\:text-\[2px\] {
    font-size: 2px;
  }

  .mobile\:text-\[30px\] {
    font-size: 30px;
  }

  .mobile\:text-\[31px\] {
    font-size: 31px;
  }

  .mobile\:text-\[32px\] {
    font-size: 32px;
  }

  .mobile\:text-\[33px\] {
    font-size: 33px;
  }

  .mobile\:text-\[34px\] {
    font-size: 34px;
  }

  .mobile\:text-\[35px\] {
    font-size: 35px;
  }

  .mobile\:text-\[36px\] {
    font-size: 36px;
  }

  .mobile\:text-\[37px\] {
    font-size: 37px;
  }

  .mobile\:text-\[38px\] {
    font-size: 38px;
  }

  .mobile\:text-\[39px\] {
    font-size: 39px;
  }

  .mobile\:text-\[3px\] {
    font-size: 3px;
  }

  .mobile\:text-\[40px\] {
    font-size: 40px;
  }

  .mobile\:text-\[41px\] {
    font-size: 41px;
  }

  .mobile\:text-\[42px\] {
    font-size: 42px;
  }

  .mobile\:text-\[43px\] {
    font-size: 43px;
  }

  .mobile\:text-\[44px\] {
    font-size: 44px;
  }

  .mobile\:text-\[45px\] {
    font-size: 45px;
  }

  .mobile\:text-\[46px\] {
    font-size: 46px;
  }

  .mobile\:text-\[47px\] {
    font-size: 47px;
  }

  .mobile\:text-\[48px\] {
    font-size: 48px;
  }

  .mobile\:text-\[49px\] {
    font-size: 49px;
  }

  .mobile\:text-\[4px\] {
    font-size: 4px;
  }

  .mobile\:text-\[50px\] {
    font-size: 50px;
  }

  .mobile\:text-\[51px\] {
    font-size: 51px;
  }

  .mobile\:text-\[52px\] {
    font-size: 52px;
  }

  .mobile\:text-\[53px\] {
    font-size: 53px;
  }

  .mobile\:text-\[54px\] {
    font-size: 54px;
  }

  .mobile\:text-\[55px\] {
    font-size: 55px;
  }

  .mobile\:text-\[56px\] {
    font-size: 56px;
  }

  .mobile\:text-\[57px\] {
    font-size: 57px;
  }

  .mobile\:text-\[58px\] {
    font-size: 58px;
  }

  .mobile\:text-\[59px\] {
    font-size: 59px;
  }

  .mobile\:text-\[5px\] {
    font-size: 5px;
  }

  .mobile\:text-\[60px\] {
    font-size: 60px;
  }

  .mobile\:text-\[61px\] {
    font-size: 61px;
  }

  .mobile\:text-\[62px\] {
    font-size: 62px;
  }

  .mobile\:text-\[63px\] {
    font-size: 63px;
  }

  .mobile\:text-\[64px\] {
    font-size: 64px;
  }

  .mobile\:text-\[65px\] {
    font-size: 65px;
  }

  .mobile\:text-\[66px\] {
    font-size: 66px;
  }

  .mobile\:text-\[67px\] {
    font-size: 67px;
  }

  .mobile\:text-\[68px\] {
    font-size: 68px;
  }

  .mobile\:text-\[69px\] {
    font-size: 69px;
  }

  .mobile\:text-\[6px\] {
    font-size: 6px;
  }

  .mobile\:text-\[70px\] {
    font-size: 70px;
  }

  .mobile\:text-\[71px\] {
    font-size: 71px;
  }

  .mobile\:text-\[72px\] {
    font-size: 72px;
  }

  .mobile\:text-\[73px\] {
    font-size: 73px;
  }

  .mobile\:text-\[74px\] {
    font-size: 74px;
  }

  .mobile\:text-\[75px\] {
    font-size: 75px;
  }

  .mobile\:text-\[76px\] {
    font-size: 76px;
  }

  .mobile\:text-\[77px\] {
    font-size: 77px;
  }

  .mobile\:text-\[78px\] {
    font-size: 78px;
  }

  .mobile\:text-\[79px\] {
    font-size: 79px;
  }

  .mobile\:text-\[7px\] {
    font-size: 7px;
  }

  .mobile\:text-\[80px\] {
    font-size: 80px;
  }

  .mobile\:text-\[81px\] {
    font-size: 81px;
  }

  .mobile\:text-\[82px\] {
    font-size: 82px;
  }

  .mobile\:text-\[83px\] {
    font-size: 83px;
  }

  .mobile\:text-\[84px\] {
    font-size: 84px;
  }

  .mobile\:text-\[85px\] {
    font-size: 85px;
  }

  .mobile\:text-\[86px\] {
    font-size: 86px;
  }

  .mobile\:text-\[87px\] {
    font-size: 87px;
  }

  .mobile\:text-\[88px\] {
    font-size: 88px;
  }

  .mobile\:text-\[89px\] {
    font-size: 89px;
  }

  .mobile\:text-\[8px\] {
    font-size: 8px;
  }

  .mobile\:text-\[90px\] {
    font-size: 90px;
  }

  .mobile\:text-\[91px\] {
    font-size: 91px;
  }

  .mobile\:text-\[92px\] {
    font-size: 92px;
  }

  .mobile\:text-\[93px\] {
    font-size: 93px;
  }

  .mobile\:text-\[94px\] {
    font-size: 94px;
  }

  .mobile\:text-\[95px\] {
    font-size: 95px;
  }

  .mobile\:text-\[96px\] {
    font-size: 96px;
  }

  .mobile\:text-\[97px\] {
    font-size: 97px;
  }

  .mobile\:text-\[98px\] {
    font-size: 98px;
  }

  .mobile\:text-\[99px\] {
    font-size: 99px;
  }

  .mobile\:text-\[9px\] {
    font-size: 9px;
  }

  .mobile\:font-light {
    font-weight: 300;
  }

  .mobile\:leading-\[1\] {
    line-height: 1;
  }

  .mobile\:leading-none {
    line-height: 1;
  }

  .mobile\:text-gray-70 {
    --tw-text-opacity: 1;
    color: rgb(148 148 148 / var(--tw-text-opacity, 1));
  }

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

  .mobile\:opacity-50 {
    opacity: 0.5;
  }

  .mobile\:placeholder\:text-1\/0::-moz-placeholder {
    font-size: 1rem;
  }

  .mobile\:placeholder\:text-1\/0::placeholder {
    font-size: 1rem;
  }
}

@media (min-width: 500px) {
  .sm\:mb-0 {
    margin-bottom: 0px;
  }

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

  .sm\:translate-y-\[100\%\] {
    --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));
  }

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

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

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

  .sm\:border-\[\#ffffff67\] {
    border-color: #ffffff67;
  }

  .sm\:\!bg-transparent {
    background-color: transparent !important;
  }

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

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

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

  .sm\:text-0\/8 {
    font-size: .8rem;
  }

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

  .group:hover .sm\:group-hover\:translate-y-\[0\%\] {
    --tw-translate-y: 0%;
    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));
  }

  .group:hover .sm\:group-hover\:translate-y-\[calc\(-100\%-2rem\)\] {
    --tw-translate-y: calc(-100% - 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));
  }
}

@media (min-width: 700px) {
  .xsm\:flex {
    display: flex;
  }

  .xsm\:hidden {
    display: none;
  }

  .xsm\:w-\[21rem\] {
    width: 21rem;
  }

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

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

  .xsm\:gap-\[6rem\] {
    gap: 6rem;
  }

  .xsm\:rounded-\[1rem\] {
    border-radius: 1rem;
  }
}

@media (min-width: 800px) {
  .sxsm\:w-\[42rem\] {
    width: 42rem;
  }

  .sxsm\:min-w-\[42rem\] {
    min-width: 42rem;
  }
}

@media (min-width: 900px) {
  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

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

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

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-max {
    height: -moz-max-content;
    height: max-content;
  }

  .md\:w-12 {
    width: 3rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:w-\[34rem\] {
    width: 34rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:w-\[50rem\] {
    width: 50rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:pt-\[4\.5rem\] {
    padding-top: 4.5rem;
  }

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

  .md\:text-0\/8 {
    font-size: .8rem;
  }

  .md\:text-\[0\.9rem\] {
    font-size: 0.9rem;
  }

  .md\:text-\[1\.2rem\] {
    font-size: 1.2rem;
  }

  .md\:text-\[100px\] {
    font-size: 100px;
  }

  .md\:text-\[10px\] {
    font-size: 10px;
  }

  .md\:text-\[11px\] {
    font-size: 11px;
  }

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

  .md\:text-\[13px\] {
    font-size: 13px;
  }

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

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

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

  .md\:text-\[17px\] {
    font-size: 17px;
  }

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

  .md\:text-\[19px\] {
    font-size: 19px;
  }

  .md\:text-\[1px\] {
    font-size: 1px;
  }

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

  .md\:text-\[21px\] {
    font-size: 21px;
  }

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

  .md\:text-\[23px\] {
    font-size: 23px;
  }

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

  .md\:text-\[25px\] {
    font-size: 25px;
  }

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

  .md\:text-\[27px\] {
    font-size: 27px;
  }

  .md\:text-\[28px\] {
    font-size: 28px;
  }

  .md\:text-\[29px\] {
    font-size: 29px;
  }

  .md\:text-\[2px\] {
    font-size: 2px;
  }

  .md\:text-\[30px\] {
    font-size: 30px;
  }

  .md\:text-\[31px\] {
    font-size: 31px;
  }

  .md\:text-\[32px\] {
    font-size: 32px;
  }

  .md\:text-\[33px\] {
    font-size: 33px;
  }

  .md\:text-\[34px\] {
    font-size: 34px;
  }

  .md\:text-\[35px\] {
    font-size: 35px;
  }

  .md\:text-\[36px\] {
    font-size: 36px;
  }

  .md\:text-\[37px\] {
    font-size: 37px;
  }

  .md\:text-\[38px\] {
    font-size: 38px;
  }

  .md\:text-\[39px\] {
    font-size: 39px;
  }

  .md\:text-\[3px\] {
    font-size: 3px;
  }

  .md\:text-\[40px\] {
    font-size: 40px;
  }

  .md\:text-\[41px\] {
    font-size: 41px;
  }

  .md\:text-\[42px\] {
    font-size: 42px;
  }

  .md\:text-\[43px\] {
    font-size: 43px;
  }

  .md\:text-\[44px\] {
    font-size: 44px;
  }

  .md\:text-\[45px\] {
    font-size: 45px;
  }

  .md\:text-\[46px\] {
    font-size: 46px;
  }

  .md\:text-\[47px\] {
    font-size: 47px;
  }

  .md\:text-\[48px\] {
    font-size: 48px;
  }

  .md\:text-\[49px\] {
    font-size: 49px;
  }

  .md\:text-\[4px\] {
    font-size: 4px;
  }

  .md\:text-\[50px\] {
    font-size: 50px;
  }

  .md\:text-\[51px\] {
    font-size: 51px;
  }

  .md\:text-\[52px\] {
    font-size: 52px;
  }

  .md\:text-\[53px\] {
    font-size: 53px;
  }

  .md\:text-\[54px\] {
    font-size: 54px;
  }

  .md\:text-\[55px\] {
    font-size: 55px;
  }

  .md\:text-\[56px\] {
    font-size: 56px;
  }

  .md\:text-\[57px\] {
    font-size: 57px;
  }

  .md\:text-\[58px\] {
    font-size: 58px;
  }

  .md\:text-\[59px\] {
    font-size: 59px;
  }

  .md\:text-\[5px\] {
    font-size: 5px;
  }

  .md\:text-\[60px\] {
    font-size: 60px;
  }

  .md\:text-\[61px\] {
    font-size: 61px;
  }

  .md\:text-\[62px\] {
    font-size: 62px;
  }

  .md\:text-\[63px\] {
    font-size: 63px;
  }

  .md\:text-\[64px\] {
    font-size: 64px;
  }

  .md\:text-\[65px\] {
    font-size: 65px;
  }

  .md\:text-\[66px\] {
    font-size: 66px;
  }

  .md\:text-\[67px\] {
    font-size: 67px;
  }

  .md\:text-\[68px\] {
    font-size: 68px;
  }

  .md\:text-\[69px\] {
    font-size: 69px;
  }

  .md\:text-\[6px\] {
    font-size: 6px;
  }

  .md\:text-\[70px\] {
    font-size: 70px;
  }

  .md\:text-\[71px\] {
    font-size: 71px;
  }

  .md\:text-\[72px\] {
    font-size: 72px;
  }

  .md\:text-\[73px\] {
    font-size: 73px;
  }

  .md\:text-\[74px\] {
    font-size: 74px;
  }

  .md\:text-\[75px\] {
    font-size: 75px;
  }

  .md\:text-\[76px\] {
    font-size: 76px;
  }

  .md\:text-\[77px\] {
    font-size: 77px;
  }

  .md\:text-\[78px\] {
    font-size: 78px;
  }

  .md\:text-\[79px\] {
    font-size: 79px;
  }

  .md\:text-\[7px\] {
    font-size: 7px;
  }

  .md\:text-\[80px\] {
    font-size: 80px;
  }

  .md\:text-\[81px\] {
    font-size: 81px;
  }

  .md\:text-\[82px\] {
    font-size: 82px;
  }

  .md\:text-\[83px\] {
    font-size: 83px;
  }

  .md\:text-\[84px\] {
    font-size: 84px;
  }

  .md\:text-\[85px\] {
    font-size: 85px;
  }

  .md\:text-\[86px\] {
    font-size: 86px;
  }

  .md\:text-\[87px\] {
    font-size: 87px;
  }

  .md\:text-\[88px\] {
    font-size: 88px;
  }

  .md\:text-\[89px\] {
    font-size: 89px;
  }

  .md\:text-\[8px\] {
    font-size: 8px;
  }

  .md\:text-\[90px\] {
    font-size: 90px;
  }

  .md\:text-\[91px\] {
    font-size: 91px;
  }

  .md\:text-\[92px\] {
    font-size: 92px;
  }

  .md\:text-\[93px\] {
    font-size: 93px;
  }

  .md\:text-\[94px\] {
    font-size: 94px;
  }

  .md\:text-\[95px\] {
    font-size: 95px;
  }

  .md\:text-\[96px\] {
    font-size: 96px;
  }

  .md\:text-\[97px\] {
    font-size: 97px;
  }

  .md\:text-\[98px\] {
    font-size: 98px;
  }

  .md\:text-\[99px\] {
    font-size: 99px;
  }

  .md\:text-\[9px\] {
    font-size: 9px;
  }

  .md\:leading-\[1\.1\] {
    line-height: 1.1;
  }
}

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

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:\!h-max {
    height: -moz-max-content !important;
    height: max-content !important;
  }

  .lg\:h-\[2\.5rem\] {
    height: 2.5rem;
  }

  .lg\:h-\[24rem\] {
    height: 24rem;
  }

  .lg\:h-\[6rem\] {
    height: 6rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:w-\[44rem\] {
    width: 44rem;
  }

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

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

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

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

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

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

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

  .lg\:w-\[50vw\] {
    width: 50vw;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:w-\[6\.5rem\] {
    width: 6.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:w-\[71\.3rem\] {
    width: 71.3rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:w-\[calc\(100\%-16rem\)\] {
    width: calc(100% - 16rem);
  }

  .lg\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .lg\:min-w-\[44rem\] {
    min-width: 44rem;
  }

  .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\:flex-row {
    flex-direction: row;
  }

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

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

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

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

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

  .lg\:border-r-\[\#eeeeee\] {
    --tw-border-opacity: 1;
    border-right-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
  }

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

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

  .lg\:text-left {
    text-align: left;
  }

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

  .lg\:text-0\/8 {
    font-size: .8rem;
  }

  .lg\:text-1\/2 {
    font-size: 1.2rem;
  }

  .lg\:text-3\/6 {
    font-size: 3.6rem;
  }

  .lg\:text-4\/0 {
    font-size: 4rem;
  }

  .lg\:text-\[100px\] {
    font-size: 100px;
  }

  .lg\:text-\[10px\] {
    font-size: 10px;
  }

  .lg\:text-\[11px\] {
    font-size: 11px;
  }

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

  .lg\:text-\[13px\] {
    font-size: 13px;
  }

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

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

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

  .lg\:text-\[17px\] {
    font-size: 17px;
  }

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

  .lg\:text-\[19px\] {
    font-size: 19px;
  }

  .lg\:text-\[1px\] {
    font-size: 1px;
  }

  .lg\:text-\[20px\] {
    font-size: 20px;
  }

  .lg\:text-\[21px\] {
    font-size: 21px;
  }

  .lg\:text-\[22px\] {
    font-size: 22px;
  }

  .lg\:text-\[23px\] {
    font-size: 23px;
  }

  .lg\:text-\[24px\] {
    font-size: 24px;
  }

  .lg\:text-\[25px\] {
    font-size: 25px;
  }

  .lg\:text-\[26px\] {
    font-size: 26px;
  }

  .lg\:text-\[27px\] {
    font-size: 27px;
  }

  .lg\:text-\[28px\] {
    font-size: 28px;
  }

  .lg\:text-\[29px\] {
    font-size: 29px;
  }

  .lg\:text-\[2px\] {
    font-size: 2px;
  }

  .lg\:text-\[30px\] {
    font-size: 30px;
  }

  .lg\:text-\[31px\] {
    font-size: 31px;
  }

  .lg\:text-\[32px\] {
    font-size: 32px;
  }

  .lg\:text-\[33px\] {
    font-size: 33px;
  }

  .lg\:text-\[34px\] {
    font-size: 34px;
  }

  .lg\:text-\[35px\] {
    font-size: 35px;
  }

  .lg\:text-\[36px\] {
    font-size: 36px;
  }

  .lg\:text-\[37px\] {
    font-size: 37px;
  }

  .lg\:text-\[38px\] {
    font-size: 38px;
  }

  .lg\:text-\[39px\] {
    font-size: 39px;
  }

  .lg\:text-\[3px\] {
    font-size: 3px;
  }

  .lg\:text-\[40px\] {
    font-size: 40px;
  }

  .lg\:text-\[41px\] {
    font-size: 41px;
  }

  .lg\:text-\[42px\] {
    font-size: 42px;
  }

  .lg\:text-\[43px\] {
    font-size: 43px;
  }

  .lg\:text-\[44px\] {
    font-size: 44px;
  }

  .lg\:text-\[45px\] {
    font-size: 45px;
  }

  .lg\:text-\[46px\] {
    font-size: 46px;
  }

  .lg\:text-\[47px\] {
    font-size: 47px;
  }

  .lg\:text-\[48px\] {
    font-size: 48px;
  }

  .lg\:text-\[49px\] {
    font-size: 49px;
  }

  .lg\:text-\[4px\] {
    font-size: 4px;
  }

  .lg\:text-\[50px\] {
    font-size: 50px;
  }

  .lg\:text-\[51px\] {
    font-size: 51px;
  }

  .lg\:text-\[52px\] {
    font-size: 52px;
  }

  .lg\:text-\[53px\] {
    font-size: 53px;
  }

  .lg\:text-\[54px\] {
    font-size: 54px;
  }

  .lg\:text-\[55px\] {
    font-size: 55px;
  }

  .lg\:text-\[56px\] {
    font-size: 56px;
  }

  .lg\:text-\[57px\] {
    font-size: 57px;
  }

  .lg\:text-\[58px\] {
    font-size: 58px;
  }

  .lg\:text-\[59px\] {
    font-size: 59px;
  }

  .lg\:text-\[5px\] {
    font-size: 5px;
  }

  .lg\:text-\[60px\] {
    font-size: 60px;
  }

  .lg\:text-\[61px\] {
    font-size: 61px;
  }

  .lg\:text-\[62px\] {
    font-size: 62px;
  }

  .lg\:text-\[63px\] {
    font-size: 63px;
  }

  .lg\:text-\[64px\] {
    font-size: 64px;
  }

  .lg\:text-\[65px\] {
    font-size: 65px;
  }

  .lg\:text-\[66px\] {
    font-size: 66px;
  }

  .lg\:text-\[67px\] {
    font-size: 67px;
  }

  .lg\:text-\[68px\] {
    font-size: 68px;
  }

  .lg\:text-\[69px\] {
    font-size: 69px;
  }

  .lg\:text-\[6px\] {
    font-size: 6px;
  }

  .lg\:text-\[70px\] {
    font-size: 70px;
  }

  .lg\:text-\[71px\] {
    font-size: 71px;
  }

  .lg\:text-\[72px\] {
    font-size: 72px;
  }

  .lg\:text-\[73px\] {
    font-size: 73px;
  }

  .lg\:text-\[74px\] {
    font-size: 74px;
  }

  .lg\:text-\[75px\] {
    font-size: 75px;
  }

  .lg\:text-\[76px\] {
    font-size: 76px;
  }

  .lg\:text-\[77px\] {
    font-size: 77px;
  }

  .lg\:text-\[78px\] {
    font-size: 78px;
  }

  .lg\:text-\[79px\] {
    font-size: 79px;
  }

  .lg\:text-\[7px\] {
    font-size: 7px;
  }

  .lg\:text-\[80px\] {
    font-size: 80px;
  }

  .lg\:text-\[81px\] {
    font-size: 81px;
  }

  .lg\:text-\[82px\] {
    font-size: 82px;
  }

  .lg\:text-\[83px\] {
    font-size: 83px;
  }

  .lg\:text-\[84px\] {
    font-size: 84px;
  }

  .lg\:text-\[85px\] {
    font-size: 85px;
  }

  .lg\:text-\[86px\] {
    font-size: 86px;
  }

  .lg\:text-\[87px\] {
    font-size: 87px;
  }

  .lg\:text-\[88px\] {
    font-size: 88px;
  }

  .lg\:text-\[89px\] {
    font-size: 89px;
  }

  .lg\:text-\[8px\] {
    font-size: 8px;
  }

  .lg\:text-\[90px\] {
    font-size: 90px;
  }

  .lg\:text-\[91px\] {
    font-size: 91px;
  }

  .lg\:text-\[92px\] {
    font-size: 92px;
  }

  .lg\:text-\[93px\] {
    font-size: 93px;
  }

  .lg\:text-\[94px\] {
    font-size: 94px;
  }

  .lg\:text-\[95px\] {
    font-size: 95px;
  }

  .lg\:text-\[96px\] {
    font-size: 96px;
  }

  .lg\:text-\[97px\] {
    font-size: 97px;
  }

  .lg\:text-\[98px\] {
    font-size: 98px;
  }

  .lg\:text-\[99px\] {
    font-size: 99px;
  }

  .lg\:text-\[9px\] {
    font-size: 9px;
  }

  .lg\:text-primary {
    --tw-text-opacity: 1;
    color: rgb(0 152 217 / var(--tw-text-opacity, 1));
  }
}

.\[\&\.--invalid\]\:border-danger.--invalid {
  --tw-border-opacity: 1;
  border-color: rgb(255 104 104 / var(--tw-border-opacity, 1));
}

.\[\&\.active\]\:pointer-events-auto.active {
  pointer-events: auto;
}

.\[\&\.active\]\:relative.active {
  position: relative;
}

.\[\&\.active\]\:flex.active {
  display: flex;
}

.\[\&\.active\]\:h-screen.active {
  height: 100vh;
}

.\[\&\.active\]\:border-primary.active {
  --tw-border-opacity: 1;
  border-color: rgb(0 152 217 / var(--tw-border-opacity, 1));
}

.\[\&\.active\]\:border-b-\[\#d3d3d333\].active {
  border-bottom-color: #d3d3d333;
}

.\[\&\.active\]\:bg-primary.active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 152 217 / var(--tw-bg-opacity, 1));
}

.\[\&\.active\]\:text-white.active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&\.active\]\:opacity-100.active {
  opacity: 1;
}

.\[\&\.close\]\:hidden.close {
  display: none;
}

.\[\&\.derecha\]\:left-\[10px\].derecha {
  left: 10px;
}

.\[\&\.derecha\]\:pl-9.derecha {
  padding-left: 2.25rem;
}

.\[\&\.derecha\]\:pr-2.derecha {
  padding-right: 0.5rem;
}

.\[\&\.impar\]\:left-0.impar {
  left: 0px;
}

.\[\&\.impar\]\:-translate-x-full.impar {
  --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));
}

.\[\&\.izquierda\]\:right-\[10px\].izquierda {
  right: 10px;
}

.\[\&\.izquierda\]\:pl-6.izquierda {
  padding-left: 1.5rem;
}

.\[\&\.izquierda\]\:pr-9.izquierda {
  padding-right: 2.25rem;
}

.\[\&\.nav-white\]\:bg-white.nav-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.\[\&\.par\]\:right-0.par {
  right: 0px;
}

.\[\&\.par\]\:translate-x-full.par {
  --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));
}

.\[\&\.vendido\]\:hidden.vendido {
  display: none;
}

.peer:checked ~ .peer-checked\:\[\&_\.icon-check\]\:bg-white .icon-check {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
