*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #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%;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

.\!visible {
  visibility: visible !important;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-2 {
  bottom: 0.5rem;
}

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

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

.bottom-auto {
  bottom: auto;
}

.left-0 {
  left: 0px;
}

.left-3 {
  left: 0.75rem;
}

.left-4 {
  left: 1rem;
}

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

.right-0 {
  right: 0px;
}

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

.right-\[5\.3rem\] {
  right: 5.3rem;
}

.top-0 {
  top: 0px;
}

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

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

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

.ml-0 {
  margin-left: 0px;
}

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

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

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

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

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

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

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

.h-\[29\.8rem\] {
  height: 29.8rem;
}

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

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

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

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

.h-\[36\.8rem\] {
  height: 36.8rem;
}

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

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

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

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

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

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

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

.h-full {
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[calc\(50\%-1rem\)\] {
  width: calc(50% - 1rem);
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

.rounded-\[0\.6rem\] {
  border-radius: 0.6rem;
}

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

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

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

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

.bg-\[\#f60\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 102 0 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 102 0 / 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-left-top {
  -o-object-position: left top;
     object-position: left top;
}

.p-2 {
  padding: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-\[5rem\] {
  padding-bottom: 5rem;
}

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

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

.pr-5 {
  padding-right: 1.25rem;
}

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

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

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

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

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

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

.font-quicksand_bold {
  font-family: Quicksand-Bold;
}

.font-quicksand_medium {
  font-family: Quicksand-Medium;
}

.font-quicksand_semibold {
  font-family: Quicksand-SemiBold;
}

.\!text-2\/2 {
  font-size: 2.2rem !important;
}

.\!text-2\/4 {
  font-size: 2.4rem !important;
}

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

.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\/5 {
  font-size: 1.5rem;
}

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

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

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

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

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

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

.font-light {
  font-weight: 300;
}

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

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

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

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

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

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

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

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

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

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(255 102 0 / 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));
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-70 {
  opacity: 0.7;
}

.shadow-\[0px_0px_4px_0px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  --tw-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0px 0px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

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

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

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

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

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

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

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

.icon-place {
  mask-image: url("/wp-content/themes/grupo-lar-wp/static/img/icons/icon-place.svg");
  -webkit-mask-image: url("/wp-content/themes/grupo-lar-wp/static/img/icons/icon-place.svg");
}

.icon-circle {
  mask-image: url("/wp-content/themes/grupo-lar-wp/static/img/icons/circle.svg");
  -webkit-mask-image: url("/wp-content/themes/grupo-lar-wp/static/img/icons/circle.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}

.mask-position-bottom {
  mask-position: bottom;
  -webkit-mask-position: bottom;
}

.gradient_to_bottom {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
}

@font-face {
  font-family: "Quicksand-Bold";

  font-display: swap;

  src: url("../static/font/Quicksand-Bold.ttf");
}

@font-face {
  font-family: "Quicksand-Light";

  font-display: swap;

  src: url("../static/font/Quicksand-Light.ttf");
}

@font-face {
  font-family: "Quicksand-Medium";

  font-display: swap;

  src: url("../static/font/Quicksand-Medium.ttf");
}

@font-face {
  font-family: "Quicksand-Regular";

  font-display: swap;

  src: url("../static/font/Quicksand-Regular.ttf");
}

@font-face {
  font-family: "Quicksand-SemiBold";

  font-display: swap;

  src: url("../static/font/Quicksand-SemiBold.ttf");
}

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

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

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

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

.group\/card:hover .group-hover\/card\:opacity-0 {
  opacity: 0;
}

@media (max-width: 499px) {
  .mobile\:bottom-\[1\.5rem\] {
    bottom: 1.5rem;
  }

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

  .mobile\:right-\[1\.5rem\] {
    right: 1.5rem;
  }

  .mobile\:order-1 {
    order: 1;
  }

  .mobile\:order-2 {
    order: 2;
  }

  .mobile\:\!mb-4 {
    margin-bottom: 1rem !important;
  }

  .mobile\:\!mr-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

  .mobile\:flex {
    display: flex;
  }

  .mobile\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .mobile\:w-\[calc\(100\%-2rem\)\] {
    width: calc(100% - 2rem);
  }

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

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

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

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

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

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

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

  .mobile\:\!pl-\[1rem\] {
    padding-left: 1rem !important;
  }

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

  .mobile\:\!text-center {
    text-align: center !important;
  }

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

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

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

  .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\/4 {
    font-size: 1.4rem;
  }

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

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

  .mobile\:text-1\/7 {
    font-size: 1.7rem;
  }

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

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

@media (min-width: 500px) {
  .sm\:col-start-1 {
    grid-column-start: 1;
  }

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

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }
}

@media (min-width: 700px) {
  .xsm\:flex {
    display: flex;
  }

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

@media (min-width: 900px) {
  .md\:flex-row {
    flex-direction: row;
  }

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

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

  .md\:text-3\/2 {
    font-size: 3.2rem;
  }
}

@media (min-width: 1100px) {
  .xmd\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

@media (min-width: 1200px) {
  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

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

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

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

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

  .lg\:grid-cols-\[1\.2fr_0\.9fr_0\.9fr\] {
    grid-template-columns: 1.2fr 0.9fr 0.9fr;
  }

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

  .lg\:gap-\[7rem\] {
    gap: 7rem;
  }

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

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

@media (min-width: 1300px) {
  .slg\:col-start-1 {
    grid-column-start: 1;
  }

  .slg\:col-end-2 {
    grid-column-end: 2;
  }

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

@media (min-width: 1500px) {
  .xlg\:flex {
    display: flex;
  }

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

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

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

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

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

  .xlg\:grid-cols-\[1\.4fr_0\.8fr_0\.8fr\] {
    grid-template-columns: 1.4fr 0.8fr 0.8fr;
  }

  .xlg\:grid-cols-\[1\.4fr_1\.6fr\] {
    grid-template-columns: 1.4fr 1.6fr;
  }

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

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

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

  .xlg\:gap-\[9rem\] {
    gap: 9rem;
  }

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

  .xlg\:\!text-2\/4 {
    font-size: 2.4rem !important;
  }

  .xlg\:text-2\/2 {
    font-size: 2.2rem;
  }

  .xlg\:text-2\/4 {
    font-size: 2.4rem;
  }
}

.\[\&\.active\]\:pointer-events-auto.active {
  pointer-events: auto;
}

.\[\&\.active\]\:relative.active {
  position: relative;
}

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

.\[\&\.active\]\:opacity-100.active {
  opacity: 1;
}

.\[\&\.show\]\:border-black.show {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

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

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