@charset "UTF-8";

/*!
Theme Name: Hydraa
Theme URI: https://urbanhydraa.de
Author: Florian Gabele
Author URI: https://gabele-web.de
Description: Theme for Galaxy Hydra A
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hydraa
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Hydraa is based on _tw https://underscoretw.com/, (C) 2021-2023 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2023 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

@font-face {
  font-family: 'offsideregular';

  src: url('assets/fonts/offside-regular-webfont.woff2') format('woff2'),
	url('assets/fonts/offside-regular-webfont.woff') format('woff');

  font-weight: normal;

  font-style: normal;
}

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

.tooltip-arrow,.tooltip-arrow:before{
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

.tooltip-arrow{
  visibility: hidden;
}

.tooltip-arrow:before{
  content: "";
  visibility: visible;
  transform: rotate(45deg);
}

[data-tooltip-style^='light'] + .tooltip > .tooltip-arrow:before{
  border-style: solid;
  border-color: #e5e7eb;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='top'] > .tooltip-arrow:before{
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='right'] > .tooltip-arrow:before{
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='bottom'] > .tooltip-arrow:before{
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='left'] > .tooltip-arrow:before{
  border-top-width: 1px;
  border-right-width: 1px;
}

.tooltip[data-popper-placement^='top'] > .tooltip-arrow{
  bottom: -4px;
}

.tooltip[data-popper-placement^='bottom'] > .tooltip-arrow{
  top: -4px;
}

.tooltip[data-popper-placement^='left'] > .tooltip-arrow{
  right: -4px;
}

.tooltip[data-popper-placement^='right'] > .tooltip-arrow{
  left: -4px;
}

.tooltip.invisible > .tooltip-arrow:before{
  visibility: hidden;
}

[data-popper-arrow],[data-popper-arrow]:before{
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

[data-popper-arrow]{
  visibility: hidden;
}

[data-popper-arrow]:before{
  content: "";
  visibility: visible;
  transform: rotate(45deg);
}

[data-popper-arrow]:after{
  content: "";
  visibility: visible;
  transform: rotate(45deg);
  position: absolute;
  width: 9px;
  height: 9px;
  background: inherit;
}

[role="tooltip"] > [data-popper-arrow]:before{
  border-style: solid;
  border-color: #e5e7eb;
}

.dark [role="tooltip"] > [data-popper-arrow]:before{
  border-style: solid;
  border-color: #4b5563;
}

[role="tooltip"] > [data-popper-arrow]:after{
  border-style: solid;
  border-color: #e5e7eb;
}

.dark [role="tooltip"] > [data-popper-arrow]:after{
  border-style: solid;
  border-color: #4b5563;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]:before{
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]:after{
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]:before{
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]:after{
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]:before{
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]:after{
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]:before{
  border-top-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]:after{
  border-top-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]{
  bottom: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]{
  top: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]{
  right: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]{
  left: -5px;
}

[role="tooltip"].invisible > [data-popper-arrow]:before{
  visibility: hidden;
}

[role="tooltip"].invisible > [data-popper-arrow]:after{
  visibility: hidden;
}

[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: #1C64F2;
  --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: #1C64F2;
}

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:not([size]){
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3e %3cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3e %3c/svg%3e");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 0.75em 0.75em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

:is([dir=rtl]) select:not([size]){
  background-position: left 0.75rem center;
  padding-right: 0.75rem;
  padding-left: 0;
}

[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-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: #1C64F2;
  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: #1C64F2;
  --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,.dark [type='checkbox']:checked,.dark [type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 0.55em 0.55em;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 0.55em 0.55em;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[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");
  background-size: 1em 1em;
}

.dark [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");
  background-size: 1em 1em;
}

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M0.5 6h14'/%3e %3c/svg%3e");
  background-color: currentColor;
  border-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.55em 0.55em;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[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 inherit;
}

input[type=file]::file-selector-button{
  color: white;
  background: #1F2937;
  border: 0;
  font-weight: 500;
  font-size: 0.875rem;
  cursor: pointer;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2rem;
  padding-right: 1rem;
  margin-inline-start: -1rem;
  margin-inline-end: 1rem;
}

input[type=file]::file-selector-button:hover{
  background: #374151;
}

:is([dir=rtl]) input[type=file]::file-selector-button{
  padding-right: 2rem;
  padding-left: 1rem;
}

.dark input[type=file]::file-selector-button{
  color: white;
  background: #4B5563;
}

.dark input[type=file]::file-selector-button:hover{
  background: #6B7280;
}

input[type="range"]::-webkit-slider-thumb{
  height: 1.25rem;
  width: 1.25rem;
  background: #1C64F2;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="range"]:disabled::-webkit-slider-thumb{
  background: #9CA3AF;
}

.dark input[type="range"]:disabled::-webkit-slider-thumb{
  background: #6B7280;
}

input[type="range"]:focus::-webkit-slider-thumb{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1px;
  --tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity));
}

input[type="range"]::-moz-range-thumb{
  height: 1.25rem;
  width: 1.25rem;
  background: #1C64F2;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="range"]:disabled::-moz-range-thumb{
  background: #9CA3AF;
}

.dark input[type="range"]:disabled::-moz-range-thumb{
  background: #6B7280;
}

input[type="range"]::-moz-range-progress{
  background: #3F83F8;
}

input[type="range"]::-ms-fill-lower{
  background: #3F83F8;
}

.toggle-bg:after{
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  background: white;
  border-color: #D1D5DB;
  border-width: 1px;
  border-radius: 9999px;
  height: 1.25rem;
  width: 1.25rem;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
  transition-duration: .15s;
  box-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}

input:checked + .toggle-bg:after{
  transform: translateX(100%);;
  border-color: white;
}

input:checked + .toggle-bg{
  background: #1C64F2;
  border-color: #1C64F2;
}

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

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

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

body{
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
  font-family: "Open Sans", ui-sans-serif, system-ui;
  --tw-text-opacity: 1;
  color: rgb(254 254 254 / var(--tw-text-opacity));
  /*margin-top: 80px;*/
}

/*body.admin-bar #sticky-header {*/

/*	margin-top: 32px;*/

/*}*/

#site_logo svg {
  fill: #ffffff;
}

h1, h2, h3, h4, h5, h6{
  font-family: offsideregular;
}

:root {
  --woocommerce: #e000b7;
  --wc-primary: #e000b7;
  --hydra-gradient-l: linear-gradient(90deg, rgba(88,28,135,1) 0%, rgba(30,64,175,1) 100%);
  --hydra-gradient-r: linear-gradient(90deg, rgba(30,64,175,1) 0%, rgba(88,28,135,1) 100%);
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

.container{
  width: 100%;
}

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

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

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

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

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

.prose{
  color: var(--tw-prose-body);
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"], [class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
  border-bottom: none;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
  border-left-style: solid;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: start;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "\2014";
}

.prose :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  table-layout: fixed;
  width: 100%;
}

.prose-hydraa{
  --tw-prose-body: #fefefe;
  --tw-prose-headings: #fefefe;
  --tw-prose-lead: #fefefe;
  --tw-prose-links: #e000b7;
  --tw-prose-bold: #fefefe;
  --tw-prose-counters: #e000b7;
  --tw-prose-bullets: #e000b7;
  --tw-prose-hr: #fefefe;
  --tw-prose-quotes: #fefefe;
  --tw-prose-quote-borders: #e000b7;
  --tw-prose-captions: #fefefe;
  --tw-prose-kbd: #fefefe;
  --tw-prose-kbd-shadows: 254 254 254;
  --tw-prose-code: #fefefe;
  --tw-prose-pre-code: #0a0a0a;
  --tw-prose-pre-bg: #fefefe;
  --tw-prose-th-borders: #fefefe;
  --tw-prose-td-borders: #fefefe;
  --tw-prose-invert-body: #0a0a0a;
  --tw-prose-invert-headings: #0a0a0a;
  --tw-prose-invert-lead: #0a0a0a;
  --tw-prose-invert-links: #e000b7;
  --tw-prose-invert-bold: #0a0a0a;
  --tw-prose-invert-counters: #e000b7;
  --tw-prose-invert-bullets: #e000b7;
  --tw-prose-invert-hr: #0a0a0a;
  --tw-prose-invert-quotes: #0a0a0a;
  --tw-prose-invert-quote-borders: #e000b7;
  --tw-prose-invert-captions: #0a0a0a;
  --tw-prose-invert-kbd: #0a0a0a;
  --tw-prose-invert-kbd-shadows: 10 10 10;
  --tw-prose-invert-code: #fefefe;
  --tw-prose-invert-pre-code: #0a0a0a;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #0a0a0a;
  --tw-prose-invert-td-borders: #0a0a0a;
}

/* Form Fields */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea{
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Responses */

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  /* Blue */
}

.wpcf7 form.init .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
  /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
  /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900;
  /* Yellow */
}

/* Submit Button */

.wpcf7-submit{
  border-radius: 0.5rem;
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: #4A1D96 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 29 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #1E429F var(--tw-gradient-to-position);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.wpcf7-submit:hover{
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.footer-menu a{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.burger {
  width: 35px;
  height: 28px;
  display: block;
  position: relative;
}

.burger span {
  position: absolute;
  background-color: white;
  height: 4px;
  display: block;
  width: 100%;
  bottom: calc((28px / 2) - 2px);
  transition: all ease 500ms;
  border-radius: 1px;
}

.burger span:first-of-type {
  top: 0;
}

.burger span:last-child {
  bottom: 0;
}

body.mm-wrapper_opened .burger span:first-of-type {
  top: 12px;
  transform: rotate(45deg);
}

body.mm-wrapper_opened .burger span:nth-of-type(2) {
  top: 12px;
  opacity: 0;
}

body.mm-wrapper_opened .burger span:last-child {
  bottom: 12px;
  transform: rotate(-45deg);
}

#site-navigation ul{
  margin: 0px;
  display: flex;
  padding: 0px;
  text-transform: uppercase;
}

#site-navigation ul > li {
  padding: 15px 0;
  margin-right: 35px;
  position: relative;
}

#site-navigation ul > li:last-of-type {
  margin-right: 0;
}

#site-navigation ul > li:hover > .sub-menu {
  /*animation: fadeInDropdown ease 500ms;*/
  opacity: 1;
  display: flex;
}

#site-navigation ul > li:hover a::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 250ms ease-in;
}

#site-navigation ul > li a {
  display: block;
  color: white;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  font-size: 13px;
}

#site-navigation ul > li a::after {
  content: '';
  width: 0;
  height: 1px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 250ms ease-in;
}

#site-navigation ul > li a:hover {
  text-decoration: none;
}

#site-navigation ul > li a:hover::after {
  width: 100%;
}

#site-navigation ul > li.menu-item-has-children a {
  background-image: url('assets/arrow_down.svg');
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 18px;
}

#site-navigation ul > li .sub-menu {
  display: none;
  opacity: 0;
  position: absolute;
  top: 100%;
  color: black;
  background-color: white;
  flex-wrap: wrap;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  z-index: 20;
  min-width: 230px;
  -webkit-transform: translateZ(0);
}

#site-navigation ul > li .sub-menu li {
  width: 100%;
  padding: 0;
  margin: 0;
}

#site-navigation ul > li .sub-menu a {
  color: gray;
  padding: 8px;
  text-transform: none;
  transition: all 250ms ease-in;
}

#site-navigation ul > li .sub-menu a:hover {
  color: gray;
}

#site-navigation ul > li .sub-menu a::after {
  content: none;
}

#mm-site-navigation .woocommerce-product-search {
  display: flex;
}

@media (max-width: 768px) {
  #site-navigation {
    display: none !important;
  }
}

@media (min-width: 769px) {
  #mm-site-navigation {
    display: none !important;
  }

  #site-navigation {
    display: flex !important;
  }
}

.mm-menu {
  --mm-color-background: #111827;
  /*--mm-color-background-emphasis*/
  /*--mm-color-background-highlight*/
  /*--mm-color-border*/
  /*--mm-color-text*/
  /*--mm-color-text-dimmed*/
}

.mm-navbar {
  --mm-color-background: #111827;
  --mm-color-text-dimmed: #fff;
  --mm-color-icon: #fff;
}

.mm-panel {
  --mm-color-background: #111827;
  --mm-color-text: #f1f5f9;
  /*--mm-color-icon: var(--color-bronze);*/
}

.mm-listitem:after {
  content: none;
}

.search-form{
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-form .search-field{
  border-bottom-left-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.search-form .search-submit{
  border-bottom-right-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: #4A1D96 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 29 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #1E429F var(--tw-gradient-to-position);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.search-form .search-submit:hover{
  cursor: pointer;
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

/* Single Product */

.woocommerce div.product div.images img{
  margin: 0px;
}

.woocommerce div.product p.price{
  margin-top: 0.625rem;
  margin-bottom: 0px;
  font-family: offsideregular;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.woocommerce div.product p.price .amount{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  --tw-gradient-from: #4A1D96 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 29 150 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  --tw-gradient-to: #1E429F var(--tw-gradient-to-position) !important;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.woocommerce .wc-gzd-additional-info{
  margin-top: 0.5rem !important;
}

.woocommerce .cart{
  display: flex;
}

/* My Account */

body.woocommerce-account.logged-in .woocommerce{
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  body.woocommerce-account.logged-in .woocommerce{
    flex-wrap: nowrap;
  }
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  font-family: offsideregular;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul{
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li{
  margin: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-border-opacity));
  padding: 0px;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li.is-active{
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity));
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li a{
  display: block;
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content{
  width: 100%;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity));
  padding: 2rem;
}

/* Select 2 */

.select2-container--default .select2-selection--single{
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}

.select2-search{
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}

.select2-search__field{
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}

.select2-results__options{
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}

.select2-results__option--highlighted{
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity));
}

.select2-container--default .select2-results__option[data-selected="true"]{
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity));
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* WooCommerce Notices */

.woocommerce-error, .woocommerce-info, .woocommerce-message{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  /*border-top: 3px solid #7f54b3;*/
  /*border-top-color: rgb(127, 84, 179);*/
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}

.woocommerce-error {
}

.woocommerce-info {
}

.woocommerce-info::before{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.woocommerce-message {
}

/* Buttons */

.woocommerce .button{
  border-radius: 0.5rem;
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  --tw-gradient-from: #4A1D96 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 29 150 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  --tw-gradient-to: #1E429F var(--tw-gradient-to-position) !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.woocommerce .button:hover{
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
}

.woocommerce a.button.add_to_cart_button,
a.product_type_simple{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  --tw-gradient-from: #4A1D96 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 29 150 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  --tw-gradient-to: #1E429F var(--tw-gradient-to-position) !important;
  text-align: center !important;
}

.woocommerce a.button.add_to_cart_button:hover,
a.product_type_simple:hover{
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
}

.woocommerce a.button.add_to_cart_button,
a.product_type_simple {
  border-radius: 0 0 8px 8px !important;
}

.wc-block-components-checkout-place-order-button,
.wc-block-cart__submit-button{
  border-radius: 0.5rem !important;
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  --tw-gradient-from: #4A1D96 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(74 29 150 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  --tw-gradient-to: #1E429F var(--tw-gradient-to-position) !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.wc-block-components-checkout-place-order-button:hover,
.wc-block-cart__submit-button:hover{
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
}

/* WooCommerce form fields */

.woocommerce form input,
.woocommerce form select,
.woocommerce .input-text{
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}

/* Product Card */

li.product{
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity));
  text-align: center;
}

li.product .button{
  width: 100%;
}

/* Placeholder */

.woocommerce ul.products li.product .woocommerce-placeholder{
  border-width: 0px;
}

/* Single Product Tabs */

.woocommerce div.product .woocommerce-tabs ul.tabs {
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity));
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
  font-family: offsideregular;
  font-weight: 400;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
  font-family: offsideregular;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Checkout */

.wc-gzd-checkout .wc-block-components-order-summary{
  background-color: transparent !important;
}

.woocommerce-checkout .woocommerce-checkout-payment{
  background-color: transparent !important;
}

.woocommerce-checkout .shop_table{
  background-color: transparent !important;
}

.woocommerce-checkout #place_order{
  margin-bottom: 3rem;
  width: 100%;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

/* Product Blocks */

.wc-product-block {
}

/* WooCommerce Blocks */

.wc-block-grid__product .wc-block-grid__product-title{
  font-family: offsideregular;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}

/* Variable Products */

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

.variations tr{
  display: flex;
  flex-wrap: wrap;
}

.variations tr th{
  width: 100%;
  text-align: left;
}

.woocommerce-variation-add-to-cart{
  display: flex;
}

.woocommerce-variation-add-to-cart .single_add_to_cart_button{
  font-family: offsideregular;
}

/* On Sale Badge */

.woocommerce span.onsale{
  min-height: 0px;
  min-width: 0px;
  border-radius: 0.25rem;
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: #4A1D96 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 29 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #1E429F var(--tw-gradient-to-position);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-family: offsideregular;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/* Product Ratings */

.woocommerce #review_form #respond textarea{
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.woocommerce #review_form #respond .form-submit input{
  border-radius: 0.5rem;
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: #4A1D96 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 29 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #1E429F var(--tw-gradient-to-position);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.woocommerce #review_form #respond .form-submit input:hover{
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 */

.page-title,
.entry-title {
  /*@apply max-w-content mx-auto mb-6 text-3xl font-extrabold text-neutral-900;*/
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  -webkit-hyphens: auto;
          hyphens: auto;
  word-break: break-all;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/**
 * Layout styles for centered content areas
 *
 * If you are controlling the width of your content area with styles applied
 * to its container, you can delete the following styles whose selectors begin
 * with `.page-content >` and `.entry-content >`. For more details, please see
 * the following:
 *
 * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
 */

.page-content > *,
.entry-content > * {
  /* Content width from the `theme.json` file */
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
}

.entry-content > .alignwide {
  /* Wide width from the `theme.json` file */
  max-width: 80rem;
}

.entry-content > .alignfull{
  max-width: none;
}

.entry-content > .alignleft{
  float: left;
  margin-right: 2rem;
}

.entry-content > .alignright{
  float: right;
  margin-left: 2rem;
}

/* Base Color: #5f2482 - seance-500*/

/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */

:root{
  --mm-lineheight:22px
}

.mm-hidden{
  display:none!important
}

.mm-wrapper{
  overflow-x:hidden;
  position:relative
}

.mm-menu,.mm-menu *,.mm-menu :after,.mm-menu :before{
  transition-property:none;
  transition-duration:.4s;
  transition-timing-function:ease
}

:root{
  --mm-blocker-visibility-delay:0.4s;
  --mm-blocker-opacity-delay:0s
}

.mm-blocker{
  display:block;
  position:absolute;
  bottom:100%;
  top:0;
  right:0;
  left:0;
  z-index:3;
  opacity:0;
  background:var(--mm-color-background);
  transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),transform .4s ease
}

.mm-blocker:focus-visible{
  opacity:.75
}

.mm-btn{
  flex-grow:0;
  flex-shrink:0;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  width:50px;
  padding:0
}

.mm-btn--next,[dir=rtl] .mm-btn--prev{
  --mm-btn-rotate:135deg
}

.mm-btn--prev,[dir=rtl] .mm-btn--next{
  --mm-btn-rotate:-45deg
}

.mm-btn--next:after,.mm-btn--prev:before{
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  width:8px;
  height:8px;
  margin:auto;
  box-sizing:border-box;
  border:2px solid var(--mm-color-icon);
  border-bottom:none;
  border-right:none;
  transform:rotate(var(--mm-btn-rotate))
}

.mm-btn--prev:before{
  inset-inline-start:23px
}

.mm-btn--next:after{
  inset-inline-end:23px
}

.mm-btn--close:before{
  content:"×";
  font-size:150%
}

.mm-btnreset{
  padding:0;
  background:0 0;
  border:none;
  cursor:pointer
}

.mm-divider{
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden;
  position:sticky;
  z-index:2;
  top:0;
  min-height:var(--mm-lineheight);
  padding:calc((var(--mm-listitem-size) * .65 - var(--mm-lineheight)) * .5) 20px;
  font-size:75%;
  text-transform:uppercase;
  background:var(--mm-color-background);
  background-image:linear-gradient(var(--mm-color-background-highlight),var(--mm-color-background-highlight));
  opacity:1;
  transition-property:opacity
}

.mm-navbar:not(.mm-hidden)~.mm-listview .mm-divider{
  top:var(--mm-navbar-size)
}

:root{
  --mm-listitem-size:50px
}

.mm-listitem{
  display:flex;
  flex-wrap:wrap;
  position:relative;
  padding:0;
  margin:0;
  color:var(--mm-color-text);
  border-color:var(--mm-color-border)
}

.mm-listitem:after{
  content:"";
  border-color:inherit;
  border-bottom-width:1px;
  border-bottom-style:solid;
  display:block;
  position:absolute;
  inset-inline-start:20px;
  inset-inline-end:0;
  bottom:0
}

.mm-listitem__btn,.mm-listitem__text{
  padding:calc((var(--mm-listitem-size) - var(--mm-lineheight))/ 2) 0
}

.mm-listitem__text{
  flex-grow:1;
  flex-basis:10%;
  display:block;
  padding-left:20px;
  padding-right:20px;
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden
}

.mm-listitem__btn{
  display:block;
  position:relative;
  width:auto;
  padding-inline-end:50px;
  border-color:inherit;
  background:rgba(3,2,1,0)
}

.mm-listitem__btn:not(.mm-listitem__text){
  border-left-width:1px;
  border-left-style:solid
}

.mm-listitem--selected>.mm-listitem__text{
  background:var(--mm-color-background-emphasis)
}

.mm-listitem--opened>.mm-listitem__btn,.mm-listitem--opened>.mm-panel{
  background:var(--mm-color-background-highlight)
}

.mm-listview{
  list-style:none;
  display:block;
  padding:0;
  margin:0
}

.mm-menu{
  display:flex;
  flex-direction:column;
  padding:0;
  margin:0;
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:0;
  overscroll-behavior:none;
  background:var(--mm-color-background);
  border-color:var(--mm-color-border);
  color:var(--mm-color-text);
  line-height:var(--mm-lineheight);
  -webkit-tap-highlight-color:var(--mm-color-background-emphasis);
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}

.mm-menu ::-moz-placeholder{
  color:var(--mm-color-text-dimmed)
}

.mm-menu ::placeholder{
  color:var(--mm-color-text-dimmed)
}

.mm-menu,.mm-menu *{
  box-sizing:border-box
}

.mm-menu :focus,.mm-menu :focus-visible,.mm-menu:focus,.mm-menu:focus-visible{
  outline:0
}

.mm-menu a,.mm-menu button,.mm-menu label{
  color:inherit
}

.mm-menu a:focus,.mm-menu button:focus,.mm-menu label:focus{
  outline:0
}

.mm-menu a:focus-visible,.mm-menu button:focus-visible,.mm-menu label:focus-visible{
  outline:2px solid var(--mm-color-focusring);
  outline-offset:-5px
}

.mm-menu input:focus,.mm-menu input:focus-visible,.mm-menu select:focus,.mm-menu select:focus-visible,.mm-menu textarea:focus,.mm-menu textarea:focus-visible{
  outline:2px solid var(--mm-color-focusring);
  outline-offset:2px
}

.mm-menu a,.mm-menu a:active,.mm-menu a:hover,.mm-menu a:link,.mm-menu a:visited{
  text-decoration:none;
  color:inherit
}

:root{
  --mm-navbar-size:50px
}

.mm-navbar{
  display:flex;
  position:sticky;
  top:0;
  z-index:2;
  min-height:var(--mm-navbar-size);
  padding-top:env(safe-area-inset-top);
  color:var(--mm-color-text-dimmed);
  text-align:center;
  opacity:1;
  background:var(--mm-color-background);
  border-bottom:1px solid var(--mm-color-border);
  transition-property:opacity
}

.mm-navbar>*{
  flex-grow:1;
  display:flex;
  align-items:center;
  justify-content:center;
  box-sizing:border-box
}

.mm-navbar__btn{
  flex-grow:0
}

.mm-navbar__title{
  flex:1 1 50%;
  display:flex;
  padding:0 20px;
  overflow:hidden
}

.mm-navbar__title[href="#"]{
  pointer-events:none
}

.mm-navbar__title>span{
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden
}

.mm-btn.mm-hidden+.mm-navbar__title:not(:last-child){
  padding-inline-start:60px;
  padding-inline-end:10px
}

.mm-btn:not(.mm-hidden)+.mm-navbar__title:last-child{
  padding-inline-start:10px;
  padding-inline-end:60px
}

.mm-panel{
  --mm-panel-child-offset:100%;
  --mm-panel-parent-offset:-30%;
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  z-index:1;
  -webkit-overflow-scrolling:touch;
  overflow:hidden;
  overflow-y:auto;
  overscroll-behavior:contain;
  color:var(--mm-color-text);
  border-color:var(--mm-color-border);
  background:var(--mm-color-background);
  transform:translate3d(var(--mm-panel-child-offset),0,0);
  transition-property:transform,inset-inline-start
}

[dir=rtl] .mm-panel{
  --mm-panel-child-offset:-100%;
  --mm-panel-parent-offset:30%
}

.mm-panel:after{
  content:"";
  display:block;
  height:var(--mm-listitem-size)
}

.mm-panel:focus{
  outline:0
}

.mm-panel--opened{
  z-index:2;
  transform:translate3d(0,0,0);
  transition-delay:0s
}

.mm-panel--parent{
  transform:translate3d(var(--mm-panel-parent-offset),0,0);
  z-index:0
}

.mm-panel--highest{
  z-index:3
}

.mm-menu--opened .mm-panel--noanimation{
  transition:none!important;
  transition-duration:0s!important
}

.mm-panel__content{
  padding:20px
}

.mm-panels{
  flex-grow:1;
  position:relative;
  height:100%;
  overflow:hidden;
  background:var(--mm-color-background);
  border-color:var(--mm-color-border);
  color:var(--mm-color-text)
}

.mm-panels:focus{
  outline:0
}

:root{
  --mm-toggle-size:34px
}

.mm-toggle{
  display:flex;
  align-self:center;
  flex:calc(var(--mm-toggle-size) * 1.75) 0 0;
  height:var(--mm-toggle-size);
  margin-inline-end:10px;
  -webkit-appearance:none!important;
  -moz-appearance:none!important;
  appearance:none!important;
  border:none!important;
  border-radius:var(--mm-toggle-size);
  border:var(--mm-color-border);
  background:var(--mm-color-border);
  cursor:pointer;
  transition-property:background-color
}

.mm-toggle:before{
  content:"";
  aspect-ratio:1;
  margin:2px;
  border-radius:100%;
  background:var(--mm-color-background);
  transition-property:transform
}

.mm-toggle:checked{
  background:#4bd963
}

.mm-toggle:checked:before{
  transform:translateX(calc(var(--mm-toggle-size) * .75))
}

[dir=rtl] .mm-toggle:checked:before{
  transform:translateX(calc(var(--mm-toggle-size) * -.75))
}

.mm-listitem--vertical>.mm-panel{
  position:static;
  width:100%;
  padding:10px 0 10px 20px;
  transform:none!important;
  transition:none!important
}

.mm-listitem--vertical>.mm-panel:after{
  content:none;
  display:none
}

.mm-listitem--vertical:not(.mm-listitem--opened)>.mm-panel{
  display:none
}

.mm-listitem--vertical>.mm-listitem__btn{
  height:var(--mm-listitem-size);
  bottom:auto
}

.mm-listitem--vertical .mm-listitem:last-child:after{
  border-color:transparent
}

.mm-listitem--opened>.mm-listitem__btn:after{
  transform:rotate(225deg);
  right:19px
}

:root{
  --mm-size:80%;
  --mm-min-size:240px;
  --mm-max-size:440px
}

.mm-menu--offcanvas{
  position:fixed;
  z-index:0
}

.mm-page{
  box-sizing:border-box;
  min-height:100vh;
  background:inherit
}

:where(.mm-slideout){
  position:relative;
  z-index:1;
  width:100%;
  transition-duration:.4s;
  transition-timing-function:ease;
  transition-property:width,transform
}

.mm-wrapper--opened,.mm-wrapper--opened body{
  overflow:hidden
}

.mm-wrapper__blocker{
  background:rgba(0,0,0,.4)
}

.mm-wrapper--opened .mm-wrapper__blocker{
  --mm-blocker-visibility-delay:0s;
  --mm-blocker-opacity-delay:0.4s;
  bottom:0;
  opacity:.5
}

.mm-menu{
  --mm-translate-horizontal:0;
  --mm-translate-vertical:0
}

.mm-menu--position-left,.mm-menu--position-left-front{
  right:auto
}

.mm-menu--position-right,.mm-menu--position-right-front{
  left:auto
}

.mm-menu--position-left,.mm-menu--position-left-front,.mm-menu--position-right,.mm-menu--position-right-front{
  width:clamp(var(--mm-min-size),var(--mm-size),var(--mm-max-size))
}

.mm-menu--position-left-front{
  --mm-translate-horizontal:-100%
}

.mm-menu--position-right-front{
  --mm-translate-horizontal:100%
}

.mm-menu--position-top{
  bottom:auto
}

.mm-menu--position-bottom{
  top:auto
}

.mm-menu--position-bottom,.mm-menu--position-top{
  width:100%;
  height:clamp(var(--mm-min-size),var(--mm-size),var(--mm-max-size))
}

.mm-menu--position-top{
  --mm-translate-vertical:-100%
}

.mm-menu--position-bottom{
  --mm-translate-vertical:100%
}

.mm-menu--position-bottom,.mm-menu--position-left-front,.mm-menu--position-right-front,.mm-menu--position-top{
  z-index:2;
  transform:translate3d(var(--mm-translate-horizontal),var(--mm-translate-vertical),0);
  transition-property:transform
}

.mm-menu--position-bottom.mm-menu--opened,.mm-menu--position-left-front.mm-menu--opened,.mm-menu--position-right-front.mm-menu--opened,.mm-menu--position-top.mm-menu--opened{
  transform:translate3d(0,0,0)
}

.mm-wrapper--position-left{
  --mm-translate-horizontal:clamp(
      var(--mm-min-size),
      var(--mm-size),
      var(--mm-max-size)
  )
}

.mm-wrapper--position-right{
  --mm-translate-horizontal:clamp(
      calc(-1 * var(--mm-max-size)),
      calc(-1 * var(--mm-size)),
      calc(-1 * var(--mm-min-size))
  )
}

.mm-wrapper--position-left .mm-slideout,.mm-wrapper--position-right .mm-slideout{
  transform:translate3d(0,0,0)
}

.mm-wrapper--position-left.mm-wrapper--opened .mm-slideout,.mm-wrapper--position-right.mm-wrapper--opened .mm-slideout{
  transform:translate3d(var(--mm-translate-horizontal),0,0)
}

.mm-wrapper--position-bottom .mm-wrapper__blocker,.mm-wrapper--position-left-front .mm-wrapper__blocker,.mm-wrapper--position-right-front .mm-wrapper__blocker,.mm-wrapper--position-top .mm-wrapper__blocker{
  z-index:1
}

.mm-menu--theme-light{
  --mm-color-background:#f3f3f3;
  --mm-color-border:rgb(0 0 0 / 0.15);
  --mm-color-icon:rgb(0 0 0 / 0.4);
  --mm-color-text:rgb(0 0 0 / 0.8);
  --mm-color-text-dimmed:rgb(0 0 0 / 0.4);
  --mm-color-background-highlight:rgb(0 0 0 / 0.05);
  --mm-color-background-emphasis:rgb(255 255 255 / 0.75);
  --mm-color-focusring:#06c
}

.mm-menu--theme-light-contrast{
  --mm-color-background:#f3f3f3;
  --mm-color-border:rgb(0 0 0 / 0.5);
  --mm-color-icon:rgb(0 0 0 / 0.5);
  --mm-color-text:#000;
  --mm-color-text-dimmed:rgb(0 0 0 / 0.7);
  --mm-color-background-highlight:rgb(0 0 0 / 0.05);
  --mm-color-background-emphasis:rgb(255 255 255 / 0.9);
  --mm-color-focusring:#06c
}

.mm-menu--theme-dark{
  --mm-color-background:#333;
  --mm-color-border:rgb(0, 0, 0, 0.4);
  --mm-color-icon:rgb(255, 255, 255, 0.4);
  --mm-color-text:rgb(255, 255, 255, 0.8);
  --mm-color-text-dimmed:rgb(255, 255, 255, 0.4);
  --mm-color-background-highlight:rgb(255, 255, 255, 0.08);
  --mm-color-background-emphasis:rgb(0, 0, 0, 0.1);
  --mm-color-focusring:#06c
}

.mm-menu--theme-dark-contrast{
  --mm-color-background:#333;
  --mm-color-border:rgb(255 255 255 / 0.5);
  --mm-color-icon:rgb(255 255 255 / 0.5);
  --mm-color-text:#fff;
  --mm-color-text-dimmed:rgb(255 255 255 / 0.7);
  --mm-color-background-highlight:rgb(255 255 255 / 0.1);
  --mm-color-background-emphasis:rgb(0 0 0 / 0.3);
  --mm-color-focusring:#06c
}

.mm-menu--theme-white{
  --mm-color-background:#fff;
  --mm-color-border:rgb(0 0 0 / 0.15);
  --mm-color-icon:rgb(0 0 0 / 0.3);
  --mm-color-text:rgb(0 0 0 / 0.8);
  --mm-color-text-dimmed:rgb(0 0 0 / 0.3);
  --mm-color-background-highlight:rgb(0 0 0 / 0.06);
  --mm-color-background-emphasis:rgb(0 0 0 / 0.03);
  --mm-color-focusring:#06c
}

.mm-menu--theme-white-contrast{
  --mm-color-background:#fff;
  --mm-color-border:rgb(0 0 0 / 0.5);
  --mm-color-icon:rgb(0 0 0 / 0.5);
  --mm-color-text:#000;
  --mm-color-text-dimmed:rgb(0 0 0 / 0.7);
  --mm-color-background-highlight:rgb(0 0 0 / 0.07);
  --mm-color-background-emphasis:rgb(0 0 0 / 0.035);
  --mm-color-focusring:#06c
}

.mm-menu--theme-black{
  --mm-color-background:#000;
  --mm-color-border:rgb(255 255 255 / 0.2);
  --mm-color-icon:rgb(255 255 255 / 0.4);
  --mm-color-text:rgb(255 255 255 / 0.7);
  --mm-color-text-dimmed:rgb(255 255 255 / 0.4);
  --mm-color-background-highlight:rgb(255 255 255 / 0.1);
  --mm-color-background-emphasis:rgb(255 255 255 / 0.06);
  --mm-color-focusring:#06c
}

.mm-menu--theme-black-contrast{
  --mm-color-background:#000;
  --mm-color-border:rgb(255 255 255 / 0.5);
  --mm-color-icon:rgb(255 255 255 / 0.5);
  --mm-color-text:#fff;
  --mm-color-text-dimmed:rgb(255 255 255 / 0.6);
  --mm-color-background-highlight:rgb(255 255 255 / 0.125);
  --mm-color-background-emphasis:rgb(255 255 255 / 0.1);
  --mm-color-focusring:#06c
}

.mm-counter{
  display:block;
  padding-inline-start:20px;
  float:right;
  color:var(--mm-color-text-dimmed)
}

[dir=rtl] .mm-counter{
  float:left
}

:root{
  --mm-iconbar-size:50px
}

.mm-menu--iconbar-left .mm-navbars,.mm-menu--iconbar-left .mm-panels{
  margin-left:var(--mm-iconbar-size)
}

.mm-menu--iconbar-right .mm-navbars,.mm-menu--iconbar-right .mm-panels{
  margin-right:var(--mm-iconbar-size)
}

.mm-iconbar{
  display:none;
  position:absolute;
  top:0;
  bottom:0;
  z-index:2;
  width:var(--mm-iconbar-size);
  overflow:hidden;
  box-sizing:border-box;
  border:0 solid;
  border-color:var(--mm-color-border);
  background:var(--mm-color-background);
  color:var(--mm-color-text-dimmed);
  text-align:center
}

.mm-menu--iconbar-left .mm-iconbar,.mm-menu--iconbar-right .mm-iconbar{
  display:flex;
  flex-direction:column;
  justify-content:space-between
}

.mm-menu--iconbar-left .mm-iconbar{
  border-right-width:1px;
  left:0
}

.mm-menu--iconbar-right .mm-iconbar{
  border-left-width:1px;
  right:0
}

.mm-iconbar__bottom,.mm-iconbar__top{
  width:100%;
  -webkit-overflow-scrolling:touch;
  overflow:hidden;
  overflow-y:auto;
  overscroll-behavior:contain
}

.mm-iconbar__bottom>*,.mm-iconbar__top>*{
  box-sizing:border-box;
  display:block;
  padding:calc((var(--mm-iconbar-size) - var(--mm-lineheight))/ 2) 0
}

.mm-iconbar__bottom a,.mm-iconbar__bottom a:hover,.mm-iconbar__top a,.mm-iconbar__top a:hover{
  text-decoration:none
}

.mm-iconbar__tab--selected{
  background:var(--mm-color-background-emphasis)
}

:root{
  --mm-iconpanel-size:50px
}

.mm-panel--iconpanel-0{
  inset-inline-start:calc(0 * var(--mm-iconpanel-size))
}

.mm-panel--iconpanel-1{
  inset-inline-start:calc(1 * var(--mm-iconpanel-size))
}

.mm-panel--iconpanel-2{
  inset-inline-start:calc(2 * var(--mm-iconpanel-size))
}

.mm-panel--iconpanel-3{
  inset-inline-start:calc(3 * var(--mm-iconpanel-size))
}

.mm-panel--iconpanel-4{
  inset-inline-start:calc(4 * var(--mm-iconpanel-size))
}

.mm-panel--iconpanel-first~.mm-panel{
  inset-inline-start:var(--mm-iconpanel-size)
}

.mm-menu--iconpanel .mm-panel--parent .mm-divider,.mm-menu--iconpanel .mm-panel--parent .mm-navbar{
  opacity:0
}

.mm-menu--iconpanel .mm-panels>.mm-panel--parent{
  overflow-y:hidden;
  transform:unset
}

.mm-menu--iconpanel .mm-panels>.mm-panel:not(.mm-panel--iconpanel-first):not(.mm-panel--iconpanel-0){
  border-inline-start-width:1px;
  border-inline-start-style:solid
}

.mm-navbars{
  flex-shrink:0
}

.mm-navbars .mm-navbar{
  position:relative;
  padding-top:0;
  border-bottom:none
}

.mm-navbars--top{
  border-bottom:1px solid var(--mm-color-border)
}

.mm-navbars--top .mm-navbar:first-child{
  padding-top:env(safe-area-inset-top)
}

.mm-navbars--bottom{
  border-top:1px solid var(--mm-color-border)
}

.mm-navbars--bottom .mm-navbar:last-child{
  padding-bottom:env(safe-area-inset-bottom)
}

.mm-navbar__breadcrumbs{
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden;
  flex:1 1 50%;
  display:flex;
  justify-content:flex-start;
  padding:0 20px;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch
}

.mm-navbar__breadcrumbs>*{
  display:flex;
  align-items:center;
  justify-content:center;
  padding-inline-end:6px
}

.mm-navbar__breadcrumbs>a{
  text-decoration:underline
}

.mm-navbar__breadcrumbs:not(:last-child){
  padding-inline-end:0
}

.mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs{
  padding-inline-start:0
}

.mm-navbar__tab{
  padding:0 10px;
  border:1px solid transparent
}

.mm-navbar__tab--selected{
  background:var(--mm-color-background)
}

.mm-navbar__tab--selected:not(:first-child){
  border-inline-start-color:var(--mm-color-border)
}

.mm-navbar__tab--selected:not(:last-child){
  border-inline-end-color:var(--mm-color-border)
}

.mm-navbars--top.mm-navbars--has-tabs{
  border-bottom:none
}

.mm-navbars--top.mm-navbars--has-tabs .mm-navbar{
  background:var(--mm-color-background-emphasis)
}

.mm-navbars--top.mm-navbars--has-tabs .mm-navbar--tabs~.mm-navbar{
  background:var(--mm-color-background)
}

.mm-navbars--top.mm-navbars--has-tabs .mm-navbar:not(.mm-navbar--tabs):last-child{
  border-bottom:1px solid var(--mm-color-border)
}

.mm-navbars--top .mm-navbar__tab{
  border-bottom-color:var(--mm-color-border)
}

.mm-navbars--top .mm-navbar__tab--selected{
  border-top-color:var(--mm-color-border);
  border-bottom-color:transparent
}

.mm-navbars--bottom.mm-navbar--has-tabs{
  border-top:none
}

.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar{
  background:var(--mm-color-background)
}

.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs,.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs~.mm-navbar{
  background:var(--mm-color-background-emphasis)
}

.mm-navbars--bottom .mm-navbar__tab{
  border-top-color:var(--mm-color-border)
}

.mm-navbars--bottom .mm-navbar__tab--selected{
  border-bottom-color:var(--mm-color-border);
  border-top-color:transparent
}

.mm-searchfield{
  display:flex;
  flex-grow:1;
  height:var(--mm-navbar-size);
  padding:0;
  overflow:hidden
}

.mm-searchfield__input{
  display:flex;
  flex:1;
  align-items:center;
  position:relative;
  width:100%;
  max-width:100%;
  padding:0 10px;
  box-sizing:border-box
}

.mm-searchfield__input input{
  display:block;
  width:100%;
  max-width:100%;
  height:calc(var(--mm-navbar-size) * .7);
  min-height:auto;
  max-height:auto;
  margin:0;
  padding:0 10px;
  box-sizing:border-box;
  border:none;
  border-radius:4px;
  line-height:calc(var(--mm-navbar-size) * .7);
  font:inherit;
  font-size:inherit
}

.mm-searchfield__input input,.mm-searchfield__input input:focus,.mm-searchfield__input input:hover{
  background:var(--mm-color-background-highlight);
  color:var(--mm-color-text)
}

.mm-menu[class*=-contrast] .mm-searchfield__input input{
  border:1px solid var(--mm-color-border)
}

.mm-searchfield__input input::-ms-clear{
  display:none
}

.mm-searchfield__btn{
  display:none;
  position:absolute;
  inset-inline-end:0;
  top:0;
  bottom:0
}

.mm-searchfield--searching .mm-searchfield__btn{
  display:block
}

.mm-searchfield__cancel{
  display:block;
  position:relative;
  margin-inline-end:-100px;
  padding-inline-start:5px;
  padding-inline-end:20px;
  visibility:hidden;
  line-height:var(--mm-navbar-size);
  text-decoration:none;
  transition-property:visibility,margin
}

.mm-searchfield--cancelable .mm-searchfield__cancel{
  visibility:visible;
  margin-inline-end:0
}

.mm-panel--search{
  left:0!important;
  right:0!important;
  width:100%!important;
  border:none!important
}

.mm-panel__splash{
  padding:20px
}

.mm-panel--searching .mm-panel__splash{
  display:none
}

.mm-panel__noresults{
  display:none;
  padding:40px 20px;
  color:var(--mm-color-text-dimmed);
  text-align:center;
  font-size:150%;
  line-height:1.4
}

.mm-panel--noresults .mm-panel__noresults{
  display:block
}

:root{
  --mm-sectionindexer-size:20px
}

.mm-sectionindexer{
  background:inherit;
  text-align:center;
  font-size:12px;
  box-sizing:border-box;
  width:var(--mm-sectionindexer-size);
  position:absolute;
  top:0;
  bottom:0;
  inset-inline-end:calc(-1 * var(--mm-sectionindexer-size));
  z-index:5;
  transition-property:inset-inline-end;
  display:flex;
  flex-direction:column;
  justify-content:space-evenly
}

.mm-sectionindexer a{
  color:var(--mm-color-text-dimmed);
  line-height:1;
  text-decoration:none;
  display:block
}

.mm-sectionindexer~.mm-panel{
  padding-inline-end:0
}

.mm-sectionindexer--active{
  right:0
}

.mm-sectionindexer--active~.mm-panel{
  padding-inline-end:var(--mm-sectionindexer-size)
}

.mm-menu--selected-hover .mm-listitem__btn,.mm-menu--selected-hover .mm-listitem__text,.mm-menu--selected-parent .mm-listitem__btn,.mm-menu--selected-parent .mm-listitem__text{
  transition-property:background-color
}

@media (hover:hover){
  .mm-menu--selected-hover .mm-listview:hover>.mm-listitem--selected:not(:hover)>.mm-listitem__text{
    background:0 0
  }

  .mm-menu--selected-hover .mm-listitem__btn:hover,.mm-menu--selected-hover .mm-listitem__text:hover{
    background:var(--mm-color-background-emphasis)
  }
}

.mm-menu--selected-parent .mm-listitem__btn,.mm-menu--selected-parent .mm-listitem__text{
  transition-delay:.2s
}

@media (hover:hover){
  .mm-menu--selected-parent .mm-listitem__btn:hover,.mm-menu--selected-parent .mm-listitem__text:hover{
    transition-delay:0s
  }
}

.mm-menu--selected-parent .mm-panel--parent .mm-listitem:not(.mm-listitem--selected-parent)>.mm-listitem__text{
  background:0 0
}

.mm-menu--selected-parent .mm-listitem--selected-parent>.mm-listitem__btn,.mm-menu--selected-parent .mm-listitem--selected-parent>.mm-listitem__text{
  background:var(--mm-color-background-emphasis)
}

:root{
  --mm-sidebar-collapsed-size:50px;
  --mm-sidebar-expanded-size:var(--mm-max-size)
}

.mm-wrapper--sidebar-collapsed .mm-slideout{
  width:calc(100% - var(--mm-sidebar-collapsed-size));
  transform:translate3d(var(--mm-sidebar-collapsed-size),0,0)
}

[dir=rtl] .mm-wrapper--sidebar-collapsed .mm-slideout{
  transform:none
}

.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-divider,.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-navbar{
  opacity:0
}

.mm-wrapper--sidebar-expanded .mm-menu--sidebar-expanded{
  width:var(--mm-sidebar-expanded-size);
  border-right-width:1px;
  border-right-style:solid
}

.mm-wrapper--sidebar-expanded.mm-wrapper--opened{
  overflow:auto
}

.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-wrapper__blocker{
  display:none
}

.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout{
  width:calc(100% - var(--mm-sidebar-expanded-size));
  transform:translate3d(var(--mm-sidebar-expanded-size),0,0)
}

[dir=rtl] .mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout{
  transform:none
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

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

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.bottom-0{
  bottom: 0px;
}

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

.left-0{
  left: 0px;
}

.right-0{
  right: 0px;
}

.top-0{
  top: 0px;
}

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

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

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

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

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

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

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

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

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

.\!my-3{
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

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

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

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

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

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

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.size-5{
  width: 1.25rem;
  height: 1.25rem;
}

.h-12{
  height: 3rem;
}

.h-4{
  height: 1rem;
}

.h-6{
  height: 1.5rem;
}

.h-9{
  height: 2.25rem;
}

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

.w-4{
  width: 1rem;
}

.w-64{
  width: 16rem;
}

.w-full{
  width: 100%;
}

.max-w-5xl{
  max-width: 64rem;
}

.max-w-7xl{
  max-width: 80rem;
}

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

.max-w-screen-xl{
  max-width: 1280px;
}

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

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

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

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

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

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

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

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

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

.transform-none{
  transform: none;
}

.cursor-default{
  cursor: default;
}

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

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

.list-none{
  list-style-type: none;
}

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

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

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

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

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

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

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

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

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

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

.gap-4{
  gap: 1rem;
}

.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-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.overflow-hidden{
  overflow: hidden;
}

.hyphens-auto{
  -webkit-hyphens: auto;
          hyphens: auto;
}

.break-all{
  word-break: break-all;
}

.rounded{
  border-radius: 0.25rem;
}

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

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

.rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

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

.border{
  border-width: 1px;
}

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

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

.border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgb(28 100 242 / var(--tw-border-opacity));
}

.border-blue-700{
  --tw-border-opacity: 1;
  border-color: rgb(26 86 219 / var(--tw-border-opacity));
}

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

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-gray-950{
  --tw-border-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-border-opacity));
}

.bg-blue-700{
  --tw-bg-opacity: 1;
  background-color: rgb(26 86 219 / var(--tw-bg-opacity));
}

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

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

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

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

.bg-gray-900\/50{
  background-color: rgb(17 24 39 / 0.5);
}

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

.bg-white\/50{
  background-color: rgb(255 255 255 / 0.5);
}

.p-0{
  padding: 0px;
}

.p-1{
  padding: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

.p-2\.5{
  padding: 0.625rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

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

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

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

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

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

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

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

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

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

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

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

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

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

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

.leading-6{
  line-height: 1.5rem;
}

.leading-9{
  line-height: 2.25rem;
}

.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(28 100 242 / var(--tw-text-opacity));
}

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

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

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

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

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline{
  outline-style: solid;
}

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

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

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

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

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

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

.content-none{
  --tw-content: none;
  content: var(--tw-content);
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

/*  */

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}

.wp-element-button {
  background: var(--hydra-gradient);
}

.hover\:border-gray-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.hover\:bg-blue-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 66 159 / var(--tw-bg-opacity));
}

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

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

.hover\:text-blue-600:hover{
  --tw-text-opacity: 1;
  color: rgb(28 100 242 / var(--tw-text-opacity));
}

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

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

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

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

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

.focus\:ring-blue-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity));
}

.focus\:ring-gray-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}

.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(224 0 183 / var(--tw-text-opacity));
}

.dark\:border-blue-500:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(63 131 248 / var(--tw-border-opacity));
}

.dark\:border-gray-600:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.dark\:border-gray-700:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.dark\:border-transparent:is(.dark *){
  border-color: transparent;
}

.dark\:bg-blue-600:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(28 100 242 / var(--tw-bg-opacity));
}

.dark\:bg-gray-600:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.dark\:bg-gray-700:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.dark\:bg-gray-800:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.dark\:bg-gray-800\/50:is(.dark *){
  background-color: rgb(31 41 55 / 0.5);
}

.dark\:bg-gray-900\/80:is(.dark *){
  background-color: rgb(17 24 39 / 0.8);
}

.dark\:text-blue-500:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(63 131 248 / var(--tw-text-opacity));
}

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

.dark\:text-white:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dark\:hover\:bg-blue-700:hover:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(26 86 219 / var(--tw-bg-opacity));
}

.dark\:hover\:bg-gray-600:hover:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.dark\:hover\:bg-gray-800:hover:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.dark\:hover\:text-blue-500:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(63 131 248 / var(--tw-text-opacity));
}

.dark\:hover\:text-gray-300:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

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

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

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

@media (min-width: 1280px){
  .xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.rtl\:rotate-180:where([dir="rtl"], [dir="rtl"] *){
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rtl\:space-x-reverse:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 1;
}
