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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

.container {
  width: 100%;
}

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

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

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

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

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

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

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

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

.m-auto {
  margin: auto;
}

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

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

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

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-\[0\] {
  margin-top: 0;
  margin-bottom: 0;
}

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

.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-\[\.5rem\] {
  margin-bottom: .5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-12 {
  height: 3rem;
}

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

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

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

.w-1\/5 {
  width: 20%;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

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

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

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

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

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

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

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

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

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

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

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

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

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

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

.grid-cols-12 {
  grid-template-columns: repeat(12, 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-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

.\!rounded-md {
  border-radius: 0.375rem !important;
}

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

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

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

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

.border {
  border-width: 1px;
}

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

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

.border-\[0\] {
  border-width: 0;
}

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

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

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

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

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

.border-\[\#64b496\] {
  --tw-border-opacity: 1;
  border-color: rgb(100 180 150 / var(--tw-border-opacity, 1));
}

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

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

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.bg-\[\#4b5966\] {
  --tw-bg-opacity: 1;
  background-color: rgb(75 89 102 / var(--tw-bg-opacity, 1));
}

.bg-\[\#64b496\] {
  --tw-bg-opacity: 1;
  background-color: rgb(100 180 150 / var(--tw-bg-opacity, 1));
}

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

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

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

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

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

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

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

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

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

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

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

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

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

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

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

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

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

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

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

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

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

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

.pb-\[20px\] {
  padding-bottom: 20px;
}

.pr-\[15px\] {
  padding-right: 15px;
}

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

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

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

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

.pt-\[19px\] {
  padding-top: 19px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

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

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

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

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

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

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

.tracking-normal {
  letter-spacing: 0em;
}

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

.text-\[\#2b2b2d\] {
  --tw-text-opacity: 1;
  color: rgb(43 43 45 / var(--tw-text-opacity, 1));
}

.text-\[\#4b5966\] {
  --tw-text-opacity: 1;
  color: rgb(75 89 102 / var(--tw-text-opacity, 1));
}

.text-\[\#64b496\] {
  --tw-text-opacity: 1;
  color: rgb(100 180 150 / var(--tw-text-opacity, 1));
}

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

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

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

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

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

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

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

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

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

.duration-\[0\.3s\] {
  transition-duration: 0.3s;
}

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

/** Estilos Cambridge **/

/* @font-face {
    font-family: 'Open Sans', sans-serif, serif !important;
    /*src: url(./fonts/OpenSans-VariableFont_wdth\,wght.ttf);
} */

:root {
  --cmb-primary: #00bdb6;
  --cmb-primary-dark: #133844;
  --cmb-primary-light: #d7fdf5;
  --cmb-secondary: #f4663b;
  --cmb-secondary-dark: #af3404;
  --cmb-secondary-warm: #f78b59;
  --cmb-secondary-light: #f7c8c6;
  --cmb-accent: #de3cb6;
  --cmb-accent-dark: #5e0a4f;
  --cmb-accent-warm: #cc59b0;
  --cmb-accent-light: #edcaeb;
  --cmb-accent2: #f44d61;
  --cmb-accent2-dark: #7f091d;
  --cmb-accent2-warm: #f44d61;
  --cmb-accent2-light: #f9cfdd;
  --cmb-black: #212529;
  --cmb-gray-1: #4b5057;
  --cmb-gray-2: #afb4bb;
  --cmb-gray-3: #e8eded;
  --cmb-gray-4: #f7fafa;
}

body {
  font-family: 'Open Sans', sans-serif, serif !important;
}

.cmb-title-font-2 {
  font-family: "EB Garamond", Georgia, "Merriweather", "PT Serif", "Libre Baskerville", "Book Antiqua", "Century Schoolbook", "Times New Roman",  serif !important;
  font-size: 2.5rem !important;
}

.cmb-textoCabecera {
  font-size: 1.5rem;
  position: absolute;
  width: 100%;
  text-align: center;
  top: calc(50% - 1.5rem);
}

.cmb-container {
  background-color: var(--cmb-gray-2);
}

.cmb-button {
  background-color: var(--cmb-primary);
  color: var(--cmb-black);
  border: 0;
  border-radius: .25rem;
}

.cmb-button:hover,
.cmb-button:active {
  background-color: var(--cmb-primary-light);
  color: var(--cmb-gray-1);
}

.cmb-button-secondary {
  background-color: var(--cmb-secondary);
  color: var(--cmb-black);
  border: 0;
  border-radius: .25rem;
}

.cmb-button-secondary:hover,
.cmb-button-secondary:active {
  background-color: var(--cmb-secondary-light);
  color: var(--cmb-gray-1);
}

.cmb-link {
  color: var(--cmb-primary-light);
  text-decoration: none;
}

.cmb-link:hover {
  color: var(--cmb-primary);
}

.cmb-color-p {
  color: var(--cmb-primary);
}

.cmb-color-pd {
  color: var(--cmb-primary-dark);
}

.cmb-color-pl {
  color: var(--cmb-primary-light);
}

.cmb-color-s {
  color: var(--cmb-secondary);
}

.cmb-color-sd {
  color: var(--cmb-secondary-dark);
}

.cmb-color-sw {
  color: var(--cmb-secondary-warm);
}

.cmb-color-sl {
  color: var(--cmb-secondary-light);
}

.cmb-color-a {
  color: var(--cmb-accent);
}

.cmb-color-ad {
  color: var(--cmb-accent-dark);
}

.cmb-color-aw {
  color: var(--cmb-accent-warm);
}

.cmb-color-al {
  color: var(--cmb-accent-light);
}

.cmb-color-a2 {
  color: var(--cmb-accent2);
  color: var(--cmb-accent2-dark);
}

.cmb-color-a2w {
  color: var(--cmb-accent2-warm);
}

.cmb-color-a2l {
  color: var(--cmb-accent2-light);
}

.cmb-color-b {
  color: var(--cmb-black);
}

.cmb-color-g {
  color: var(--cmb-gray-1);
}

.cmb-color-g2 {
  color: var(--cmb-gray-2);
}

.cmb-color-g3 {
  color: var(--cmb-gray-3);
}

.cmb-color-g4 {
  color: var(--cmb-gray-4);
}

/** Fin estilos cambridge **/

/** Estilos cambridge pedidos **/

body {
  background-color: var(--cmb-gray-4);
  font: 100%/1.5 Source Sans Pro, Arial, Helvetica Neue, Helvetica, "sans-serif";
  min-height: calc(100vh - 150px);
}

.bg-cabecera {
  background-color: var(--cmb-gray-4)
}

.bg-subMenu {
  background-color: var(--cmb-primary-dark)
}

.bg-subMenu a {
  color: white;
}

.bg-subMenu a:hover {
  color: black;
  background-color: var(--cmb-primary);
}

.bg-settings {
  background-color: var(--cmb-primary-light)
}

.menu-conpas {
  background-color: var(--cmb-primary);
  color: #133844;
}

.subMenuLado {
  background-color: var(--cmb-primary-light);
}

.subMenuLado a {
  color: black;
}

.subMenuHeader {
  background-color: var(--cmb-secondary);
}

.subMenuHeader a {
  color: white;
}

.bg-contenido {
  background-color: var(--cmb-gray-4)
}

.cmb-parent-options:hover {
  color: black;
  background-color: var(--cmb-primary);
}

.cmb-parent-options {
  color: white;
}

.cmb-button-web-pedidos {
  border-radius: 0.375rem;
  padding: 8px 12px 8px 12px;
  color: white;
  cursor: pointer;
  font-weight: bold;
}

.cmb-button-settings {
  width: 100%;
  margin: 4px;
  border-radius: 0.375rem;
  display: block;
  background-color: var(--cmb-primary);
  color: white;
}

.cmb-button-save {
  width: 100%;
  margin: 4px;
  display: block;
  background-color: var(--cmb-primary);
}

.cmb-button-settings:hover {
  background-color: var(--cmb-secondary-light);
  color: black;
}

.cmb-button-settings.active {
  background-color: var(--cmb-secondary);
  color: white;
}

.cmb-button-web {
  background-color: var(--cmb-primary);
}

.cmb-button-print {
  background-color: var(--cmb-secondary);
}

.cmb-button-disabled.cmb-button-web-pedidos {
  background-color: var(--cmb-gray-1);
  cursor: default !important;
}

.cmb-button-disabled.cmb-button-web-pedidos:hover{
  cursor: default !important;
}

.cmb-footer {
  position: absolute;
  bottom: -150px;
}

.cmb-banner {
  max-height: 400px;
  overflow-y: hidden;
}

.menu-user {
  position: absolute;
  right: -16px;
  top: calc(100% + 13px);
  width: calc(100% + 61px);
  max-width: 180px;
}

.cmb-item-container {
  display: flex;
  flex-direction: column;
  width: 336px;
  align-items: center;
  max-width: 95%;
  border: var(--cmb-gray-2) 1px solid;
  border-radius: 1rem;
  justify-content: center;
  padding: 28px;
  height: 420px;
}

.cmb-item-container-prod {
  width: 255px;
  height: 255px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(216, 231, 231, 0.4);
}

.cmb-item-container-hist {
  width: 112px;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cmb-img-producto {
  max-width: 100%;
  max-height: 100%;
}

.cmb-title-producto,
.cmb-title-producto.a {
  min-height: 64px;
}

.cmb-input-pedidos {
  margin-top: 8px;
  padding: 0px 16px;
  margin-bottom: 10px;
  color: #4b5966;
  font-size: 15px;
  min-height: 48px;
  width: 100%;
  border: 1px solid;
  border-color: rgb(238 238 238 / 1);
}

.cmb-alert {
  background-color: var(--cmb-primary-dark);
  color: var(--cmb-accent2-light);
}

.cmb-error {
  background-color:  #ff2c2c;
  color: var(--cmb-gray-4);
}

/** Estilos sliders **/

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */

.mySlides {
  display: none;
}

/* Next & previous buttons */

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* Position the "next button" to the right */

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

/** Fin estilos sliders **/

/** Estilos Login **/

.cmb-toggle-password {
  position: absolute;
  right: 16px;
  top: 50px;
}

.cmb-parent-options:hover+.cmb-child-options {
  display: block;
}

.cmb-child-options:hover {
  display: block;
}

.cmb-child-options {
  display: none;
}

/** Fin Estilos Login **/

/** Estilos Noticias **/

.cmb-textoListadoNoticias {
  width: 75%;
}

.cmb-imagenListadoNoticias {
  width: 25%;
}

.cmb-textoListadoNoticias > h2 {
  font-size: 1.5rem !important;
}

@media (max-width:1000px) {
  .cmb-textoListadoNoticias {
    width: 75%;
  }

  .cmb-imagenListadoNoticias {
    width: 25%;
    min-width: 300px;
  }
}

@media (max-width:900px) {
  .cmb-textoListadoNoticias {
    width: 80%;
  }

  .cmb-imagenListadoNoticias {
    width: 20%;
    min-width: 200px;
  }
}

@media (max-width:600px) {
  .cmb-imagenListadoNoticias {
    min-width: 150px;
  }

  .cmb-textoListadoNoticias > h2 {
    font-size: 1.25rem !important;
  }

  .cmb-imagenListadoNoticias {
    min-width: 150px;
  }
}

@media (max-width:450px) {
  .cmb-imagenListadoNoticias {
    min-width: 100px;
  }
}

/** Fin Estilos Noticias **/

/** Fin estilos cambridge pedidos **/

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

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

.hover\:bg-\[\#5caf90\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(92 175 144 / var(--tw-bg-opacity, 1));
}

.hover\:text-\[\#5caf90\]:hover {
  --tw-text-opacity: 1;
  color: rgb(92 175 144 / var(--tw-text-opacity, 1));
}

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

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

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

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

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

@media (max-width: 1199px) {
  .max-\[1199px\]\:mb-\[0\] {
    margin-bottom: 0;
  }

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

@media (max-width: 991px) {
  .max-\[991px\]\:hidden {
    display: none;
  }

  .max-\[991px\]\:w-full {
    width: 100%;
  }

  .max-\[991px\]\:justify-center {
    justify-content: center;
  }

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

@media (max-width: 575px) {
  .max-\[575px\]\:p-4 {
    padding: 1rem;
  }

  .max-\[575px\]\:p-\[15px\] {
    padding: 15px;
  }
}

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

  .sm\:grid {
    display: grid;
  }

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

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

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

  .sm\:p-4 {
    padding: 1rem;
  }

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

@media (min-width: 768px) {
  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-16 {
    width: 4rem;
  }

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

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

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

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

@media (min-width: 1024px) {
  .lg\:w-1\/3 {
    width: 33.333333%;
  }
}

@media (min-width: 1280px) {
  .xl\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

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

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

.ltr\:right-0:where([dir="ltr"], [dir="ltr"] *) {
  right: 0px;
}

.ltr\:pl-5:where([dir="ltr"], [dir="ltr"] *) {
  padding-left: 1.25rem;
}

.ltr\:pr-14:where([dir="ltr"], [dir="ltr"] *) {
  padding-right: 3.5rem;
}

@media (min-width: 768px) {
  .md\:ltr\:pl-6:where([dir="ltr"], [dir="ltr"] *) {
    padding-left: 1.5rem;
  }

  .md\:ltr\:pr-16:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 4rem;
  }
}

.rtl\:left-0:where([dir="rtl"], [dir="rtl"] *) {
  left: 0px;
}

.rtl\:pl-14:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 3.5rem;
}

.rtl\:pr-5:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .md\:rtl\:pl-16:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 4rem;
  }

  .md\:rtl\:pr-6:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 1.5rem;
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity, 1));
  }
}