/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./web/themes/jom/resources/css/style.css ***!
  \****************************************************************************************************************************************************************/
/* Set up Roboto for old browsers, only regular + bold */
/* @supports not (font-variation-settings: normal) {
    @font-face {
      font-family: Roboto;
      src: url('Roboto-Regular.woff2');
      font-weight: normal;
    }

    @font-face {
      font-family: Roboto;
      src: url('Roboto-Bold.woff2');
      font-weight: bold;
    }

    body {
      font-family: Roboto;
    }

    .super-bold {
      font-weight: bold;
    }
  } */
/* Set up Roboto for modern browsers, all weights */
@supports (font-variation-settings: normal) {
    @font-face {
      font-family: 'Fredoka';
      src: url('../fonts/Fredoka-VariableFont.woff2') format('woff2-variations');
      /* src: url('../fonts/Fredoka-VariableFont.woff2') format('woff2') tech('variations'),
          url('../fonts/Fredoka-VariableFont.woff2') format('woff2-variations'); */
      font-weight: 100 1000;
      font-stretch: 25% 151%;
    }
  }
/* ! tailwindcss v3.1.7 | 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: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
*, ::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-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: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
    --tw-ring-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow-colored: 0 0 rgba(0,0,0,0);
    --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:  ;
}
::-webkit-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-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: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
    --tw-ring-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow-colored: 0 0 rgba(0,0,0,0);
    --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:  ;
}
::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-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: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
    --tw-ring-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow-colored: 0 0 rgba(0,0,0,0);
    --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:  ;
}
/* @import './base/base.css'; */
.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;
    }
}
.wysiwyg {
    color: black;
    max-width: 100%;
}
.wysiwyg :where([class~="lead"]):not(:where([class~="not-wysiwyg"] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}
.wysiwyg :where(a):not(:where([class~="not-wysiwyg"] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
}
.wysiwyg :where(strong):not(:where([class~="not-wysiwyg"] *)) {
    color: inherit;
    font-weight: 500;
}
.wysiwyg :where(a strong):not(:where([class~="not-wysiwyg"] *)) {
    color: inherit;
}
.wysiwyg :where(blockquote strong):not(:where([class~="not-wysiwyg"] *)) {
    color: inherit;
}
.wysiwyg :where(thead th strong):not(:where([class~="not-wysiwyg"] *)) {
    color: inherit;
}
.wysiwyg :where(ol):not(:where([class~="not-wysiwyg"] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
}
.wysiwyg :where(ol[type="A"]):not(:where([class~="not-wysiwyg"] *)) {
    list-style-type: upper-alpha;
}
.wysiwyg :where(ol[type="a"]):not(:where([class~="not-wysiwyg"] *)) {
    list-style-type: lower-alpha;
}
.wysiwyg :where(ol[type="A" s]):not(:where([class~="not-wysiwyg"] *)) {
    list-style-type: upper-alpha;
}
.wysiwyg :where(ol[type="a" s]):not(:where([class~="not-wysiwyg"] *)) {
    list-style-type: lower-alpha;
}
.wysiwyg :where(ol[type="I"]):not(:where([class~="not-wysiwyg"] *)) {
    list-style-type: upper-roman;
}
.wysiwyg :where(ol[type="i"]):not(:where([class~="not-wysiwyg"] *)) {
    list-style-type: lower-roman;
}
.wysiwyg :where(ol[type="I" s]):not(:where([class~="not-wysiwyg"] *)) {
    list-style-type: upper-roman;
}
.wysiwyg :where(ol[type="i" s]):not(:where([class~="not-wysiwyg"] *)) {
    list-style-type: lower-roman;
}
.wysiwyg :where(ol[type="1"]):not(:where([class~="not-wysiwyg"] *)) {
    list-style-type: decimal;
}
.wysiwyg :where(ul):not(:where([class~="not-wysiwyg"] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
}
.wysiwyg :where(ol > li):not(:where([class~="not-wysiwyg"] *))::marker {
    font-weight: 300;
    color: var(--tw-prose-counters);
}
.wysiwyg :where(ul > li):not(:where([class~="not-wysiwyg"] *))::marker {
    color: var(--tw-prose-bullets);
}
.wysiwyg :where(hr):not(:where([class~="not-wysiwyg"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
}
.wysiwyg :where(blockquote):not(:where([class~="not-wysiwyg"] *)) {
    font-weight: 300;
    font-style: italic;
    color: inherit;
    border-left-width: 0.375rem;
    border-left-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
}
.wysiwyg :where(blockquote p:first-of-type):not(:where([class~="not-wysiwyg"] *))::before {
    content: open-quote;
}
.wysiwyg :where(blockquote p:last-of-type):not(:where([class~="not-wysiwyg"] *))::after {
    content: close-quote;
}
.wysiwyg :where(h1):not(:where([class~="not-wysiwyg"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
}
.wysiwyg :where(h1 strong):not(:where([class~="not-wysiwyg"] *)) {
    font-weight: 700;
    color: inherit;
}
.wysiwyg :where(h2):not(:where([class~="not-wysiwyg"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
}
.wysiwyg :where(h2 strong):not(:where([class~="not-wysiwyg"] *)) {
    font-weight: 700;
    color: inherit;
}
.wysiwyg :where(h3):not(:where([class~="not-wysiwyg"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 500;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
}
.wysiwyg :where(h3 strong):not(:where([class~="not-wysiwyg"] *)) {
    font-weight: 600;
    color: inherit;
}
.wysiwyg :where(h4):not(:where([class~="not-wysiwyg"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 500;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
}
.wysiwyg :where(h4 strong):not(:where([class~="not-wysiwyg"] *)) {
    font-weight: 600;
    color: inherit;
}
.wysiwyg :where(img):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.wysiwyg :where(figure > *):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}
.wysiwyg :where(figcaption):not(:where([class~="not-wysiwyg"] *)) {
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
}
.wysiwyg :where(code):not(:where([class~="not-wysiwyg"] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
}
.wysiwyg :where(code):not(:where([class~="not-wysiwyg"] *))::before {
    content: "`";
}
.wysiwyg :where(code):not(:where([class~="not-wysiwyg"] *))::after {
    content: "`";
}
.wysiwyg :where(a code):not(:where([class~="not-wysiwyg"] *)) {
    color: inherit;
}
.wysiwyg :where(h1 code):not(:where([class~="not-wysiwyg"] *)) {
    color: inherit;
}
.wysiwyg :where(h2 code):not(:where([class~="not-wysiwyg"] *)) {
    color: inherit;
    font-size: 0.875em;
}
.wysiwyg :where(h3 code):not(:where([class~="not-wysiwyg"] *)) {
    color: inherit;
    font-size: 0.9em;
}
.wysiwyg :where(h4 code):not(:where([class~="not-wysiwyg"] *)) {
    color: inherit;
}
.wysiwyg :where(blockquote code):not(:where([class~="not-wysiwyg"] *)) {
    color: inherit;
}
.wysiwyg :where(thead th code):not(:where([class~="not-wysiwyg"] *)) {
    color: inherit;
}
.wysiwyg :where(pre):not(:where([class~="not-wysiwyg"] *)) {
    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-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
}
.wysiwyg :where(pre code):not(:where([class~="not-wysiwyg"] *)) {
    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;
}
.wysiwyg :where(pre code):not(:where([class~="not-wysiwyg"] *))::before {
    content: none;
}
.wysiwyg :where(pre code):not(:where([class~="not-wysiwyg"] *))::after {
    content: none;
}
.wysiwyg :where(table):not(:where([class~="not-wysiwyg"] *)) {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2.2222222em;
    margin-bottom: 2.2222222em;
    font-size: 0.875em;
    line-height: 1.7142857;
}
.wysiwyg :where(thead):not(:where([class~="not-wysiwyg"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
}
.wysiwyg :where(thead th):not(:where([class~="not-wysiwyg"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 500;
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
}
.wysiwyg :where(tbody tr):not(:where([class~="not-wysiwyg"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
}
.wysiwyg :where(tbody tr:last-child):not(:where([class~="not-wysiwyg"] *)) {
    border-bottom-width: 0;
}
.wysiwyg :where(tbody td):not(:where([class~="not-wysiwyg"] *)) {
    vertical-align: baseline;
}
.wysiwyg :where(tfoot):not(:where([class~="not-wysiwyg"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
}
.wysiwyg :where(tfoot td):not(:where([class~="not-wysiwyg"] *)) {
    vertical-align: top;
}
.wysiwyg {
    --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-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-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgba(0, 0, 0, 0.5);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75;
}
.wysiwyg :where(p):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.wysiwyg :where(video):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.wysiwyg :where(figure):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.wysiwyg :where(li):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.wysiwyg :where(ol > li):not(:where([class~="not-wysiwyg"] *)) {
    padding-left: 0.375em;
}
.wysiwyg :where(ul > li):not(:where([class~="not-wysiwyg"] *)) {
    padding-left: 0.375em;
}
.wysiwyg :where(.wysiwyg > ul > li p):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.wysiwyg :where(.wysiwyg > ul > li > *:first-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 1.25em;
}
.wysiwyg :where(.wysiwyg > ul > li > *:last-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-bottom: 1.25em;
}
.wysiwyg :where(.wysiwyg > ol > li > *:first-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 1.25em;
}
.wysiwyg :where(.wysiwyg > ol > li > *:last-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-bottom: 1.25em;
}
.wysiwyg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.wysiwyg :where(hr + *):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0;
}
.wysiwyg :where(h2 + *):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0;
}
.wysiwyg :where(h3 + *):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0;
}
.wysiwyg :where(h4 + *):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0;
}
.wysiwyg :where(thead th:first-child):not(:where([class~="not-wysiwyg"] *)) {
    padding-left: 0;
}
.wysiwyg :where(thead th:last-child):not(:where([class~="not-wysiwyg"] *)) {
    padding-right: 0;
}
.wysiwyg :where(tbody td, tfoot td):not(:where([class~="not-wysiwyg"] *)) {
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
}
.wysiwyg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-wysiwyg"] *)) {
    padding-left: 0;
}
.wysiwyg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-wysiwyg"] *)) {
    padding-right: 0;
}
.wysiwyg :where(.wysiwyg > :first-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0;
}
.wysiwyg :where(.wysiwyg > :last-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-bottom: 0;
}
.wysiwyg {
    font-weight: 300;
}
.wysiwyg-sm {
    font-size: 1.125rem;
    line-height: 1.5555556;
}
.wysiwyg-sm :where(p):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
}
.wysiwyg-sm :where([class~="lead"]):not(:where([class~="not-wysiwyg"] *)) {
    font-size: 1.1111111em;
    line-height: 1.3;
    margin-top: 0.7em;
    margin-bottom: 0.7em;
}
.wysiwyg-sm :where(blockquote):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 1.4285714em;
    margin-bottom: 1.7142857em;
    padding-left: 1.1428571em;
    font-size: 1.5555556em;
    line-height: 1.1071429em;
}
.wysiwyg-sm :where(h1):not(:where([class~="not-wysiwyg"] *)) {
    font-size: 1.7777778em;
    margin-top: 0;
    margin-bottom: 0.65625em;
    line-height: 1.125;
}
.wysiwyg-sm :where(h2):not(:where([class~="not-wysiwyg"] *)) {
    font-size: 1.3333333em;
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.125;
}
.wysiwyg-sm :where(h3):not(:where([class~="not-wysiwyg"] *)) {
    font-size: 1.1111111em;
    margin-top: 0.7em;
    margin-bottom: 0.7em;
    line-height: 1.3;
}
.wysiwyg-sm :where(h4):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
}
.wysiwyg-sm :where(img):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 2.2222222em;
    margin-bottom: 2.2222222em;
}
.wysiwyg-sm :where(video):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 2.2222222em;
    margin-bottom: 2.2222222em;
}
.wysiwyg-sm :where(figure):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 2.2222222em;
    margin-bottom: 2.2222222em;
}
.wysiwyg-sm :where(figure > *):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}
.wysiwyg-sm :where(figcaption):not(:where([class~="not-wysiwyg"] *)) {
    font-size: 0.8888889em;
    line-height: 1.25;
    margin-top: 0.6875em;
}
.wysiwyg-sm :where(code):not(:where([class~="not-wysiwyg"] *)) {
    font-size: 0.8571429em;
}
.wysiwyg-sm :where(h2 code):not(:where([class~="not-wysiwyg"] *)) {
    font-size: 0.9em;
}
.wysiwyg-sm :where(h3 code):not(:where([class~="not-wysiwyg"] *)) {
    font-size: 0.8888889em;
}
.wysiwyg-sm :where(pre):not(:where([class~="not-wysiwyg"] *)) {
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
}
.wysiwyg-sm :where(ol):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
    padding-left: 1.3333333em;
}
.wysiwyg-sm :where(ul):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
    padding-left: 1.3333333em;
}
.wysiwyg-sm :where(li):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0.3333333em;
    margin-bottom: 0.3333333em;
}
.wysiwyg-sm :where(ol > li):not(:where([class~="not-wysiwyg"] *)) {
    padding-left: 0.3333333em;
}
.wysiwyg-sm :where(ul > li):not(:where([class~="not-wysiwyg"] *)) {
    padding-left: 0.3333333em;
}
.wysiwyg-sm :where(.wysiwyg > ul > li p):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
}
.wysiwyg-sm :where(.wysiwyg > ul > li > *:first-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0.6666667em;
}
.wysiwyg-sm :where(.wysiwyg > ul > li > *:last-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-bottom: 0.6666667em;
}
.wysiwyg-sm :where(.wysiwyg > ol > li > *:first-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0.6666667em;
}
.wysiwyg-sm :where(.wysiwyg > ol > li > *:last-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-bottom: 0.6666667em;
}
.wysiwyg-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
}
.wysiwyg-sm :where(hr):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
}
.wysiwyg-sm :where(hr + *):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0;
}
.wysiwyg-sm :where(h2 + *):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0;
}
.wysiwyg-sm :where(h3 + *):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0;
}
.wysiwyg-sm :where(h4 + *):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0;
}
.wysiwyg-sm :where(table):not(:where([class~="not-wysiwyg"] *)) {
    font-size: 0.7777778em;
    line-height: 1.7142857;
}
.wysiwyg-sm :where(thead th):not(:where([class~="not-wysiwyg"] *)) {
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
}
.wysiwyg-sm :where(thead th:first-child):not(:where([class~="not-wysiwyg"] *)) {
    padding-left: 0;
}
.wysiwyg-sm :where(thead th:last-child):not(:where([class~="not-wysiwyg"] *)) {
    padding-right: 0;
}
.wysiwyg-sm :where(tbody td, tfoot td):not(:where([class~="not-wysiwyg"] *)) {
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
}
.wysiwyg-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-wysiwyg"] *)) {
    padding-left: 0;
}
.wysiwyg-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-wysiwyg"] *)) {
    padding-right: 0;
}
.wysiwyg-sm :where(.wysiwyg > :first-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0;
}
.wysiwyg-sm :where(.wysiwyg > :last-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-bottom: 0;
}
.wysiwyg-base {
    font-size: 1.125rem;
    line-height: 1.5555556;
}
.wysiwyg-base :where(p):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
}
.wysiwyg-base :where([class~="lead"]):not(:where([class~="not-wysiwyg"] *)) {
    font-size: 1.1111111em;
    line-height: 1.3;
    margin-top: 0.7em;
    margin-bottom: 0.7em;
}
.wysiwyg-base :where(blockquote):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 1.4285714em;
    margin-bottom: 1.7142857em;
    padding-left: 1.1428571em;
    font-size: 1.5555556em;
    line-height: 1.1071429em;
}
.wysiwyg-base :where(h1):not(:where([class~="not-wysiwyg"] *)) {
    font-size: 3.5555556em;
    margin-top: 0;
    margin-bottom: 0.40625em;
    line-height: 1.109375;
}
.wysiwyg-base :where(h2):not(:where([class~="not-wysiwyg"] *)) {
    font-size: 1.7777778em;
    margin-top: 0.65625em;
    margin-bottom: 0.65625em;
    line-height: 1.125;
}
.wysiwyg-base :where(h3):not(:where([class~="not-wysiwyg"] *)) {
    font-size: 1.3333333em;
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.125;
}
.wysiwyg-base :where(h4):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0.7em;
    margin-bottom: 0.7em;
    line-height: 1.3;
    font-size: 1.1111111em;
}
.wysiwyg-base :where(img):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 2.2222222em;
    margin-bottom: 2.2222222em;
}
.wysiwyg-base :where(video):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 2.2222222em;
    margin-bottom: 2.2222222em;
}
.wysiwyg-base :where(figure):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 2.2222222em;
    margin-bottom: 2.2222222em;
}
.wysiwyg-base :where(figure > *):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}
.wysiwyg-base :where(figcaption):not(:where([class~="not-wysiwyg"] *)) {
    font-size: 0.8888889em;
    line-height: 1.25;
    margin-top: 0.6875em;
}
.wysiwyg-base :where(code):not(:where([class~="not-wysiwyg"] *)) {
    font-size: 0.875em;
}
.wysiwyg-base :where(h2 code):not(:where([class~="not-wysiwyg"] *)) {
    font-size: 0.875em;
}
.wysiwyg-base :where(h3 code):not(:where([class~="not-wysiwyg"] *)) {
    font-size: 0.9em;
}
.wysiwyg-base :where(pre):not(:where([class~="not-wysiwyg"] *)) {
    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-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
}
.wysiwyg-base :where(ol):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
    padding-left: 1.3333333em;
}
.wysiwyg-base :where(ul):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
    padding-left: 1.3333333em;
}
.wysiwyg-base :where(li):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0.3333333em;
    margin-bottom: 0.3333333em;
}
.wysiwyg-base :where(ol > li):not(:where([class~="not-wysiwyg"] *)) {
    padding-left: 0.3333333em;
}
.wysiwyg-base :where(ul > li):not(:where([class~="not-wysiwyg"] *)) {
    padding-left: 0.3333333em;
}
.wysiwyg-base :where(.wysiwyg > ul > li p):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
}
.wysiwyg-base :where(.wysiwyg > ul > li > *:first-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0.6666667em;
}
.wysiwyg-base :where(.wysiwyg > ul > li > *:last-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-bottom: 0.6666667em;
}
.wysiwyg-base :where(.wysiwyg > ol > li > *:first-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0.6666667em;
}
.wysiwyg-base :where(.wysiwyg > ol > li > *:last-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-bottom: 0.6666667em;
}
.wysiwyg-base :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
}
.wysiwyg-base :where(hr):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
}
.wysiwyg-base :where(hr + *):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0;
}
.wysiwyg-base :where(h2 + *):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0;
}
.wysiwyg-base :where(h3 + *):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0;
}
.wysiwyg-base :where(h4 + *):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0;
}
.wysiwyg-base :where(table):not(:where([class~="not-wysiwyg"] *)) {
    font-size: 0.7777778em;
    line-height: 1.7142857;
}
.wysiwyg-base :where(thead th):not(:where([class~="not-wysiwyg"] *)) {
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
}
.wysiwyg-base :where(thead th:first-child):not(:where([class~="not-wysiwyg"] *)) {
    padding-left: 0;
}
.wysiwyg-base :where(thead th:last-child):not(:where([class~="not-wysiwyg"] *)) {
    padding-right: 0;
}
.wysiwyg-base :where(tbody td, tfoot td):not(:where([class~="not-wysiwyg"] *)) {
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
}
.wysiwyg-base :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-wysiwyg"] *)) {
    padding-left: 0;
}
.wysiwyg-base :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-wysiwyg"] *)) {
    padding-right: 0;
}
.wysiwyg-base :where(.wysiwyg > :first-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0;
}
.wysiwyg-base :where(.wysiwyg > :last-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-bottom: 0;
}
.wysiwyg-lg :where(.wysiwyg > ul > li p):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
}
.wysiwyg-lg :where(.wysiwyg > ul > li > *:first-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 1.3333333em;
}
.wysiwyg-lg :where(.wysiwyg > ul > li > *:last-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-bottom: 1.3333333em;
}
.wysiwyg-lg :where(.wysiwyg > ol > li > *:first-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 1.3333333em;
}
.wysiwyg-lg :where(.wysiwyg > ol > li > *:last-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-bottom: 1.3333333em;
}
.wysiwyg-lg :where(.wysiwyg > :first-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0;
}
.wysiwyg-lg :where(.wysiwyg > :last-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-bottom: 0;
}
.wysiwyg-xl :where(.wysiwyg > ul > li p):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}
.wysiwyg-xl :where(.wysiwyg > ul > li > *:first-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 1.2em;
}
.wysiwyg-xl :where(.wysiwyg > ul > li > *:last-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-bottom: 1.2em;
}
.wysiwyg-xl :where(.wysiwyg > ol > li > *:first-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 1.2em;
}
.wysiwyg-xl :where(.wysiwyg > ol > li > *:last-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-bottom: 1.2em;
}
.wysiwyg-xl :where(.wysiwyg > :first-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0;
}
.wysiwyg-xl :where(.wysiwyg > :last-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-bottom: 0;
}
.wysiwyg-2xl :where(.wysiwyg > ul > li p):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
}
.wysiwyg-2xl :where(.wysiwyg > ul > li > *:first-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 1.3333333em;
}
.wysiwyg-2xl :where(.wysiwyg > ul > li > *:last-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-bottom: 1.3333333em;
}
.wysiwyg-2xl :where(.wysiwyg > ol > li > *:first-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 1.3333333em;
}
.wysiwyg-2xl :where(.wysiwyg > ol > li > *:last-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-bottom: 1.3333333em;
}
.wysiwyg-2xl :where(.wysiwyg > :first-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-top: 0;
}
.wysiwyg-2xl :where(.wysiwyg > :last-child):not(:where([class~="not-wysiwyg"] *)) {
    margin-bottom: 0;
}
.list-special ul {
    padding-left: 2rem !important;
}
.list-special ul {
    list-style-type: none;
}
.list-special li {
    position: relative !important;
}
.list-special li::marker {
    display: none;
}
.list-special li:before {
    position: absolute !important;
    right: 100% !important;
    height: 2rem !important;
    width: 2rem !important;
}
.list-special li:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 4C13.9196 4 10.4856 5.42222 7.95408 7.95408C5.42222 10.4857 4 13.9195 4 17.5C4 21.0805 5.42222 24.5144 7.95408 27.0459C10.4857 29.5778 13.9195 31 17.5 31C21.0805 31 24.5144 29.5778 27.0459 27.0459C29.5778 24.5143 31 21.0805 31 17.5C31 13.9195 29.5778 10.4856 27.0459 7.95408C24.5143 5.42222 21.0805 4 17.5 4ZM17.5 27.8904C14.7441 27.8904 12.101 26.7957 10.1527 24.8471C8.20429 22.8985 7.10931 20.2556 7.10931 17.4997C7.10931 14.7439 8.20403 12.1008 10.1527 10.1524C12.1013 8.20403 14.7441 7.10906 17.5 7.10906C20.2559 7.10906 22.899 8.20378 24.8473 10.1524C26.7957 12.101 27.8907 14.7439 27.8907 17.4997C27.8877 20.2546 26.792 22.8957 24.844 24.8435C22.896 26.7914 20.2549 27.8873 17.5002 27.8902L17.5 27.8904Z' fill='%235BC5F2'/%3E%3Cpath d='M23.9348 17.5C23.9348 19.2065 23.2568 20.8433 22.0501 22.0498C20.8435 23.2565 19.2068 23.9346 17.5003 23.9346C15.7937 23.9346 14.157 23.2566 12.9504 22.0498C11.7437 20.8433 11.0657 19.2065 11.0657 17.5C11.0657 15.7935 11.7437 14.1567 12.9504 12.9502C14.157 11.7435 15.7937 11.0654 17.5003 11.0654C19.207 11.0646 20.8441 11.7425 22.0511 12.9492C23.2578 14.1561 23.9356 15.7933 23.9348 17.5Z' fill='%235BC5F2'/%3E%3C/svg%3E%0A");
    top: -1px;
}
.jom-map .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
    --tw-border-opacity: 1;
    border-top-color: rgba(31, 84, 149, var(--tw-border-opacity));
}
.jom-map .mapboxgl-popup-content {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 84, 149, var(--tw-bg-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.jom-map .jom-map__title {
    font-family: Fredoka, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}
.jom-map .mapboxgl-popup-close-button {
    right: 2px;
    margin-top: -4px;
}
.jom-social-feed .crt-widget .crt-post {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(216, 222, 231, var(--tw-border-opacity));
}
.jom-social-feed .crt-widget .crt-post-fullname a {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(31, 84, 149, var(--tw-text-opacity));
}
.jom-social-feed .crt-widget .crt-load-more {
    border-width: 0px;
    position: relative;
    margin-top: 1rem;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
}
.jom-social-feed .crt-widget .crt-load-more::before {
    position: absolute;
    content: var(--tw-content);
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
@-webkit-keyframes button-reverse {
    0% {
        content: var(--tw-content);
        transform: scaleX(0.9);
    }
    12% {
        content: var(--tw-content);
        transform: scaleX(0.911);
    }
    24% {
        content: var(--tw-content);
        transform: scaleX(0.944);
    }
    36% {
        content: var(--tw-content);
        transform: scaleX(0.998);
    }
    54% {
        content: var(--tw-content);
        transform: scaleX(0.975);
    }
    74% {
        content: var(--tw-content);
        transform: scaleX(0.998);
    }
    82% {
        content: var(--tw-content);
        transform: scaleX(0.994);
    }
    92% {
        content: var(--tw-content);
        transform: scaleX(0.999);
    }
    96% {
        content: var(--tw-content);
        transform: scaleX(0.998);
    }
    100% {
        content: var(--tw-content);
        transform: scaleX(1);
    }
}
@keyframes button-reverse {
    0% {
        content: var(--tw-content);
        transform: scaleX(0.9);
    }
    12% {
        content: var(--tw-content);
        transform: scaleX(0.911);
    }
    24% {
        content: var(--tw-content);
        transform: scaleX(0.944);
    }
    36% {
        content: var(--tw-content);
        transform: scaleX(0.998);
    }
    54% {
        content: var(--tw-content);
        transform: scaleX(0.975);
    }
    74% {
        content: var(--tw-content);
        transform: scaleX(0.998);
    }
    82% {
        content: var(--tw-content);
        transform: scaleX(0.994);
    }
    92% {
        content: var(--tw-content);
        transform: scaleX(0.999);
    }
    96% {
        content: var(--tw-content);
        transform: scaleX(0.998);
    }
    100% {
        content: var(--tw-content);
        transform: scaleX(1);
    }
}
.jom-social-feed .crt-widget .crt-load-more::before {
    -webkit-animation: button-reverse 800ms 0s linear forwards;
            animation: button-reverse 800ms 0s linear forwards;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(231, 64, 17, var(--tw-bg-opacity));
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    content: var(--tw-content);
    transition-duration: 300ms;
}
@-webkit-keyframes button {
    0% {
        content: var(--tw-content);
        transform: scaleX(1);
    }
    12% {
        content: var(--tw-content);
        transform: scaleX(0.989);
    }
    24% {
        content: var(--tw-content);
        transform: scaleX(0.956);
    }
    36% {
        content: var(--tw-content);
        transform: scaleX(0.902);
    }
    54% {
        content: var(--tw-content);
        transform: scaleX(0.925);
    }
    74% {
        content: var(--tw-content);
        transform: scaleX(0.902);
    }
    82% {
        content: var(--tw-content);
        transform: scaleX(0.906);
    }
    92% {
        content: var(--tw-content);
        transform: scaleX(0.901);
    }
    96% {
        content: var(--tw-content);
        transform: scaleX(0.902);
    }
    100% {
        content: var(--tw-content);
        transform: scaleX(0.9);
    }
}
@keyframes button {
    0% {
        content: var(--tw-content);
        transform: scaleX(1);
    }
    12% {
        content: var(--tw-content);
        transform: scaleX(0.989);
    }
    24% {
        content: var(--tw-content);
        transform: scaleX(0.956);
    }
    36% {
        content: var(--tw-content);
        transform: scaleX(0.902);
    }
    54% {
        content: var(--tw-content);
        transform: scaleX(0.925);
    }
    74% {
        content: var(--tw-content);
        transform: scaleX(0.902);
    }
    82% {
        content: var(--tw-content);
        transform: scaleX(0.906);
    }
    92% {
        content: var(--tw-content);
        transform: scaleX(0.901);
    }
    96% {
        content: var(--tw-content);
        transform: scaleX(0.902);
    }
    100% {
        content: var(--tw-content);
        transform: scaleX(0.9);
    }
}
.jom-social-feed .crt-widget .crt-load-more:hover::before {
    -webkit-animation: button 800ms 0s linear forwards;
            animation: button 800ms 0s linear forwards;
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgba(213, 19, 83, var(--tw-bg-opacity));
}
.jom-social-feed .crt-widget .crt-load-more:focus::before {
    outline-width: 2px;
    content: var(--tw-content);
    outline-color: #bd1c27;
}
@media (min-width: 640px) {
    .jom-social-feed .crt-widget .crt-load-more {
        width: auto;
    }
}
.jom-social-feed .crt-widget .crt-load-more span {
    position: relative;
    z-index: 10;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.jom-social-feed .crt-post-userimage {
    display: none;
}
.jom-social-feed .crt-widget .crt-post-text {
    margin-bottom: 1rem;
    padding: 0px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 14px;
    line-height: 19px;
    font-weight: 300;
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.jom-social-feed .crt-widget .crt-post-date {
    text-transform: none;
    opacity: 1;
}
.jom-social-feed .crt-widget .crt-post-date a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(126, 134, 140, var(--tw-text-opacity));
}
.jom-social-feed .crt-post-username {
    display: none;
}
.jom-social-feed .crt-post-share {
    display: none;
}
.jom-social-feed .crt-post .crt-post-header {
    margin-bottom: 1rem;
    height: auto;
    border-style: none;
    padding: 0px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.5rem;
    line-height: 1;
}
.jom-social-feed .crt-social-icon {
    margin-bottom: 1rem;
}
.jom-social-feed .crt-post .crt-post-footer {
    height: auto;
    border-style: none;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1.5rem;
    line-height: 1;
}
.jom-social-feed .crt-widget.crt-widget-branded .crt-logo {
    font-size: 14px;
    line-height: 19px;
    --tw-text-opacity: 1;
    color: rgba(126, 134, 140, var(--tw-text-opacity));
}
/* .swiper-pagination-bullet {
    @apply !w-5 !h-5 !bg-white !opacity-100;
}

.bg-cyan-lighter .swiper-pagination-bullet {
    @apply !bg-white !opacity-100;
}

.bg-white .swiper-pagination-bullet {
    @apply !bg-cyan-lighter !opacity-100;
}

.bg-white .swiper-pagination-bullet-active {
    @apply !bg-deep-blue-accent !opacity-100;
}

.bg-cyan-lighter .swiper-pagination-bullet-active {
    @apply !bg-deep-blue-accent !opacity-100;
}

.swiper-pagination-bullet-active {
    @apply !bg-deep-blue-accent !opacity-100;
}

.swiper-button-next:after, .swiper-button-prev:after {
    @apply hidden;
} */
.jom-select {
    padding-right: 48px !important;
}
.jom-select {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='%23E74011' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99981 11.0001C7.83653 10.9995 7.67443 10.9725 7.51981 10.9201C7.35519 10.8616 7.20267 10.7735 7.06981 10.6601L2.35981 6.77005C2.25855 6.6861 2.17485 6.583 2.11349 6.46665C2.05214 6.35031 2.01435 6.223 2.00227 6.09202C1.99019 5.96105 2.00408 5.82897 2.04312 5.70337C2.08217 5.57777 2.14561 5.4611 2.22981 5.36005C2.31376 5.25879 2.41686 5.17509 2.5332 5.11374C2.64955 5.05239 2.77686 5.01459 2.90784 5.00251C3.03881 4.99044 3.17088 5.00432 3.29649 5.04336C3.42209 5.08241 3.53876 5.14585 3.63981 5.23005L7.99981 8.83005L12.3598 5.23005C12.4609 5.14585 12.5775 5.08241 12.7031 5.04336C12.8287 5.00432 12.9608 4.99044 13.0918 5.00251C13.2228 5.01459 13.3501 5.05239 13.4664 5.11374C13.5828 5.17509 13.6859 5.25879 13.7698 5.36005C13.854 5.4611 13.9174 5.57777 13.9565 5.70337C13.9955 5.82897 14.0094 5.96105 13.9973 6.09202C13.9853 6.223 13.9475 6.35031 13.8861 6.46665C13.8248 6.583 13.7411 6.6861 13.6398 6.77005L8.90981 10.6701C8.7842 10.7807 8.63811 10.8656 8.47981 10.9201C8.32518 10.9725 8.16308 10.9995 7.99981 11.0001V11.0001Z'/%3E%3C/svg%3E%0A");
    background-position: right 16px center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
}
body .nice-select {
    height: auto;
    width: 100%;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(0, 159, 223, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    fill: #E74011;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 2.5rem;
    font-size: 18px;
    line-height: 22px;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgba(31, 84, 149, var(--tw-text-opacity));
}
body .nice-select:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 237, 252, var(--tw-bg-opacity));
}
body .nice-select:active {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 237, 252, var(--tw-bg-opacity));
}
@media (min-width: 768px) {
    body .nice-select {
        width: auto;
    }
}
body .nice-select:hover, 
body .nice-select:focus, 
body .nice-select.open {
    --tw-border-opacity: 1;
    border-color: rgba(0, 159, 223, var(--tw-border-opacity));
}
body .nice-select.open {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 237, 252, var(--tw-bg-opacity));
}
body .nice-select:after {
    top: 50%;
    right: 1rem;
    margin-top: 0px;
    height: 1rem;
    width: 1rem;
    transform-origin: center;
    --tw-translate-y: -50%;
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-width: 0px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='%23E74011' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99981 11.0001C7.83653 10.9995 7.67443 10.9725 7.51981 10.9201C7.35519 10.8616 7.20267 10.7735 7.06981 10.6601L2.35981 6.77005C2.25855 6.6861 2.17485 6.583 2.11349 6.46665C2.05214 6.35031 2.01435 6.223 2.00227 6.09202C1.99019 5.96105 2.00408 5.82897 2.04312 5.70337C2.08217 5.57777 2.14561 5.4611 2.22981 5.36005C2.31376 5.25879 2.41686 5.17509 2.5332 5.11374C2.64955 5.05239 2.77686 5.01459 2.90784 5.00251C3.03881 4.99044 3.17088 5.00432 3.29649 5.04336C3.42209 5.08241 3.53876 5.14585 3.63981 5.23005L7.99981 8.83005L12.3598 5.23005C12.4609 5.14585 12.5775 5.08241 12.7031 5.04336C12.8287 5.00432 12.9608 4.99044 13.0918 5.00251C13.2228 5.01459 13.3501 5.05239 13.4664 5.11374C13.5828 5.17509 13.6859 5.25879 13.7698 5.36005C13.854 5.4611 13.9174 5.57777 13.9565 5.70337C13.9955 5.82897 14.0094 5.96105 13.9973 6.09202C13.9853 6.223 13.9475 6.35031 13.8861 6.46665C13.8248 6.583 13.7411 6.6861 13.6398 6.77005L8.90981 10.6701C8.7842 10.7807 8.63811 10.8656 8.47981 10.9201C8.32518 10.9725 8.16308 10.9995 7.99981 11.0001V11.0001Z'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
}
body .nice-select.open:after {
    --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));
}
body .nice-select .nice-select-dropdown {
    margin-top: 1rem;
    overflow: hidden;
    border-radius: 0.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(0, 159, 223, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    fill: #E74011;
    padding-top: 0px;
    padding-bottom: 0px;
    --tw-text-opacity: 1;
    color: rgba(31, 84, 149, var(--tw-text-opacity));
}
body .nice-select .option, 
body .nice-select .list:hover .option:not(:hover) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    --tw-text-opacity: 1;
    color: rgba(31, 84, 149, var(--tw-text-opacity));
}
body .nice-select .option:hover, 
body .nice-select .option.focus, 
body .nice-select .option.selected.focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 159, 223, var(--tw-bg-opacity));
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.pointer-events-none {
    pointer-events: none;
}
.visible {
    visibility: visible;
}
.invisible {
    visibility: hidden;
}
.\!static {
    position: static !important;
}
.fixed {
    position: fixed;
}
.absolute {
    position: absolute;
}
.\!absolute {
    position: absolute !important;
}
.relative {
    position: relative;
}
.inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.top-4 {
    top: 1rem;
}
.right-0 {
    right: 0px;
}
.bottom-0 {
    bottom: 0px;
}
.left-0 {
    left: 0px;
}
.top-0 {
    top: 0px;
}
.bottom-full {
    bottom: 100%;
}
.-top-\[57px\] {
    top: -57px;
}
.top-full {
    top: 100%;
}
.-left-3 {
    left: -0.75rem;
}
.top-1\/2 {
    top: 50%;
}
.left-1\/2 {
    left: 50%;
}
.z-0 {
    z-index: 0;
}
.z-10 {
    z-index: 10;
}
.z-50 {
    z-index: 50;
}
.z-30 {
    z-index: 30;
}
.z-60 {
    z-index: 60;
}
.z-40 {
    z-index: 40;
}
.z-20 {
    z-index: 20;
}
.col-span-4 {
    grid-column: span 4 / span 4;
}
.col-start-1 {
    grid-column-start: 1;
}
.col-start-7 {
    grid-column-start: 7;
}
.col-start-5 {
    grid-column-start: 5;
}
.col-start-9 {
    grid-column-start: 9;
}
.col-start-8 {
    grid-column-start: 8;
}
.col-start-6 {
    grid-column-start: 6;
}
.col-end-6 {
    grid-column-end: 6;
}
.col-end-12 {
    grid-column-end: 12;
}
.col-end-5 {
    grid-column-end: 5;
}
.col-end-9 {
    grid-column-end: 9;
}
.col-end-13 {
    grid-column-end: 13;
}
.col-end-8 {
    grid-column-end: 8;
}
.col-end-7 {
    grid-column-end: 7;
}
.row-start-1 {
    grid-row-start: 1;
}
.row-end-1 {
    grid-row-end: 1;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.mb-5 {
    margin-bottom: 1.25rem;
}
.mr-auto {
    margin-right: auto;
}
.-mt-6 {
    margin-top: -1.5rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.mb-8 {
    margin-bottom: 2rem;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.mb-10 {
    margin-bottom: 2.5rem;
}
.mr-2 {
    margin-right: 0.5rem;
}
.mt-6 {
    margin-top: 1.5rem;
}
.ml-2 {
    margin-left: 0.5rem;
}
.mr-4 {
    margin-right: 1rem;
}
.\!mt-6 {
    margin-top: 1.5rem !important;
}
.mt-8 {
    margin-top: 2rem;
}
.mt-4 {
    margin-top: 1rem;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.ml-5 {
    margin-left: 1.25rem;
}
.mt-10 {
    margin-top: 2.5rem;
}
.-mt-3 {
    margin-top: -0.75rem;
}
.\!mt-0 {
    margin-top: 0px !important;
}
.mt-2 {
    margin-top: 0.5rem;
}
.mb-1 {
    margin-bottom: 0.25rem;
}
.ml-auto {
    margin-left: auto;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.inline {
    display: inline;
}
.flex {
    display: flex;
}
.inline-flex {
    display: inline-flex;
}
.table {
    display: table;
}
.grid {
    display: grid;
}
.hidden {
    display: none;
}
.h-6 {
    height: 1.5rem;
}
.h-\[36px\] {
    height: 36px;
}
.h-\[35px\] {
    height: 35px;
}
.h-\[32px\] {
    height: 32px;
}
.h-\[22px\] {
    height: 22px;
}
.\!h-12 {
    height: 3rem !important;
}
.h-12 {
    height: 3rem;
}
.h-5 {
    height: 1.25rem;
}
.h-10 {
    height: 2.5rem;
}
.h-full {
    height: 100%;
}
.h-\[94px\] {
    height: 94px;
}
.h-\[64px\] {
    height: 64px;
}
.h-\[90px\] {
    height: 90px;
}
.h-\[16px\] {
    height: 16px;
}
.h-auto {
    height: auto;
}
.h-\[65px\] {
    height: 65px;
}
.h-\[87px\] {
    height: 87px;
}
.h-\[3px\] {
    height: 3px;
}
.h-\[calc\(100vh-87px\)\] {
    height: calc(100vh - 87px);
}
.h-8 {
    height: 2rem;
}
.h-\[98px\] {
    height: 98px;
}
.h-4 {
    height: 1rem;
}
.h-\[24px\] {
    height: 24px;
}
.min-h-\[140px\] {
    min-height: 140px;
}
.min-h-full {
    min-height: 100%;
}
.min-h-\[158px\] {
    min-height: 158px;
}
.w-full {
    width: 100%;
}
.w-\[36px\] {
    width: 36px;
}
.w-1\/2 {
    width: 50%;
}
.w-\[35px\] {
    width: 35px;
}
.w-\[32px\] {
    width: 32px;
}
.w-\[22px\] {
    width: 22px;
}
.\!w-12 {
    width: 3rem !important;
}
.w-12 {
    width: 3rem;
}
.w-5 {
    width: 1.25rem;
}
.w-10 {
    width: 2.5rem;
}
.w-\[94px\] {
    width: 94px;
}
.w-\[64px\] {
    width: 64px;
}
.w-\[90px\] {
    width: 90px;
}
.\!w-auto {
    width: auto !important;
}
.w-\[16px\] {
    width: 16px;
}
.w-1\/3 {
    width: 33.333333%;
}
.w-\[264px\] {
    width: 264px;
}
.w-8 {
    width: 2rem;
}
.w-\[125px\] {
    width: 125px;
}
.w-auto {
    width: auto;
}
.w-4 {
    width: 1rem;
}
.w-\[24px\] {
    width: 24px;
}
.min-w-\[200px\] {
    min-width: 200px;
}
.max-w-\[1184px\] {
    max-width: 1184px;
}
.max-w-\[80px\] {
    max-width: 80px;
}
.max-w-\[752px\] {
    max-width: 752px;
}
.max-w-\[726px\] {
    max-width: 726px;
}
.max-w-\[650px\] {
    max-width: 650px;
}
.max-w-\[175px\] {
    max-width: 175px;
}
.max-w-\[792px\] {
    max-width: 792px;
}
.max-w-\[270px\] {
    max-width: 270px;
}
.max-w-\[306px\] {
    max-width: 306px;
}
.max-w-\[140px\] {
    max-width: 140px;
}
.max-w-\[68px\] {
    max-width: 68px;
}
.flex-1 {
    flex: 1 1 0%;
}
.shrink-0 {
    flex-shrink: 0;
}
.flex-grow {
    flex-grow: 1;
}
.flex-grow-0 {
    flex-grow: 0;
}
.translate-y-\[13px\] {
    --tw-translate-y: 13px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1\/2 {
    --tw-translate-x: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-2 {
    --tw-translate-y: -0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-2 {
    --tw-translate-y: 0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-\[40\%\] {
    --tw-translate-y: -40%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-scale-x-100 {
    --tw-scale-x: -1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
@-webkit-keyframes fade-down {
    0% {
        transform: translateY(-30px);
        opacity: 0;
    }
    to {
        transform: translateY(0px);
        opacity: 1;
    }
}
@keyframes fade-down {
    0% {
        transform: translateY(-30px);
        opacity: 0;
    }
    to {
        transform: translateY(0px);
        opacity: 1;
    }
}
.animate-fade-down {
    -webkit-animation: fade-down 300ms 0s ease-out both;
            animation: fade-down 300ms 0s ease-out both;
}
@-webkit-keyframes slide-in-from-left {
    0% {
        transform: translateX(-100vw);
    }
    to {
        transform: translateX(0px);
    }
}
@keyframes slide-in-from-left {
    0% {
        transform: translateX(-100vw);
    }
    to {
        transform: translateX(0px);
    }
}
.animate-slide-in-from-left {
    -webkit-animation: slide-in-from-left 300ms 0s ease-out both;
            animation: slide-in-from-left 300ms 0s ease-out both;
}
@-webkit-keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.animate-spin {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
}
.resize {
    resize: both;
}
.grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
    flex-direction: row;
}
.flex-col {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.items-start {
    align-items: flex-start;
}
.items-center {
    align-items: center;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.gap-4 {
    gap: 1rem;
}
.gap-1 {
    gap: 0.25rem;
}
.gap-8 {
    gap: 2rem;
}
.gap-6 {
    gap: 1.5rem;
}
.gap-2 {
    gap: 0.5rem;
}
.gap-10 {
    gap: 2.5rem;
}
.gap-5 {
    gap: 1.25rem;
}
.gap-y-8 {
    row-gap: 2rem;
}
.gap-x-4 {
    -moz-column-gap: 1rem;
         column-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)));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-cyan > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 159, 223, var(--tw-divide-opacity));
}
.self-end {
    align-self: flex-end;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-y-auto {
    overflow-y: auto;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
.scroll-smooth {
    scroll-behavior: smooth;
}
.text-ellipsis {
    text-overflow: ellipsis;
}
.whitespace-nowrap {
    white-space: nowrap;
}
.rounded-full {
    border-radius: 9999px;
}
.rounded-md {
    border-radius: 0.375rem;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.rounded {
    border-radius: 0.25rem;
}
.rounded-sm {
    border-radius: 0.125rem;
}
.rounded-tl-full {
    border-top-left-radius: 9999px;
}
.rounded-bl-full {
    border-bottom-left-radius: 9999px;
}
.rounded-tr-full {
    border-top-right-radius: 9999px;
}
.rounded-br-full {
    border-bottom-right-radius: 9999px;
}
.border {
    border-width: 1px;
}
.border-b {
    border-bottom-width: 1px;
}
.border-pink-accent {
    --tw-border-opacity: 1;
    border-color: rgba(228, 0, 124, var(--tw-border-opacity));
}
.border-green-accent {
    --tw-border-opacity: 1;
    border-color: rgba(60, 169, 56, var(--tw-border-opacity));
}
.border-purple-accent {
    --tw-border-opacity: 1;
    border-color: rgba(55, 39, 135, var(--tw-border-opacity));
}
.border-orange-accent {
    --tw-border-opacity: 1;
    border-color: rgba(243, 145, 0, var(--tw-border-opacity));
}
.border-gray-light {
    --tw-border-opacity: 1;
    border-color: rgba(216, 222, 231, var(--tw-border-opacity));
}
.border-deep-blue {
    --tw-border-opacity: 1;
    border-color: rgba(31, 84, 149, var(--tw-border-opacity));
}
.border-cyan {
    --tw-border-opacity: 1;
    border-color: rgba(0, 159, 223, var(--tw-border-opacity));
}
.border-gray {
    --tw-border-opacity: 1;
    border-color: rgba(126, 134, 140, var(--tw-border-opacity));
}
.border-transparent {
    border-color: transparent;
}
.bg-cyan-lighter {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 237, 252, var(--tw-bg-opacity));
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-pink-accent {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 0, 124, var(--tw-bg-opacity));
}
.bg-green-accent {
    --tw-bg-opacity: 1;
    background-color: rgba(60, 169, 56, var(--tw-bg-opacity));
}
.bg-purple-accent {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 39, 135, var(--tw-bg-opacity));
}
.bg-orange-accent {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 145, 0, var(--tw-bg-opacity));
}
.bg-kinder-orange {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 64, 17, var(--tw-bg-opacity));
}
.bg-transparent {
    background-color: transparent;
}
.bg-deep-blue-accent {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 112, 183, var(--tw-bg-opacity));
}
.bg-cyan {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 159, 223, var(--tw-bg-opacity));
}
.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-opacity-30 {
    --tw-bg-opacity: 0.3;
}
.fill-yellow {
    fill: #fab700;
}
.fill-pink-accent {
    fill: #e4007c;
}
.fill-green-accent {
    fill: #3ca938;
}
.fill-purple-accent {
    fill: #372787;
}
.fill-orange-accent {
    fill: #f39100;
}
.fill-white {
    fill: #FFFFFF;
}
.fill-deep-blue {
    fill: #1f5495;
}
.fill-current {
    fill: currentColor;
}
.fill-kinder-orange {
    fill: #E74011;
}
.fill-cyan {
    fill: #009FDF;
}
.fill-black {
    fill: #000000;
}
.stroke-yellow {
    stroke: #fab700;
}
.p-4 {
    padding: 1rem;
}
.p-2 {
    padding: 0.5rem;
}
.p-6 {
    padding: 1.5rem;
}
.p-5 {
    padding: 1.25rem;
}
.p-10 {
    padding: 2.5rem;
}
.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
}
.py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}
.py-\[12px\] {
    padding-top: 12px;
    padding-bottom: 12px;
}
.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.py-\[2px\] {
    padding-top: 2px;
    padding-bottom: 2px;
}
.pr-4 {
    padding-right: 1rem;
}
.pl-4 {
    padding-left: 1rem;
}
.pr-2 {
    padding-right: 0.5rem;
}
.pl-2 {
    padding-left: 0.5rem;
}
.pl-0 {
    padding-left: 0px;
}
.pl-6 {
    padding-left: 1.5rem;
}
.pb-\[56\.25\%\] {
    padding-bottom: 56.25%;
}
.pb-\[26\%\] {
    padding-bottom: 26%;
}
.pt-10 {
    padding-top: 2.5rem;
}
.pb-14 {
    padding-bottom: 3.5rem;
}
.pb-\[100\%\] {
    padding-bottom: 100%;
}
.pl-5 {
    padding-left: 1.25rem;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.font-default {
    font-family: Fredoka, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.text-sm {
    font-size: 16px;
    line-height: 20px;
}
.text-lg {
    font-size: 20px;
    line-height: 26px;
}
.text-xl {
    font-size: 24px;
    line-height: 27px;
}
.text-base {
    font-size: 18px;
    line-height: 22px;
}
.text-2xl {
    font-size: 40px;
    line-height: 45px;
}
.text-xs {
    font-size: 14px;
    line-height: 19px;
}
.font-medium {
    font-weight: 500;
}
.font-semibold {
    font-weight: 600;
}
.font-light {
    font-weight: 300;
}
.font-thin {
    font-weight: 100;
}
.uppercase {
    text-transform: uppercase;
}
.leading-none {
    line-height: 1;
}
.tracking-wide {
    letter-spacing: 0.025em;
}
.text-blue {
    --tw-text-opacity: 1;
    color: rgba(29, 132, 214, var(--tw-text-opacity));
}
.text-deep-blue {
    --tw-text-opacity: 1;
    color: rgba(31, 84, 149, var(--tw-text-opacity));
}
.text-green {
    --tw-text-opacity: 1;
    color: rgba(36, 141, 33, var(--tw-text-opacity));
}
.text-light-green {
    --tw-text-opacity: 1;
    color: rgba(108, 169, 56, var(--tw-text-opacity));
}
.text-lime {
    --tw-text-opacity: 1;
    color: rgba(202, 222, 82, var(--tw-text-opacity));
}
.text-orange {
    --tw-text-opacity: 1;
    color: rgba(229, 114, 48, var(--tw-text-opacity));
}
.text-yellow {
    --tw-text-opacity: 1;
    color: rgba(250, 183, 0, var(--tw-text-opacity));
}
.text-red {
    --tw-text-opacity: 1;
    color: rgba(189, 28, 39, var(--tw-text-opacity));
}
.text-pink {
    --tw-text-opacity: 1;
    color: rgba(213, 19, 83, var(--tw-text-opacity));
}
.text-purple {
    --tw-text-opacity: 1;
    color: rgba(28, 26, 69, var(--tw-text-opacity));
}
.text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-cyan {
    --tw-text-opacity: 1;
    color: rgba(0, 159, 223, var(--tw-text-opacity));
}
.text-kinder-orange {
    --tw-text-opacity: 1;
    color: rgba(231, 64, 17, var(--tw-text-opacity));
}
.text-gray {
    --tw-text-opacity: 1;
    color: rgba(126, 134, 140, var(--tw-text-opacity));
}
.no-underline {
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
}
.opacity-100 {
    opacity: 1;
}
.opacity-70 {
    opacity: 0.7;
}
.shadow-sm {
    --tw-shadow: 0px 8px 12px rgba(122, 118, 117, 0.32);
    --tw-shadow-colored: 0px 8px 12px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-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-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -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-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.duration-700 {
    transition-duration: 700ms;
}
.duration-300 {
    transition-duration: 300ms;
}
.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.grid-special-template {
    grid-template-columns:
        minmax(16px, 1fr)
        repeat(12, minmax(0, 81.3px))
        minmax(16px, 1fr);
    grid-template-rows: 1;
    gap: 16px;
}
.jom-rating div.fivestar-widget {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}
.jom-rating div.fivestar-widget .star,
.jom-rating div.fivestar-widget .star a {
    float: none !important;
    width: 32px !important;
    height: 32px !important;
    background: none !important;
    background-color: transparent !important;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='20' viewBox='0 0 24 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1.49231L15.0405 6.72266L15.2187 7.02915L15.5686 7.08601L21.8008 8.09872L17.452 12.2343L17.1685 12.5039L17.2274 12.8907L18.1053 18.655L12.3055 16.0681L12 15.9318L11.6945 16.0681L5.89471 18.655L6.77262 12.8907L6.83153 12.5039L6.54801 12.2343L2.19924 8.09872L8.43136 7.08601L8.78129 7.02915L8.95946 6.72266L12 1.49231Z' fill='none' stroke='%23FAB700' stroke-width='1.5'/%3E%3C/svg%3E%0A") !important;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
.jom-rating div.fivestar-widget .star.on,
.jom-rating div.fivestar-widget .star.on a,
.jom-rating div.fivestar-widget:hover .star.hover,
.jom-rating div.fivestar-widget:hover .star.hover a,
.jom-rating div.fivestar-widget:hover .star.on.hover,
.jom-rating div.fivestar-widget:hover .star.on.hover a {
    background-color: transparent !important;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='20' viewBox='0 0 24 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1.49231L15.0405 6.72266L15.2187 7.02915L15.5686 7.08601L21.8008 8.09872L17.452 12.2343L17.1685 12.5039L17.2274 12.8907L18.1053 18.655L12.3055 16.0681L12 15.9318L11.6945 16.0681L5.89471 18.655L6.77262 12.8907L6.83153 12.5039L6.54801 12.2343L2.19924 8.09872L8.43136 7.08601L8.78129 7.02915L8.95946 6.72266L12 1.49231Z' fill='%23FAB700' stroke='%23FAB700' stroke-width='1.5'/%3E%3C/svg%3E%0A") !important;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
.jom-rating div.fivestar-widget:hover .star,
.jom-rating div.fivestar-widget:hover .star a,
.jom-rating div.fivestar-widget:hover .star.on,
.jom-rating div.fivestar-widget:hover .star.on a {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='20' viewBox='0 0 24 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1.49231L15.0405 6.72266L15.2187 7.02915L15.5686 7.08601L21.8008 8.09872L17.452 12.2343L17.1685 12.5039L17.2274 12.8907L18.1053 18.655L12.3055 16.0681L12 15.9318L11.6945 16.0681L5.89471 18.655L6.77262 12.8907L6.83153 12.5039L6.54801 12.2343L2.19924 8.09872L8.43136 7.08601L8.78129 7.02915L8.95946 6.72266L12 1.49231Z' fill='none' stroke='%23FAB700' stroke-width='1.5'/%3E%3C/svg%3E%0A") !important;
}
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 10px;
    cursor: pointer;
    background:
      linear-gradient(45deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 43%,#000 45%,#000 55%,rgba(0,0,0,0) 57%,rgba(0,0,0,0) 100%),
      linear-gradient(135deg, transparent 0%,transparent 43%,#000 45%,#000 55%,transparent 57%,transparent 100%);
}
.before\:absolute::before {
    content: var(--tw-content);
    position: absolute;
}
.before\:inset-0::before {
    content: var(--tw-content);
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.before\:\!animate-none::before {
    -webkit-animation: none !important;
            animation: none !important;
}
.before\:\!animate-none::before {
    content: var(--tw-content);
}
@keyframes button-reverse {
    0% {
        content: var(--tw-content);
        transform: scaleX(0.9);
    }
    12% {
        content: var(--tw-content);
        transform: scaleX(0.911);
    }
    24% {
        content: var(--tw-content);
        transform: scaleX(0.944);
    }
    36% {
        content: var(--tw-content);
        transform: scaleX(0.998);
    }
    54% {
        content: var(--tw-content);
        transform: scaleX(0.975);
    }
    74% {
        content: var(--tw-content);
        transform: scaleX(0.998);
    }
    82% {
        content: var(--tw-content);
        transform: scaleX(0.994);
    }
    92% {
        content: var(--tw-content);
        transform: scaleX(0.999);
    }
    96% {
        content: var(--tw-content);
        transform: scaleX(0.998);
    }
    100% {
        content: var(--tw-content);
        transform: scaleX(1);
    }
}
.before\:animate-button-reverse::before {
    content: var(--tw-content);
    -webkit-animation: button-reverse 800ms 0s linear forwards;
            animation: button-reverse 800ms 0s linear forwards;
}
.before\:rounded-full::before {
    content: var(--tw-content);
    border-radius: 9999px;
}
.before\:bg-kinder-orange::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgba(231, 64, 17, var(--tw-bg-opacity));
}
.before\:transition::before {
    content: var(--tw-content);
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.before\:duration-300::before {
    content: var(--tw-content);
    transition-duration: 300ms;
}
.hover\:border-current:hover {
    border-color: currentColor;
}
.hover\:bg-pink-accent:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 0, 124, var(--tw-bg-opacity));
}
.hover\:bg-green-accent:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(60, 169, 56, var(--tw-bg-opacity));
}
.hover\:bg-purple-accent:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 39, 135, var(--tw-bg-opacity));
}
.hover\:bg-orange-accent:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 145, 0, var(--tw-bg-opacity));
}
.hover\:bg-cyan-lighter:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 237, 252, var(--tw-bg-opacity));
}
.hover\:bg-pink:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 19, 83, var(--tw-bg-opacity));
}
.hover\:bg-kinder-orange:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 64, 17, var(--tw-bg-opacity));
}
.hover\:fill-current:hover {
    fill: currentColor;
}
.hover\:text-kinder-orange:hover {
    --tw-text-opacity: 1;
    color: rgba(231, 64, 17, var(--tw-text-opacity));
}
.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.hover\:before\:\!animate-none:hover::before {
    -webkit-animation: none !important;
            animation: none !important;
}
.hover\:before\:\!animate-none:hover::before {
    content: var(--tw-content);
}
@keyframes button {
    0% {
        content: var(--tw-content);
        transform: scaleX(1);
    }
    12% {
        content: var(--tw-content);
        transform: scaleX(0.989);
    }
    24% {
        content: var(--tw-content);
        transform: scaleX(0.956);
    }
    36% {
        content: var(--tw-content);
        transform: scaleX(0.902);
    }
    54% {
        content: var(--tw-content);
        transform: scaleX(0.925);
    }
    74% {
        content: var(--tw-content);
        transform: scaleX(0.902);
    }
    82% {
        content: var(--tw-content);
        transform: scaleX(0.906);
    }
    92% {
        content: var(--tw-content);
        transform: scaleX(0.901);
    }
    96% {
        content: var(--tw-content);
        transform: scaleX(0.902);
    }
    100% {
        content: var(--tw-content);
        transform: scaleX(0.9);
    }
}
.hover\:before\:animate-button:hover::before {
    content: var(--tw-content);
    -webkit-animation: button 800ms 0s linear forwards;
            animation: button 800ms 0s linear forwards;
}
.hover\:before\:bg-pink:hover::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgba(213, 19, 83, var(--tw-bg-opacity));
}
.focus\:outline-0:focus {
    outline-width: 0px;
}
.focus\:outline-\[2px\]:focus {
    outline-width: 2px;
}
.focus\:outline-red:focus {
    outline-color: #bd1c27;
}
.focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.focus\:before\:outline-\[2px\]:focus::before {
    content: var(--tw-content);
    outline-width: 2px;
}
.focus\:before\:outline-red:focus::before {
    content: var(--tw-content);
    outline-color: #bd1c27;
}
.group:hover .group-hover\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:translate-y-1 {
    --tw-translate-y: 0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:opacity-100 {
    opacity: 1;
}
.peer:checked ~ .peer-checked\:border-pink-accent {
    --tw-border-opacity: 1;
    border-color: rgba(228, 0, 124, var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-green-accent {
    --tw-border-opacity: 1;
    border-color: rgba(60, 169, 56, var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-purple-accent {
    --tw-border-opacity: 1;
    border-color: rgba(55, 39, 135, var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-orange-accent {
    --tw-border-opacity: 1;
    border-color: rgba(243, 145, 0, var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:bg-pink-accent {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 0, 124, var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-green-accent {
    --tw-bg-opacity: 1;
    background-color: rgba(60, 169, 56, var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-purple-accent {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 39, 135, var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-orange-accent {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 145, 0, var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-cyan {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 159, 223, var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:fill-white {
    fill: #FFFFFF;
}
.peer:checked ~ .peer-checked\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.wysiwyg-headings\:text-deep-blue :where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-wysiwyg"] *)) {
    --tw-text-opacity: 1;
    color: rgba(31, 84, 149, var(--tw-text-opacity));
}
.wysiwyg-p\:font-medium :where(p):not(:where([class~="not-wysiwyg"] *)) {
    font-weight: 500;
}
.wysiwyg-p\:text-deep-blue :where(p):not(:where([class~="not-wysiwyg"] *)) {
    --tw-text-opacity: 1;
    color: rgba(31, 84, 149, var(--tw-text-opacity));
}
.wysiwyg-a\:font-normal :where(a):not(:where([class~="not-wysiwyg"] *)) {
    font-weight: 400;
}
.wysiwyg-a\:text-cyan :where(a):not(:where([class~="not-wysiwyg"] *)) {
    --tw-text-opacity: 1;
    color: rgba(0, 159, 223, var(--tw-text-opacity));
}
.hover\:wysiwyg-a\:text-deep-blue :where(a):not(:where([class~="not-wysiwyg"] *)):hover {
    --tw-text-opacity: 1;
    color: rgba(31, 84, 149, var(--tw-text-opacity));
}
.wysiwyg-blockquote\:border-l-0 :where(blockquote):not(:where([class~="not-wysiwyg"] *)) {
    border-left-width: 0px;
}
.wysiwyg-blockquote\:border-cyan :where(blockquote):not(:where([class~="not-wysiwyg"] *)) {
    --tw-border-opacity: 1;
    border-color: rgba(0, 159, 223, var(--tw-border-opacity));
}
.wysiwyg-blockquote\:pl-0 :where(blockquote):not(:where([class~="not-wysiwyg"] *)) {
    padding-left: 0px;
}
.wysiwyg-blockquote\:text-base :where(blockquote):not(:where([class~="not-wysiwyg"] *)) {
    font-size: 18px;
    line-height: 22px;
}
.wysiwyg-blockquote\:not-italic :where(blockquote):not(:where([class~="not-wysiwyg"] *)) {
    font-style: normal;
}
.wysiwyg-strong\:text-deep-blue :where(strong):not(:where([class~="not-wysiwyg"] *)) {
    --tw-text-opacity: 1;
    color: rgba(31, 84, 149, var(--tw-text-opacity));
}
.wysiwyg-li\:marker\:text-cyan * :where(li):not(:where([class~="not-wysiwyg"] *))::marker {
    color: rgb(0, 159, 223 );
}
.wysiwyg-li\:marker\:text-cyan :where(li):not(:where([class~="not-wysiwyg"] *))::marker {
    color: rgb(0, 159, 223 );
}
@media (min-width: 640px) {
    .sm\:flex {
        display: flex;
    }
    .sm\:w-auto {
        width: auto;
    }
}
@media (min-width: 768px) {
    .md\:wysiwyg-base {
        font-size: 1.125rem;
        line-height: 1.5555556;
    }
    .md\:wysiwyg-base :where(p):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 0.6666667em;
        margin-bottom: 0.6666667em;
    }
    .md\:wysiwyg-base :where([class~="lead"]):not(:where([class~="not-wysiwyg"] *)) {
        font-size: 1.1111111em;
        line-height: 1.3;
        margin-top: 0.7em;
        margin-bottom: 0.7em;
    }
    .md\:wysiwyg-base :where(blockquote):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 1.4285714em;
        margin-bottom: 1.7142857em;
        padding-left: 1.1428571em;
        font-size: 1.5555556em;
        line-height: 1.1071429em;
    }
    .md\:wysiwyg-base :where(h1):not(:where([class~="not-wysiwyg"] *)) {
        font-size: 3.5555556em;
        margin-top: 0;
        margin-bottom: 0.40625em;
        line-height: 1.109375;
    }
    .md\:wysiwyg-base :where(h2):not(:where([class~="not-wysiwyg"] *)) {
        font-size: 1.7777778em;
        margin-top: 0.65625em;
        margin-bottom: 0.65625em;
        line-height: 1.125;
    }
    .md\:wysiwyg-base :where(h3):not(:where([class~="not-wysiwyg"] *)) {
        font-size: 1.3333333em;
        margin-top: 0.6666667em;
        margin-bottom: 0.6666667em;
        line-height: 1.125;
    }
    .md\:wysiwyg-base :where(h4):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 0.7em;
        margin-bottom: 0.7em;
        line-height: 1.3;
        font-size: 1.1111111em;
    }
    .md\:wysiwyg-base :where(img):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 2.2222222em;
        margin-bottom: 2.2222222em;
    }
    .md\:wysiwyg-base :where(video):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 2.2222222em;
        margin-bottom: 2.2222222em;
    }
    .md\:wysiwyg-base :where(figure):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 2.2222222em;
        margin-bottom: 2.2222222em;
    }
    .md\:wysiwyg-base :where(figure > *):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 0;
        margin-bottom: 0;
    }
    .md\:wysiwyg-base :where(figcaption):not(:where([class~="not-wysiwyg"] *)) {
        font-size: 0.8888889em;
        line-height: 1.25;
        margin-top: 0.6875em;
    }
    .md\:wysiwyg-base :where(code):not(:where([class~="not-wysiwyg"] *)) {
        font-size: 0.875em;
    }
    .md\:wysiwyg-base :where(h2 code):not(:where([class~="not-wysiwyg"] *)) {
        font-size: 0.875em;
    }
    .md\:wysiwyg-base :where(h3 code):not(:where([class~="not-wysiwyg"] *)) {
        font-size: 0.9em;
    }
    .md\:wysiwyg-base :where(pre):not(:where([class~="not-wysiwyg"] *)) {
        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-right: 1.1428571em;
        padding-bottom: 0.8571429em;
        padding-left: 1.1428571em;
    }
    .md\:wysiwyg-base :where(ol):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 0.6666667em;
        margin-bottom: 0.6666667em;
        padding-left: 1.3333333em;
    }
    .md\:wysiwyg-base :where(ul):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 0.6666667em;
        margin-bottom: 0.6666667em;
        padding-left: 1.3333333em;
    }
    .md\:wysiwyg-base :where(li):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 0.3333333em;
        margin-bottom: 0.3333333em;
    }
    .md\:wysiwyg-base :where(ol > li):not(:where([class~="not-wysiwyg"] *)) {
        padding-left: 0.3333333em;
    }
    .md\:wysiwyg-base :where(ul > li):not(:where([class~="not-wysiwyg"] *)) {
        padding-left: 0.3333333em;
    }
    .md\:wysiwyg-base :where(.wysiwyg > ul > li p):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 0.6666667em;
        margin-bottom: 0.6666667em;
    }
    .md\:wysiwyg-base :where(.wysiwyg > ul > li > *:first-child):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 0.6666667em;
    }
    .md\:wysiwyg-base :where(.wysiwyg > ul > li > *:last-child):not(:where([class~="not-wysiwyg"] *)) {
        margin-bottom: 0.6666667em;
    }
    .md\:wysiwyg-base :where(.wysiwyg > ol > li > *:first-child):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 0.6666667em;
    }
    .md\:wysiwyg-base :where(.wysiwyg > ol > li > *:last-child):not(:where([class~="not-wysiwyg"] *)) {
        margin-bottom: 0.6666667em;
    }
    .md\:wysiwyg-base :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 0.6666667em;
        margin-bottom: 0.6666667em;
    }
    .md\:wysiwyg-base :where(hr):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 0.6666667em;
        margin-bottom: 0.6666667em;
    }
    .md\:wysiwyg-base :where(hr + *):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 0;
    }
    .md\:wysiwyg-base :where(h2 + *):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 0;
    }
    .md\:wysiwyg-base :where(h3 + *):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 0;
    }
    .md\:wysiwyg-base :where(h4 + *):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 0;
    }
    .md\:wysiwyg-base :where(table):not(:where([class~="not-wysiwyg"] *)) {
        font-size: 0.7777778em;
        line-height: 1.7142857;
    }
    .md\:wysiwyg-base :where(thead th):not(:where([class~="not-wysiwyg"] *)) {
        padding-right: 0.5714286em;
        padding-bottom: 0.5714286em;
        padding-left: 0.5714286em;
    }
    .md\:wysiwyg-base :where(thead th:first-child):not(:where([class~="not-wysiwyg"] *)) {
        padding-left: 0;
    }
    .md\:wysiwyg-base :where(thead th:last-child):not(:where([class~="not-wysiwyg"] *)) {
        padding-right: 0;
    }
    .md\:wysiwyg-base :where(tbody td, tfoot td):not(:where([class~="not-wysiwyg"] *)) {
        padding-top: 0.5714286em;
        padding-right: 0.5714286em;
        padding-bottom: 0.5714286em;
        padding-left: 0.5714286em;
    }
    .md\:wysiwyg-base :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-wysiwyg"] *)) {
        padding-left: 0;
    }
    .md\:wysiwyg-base :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-wysiwyg"] *)) {
        padding-right: 0;
    }
    .md\:wysiwyg-base :where(.wysiwyg > :first-child):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 0;
    }
    .md\:wysiwyg-base :where(.wysiwyg > :last-child):not(:where([class~="not-wysiwyg"] *)) {
        margin-bottom: 0;
    }
    .md\:wysiwyg-lg {
        font-size: 1.125rem;
        line-height: 1.7777778;
    }
    .md\:wysiwyg-lg :where(p):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
    }
    .md\:wysiwyg-lg :where([class~="lead"]):not(:where([class~="not-wysiwyg"] *)) {
        font-size: 1.2222222em;
        line-height: 1.4545455;
        margin-top: 1.0909091em;
        margin-bottom: 1.0909091em;
    }
    .md\:wysiwyg-lg :where(blockquote):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 1.6666667em;
        margin-bottom: 1.6666667em;
        padding-left: 1em;
    }
    .md\:wysiwyg-lg :where(h1):not(:where([class~="not-wysiwyg"] *)) {
        font-size: 2.6666667em;
        margin-top: 0;
        margin-bottom: 0.8333333em;
        line-height: 1;
    }
    .md\:wysiwyg-lg :where(h2):not(:where([class~="not-wysiwyg"] *)) {
        font-size: 1.6666667em;
        margin-top: 1.8666667em;
        margin-bottom: 1.0666667em;
        line-height: 1.3333333;
    }
    .md\:wysiwyg-lg :where(h3):not(:where([class~="not-wysiwyg"] *)) {
        font-size: 1.3333333em;
        margin-top: 1.6666667em;
        margin-bottom: 0.6666667em;
        line-height: 1.5;
    }
    .md\:wysiwyg-lg :where(h4):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 1.7777778em;
        margin-bottom: 0.4444444em;
        line-height: 1.5555556;
    }
    .md\:wysiwyg-lg :where(img):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
    }
    .md\:wysiwyg-lg :where(video):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
    }
    .md\:wysiwyg-lg :where(figure):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
    }
    .md\:wysiwyg-lg :where(figure > *):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 0;
        margin-bottom: 0;
    }
    .md\:wysiwyg-lg :where(figcaption):not(:where([class~="not-wysiwyg"] *)) {
        font-size: 0.8888889em;
        line-height: 1.5;
        margin-top: 1em;
    }
    .md\:wysiwyg-lg :where(code):not(:where([class~="not-wysiwyg"] *)) {
        font-size: 0.8888889em;
    }
    .md\:wysiwyg-lg :where(h2 code):not(:where([class~="not-wysiwyg"] *)) {
        font-size: 0.8666667em;
    }
    .md\:wysiwyg-lg :where(h3 code):not(:where([class~="not-wysiwyg"] *)) {
        font-size: 0.875em;
    }
    .md\:wysiwyg-lg :where(pre):not(:where([class~="not-wysiwyg"] *)) {
        font-size: 0.8888889em;
        line-height: 1.75;
        margin-top: 2em;
        margin-bottom: 2em;
        border-radius: 0.375rem;
        padding-top: 1em;
        padding-right: 1.5em;
        padding-bottom: 1em;
        padding-left: 1.5em;
    }
    .md\:wysiwyg-lg :where(ol):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
        padding-left: 1.5555556em;
    }
    .md\:wysiwyg-lg :where(ul):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
        padding-left: 1.5555556em;
    }
    .md\:wysiwyg-lg :where(li):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 0.6666667em;
        margin-bottom: 0.6666667em;
    }
    .md\:wysiwyg-lg :where(ol > li):not(:where([class~="not-wysiwyg"] *)) {
        padding-left: 0.4444444em;
    }
    .md\:wysiwyg-lg :where(ul > li):not(:where([class~="not-wysiwyg"] *)) {
        padding-left: 0.4444444em;
    }
    .md\:wysiwyg-lg :where(.wysiwyg > ul > li p):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 0.8888889em;
        margin-bottom: 0.8888889em;
    }
    .md\:wysiwyg-lg :where(.wysiwyg > ul > li > *:first-child):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 1.3333333em;
    }
    .md\:wysiwyg-lg :where(.wysiwyg > ul > li > *:last-child):not(:where([class~="not-wysiwyg"] *)) {
        margin-bottom: 1.3333333em;
    }
    .md\:wysiwyg-lg :where(.wysiwyg > ol > li > *:first-child):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 1.3333333em;
    }
    .md\:wysiwyg-lg :where(.wysiwyg > ol > li > *:last-child):not(:where([class~="not-wysiwyg"] *)) {
        margin-bottom: 1.3333333em;
    }
    .md\:wysiwyg-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 0.8888889em;
        margin-bottom: 0.8888889em;
    }
    .md\:wysiwyg-lg :where(hr):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 3.1111111em;
        margin-bottom: 3.1111111em;
    }
    .md\:wysiwyg-lg :where(hr + *):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 0;
    }
    .md\:wysiwyg-lg :where(h2 + *):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 0;
    }
    .md\:wysiwyg-lg :where(h3 + *):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 0;
    }
    .md\:wysiwyg-lg :where(h4 + *):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 0;
    }
    .md\:wysiwyg-lg :where(table):not(:where([class~="not-wysiwyg"] *)) {
        font-size: 0.8888889em;
        line-height: 1.5;
    }
    .md\:wysiwyg-lg :where(thead th):not(:where([class~="not-wysiwyg"] *)) {
        padding-right: 0.75em;
        padding-bottom: 0.75em;
        padding-left: 0.75em;
    }
    .md\:wysiwyg-lg :where(thead th:first-child):not(:where([class~="not-wysiwyg"] *)) {
        padding-left: 0;
    }
    .md\:wysiwyg-lg :where(thead th:last-child):not(:where([class~="not-wysiwyg"] *)) {
        padding-right: 0;
    }
    .md\:wysiwyg-lg :where(tbody td, tfoot td):not(:where([class~="not-wysiwyg"] *)) {
        padding-top: 0.75em;
        padding-right: 0.75em;
        padding-bottom: 0.75em;
        padding-left: 0.75em;
    }
    .md\:wysiwyg-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-wysiwyg"] *)) {
        padding-left: 0;
    }
    .md\:wysiwyg-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-wysiwyg"] *)) {
        padding-right: 0;
    }
    .md\:wysiwyg-lg :where(.wysiwyg > :first-child):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 0;
    }
    .md\:wysiwyg-lg :where(.wysiwyg > :last-child):not(:where([class~="not-wysiwyg"] *)) {
        margin-bottom: 0;
    }
    .md\:absolute {
        position: absolute;
    }
    .md\:left-0 {
        left: 0px;
    }
    .md\:right-0 {
        right: 0px;
    }
    .md\:top-full {
        top: 100%;
    }
    .md\:left-\[calc\(50vw\+120px\)\] {
        left: calc(50vw + 120px);
    }
    .md\:col-start-8 {
        grid-column-start: 8;
    }
    .md\:col-end-7 {
        grid-column-end: 7;
    }
    .md\:mt-0 {
        margin-top: 0px;
    }
    .md\:mb-14 {
        margin-bottom: 3.5rem;
    }
    .md\:ml-10 {
        margin-left: 2.5rem;
    }
    .md\:mb-2 {
        margin-bottom: 0.5rem;
    }
    .md\:mr-0 {
        margin-right: 0px;
    }
    .md\:block {
        display: block;
    }
    .md\:inline-block {
        display: inline-block;
    }
    .md\:inline {
        display: inline;
    }
    .md\:flex {
        display: flex;
    }
    .md\:inline-flex {
        display: inline-flex;
    }
    .md\:grid {
        display: grid;
    }
    .md\:hidden {
        display: none;
    }
    .md\:h-\[120px\] {
        height: 120px;
    }
    .md\:h-\[90px\] {
        height: 90px;
    }
    .md\:h-\[180px\] {
        height: 180px;
    }
    .md\:h-\[35px\] {
        height: 35px;
    }
    .md\:h-auto {
        height: auto;
    }
    .md\:h-\[106px\] {
        height: 106px;
    }
    .md\:w-\[120px\] {
        width: 120px;
    }
    .md\:w-\[90px\] {
        width: 90px;
    }
    .md\:w-\[180px\] {
        width: 180px;
    }
    .md\:w-auto {
        width: auto;
    }
    .md\:w-\[35px\] {
        width: 35px;
    }
    .md\:w-\[106px\] {
        width: 106px;
    }
    .md\:w-1\/2 {
        width: 50%;
    }
    .md\:max-w-\[180px\] {
        max-width: 180px;
    }
    .md\:max-w-\[106px\] {
        max-width: 106px;
    }
    .md\:animate-none {
        -webkit-animation: none;
                animation: none;
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:flex-row {
        flex-direction: row;
    }
    .md\:flex-col {
        flex-direction: column;
    }
    .md\:items-end {
        align-items: flex-end;
    }
    .md\:items-center {
        align-items: center;
    }
    .md\:justify-center {
        justify-content: center;
    }
    .md\:gap-4 {
        gap: 1rem;
    }
    .md\:gap-10 {
        gap: 2.5rem;
    }
    .md\:divide-none > :not([hidden]) ~ :not([hidden]) {
        border-style: none;
    }
    .md\:rounded-full {
        border-radius: 9999px;
    }
    .md\:border {
        border-width: 1px;
    }
    .md\:border-none {
        border-style: none;
    }
    .md\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .md\:bg-transparent {
        background-color: transparent;
    }
    .md\:bg-cyan-lighter {
        --tw-bg-opacity: 1;
        background-color: rgba(212, 237, 252, var(--tw-bg-opacity));
    }
    .md\:fill-pink-accent {
        fill: #e4007c;
    }
    .md\:fill-green-accent {
        fill: #3ca938;
    }
    .md\:fill-purple-accent {
        fill: #372787;
    }
    .md\:fill-orange-accent {
        fill: #f39100;
    }
    .md\:p-6 {
        padding: 1.5rem;
    }
    .md\:p-20 {
        padding: 5rem;
    }
    .md\:p-5 {
        padding: 1.25rem;
    }
    .md\:p-0 {
        padding: 0px;
    }
    .md\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .md\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .md\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .md\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .md\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .md\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
    .md\:pb-\[15\%\] {
        padding-bottom: 15%;
    }
    .md\:pb-14 {
        padding-bottom: 3.5rem;
    }
    .md\:pl-0 {
        padding-left: 0px;
    }
    .md\:text-center {
        text-align: center;
    }
    .md\:text-xl {
        font-size: 24px;
        line-height: 27px;
    }
    .md\:text-lg {
        font-size: 20px;
        line-height: 26px;
    }
    .md\:text-base {
        font-size: 18px;
        line-height: 22px;
    }
    .md\:shadow-sm {
        --tw-shadow: 0px 8px 12px rgba(122, 118, 117, 0.32);
        --tw-shadow-colored: 0px 8px 12px var(--tw-shadow-color);
        box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
        box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
    }
    .peer:checked ~ .md\:peer-checked\:border-pink-accent {
        --tw-border-opacity: 1;
        border-color: rgba(228, 0, 124, var(--tw-border-opacity));
    }
    .peer:checked ~ .md\:peer-checked\:border-green-accent {
        --tw-border-opacity: 1;
        border-color: rgba(60, 169, 56, var(--tw-border-opacity));
    }
    .peer:checked ~ .md\:peer-checked\:border-purple-accent {
        --tw-border-opacity: 1;
        border-color: rgba(55, 39, 135, var(--tw-border-opacity));
    }
    .peer:checked ~ .md\:peer-checked\:border-orange-accent {
        --tw-border-opacity: 1;
        border-color: rgba(243, 145, 0, var(--tw-border-opacity));
    }
    .peer:checked ~ .md\:peer-checked\:bg-pink-accent {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 0, 124, var(--tw-bg-opacity));
    }
    .peer:checked ~ .md\:peer-checked\:bg-green-accent {
        --tw-bg-opacity: 1;
        background-color: rgba(60, 169, 56, var(--tw-bg-opacity));
    }
    .peer:checked ~ .md\:peer-checked\:bg-purple-accent {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 39, 135, var(--tw-bg-opacity));
    }
    .peer:checked ~ .md\:peer-checked\:bg-orange-accent {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 145, 0, var(--tw-bg-opacity));
    }
}
@media (min-width: 1024px) {
    .lg\:wysiwyg-base {
        font-size: 1.125rem;
        line-height: 1.5555556;
    }
    .lg\:wysiwyg-base :where(p):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 0.6666667em;
        margin-bottom: 0.6666667em;
    }
    .lg\:wysiwyg-base :where([class~="lead"]):not(:where([class~="not-wysiwyg"] *)) {
        font-size: 1.1111111em;
        line-height: 1.3;
        margin-top: 0.7em;
        margin-bottom: 0.7em;
    }
    .lg\:wysiwyg-base :where(blockquote):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 1.4285714em;
        margin-bottom: 1.7142857em;
        padding-left: 1.1428571em;
        font-size: 1.5555556em;
        line-height: 1.1071429em;
    }
    .lg\:wysiwyg-base :where(h1):not(:where([class~="not-wysiwyg"] *)) {
        font-size: 3.5555556em;
        margin-top: 0;
        margin-bottom: 0.40625em;
        line-height: 1.109375;
    }
    .lg\:wysiwyg-base :where(h2):not(:where([class~="not-wysiwyg"] *)) {
        font-size: 1.7777778em;
        margin-top: 0.65625em;
        margin-bottom: 0.65625em;
        line-height: 1.125;
    }
    .lg\:wysiwyg-base :where(h3):not(:where([class~="not-wysiwyg"] *)) {
        font-size: 1.3333333em;
        margin-top: 0.6666667em;
        margin-bottom: 0.6666667em;
        line-height: 1.125;
    }
    .lg\:wysiwyg-base :where(h4):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 0.7em;
        margin-bottom: 0.7em;
        line-height: 1.3;
        font-size: 1.1111111em;
    }
    .lg\:wysiwyg-base :where(img):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 2.2222222em;
        margin-bottom: 2.2222222em;
    }
    .lg\:wysiwyg-base :where(video):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 2.2222222em;
        margin-bottom: 2.2222222em;
    }
    .lg\:wysiwyg-base :where(figure):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 2.2222222em;
        margin-bottom: 2.2222222em;
    }
    .lg\:wysiwyg-base :where(figure > *):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 0;
        margin-bottom: 0;
    }
    .lg\:wysiwyg-base :where(figcaption):not(:where([class~="not-wysiwyg"] *)) {
        font-size: 0.8888889em;
        line-height: 1.25;
        margin-top: 0.6875em;
    }
    .lg\:wysiwyg-base :where(code):not(:where([class~="not-wysiwyg"] *)) {
        font-size: 0.875em;
    }
    .lg\:wysiwyg-base :where(h2 code):not(:where([class~="not-wysiwyg"] *)) {
        font-size: 0.875em;
    }
    .lg\:wysiwyg-base :where(h3 code):not(:where([class~="not-wysiwyg"] *)) {
        font-size: 0.9em;
    }
    .lg\:wysiwyg-base :where(pre):not(:where([class~="not-wysiwyg"] *)) {
        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-right: 1.1428571em;
        padding-bottom: 0.8571429em;
        padding-left: 1.1428571em;
    }
    .lg\:wysiwyg-base :where(ol):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 0.6666667em;
        margin-bottom: 0.6666667em;
        padding-left: 1.3333333em;
    }
    .lg\:wysiwyg-base :where(ul):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 0.6666667em;
        margin-bottom: 0.6666667em;
        padding-left: 1.3333333em;
    }
    .lg\:wysiwyg-base :where(li):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 0.3333333em;
        margin-bottom: 0.3333333em;
    }
    .lg\:wysiwyg-base :where(ol > li):not(:where([class~="not-wysiwyg"] *)) {
        padding-left: 0.3333333em;
    }
    .lg\:wysiwyg-base :where(ul > li):not(:where([class~="not-wysiwyg"] *)) {
        padding-left: 0.3333333em;
    }
    .lg\:wysiwyg-base :where(.wysiwyg > ul > li p):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 0.6666667em;
        margin-bottom: 0.6666667em;
    }
    .lg\:wysiwyg-base :where(.wysiwyg > ul > li > *:first-child):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 0.6666667em;
    }
    .lg\:wysiwyg-base :where(.wysiwyg > ul > li > *:last-child):not(:where([class~="not-wysiwyg"] *)) {
        margin-bottom: 0.6666667em;
    }
    .lg\:wysiwyg-base :where(.wysiwyg > ol > li > *:first-child):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 0.6666667em;
    }
    .lg\:wysiwyg-base :where(.wysiwyg > ol > li > *:last-child):not(:where([class~="not-wysiwyg"] *)) {
        margin-bottom: 0.6666667em;
    }
    .lg\:wysiwyg-base :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 0.6666667em;
        margin-bottom: 0.6666667em;
    }
    .lg\:wysiwyg-base :where(hr):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 0.6666667em;
        margin-bottom: 0.6666667em;
    }
    .lg\:wysiwyg-base :where(hr + *):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 0;
    }
    .lg\:wysiwyg-base :where(h2 + *):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 0;
    }
    .lg\:wysiwyg-base :where(h3 + *):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 0;
    }
    .lg\:wysiwyg-base :where(h4 + *):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 0;
    }
    .lg\:wysiwyg-base :where(table):not(:where([class~="not-wysiwyg"] *)) {
        font-size: 0.7777778em;
        line-height: 1.7142857;
    }
    .lg\:wysiwyg-base :where(thead th):not(:where([class~="not-wysiwyg"] *)) {
        padding-right: 0.5714286em;
        padding-bottom: 0.5714286em;
        padding-left: 0.5714286em;
    }
    .lg\:wysiwyg-base :where(thead th:first-child):not(:where([class~="not-wysiwyg"] *)) {
        padding-left: 0;
    }
    .lg\:wysiwyg-base :where(thead th:last-child):not(:where([class~="not-wysiwyg"] *)) {
        padding-right: 0;
    }
    .lg\:wysiwyg-base :where(tbody td, tfoot td):not(:where([class~="not-wysiwyg"] *)) {
        padding-top: 0.5714286em;
        padding-right: 0.5714286em;
        padding-bottom: 0.5714286em;
        padding-left: 0.5714286em;
    }
    .lg\:wysiwyg-base :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-wysiwyg"] *)) {
        padding-left: 0;
    }
    .lg\:wysiwyg-base :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-wysiwyg"] *)) {
        padding-right: 0;
    }
    .lg\:wysiwyg-base :where(.wysiwyg > :first-child):not(:where([class~="not-wysiwyg"] *)) {
        margin-top: 0;
    }
    .lg\:wysiwyg-base :where(.wysiwyg > :last-child):not(:where([class~="not-wysiwyg"] *)) {
        margin-bottom: 0;
    }
    .lg\:top-1\/2 {
        top: 50%;
    }
    .lg\:top-0 {
        top: 0px;
    }
    .lg\:-left-\[150px\] {
        left: -150px;
    }
    .lg\:bottom-0 {
        bottom: 0px;
    }
    .lg\:col-start-4 {
        grid-column-start: 4;
    }
    .lg\:col-start-8 {
        grid-column-start: 8;
    }
    .lg\:col-end-3 {
        grid-column-end: 3;
    }
    .lg\:col-end-7 {
        grid-column-end: 7;
    }
    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .lg\:mb-10 {
        margin-bottom: 2.5rem;
    }
    .lg\:mt-14 {
        margin-top: 3.5rem;
    }
    .lg\:-mt-\[26px\] {
        margin-top: -26px;
    }
    .lg\:mt-0 {
        margin-top: 0px;
    }
    .lg\:mt-8 {
        margin-top: 2rem;
    }
    .lg\:mb-8 {
        margin-bottom: 2rem;
    }
    .lg\:-mt-\[45px\] {
        margin-top: -45px;
    }
    .lg\:block {
        display: block;
    }
    .lg\:grid {
        display: grid;
    }
    .lg\:hidden {
        display: none;
    }
    .lg\:h-\[272px\] {
        height: 272px;
    }
    .lg\:h-\[186px\] {
        height: 186px;
    }
    .lg\:h-\[140px\] {
        height: 140px;
    }
    .lg\:min-h-\[336px\] {
        min-height: 336px;
    }
    .lg\:w-1\/4 {
        width: 25%;
    }
    .lg\:w-1\/3 {
        width: 33.333333%;
    }
    .lg\:w-\[272px\] {
        width: 272px;
    }
    .lg\:w-\[186px\] {
        width: 186px;
    }
    .lg\:w-\[588px\] {
        width: 588px;
    }
    .lg\:w-\[calc\(100vw-407px\)\] {
        width: calc(100vw - 407px);
    }
    .lg\:w-\[369px\] {
        width: 369px;
    }
    .lg\:max-w-\[572px\] {
        max-width: 572px;
    }
    .lg\:-translate-y-1\/2 {
        --tw-translate-y: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .lg\:flex-row {
        flex-direction: row;
    }
    .lg\:items-center {
        align-items: center;
    }
    .lg\:justify-end {
        justify-content: flex-end;
    }
    .lg\:gap-4 {
        gap: 1rem;
    }
    .lg\:self-center {
        align-self: center;
    }
    .lg\:bg-transparent {
        background-color: transparent;
    }
    .lg\:p-10 {
        padding: 2.5rem;
    }
    .lg\:p-16 {
        padding: 4rem;
    }
    .lg\:p-20 {
        padding: 5rem;
    }
    .lg\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .lg\:px-28 {
        padding-left: 7rem;
        padding-right: 7rem;
    }
    .lg\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .lg\:pt-6 {
        padding-top: 1.5rem;
    }
    .lg\:pb-20 {
        padding-bottom: 5rem;
    }
    .lg\:pb-0 {
        padding-bottom: 0px;
    }
    .lg\:pt-20 {
        padding-top: 5rem;
    }
    .lg\:text-right {
        text-align: right;
    }
    .lg\:text-2xl {
        font-size: 40px;
        line-height: 45px;
    }
    .lg\:text-lg {
        font-size: 20px;
        line-height: 26px;
    }
    .lg\:text-3xl {
        font-size: 64px;
        line-height: 72px;
    }
    .lg\:wysiwyg-blockquote\:border-l-0 :where(blockquote):not(:where([class~="not-wysiwyg"] *)) {
        border-left-width: 0px;
    }
    .lg\:wysiwyg-blockquote\:pl-0 :where(blockquote):not(:where([class~="not-wysiwyg"] *)) {
        padding-left: 0px;
    }
    .lg\:wysiwyg-blockquote\:text-base :where(blockquote):not(:where([class~="not-wysiwyg"] *)) {
        font-size: 18px;
        line-height: 22px;
    }
    .lg\:wysiwyg-blockquote\:not-italic :where(blockquote):not(:where([class~="not-wysiwyg"] *)) {
        font-style: normal;
    }
}
.\[\&\.glide__bullet--active\]\:bg-deep-blue-accent.glide bullet--active {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 112, 183, var(--tw-bg-opacity));
}
@-webkit-keyframes all {
    0%,20%,53%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
                animation-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translateY(0px) rotate(0deg);
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
                animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translateY(-9px) rotate(-45deg);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
                animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translateY(-7px)  rotate(-40deg);
    }
    80% {
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: tanslateY(0px)  rotate(0deg);
    }
    90% {
        transform: tanslateY(-2px)  rotate(-12deg);
    }
}
@keyframes all {
    0%,20%,53%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
                animation-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translateY(0px) rotate(0deg);
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
                animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translateY(-9px) rotate(-45deg);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
                animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translateY(-7px)  rotate(-40deg);
    }
    80% {
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: tanslateY(0px)  rotate(0deg);
    }
    90% {
        transform: tanslateY(-2px)  rotate(-12deg);
    }
}
.\[\&\:hover_\.animate-me\]\:animate-animated-all:hover .animate-me {
    -webkit-animation: all 800ms 0s ease-out forwards;
            animation: all 800ms 0s ease-out forwards;
}
@-webkit-keyframes menu {
    0%,20%,53%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
                animation-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translateY(0px);
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
                animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translateY(-9px);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
                animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translateY(-7px);
    }
    80% {
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: tanslateY(0px);
    }
    90% {
        transform: tanslateY(-2px);
    }
}
@keyframes menu {
    0%,20%,53%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
                animation-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translateY(0px);
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
                animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translateY(-9px);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
                animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translateY(-7px);
    }
    80% {
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: tanslateY(0px);
    }
    90% {
        transform: tanslateY(-2px);
    }
}
.\[\&\:hover_\.animate-me\]\:animate-animated-cognitive:hover .animate-me {
    -webkit-animation: menu 800ms 0s ease-out forwards;
            animation: menu 800ms 0s ease-out forwards;
}
@keyframes menu {
    0%,20%,53%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
                animation-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translateY(0px);
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
                animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translateY(-9px);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
                animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translateY(-7px);
    }
    80% {
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: tanslateY(0px);
    }
    90% {
        transform: tanslateY(-2px);
    }
}
.\[\&\:hover_\.animate-me\]\:animate-animated-motor:hover .animate-me {
    -webkit-animation: menu 800ms 0s ease-out forwards;
            animation: menu 800ms 0s ease-out forwards;
}
@keyframes menu {
    0%,20%,53%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
                animation-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translateY(0px);
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
                animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translateY(-9px);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
                animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translateY(-7px);
    }
    80% {
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: tanslateY(0px);
    }
    90% {
        transform: tanslateY(-2px);
    }
}
.\[\&\:hover_\.animate-me\]\:animate-animated-physical:hover .animate-me {
    -webkit-animation: menu 800ms 0s ease-out forwards;
            animation: menu 800ms 0s ease-out forwards;
}
@keyframes menu {
    0%,20%,53%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
                animation-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translateY(0px);
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
                animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translateY(-9px);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
                animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translateY(-7px);
    }
    80% {
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: tanslateY(0px);
    }
    90% {
        transform: tanslateY(-2px);
    }
}
.\[\&\:hover_\.animate-me\]\:animate-animated-skills:hover .animate-me {
    -webkit-animation: menu 800ms 0s ease-out forwards;
            animation: menu 800ms 0s ease-out forwards;
}
.bg-white .\[\.bg-white_\&\]\:text-cyan {
    --tw-text-opacity: 1;
    color: rgba(0, 159, 223, var(--tw-text-opacity));
}
.bg-white .\[\.bg-white_\&\]\:wysiwyg-headings\:text-cyan :where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-wysiwyg"] *)) {
    --tw-text-opacity: 1;
    color: rgba(0, 159, 223, var(--tw-text-opacity));
}
.bg-cyan-lighter .\[\.bg-cyan-lighter_\&\]\:text-deep-blue {
    --tw-text-opacity: 1;
    color: rgba(31, 84, 149, var(--tw-text-opacity));
}
.bg-cyan-lighter .\[\.bg-cyan-lighter_\&\]\:wysiwyg-headings\:text-deep-blue :where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-wysiwyg"] *)) {
    --tw-text-opacity: 1;
    color: rgba(31, 84, 149, var(--tw-text-opacity));
}
.\[\&\.glide\\_\\_arrow--disabled\]\:opacity-30.glide__arrow--disabled {
    opacity: 0.3;
}
.\[\&\.glide\\_\\_bullet--active\]\:block.glide__bullet--active {
    display: block;
}
.\[\&\.glide\\_\\_bullet--active\]\:bg-deep-blue-accent.glide__bullet--active {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 112, 183, var(--tw-bg-opacity));
}
.\[\&\.js-modal\.is-active\]\:block.js-modal.is-active {
    display: block;
}
.\[\&\>iframe\]\:absolute>iframe {
    position: absolute;
}
.\[\&\>iframe\]\:inset-0>iframe {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.\[\&\>iframe\]\:h-full>iframe {
    height: 100%;
}
.\[\&\>iframe\]\:w-full>iframe {
    width: 100%;
}
.cards--center .\[\.cards--center_\&\]\:mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.cards--center .\[\.cards--center_\&\]\:text-center {
    text-align: center;
}
.bg-deep-blue-accent .\[\.bg-deep-blue-accent_\&\]\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.\[\&\>span\]\:text-kinder-orange>span {
    --tw-text-opacity: 1;
    color: rgba(231, 64, 17, var(--tw-text-opacity));
}
.jom-rating-static .\[\.jom-rating-static_\&\]\:hidden {
    display: none;
}
.jom-rating-form .\[\.jom-rating-form_\&\]\:hidden {
    display: none;
}
.bg-deep-blue-accent+.\[\.bg-deep-blue-accent\+\&\.bg-deep-blue-accent\]\:pt-0.bg-deep-blue-accent {
    padding-top: 0px;
}
.bg-cyan-lighter+.\[\.bg-cyan-lighter\+\&\.bg-cyan-lighter\]\:pt-0.bg-cyan-lighter {
    padding-top: 0px;
}
.bg-white+.\[\.bg-white\+\&\.bg-white\]\:pt-0.bg-white {
    padding-top: 0px;
}
.is-active .\[\.is-active_\&\]\:block {
    display: block;
}
.is-active .\[\.is-active_\&\]\: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));
}
.is-active .\[\.is-active_\&\]\:bg-cyan-lighter {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 237, 252, var(--tw-bg-opacity));
}
@media (min-width: 768px) {
    .is-active .md\:\[\.is-active_\&\]\:block {
        display: block;
    }
}
.views-exposed-form .\[\.views-exposed-form_\&\]\:hidden {
    display: none;
}
.is-active>.\[\.is-active\>\&\]\:flex {
    display: flex;
}
.is-active>.\[\.is-active\>\&\]\:bg-cyan-lighter {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 237, 252, var(--tw-bg-opacity));
}
.is-active>button>.\[\.is-active\>button\>\&\]\: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));
}
.\[\&\.js-age-gate\.is-active\]\:block.js-age-gate.is-active {
    display: block;
}
.has-error .\[\.has-error_\&\]\:block {
    display: block;
}
.has-error .\[\.has-error_\&\]\:border-red {
    --tw-border-opacity: 1;
    border-color: rgba(189, 28, 39, var(--tw-border-opacity));
}
.bg-white+.\[\.bg-white\+\&\]\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-cyan+.\[\.bg-cyan\+\&\]\:bg-cyan {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 159, 223, var(--tw-bg-opacity));
}
.views-element-container+.\[\.views-element-container\+\&\]\:bg-cyan-lighter {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 237, 252, var(--tw-bg-opacity));
}
.bg-cyan-lighter+.\[\.bg-cyan-lighter\+\&\]\:bg-cyan-lighter {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 237, 252, var(--tw-bg-opacity));
}
.bg-deep-blue+.\[\.bg-deep-blue\+\&\]\:bg-deep-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 84, 149, var(--tw-bg-opacity));
}
.bg-deep-blue-accent+.\[\.bg-deep-blue-accent\+\&\]\:bg-deep-blue-accent {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 112, 183, var(--tw-bg-opacity));
}
.js-menu-toggle.is-active>.\[\.js-menu-toggle\.is-active\>\&\]\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.js-menu-toggle.is-active>.\[\.js-menu-toggle\.is-active\>\&\]\:rotate-45 {
    --tw-rotate: 45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.js-menu-toggle.is-active>.\[\.js-menu-toggle\.is-active\>\&\]\:-rotate-45 {
    --tw-rotate: -45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.js-menu-toggle.is-active>.\[\.js-menu-toggle\.is-active\>\&\]\:opacity-0 {
    opacity: 0;
}
.\[\&\.is-active\]\:block.is-active {
    display: block;
}
.\[\&\.index-loading\]\:overflow-hidden.index-loading {
    overflow: hidden;
}
.\[\&\.modal-active\]\:overflow-hidden.modal-active {
    overflow: hidden;
}
.\[\&\.agegate-active\]\:overflow-hidden.agegate-active {
    overflow: hidden;
}
.\[\&\.menu-active\]\:overflow-hidden.menu-active {
    overflow: hidden;
}
@media (min-width: 768px) {
    .md\:\[\&\.menu-active\]\:overflow-auto.menu-active {
        overflow: auto;
    }
}
.index-loading>.\[\.index-loading\>\&\]\:flex {
    display: flex;
}
.\[\&\>form\]\:flex>form {
    display: flex;
}
.\[\&\>form\]\:flex-col>form {
    flex-direction: column;
}
.\[\&\>form\]\:items-stretch>form {
    align-items: stretch;
}
.\[\&\>form\]\:gap-4>form {
    gap: 1rem;
}

