/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-top{transform:translateY(0)}.cc-animate.cc-revoke.cc-active.cc-bottom{transform:translateY(0)}.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:flex;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;flex-direction:row}.cc-revoke{padding:.5em}.cc-revoke:hover{text-decoration:underline}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em;text-decoration:underline}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{flex:1 0 auto}.cc-window.cc-banner{align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:flex;align-items:center;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{flex-direction:column}.cc-window.cc-banner .cc-compliance{flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em;margin-bottom:1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
/*
! tailwindcss v3.0.15 | 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.
*/
html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
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. 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-size: 1em; /* 2 */
}
/*
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-size: 100%; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}
/*
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;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px auto -webkit-focus-ring-color;
}
*, ::before, ::after{
  --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-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:  ;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.top-1\/2{
  top: 50%;
}
.right-3{
  right: 0.75rem;
}
.top-3{
  top: 0.75rem;
}
.left-3{
  left: 0.75rem;
}
.top-0{
  top: 0px;
}
.right-0{
  right: 0px;
}
.top-20{
  top: 5rem;
}
.z-50{
  z-index: 50;
}
.z-0{
  z-index: 0;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-auto{
  grid-column: auto;
}
.float-right{
  float: right;
}
.m-8{
  margin: 2rem;
}
.m-0{
  margin: 0px;
}
.m-1{
  margin: 0.25rem;
}
.mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mr-auto{
  margin-right: auto;
}
.mb-0{
  margin-bottom: 0px;
}
.mt-3{
  margin-top: 0.75rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.ml-auto{
  margin-left: auto;
}
.mt-1{
  margin-top: 0.25rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.-ml-px{
  margin-left: -1px;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-6{
  height: 1.5rem;
}
.h-1{
  height: 0.25rem;
}
.h-0{
  height: 0px;
}
.h-5{
  height: 1.25rem;
}
.h-3{
  height: 0.75rem;
}
.max-h-full{
  max-height: 100%;
}
.min-h-screen{
  min-height: 100vh;
}
.w-full{
  width: 100%;
}
.w-1\/4{
  width: 25%;
}
.w-1\/2{
  width: 50%;
}
.w-6{
  width: 1.5rem;
}
.w-16{
  width: 4rem;
}
.w-auto{
  width: auto;
}
.w-1\/6{
  width: 16.666667%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-2\/3{
  width: 66.666667%;
}
.w-80{
  width: 20rem;
}
.w-5{
  width: 1.25rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-none{
  flex: none;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.table-auto{
  table-layout: auto;
}
.border-collapse{
  border-collapse: collapse;
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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;
}
.cursor-default{
  cursor: default;
}
.resize{
  resize: both;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-4{
  gap: 1rem;
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-red-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-divide-opacity));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.break-all{
  word-break: break-all;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.bg-green-200{
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.bg-cover{
  background-size: cover;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.p-5{
  padding: 1.25rem;
}
.p-1{
  padding: 0.25rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-0{
  padding: 0px;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}
.py-px{
  padding-top: 1px;
  padding-bottom: 1px;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pr-5{
  padding-right: 1.25rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pl-10{
  padding-left: 2.5rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pr-1{
  padding-right: 0.25rem;
}
.pl-1{
  padding-left: 0.25rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-middle{
  vertical-align: middle;
}
.font-sans{
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.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-light{
  font-weight: 300;
}
.font-black{
  font-weight: 900;
}
.font-medium{
  font-weight: 500;
}
.uppercase{
  text-transform: uppercase;
}
.leading-normal{
  line-height: 1.5;
}
.leading-5{
  line-height: 1.25rem;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-70{
  opacity: 0.7;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-80{
  opacity: 0.8;
}
.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);
}
.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);
}
.outline{
  outline-style: solid;
}
.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);
}
.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color;
  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-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150{
  transition-duration: 150ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.toast-title {
  font-weight: 700;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a, .toast-message label {
  color: #FFF;
}

.toast-message a:hover {
  color: #CCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}

.toast-close-button:focus, .toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}

#toast-container * {
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}

#toast-container > div:hover {
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}

#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}

#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}

#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }

  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }

  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }

  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #000000;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

/*
*
* COLOR
*
*/
/*
* Fonts
*/
/*
* Mixins PEROSIO
*/
/***/
/**SOMBRA**/
/*
*
* COLOR
*
*/
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter-Regular.woff2") format("woff2"), url("/fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter-Italic.woff2") format("woff2"), url("/fonts/Inter-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter-Bold.woff2") format("woff2"), url("/fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter-BoldItalic.woff2") format("woff2"), url("/fonts/Inter-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Shire";
  src: url("/fonts/Shire-Derbyshire.woff2") format("woff2"), url("/fonts/Shire-Derbyshire.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*
*
* Mas variables en movil/movil.scss
*
*/
h1, h2,
h3 {
  font-family: "Shire", serif;
  margin: 0;
  padding: 0;
}

h1{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 1024px) {
  h1{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

h2 {
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {
  h2{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h3 {
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {
  h3{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h4 {
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

h5 {
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

h6 {
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #000000;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #000000;
}

i {
  font-style: italic;
}

#header {
  background-color: #ffeef2;
}

.header-mensaje{
  position: relative;
  z-index: 10;
  width: 100%;
  color: #000000;
  background-color: #ffa5bf;
}

.menu-superior__idioma-usuario-carrito {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.25rem;
  grid-area: idioma-usuario-carrito;
}

.menu-superior{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

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

@media (min-width: 768px){
  .menu-superior{
    max-width: 768px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

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

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

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

.menu-superior{
  position: relative;
  z-index: 10;
  background-color: #ffeef2;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "idioma-usuario-carrito" "logo" "buscador";
}
@media (min-width: 1024px) {
  .menu-superior {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "buscador logo idioma-usuario-carrito";
  }
}

.logo{
  display: flex;
  width: 100%;
  flex-grow: 1;
  justify-content: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  grid-area: logo;
}
.logo a {
  display: block;
}
@media (min-width: 1024px) {
  .logo{
    width: auto;
  }
  .logo{
    flex: none;
  }
}

.menu-principal {
  position: absolute;
  top: -100vh;
  left: 0;
  transition: 0.25s ease-in-out;
}
.menu-principal.abierto {
  top: 100%;
}
@media (min-width: 1024px) {
  .menu-principal {
    top: 0;
    position: relative;
  }
}

.navbar{
  width: 100%;
  overflow: hidden;
}
.navbar a:hover {
  color: #ff457b;
}
.navbar .ctd-menu-principal{
  display: flex;
  flex-direction: column;
}
.navbar .ctd-menu-principal > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity));
}
@media (min-width: 1024px) {
  .navbar .ctd-menu-principal{
    flex-direction: row;
  }
  .navbar .ctd-menu-principal{
    justify-content: center;
  }
  .navbar .ctd-menu-principal > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }
}
.navbar .ctr-ctr-item-main {
  background-color: #ffeef2;
}
.navbar .ctr-item-main{
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
}
.navbar .ctr-item-main > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
}
.navbar .ctr-item-main{
  word-break: break-all;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  background-color: #ffeef2;
}
@media (min-width: 1280px) {
  .navbar .ctr-item-main{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.navbar .item-main {
  position: relative;
  z-index: 2;
  background-color: #ffeef2;
  display: inline-block;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
}
.navbar .dropdown {
  overflow: hidden;
}
.navbar .dropdown-content{
  text-align: center;
  max-height: 0;
  overflow: hidden;
  transition: 0.2s ease-out;
}
@media (min-width: 1024px) {
  .navbar .dropdown-content{
    padding-bottom: 1.25rem;
  }
  .navbar .dropdown-content{
    text-align: left;
  }
  .navbar .dropdown-content {
    position: absolute;
    width: 100%;
    left: 0;
    top: -100vh;
    z-index: 1;
  }
}
.navbar .desplegable{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: 0.75rem;
  background-color: #ffeef2;
}
@media (min-width: 1024px) {
  .navbar .desplegable{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .navbar .desplegable{
    border-width: 1px;
  }
  .navbar .desplegable{
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity));
  }
  .navbar .desplegable{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .navbar .desplegable{
    padding-top: 4rem;
  }
  .navbar .desplegable{
    padding-bottom: 1.25rem;
  }
  .navbar .desplegable{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
    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);
  }
  .navbar {
    margin-top: 1px;
    box-shadow: 0 1px 0 #ff457b, 0 -1px 0 #ff457b;
  }
  .navbar .dropdown:hover .dropdown-content {
    max-height: none;
    top: -1px;
  }
  .navbar .dropdown:hover .item-main {
    color: #ff457b;
  }
}

.ctr-menu-toggle {
  flex-grow: 1;
}
@media (min-width: 1024px) {
  .ctr-menu-toggle {
    display: none;
  }
}

.menu-toggle{
  cursor: pointer;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  height: 26px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  width: 32px;
  background: none;
}
.menu-toggle:hover {
  color: #000000;
}
.menu-toggle i,
.menu-toggle i:after,
.menu-toggle i:before {
  display: block;
  position: absolute;
  height: 3px;
  width: 32px;
  right: 0;
  background: #000000;
  border-radius: 2px;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  pointer-events: none;
}
.menu-toggle i:after,
.menu-toggle i:before {
  content: "";
}
.menu-toggle i:after {
  top: -26px;
}
.menu-toggle i:before {
  top: -13px;
}
.menu-toggle i {
  top: 26px;
}
.menu-toggle.abierto i {
  visibility: hidden;
}
.menu-toggle.abierto i:after {
  visibility: visible;
  transform: rotate(45deg);
  top: -18px;
}
.menu-toggle.abierto i:before {
  visibility: visible;
  transform: rotate(-45deg);
  top: -18px;
}

.buscador{
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  grid-area: buscador;
}
.buscador:hover .contorno {
  stroke: #ff457b;
}
.buscador input[type=text], .buscador input[type=search]{
  border-width: 0;
  background-color: rgba(255, 165, 191, 0.3);
}
.buscador input[type=text]:focus, .buscador input[type=search]:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity));
}

.redes svg {
  color: #e60c5a;
  fill: #e60c5a;
  width: 2.3rem;
  height: 2.3rem;
}

.carrito-btn-menu{
  position: relative;
  flex: none;
  cursor: pointer;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.carrito-btn-menu:hover .contorno {
  stroke: #ff457b;
}

.nro-items-cesta{
  position: absolute;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 9999px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  top: 3px;
  right: -10px;
  color: #FFFFFF;
  background-color: #ff457b;
}

.usuario-btn-menu{
  display: flex;
  cursor: pointer;
  align-items: center;
}

.usuario-btn-menu > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.usuario-btn-menu{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.usuario-btn-menu:hover .contorno {
  stroke: #ff457b;
}

.idioma-btn-menu{
  position: relative;
  z-index: 10;
  display: flex;
  cursor: pointer;
  align-items: center;
}

.idioma-btn-menu > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.idioma-btn-menu{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.idioma-btn-menu .menu-idioma{
  position: absolute;
  top: 3rem;
  display: flex;
  display: none;
  flex-direction: column;
}
.idioma-btn-menu .menu-idioma > :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));
}
.idioma-btn-menu .menu-idioma{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  padding: 1.25rem;
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
  background-color: #ffeef2;
}
.idioma-btn-menu.abierto .menu-idioma{
  display: block;
}
@media (min-width: 768px) {
  .idioma-btn-menu:hover .menu-idioma{
    display: block;
  }
}

.btn-usuario{
  position: relative;
  z-index: 10;
  display: flex;
  cursor: pointer;
  align-items: center;
}

.btn-usuario > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.btn-usuario{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.btn-usuario .menu-usuario{
  position: absolute;
  top: 3rem;
  left: 0.75rem;
  display: flex;
  display: none;
  width: auto;
  flex-direction: column;
}
.btn-usuario .menu-usuario > :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));
}
.btn-usuario .menu-usuario{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  padding: 1.25rem;
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
  background-color: #ffeef2;
}
.btn-usuario.abierto .menu-usuario{
  display: block;
}
@media (min-width: 768px) {
  .btn-usuario:hover .menu-usuario{
    display: block;
  }
}

.ctr-ctr-menus{
  width: 100%;
  min-height: 181px;
}

.ctr-menus {
  background-color: #ffeef2;
  position: relative;
  top: 0px;
  z-index: 40;
  width: 100%;
}

.headroom {
  will-change: transform;
  transition: transform 200ms linear;
}

.headroom--pinned {
  transform: translateY(0%);
}

.headroom--unpinned {
  transform: translateY(-100%);
}

.headroom--not-top {
  position: fixed;
}

.splash {
  display: none;
  position: fixed;
  z-index: 100;
}
.splash.visible {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.5);
}

.splash__modal {
  background-color: #ffeef2;
  border: 1px solid #ff457b;
  border-radius: 14px;
  max-width: 90%;
  position: relative;
  padding: 5rem;
}
.splash__modal .splash__cerrar {
  position: absolute;
  top: -38px;
  right: -24px;
  padding: 0.25rem;
  width: 2rem;
  height: 2rem;
  text-align: center;
  background-color: #ff457b;
  border-radius: 50%;
  color: #ffeef2;
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1;
}

body {
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-family: "Inter", sans-serif;
  background-color: #ffeef2;
  color: #000000;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  body{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

#main{
  display: flex;
  width: 100%;
  flex-direction: column;
}

strong {
  font-weight: 700 !important;
}

#nprogress .bar {
  background-color: #000000;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 7px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  opacity: 1;
  transform: rotate(3deg) translate(0px, -4px);
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #000000;
  border-left-color: #000000;
  border-radius: 50%;
  animation: nprogress-spinner 400ms linear infinite;
}

p{
  margin-bottom: 0.5rem;
}
p:last-child{
  margin-bottom: 0px;
}

a:hover {
  color: #ff457b;
}

.btn{
  display: inline-block;
  width: auto;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-color: #000000;
}

.btn-small{
  display: inline-block;
  width: auto;
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 700;
  border-color: #D4D6D9;
}

.btn-destacado{
  cursor: pointer;
  border-radius: 9999px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  background-color: #ffa5bf;
  color: #000000;
}
.btn-destacado:hover {
  color: #feedd2;
}

.alert{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  padding: 1.25rem;
}
.alert.alert-info {
  background-color: #6de3fd;
}
.alert.alert-success {
  background-color: #177d67;
}
.alert.alert-warning {
  background-color: #87873b;
}
.alert.alert-danger {
  background-color: #ff457b;
}

.toast-success {
  background-color: #000000;
}

.toast-error {
  background-color: #ff457b;
}

.toast-info {
  background-color: #6de3fd;
}

.toast-warning {
  background-color: #87873b;
}

.btn-circulo{
  border-radius: 9999px;
  padding: 1.75rem;
  background-color: rgba(255, 255, 255, 0.5);
}

.texto a {
  color: #ff457b;
  text-decoration: underline;
}
.texto a:hover {
  color: #393333;
  text-decoration: none;
}
.texto h2, .texto h3, .texto h4{
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.texto ul, .texto ol{
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.texto ul {
  list-style: disc;
}
.texto ol {
  list-style: decimal;
}
.texto li{
  margin-bottom: 0.25rem;
}
.texto dl{
  margin-bottom: 1rem;
}
.texto dt{
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  font-weight: 700;
}
.texto dd{
  margin-bottom: 0.5rem;
  padding-left: 1rem;
}

footer {
  display: flex;
  flex-direction: column;
}
footer .info{
  padding-bottom: 2.5rem;
  background-color: #feedd2;
}
footer .titulo {
  font-family: "Shire", serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {
  footer .titulo{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

input[type=text], input[type=number], input[type=password], input[type=email], input[type=search]{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: transparent;
}
input[type=text]:focus, input[type=number]:focus, input[type=password]:focus, input[type=email]:focus, input[type=search]:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity));
}
input[type=text]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=search]::-moz-placeholder {
  color: #000000;
}
input[type=text]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, input[type=email]::placeholder, input[type=search]::placeholder {
  color: #000000;
}

[type=text]:focus, [type=email]:focus, [type=url]:focus, [type=password]:focus, [type=number]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=week]:focus, [multiple]:focus, textarea:focus, select:focus {
  border-color: #ffa5bf;
}

[type=checkbox], [type=radio] {
  color: #ffa5bf;
  border-radius: 0.25rem;
  background-color: transparent;
}

[type=checkbox]:focus, [type=radio]:focus {
  --tw-ring-color: $morado;
}

input:focus, select:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity));
}

select{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: transparent;
  border-color: #000000;
}

.form-group{
  display: flex;
  flex-direction: column;
}

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

.form-group{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.form-group label{
  display: inline-block;
}
.form-group input{
  display: inline-block;
}

.msg-error {
  color: #ff457b;
}

.producto{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5rem;
  background-color: #FFFFFF;
}
.producto .imagen{
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}
.producto img{
  display: block;
  height: auto;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.producto .etiqueta{
  position: absolute;
  top: 1.25rem;
  left: 0px;
  border-radius: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #ff457b;
}
.producto .nombre{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  hyphens: auto;
  word-break: break-word;
}
@media (min-width: 1024px) {
  .producto .nombre{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.producto .intro{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 1.25rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  hyphens: auto;
  word-break: break-word;
}
@media (min-width: 1024px) {
  .producto .intro{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.producto .precio{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 2.5rem;
}
.producto .precio-actual{
  font-weight: 700;
}
.producto .precio-anterior {
  color: #898A8D;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.producto .rebaja {
  color: #ff457b;
}
.producto .sin-stock {
  color: #898A8D;
}
.producto .comprar, .producto .reservar, .producto .pre-order{
  cursor: pointer;
  border-radius: 9999px;
  border-width: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-transform: uppercase;
}
.producto .comprar {
  color: #000000;
  background-color: #ffa5bf;
}
.producto .reservar {
  color: #000000;
  background-color: #C38AEF;
}
.producto .pre-order {
  color: #ffeef2;
  background-color: #ff457b;
}
.producto .sin-stock{
  border-radius: 9999px;
  text-transform: uppercase;
}

.lista .producto{
  flex-direction: row;
  justify-content: flex-start;
}
.lista .producto .imagen{
  width: 50%;
}
@media (min-width: 1024px) {
  .lista .producto .imagen{
    width: 25%;
  }
}
.lista .producto .textos{
  padding-left: 0.75rem;
}
.lista .producto .etiqueta {
  left: auto;
  right: 0;
  top: 0;
}

.cesta .producto {
  height: 100%;
}
.cesta .producto .nombre{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
@media (min-width: 768px) {
  .cesta .producto .nombre{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.cesta .producto .imagen{
  width: 50%;
}

.modal-solicitud {
  width: 100%;
  max-width: 500px;
}

.modal-solicitud__btns {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  align-items: baseline;
  margin-top: 1rem;
}
.modal-solicitud__btns .btn {
  padding: 0.5rem 1rem;
  width: auto;
}
.modal-solicitud__btns > .btn + .btn {
  margin-left: 1rem;
}

.modal-solicitud__error {
  display: inline-block;
  width: 100%;
  color: #ff457b;
  font-size: 0.8rem;
  margin-top: 0.5rem;
}

.modal-solicitud__ok {
  color: #177d67;
  font-size: 0.8rem;
  margin-top: 0.5rem;
}

.overlay{
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 40;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  transition: opacity 300ms linear;
  opacity: 0;
  visibility: hidden;
}
.overlay.visible {
  opacity: 0.6;
  visibility: visible;
}

.modal{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 50;
  display: flex;
  width: 100%;
  flex-direction: column;
  border-radius: 0.25rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 3rem;
  padding-bottom: 2.5rem;
  transition: opacity 300ms linear;
  background-color: #ffeef2;
  box-shadow: 0 1px 0 #D4D6D9, 0 -1px 0 #D4D6D9;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .modal{
    width: 75%;
  }
}
@media (min-width: 1024px) {
  .modal{
    width: 66.666667%;
  }
}
.modal.visible {
  opacity: 1;
  visibility: visible;
}
.modal .content {
  width: 100%;
}
.modal .close{
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  cursor: pointer;
  z-index: 2001;
}
.modal .ventana{
  padding: 2.5rem;
  max-width: 600px;
}
@media (min-width: 640px) {
  .modal .ventana {
    max-width: 740px;
  }
}
@media (min-width: 768px) {
  .modal .ventana {
    max-width: 1000px;
  }
}

.cesta {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100dvh;
  background-color: #FFFFFF;
  transition: right 600ms ease-in-out;
  z-index: 50;
  width: 100%;
}
.cesta.visible {
  right: 0;
}
@media (min-width: 768px) {
  .cesta{
    width: 75%;
  }
}
@media (min-width: 1024px) {
  .cesta{
    width: 50%;
  }
}
@media (min-width: 1536px) {
  .cesta{
    width: 33.333333%;
  }
}
.cesta .cerrar{
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  z-index: 10;
  cursor: pointer;
}
.cesta .contenido{
  width: 100%;
  padding-top: 2.5rem;
  height: 100dvh;
}
.cesta .contador{
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #A5ADBB;
}
.cesta .total {
  color: #A5ADBB;
}
.cesta .ctr-cantidad{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cesta .ctr-cantidad > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
@media (min-width: 1024px) {
  .cesta .ctr-cantidad{
    flex-direction: row;
  }
  .cesta .ctr-cantidad > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .cesta .ctr-cantidad > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
}
.cesta .ctr-cantidad .cantidad{
  display: flex;
  align-items: center;
}
.cesta .ctr-cantidad .cantidad > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.cesta .ctr-cantidad .cantidad{
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.cesta .ctr-cantidad .cantidad button{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.cesta .ctr-cantidad .cantidad input{
  width: 2.5rem;
  border-width: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
}

body {
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-family: "Inter", sans-serif;
  background-color: #ffeef2;
  color: #000000;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  body{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.main-redsys {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

strong {
  font-weight: 700 !important;
}

p{
  margin-bottom: 0.5rem;
}
p:last-child{
  margin-bottom: 0px;
}

a:hover {
  color: #ff457b;
}

.btn{
  display: inline-block;
  width: auto;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-color: #000000;
}

.btn-small{
  display: inline-block;
  width: auto;
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 700;
  border-color: #D4D6D9;
}

.btn-destacado{
  cursor: pointer;
  border-radius: 9999px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  background-color: #ffa5bf;
  color: #000000;
}
.btn-destacado:hover {
  color: #feedd2;
}

.alert{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  padding: 1.25rem;
}
.alert.alert-info {
  background-color: #6de3fd;
}
.alert.alert-success {
  background-color: #177d67;
  color: #FFFFFF;
}
.alert.alert-warning {
  background-color: #87873b;
}
.alert.alert-danger {
  background-color: #ff457b;
  color: #FFFFFF;
}

.btn-circulo{
  border-radius: 9999px;
  padding: 1.75rem;
  background-color: rgba(255, 255, 255, 0.5);
}

.redsys-insite {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.redsys-insite > iframe {
  border: 0;
  padding: 0;
  background-color: #ffeef2;
  width: 100%;
  height: 100%;
  min-height: 70dvh;
}

.card-form {
  height: 400px;
  width: 100%;
  background-color: #ffeef2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.card-form iframe {
  border: 0;
  padding: 0;
  background-color: #ffeef2;
}

.carrusel{
  width: 100%;
  aspect-ratio: 600/744;
}
.carrusel .swiper {
  width: 100%;
  height: 100%;
}
.carrusel .swiper-slide{
  display: flex;
  align-items: center;
  background-color: #ffa5bf;
  color: #FFFFFF;
  position: relative;
}
.carrusel .swiper-slide img, .carrusel .swiper-slide picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carrusel .ctr-textos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
}
.carrusel .textos {
  display: flex;
  width: 100%;
  justify-content: center;
}
.carrusel .textos-wrapper {
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  row-gap: 10px;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .carrusel .ctr-textos {
    left: auto;
    right: 0;
    max-width: 50%;
  }
  .carrusel .textos {
    justify-content: flex-end;
  }
}
.carrusel .titulo {
  font-family: "Shire", serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {
  .carrusel .titulo{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.carrusel .texto{
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 1024px) {
  .carrusel .texto{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.carrusel .swiper-button-next, .carrusel .swiper-button-prev {
  opacity: 0;
  transition: opacity 300ms linear;
}
.carrusel:hover .swiper-button-next, .carrusel:hover .swiper-button-prev {
  opacity: 1;
}
.carrusel .btn{
  border-radius: 1.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  color: #393333;
  background-color: #feedd2;
  border-color: #feedd2;
}

@media (min-width: 1024px) {
  .carrusel {
    aspect-ratio: 1884/574;
  }
}
.bloque-titulo-home{
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  background-color: #ffa5bf;
  height: 2px;
  overflow: hidden;
}
.bloque-titulo-home .titulo {
  font-family: "Shire", serif;
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 1024px) {
  .bloque-titulo-home .titulo{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.bloque-destacado, .bloque-destacado-imagen{
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  background-color: #ffa5bf;
}
.bloque-destacado .titulo,
.bloque-destacado-imagen .titulo {
  font-family: "Shire", serif;
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 1024px) {
  .bloque-destacado .titulo, .bloque-destacado-imagen .titulo{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.bloque-destacado .subtitulo,
.bloque-destacado-imagen .subtitulo {
  font-family: "Shire", serif;
  color: #FFFFFF;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {
  .bloque-destacado .subtitulo, .bloque-destacado-imagen .subtitulo{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.bloque-banner .titulo {
  font-family: "Shire", serif;
  color: #000000;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 1024px) {
  .bloque-banner .titulo{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.bloque-destacado-imagen ul {
  list-style: inherit;
}
.bloque-destacado-imagen li {
  text-align: left;
}

.bloque-grupo{
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.bloque-grupo .titulo {
  font-family: "Shire", serif;
  color: #ffa5bf;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.bloque-grupo .titulo a {
  color: #ffa5bf;
}
.bloque-grupo .titulo a:hover {
  color: #393333;
}
@media (min-width: 1024px) {
  .bloque-grupo .titulo{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.bloque-grupo.beige {
  background-color: #feedd2;
}
.bloque-grupo.morado {
  background-color: #ffa5bf;
}
.bloque-grupo.morado .titulo {
  color: #feedd2;
}

.bloque__productos {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.bloque__productos-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bloque-tarjetas{
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.bloque-tarjetas .titulo {
  font-family: "Shire", serif;
  color: #ffa5bf;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {
  .bloque-tarjetas .titulo{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.bloque-tarjetas .texto{
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #262626;
}
@media (min-width: 1024px) {
  .bloque-tarjetas .texto{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.bloque-tarjetas_listado {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

@media (min-width: 1024px) {
  .bloque-tarjetas_listado {
    grid-template-columns: repeat(3, 1fr);
  }
}
.bloque-tarjetas__tarjeta {
  background-color: #feedd2;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid #ffa5bf;
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.tarjeta__imagen {
  height: 100px;
  width: 100px;
}
.tarjeta__imagen img {
  width: auto;
  height: 100px;
}

.tarjeta__contenido {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 0.4rem;
}

.tarjeta__enlace {
  text-align: right;
}

.tarjeta__titulo {
  font-family: "Inter", sans-serif;
  color: #ff457b;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.listado{
  width: 100%;
  background-color: #feedd2;
}
.listado .migas{
  margin-top: 1.25rem;
  display: flex;
  width: 100%;
  justify-content: center;
}
@media (min-width: 1024px) {
  .listado .migas{
    margin-top: 2.5rem;
  }
}
.listado .migas span[itemscope] > span:before {
  content: " > ";
}
.listado .subcategorias{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.listado .subcategorias img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .listado .subcategorias{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .listado .subcategorias{
    gap: 1rem;
  }
  .listado .subcategorias{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .listado .subcategorias{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .listado .subcategorias{
    gap: 1.25rem;
  }
  .listado .subcategorias{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.listado .subcategorias .imagen{
  width: 100%;
}
.listado .subcategorias .texto {
  color: #FFFFFF;
}
.listado .selector-subcategorias{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .listado .selector-subcategorias{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .listado .selector-subcategorias{
    gap: 1rem;
  }
}
@media (min-width: 1024px) {
  .listado .selector-subcategorias{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .listado .selector-subcategorias{
    gap: 1rem;
  }
}
.listado .selector-subcategorias .selector-subcategoria{
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 1.5rem;
  background-color: #ffa5bf;
}
.listado .selector-subcategorias .selector-subcategoria a{
  display: block;
  padding: 1.25rem;
  font-weight: 700;
}
.listado .productos{
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.listado .subcategoria{
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  background-color: #ff457b;
}
.listado .subcategoria .texto{
  padding: 0.75rem;
  text-align: center;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .listado .subcategoria .texto{
    padding: 1.25rem;
  }
}
.listado .filtros-aplicados{
  padding-bottom: 2.5rem;
}
.listado .filtros-aplicados .filtro-aplicado{
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  display: inline-flex;
  align-items: center;
}
.listado .filtros-aplicados .filtro-aplicado > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}
.listado .filtros-aplicados .filtro-aplicado{
  border-radius: 0.375rem;
  border-width: 1px;
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background-color: #ffa5bf;
  border-color: #ffa5bf;
}
.listado .filtros-aplicados a{
  display: block;
}
.listado .marcas{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .listado .marcas{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .listado .marcas{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.listado .grilla{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .listado .grilla{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .listado .grilla{
    gap: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .listado .grilla{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .listado .grilla{
    gap: 2.5rem;
  }
}

.paginador{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}

.paginador > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.paginador{
  padding-top: 2.5rem;
  color: #000000;
}
.paginador .seleccionado{
  font-weight: 700;
  color: #000000;
}

.selector-filtros{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .selector-filtros{
    flex-direction: row;
  }
  .selector-filtros > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
.selector-filtros .selector{
  margin-bottom: 0.75rem;
}
@media (min-width: 1024px) {
  .selector-filtros .selector{
    position: relative;
  }
  .selector-filtros .selector{
    z-index: 10;
  }
  .selector-filtros .selector{
    margin-bottom: 0px;
  }
}
.selector-filtros .selector .btn{
  display: inline-flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.selector-filtros .selector .btn > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}
.selector-filtros .selector .btn{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background-color: #ffa5bf;
  border-color: #ffa5bf;
}
@media (min-width: 1024px) {
  .selector-filtros .selector .btn{
    width: auto;
  }
  .selector-filtros .selector .btn{
    border-radius: 1.5rem;
  }
  .selector-filtros .selector .btn{
    border-width: 1px;
  }
}
.selector-filtros .selector .btn span{
  pointer-events: none;
  display: inline-block;
}
.selector-filtros .selector .btn svg{
  pointer-events: none;
}
.selector-filtros .selector .deslegable{
  display: flex;
  width: 100%;
  flex-direction: column;
}
.selector-filtros .selector .deslegable > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.selector-filtros .selector .deslegable{
  padding: 0.75rem;
  top: 38px;
  display: none;
}
@media (min-width: 1024px) {
  .selector-filtros .selector .deslegable{
    position: absolute;
  }
  .selector-filtros .selector .deslegable{
    left: 0px;
  }
  .selector-filtros .selector .deslegable{
    width: 10rem;
  }
  .selector-filtros .selector .deslegable{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
    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);
  }
  .selector-filtros .selector .deslegable {
    background-color: #ffeef2;
  }
}
.selector-filtros .selector .deslegable a{
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  .selector-filtros .selector .deslegable a{
    width: 11rem;
  }
}
.selector-filtros .selector .deslegable.abierto {
  display: block;
}
@media (min-width: 1024px) {
  .selector-filtros .selector:hover .deslegable{
    display: flex;
  }
  .selector-filtros .selector:hover .deslegable{
    width: auto;
  }
  .selector-filtros .selector:hover .deslegable{
    flex-direction: column;
  }
}

.pagina-producto .migas{
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  box-shadow: 0 1px 0 #ff457b;
}
.pagina-producto .migas span[itemscope] > span:before {
  content: " > ";
}
.pagina-producto .imagen-principal{
  position: relative;
  width: 50%;
  flex-grow: 1;
}
.pagina-producto .imagen-principal img {
  width: 100%;
  height: auto;
}
.pagina-producto .etiqueta{
  position: absolute;
  top: 1.25rem;
  left: 0px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: #FFFFFF;
  background-color: #ff457b;
}
.pagina-producto .sku{
  padding-bottom: 1.25rem;
  color: #898989;
}
.pagina-producto .marca{
  padding-bottom: 1.25rem;
  color: #898989;
}
.pagina-producto .marca a {
  color: #ff457b;
}
.pagina-producto .precio{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.pagina-producto .precio .actual{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
.pagina-producto .precio .anterior {
  color: #898A8D;
  padding-left: 0.75rem;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.pagina-producto input{
  background-color: transparent;
}
.pagina-producto .ctr-cantidad{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pagina-producto .ctr-cantidad > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
@media (min-width: 1024px) {
  .pagina-producto .ctr-cantidad{
    flex-direction: row;
  }
  .pagina-producto .ctr-cantidad > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .pagina-producto .ctr-cantidad > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
}
.pagina-producto .ctr-cantidad .cantidad{
  display: flex;
  align-items: center;
}
.pagina-producto .ctr-cantidad .cantidad > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.pagina-producto .ctr-cantidad .cantidad{
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.pagina-producto .ctr-cantidad .cantidad button{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.pagina-producto .ctr-cantidad .cantidad input{
  width: 2.5rem;
  border-width: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
}
.pagina-producto .btn-agregar{
  cursor: pointer;
  border-radius: 9999px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  background-color: #ffa5bf;
}
.pagina-producto .btn-agregar.reservar {
  color: #000000;
  background-color: #C38AEF;
}
.pagina-producto .btn-agregar.pre-order {
  color: #ffeef2;
  background-color: #ff457b;
}

.lightbox-galeria{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  display: none;
  height: 100vh;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.lightbox-galeria::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #000000;
  opacity: 0.75;
}
.lightbox-galeria .close{
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  z-index: 20;
}
.lightbox-galeria .close svg{
  pointer-events: none;
}
.lightbox-galeria .imagen{
  position: relative;
  z-index: 10;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
  max-width: 90%;
  max-height: 90%;
}
.lightbox-galeria.abierto{
  display: flex;
}

.similares{
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #ffa5bf;
}
.similares .titulo{
  text-align: center;
  color: #FFFFFF;
}

h1.producto__nombre {
  color: #ff457b;
}

#checkout .ctr-cantidad{
  display: flex;
  width: 25%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#checkout .ctr-cantidad > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
@media (min-width: 1024px) {
  #checkout .ctr-cantidad{
    flex-direction: row;
  }
  #checkout .ctr-cantidad > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
  #checkout .ctr-cantidad > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
}
#checkout .ctr-cantidad .cantidad{
  display: flex;
  align-items: center;
}
#checkout .ctr-cantidad .cantidad > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
#checkout .ctr-cantidad .cantidad{
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#checkout .ctr-cantidad .cantidad button{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media (min-width: 1024px) {
  #checkout .ctr-cantidad .cantidad button{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
#checkout .ctr-cantidad .cantidad input{
  width: 2rem;
  border-width: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
}
@media (min-width: 1024px) {
  #checkout .ctr-cantidad .cantidad input{
    width: 2.5rem;
  }
}
#checkout a {
  color: #ff457b;
}

.texto-envolver {
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
}
.texto-envolver.texto-envolver__activo {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.ts-footer {
  background-color: #feedd2 !important;
}

.productreviews {
  border-color: #feedd2 !important;
}

.fc-header-toolbar {
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  text-align: center;
}

.fc-toolbar-title {
  white-space: normal;
  overflow-wrap: break-word;
}

.fc-daygrid-event {
  white-space: normal;
}

.fc-event-main-frame {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 0.25rem;
}
.fc-event-main-frame .fc-event-time {
  flex-shrink: 0;
}
.fc-event-main-frame .fc-event-title-container {
  flex-grow: 1;
  min-width: 0;
  width: 100%;
}
.fc-event-main-frame .fc-event-title {
  white-space: normal;
  overflow-wrap: break-word;
}

@media (max-width: 1200px) {
  .fc-event-main-frame {
    flex-direction: column;
    align-items: flex-start;
  }
}

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

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

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

.focus\:border-blue-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}

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

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

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

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

@media (min-width: 640px){
  .sm\:block{
    display: block;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:flex-1{
    flex: 1 1 0%;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:justify-between{
    justify-content: space-between;
  }
}

@media (min-width: 768px){
  .md\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  @media (min-width: 640px){
    .md\:container{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .md\:container{
      max-width: 768px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }
  @media (min-width: 1024px){
    .md\:container{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .md\:container{
      max-width: 1280px;
    }
  }
  @media (min-width: 1536px){
    .md\:container{
      max-width: 1536px;
    }
  }
  .md\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:min-h-screen{
    min-height: 100vh;
  }
  .md\:w-80{
    width: 20rem;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .md\:pr-5{
    padding-right: 1.25rem;
  }
  .md\:pl-5{
    padding-left: 1.25rem;
  }
  .md\:pt-0{
    padding-top: 0px;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px){
  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-2\/5{
    width: 40%;
  }
  .lg\:w-1\/6{
    width: 16.666667%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-2\/3{
    width: 66.666667%;
  }
  .lg\:w-5\/6{
    width: 83.333333%;
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:items-end{
    align-items: flex-end;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:gap-10{
    gap: 2.5rem;
  }
  .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:pb-10{
    padding-bottom: 2.5rem;
  }
  .lg\:text-center{
    text-align: center;
  }
}

@media (min-width: 1280px){
  .xl\:block{
    display: block;
  }
  .xl\:hidden{
    display: none;
  }
}

@media (min-width: 1536px){
  .\32xl\:block{
    display: block;
  }
  .\32xl\:hidden{
    display: none;
  }
  .\32xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/*# sourceMappingURL=app.css.map*/