/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
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)
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
}

/*
Text-level semantics
====================
*/

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

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

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

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}

/*
Tabular data
============
*/

/**
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)
*/

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

/*
Forms
=====
*/

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

button,
select {
  /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
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 */
}

/*
Interactive
===========
*/

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

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 1 */
  line-height: 1.5;
  /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    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 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

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

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.container {
  width: 100%;
}

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

@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: 1440px) {
  .container {
    max-width: 1440px;
  }
}

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

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

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

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

.aspect-w-1,
.aspect-w-2,
.aspect-w-3,
.aspect-w-4,
.aspect-w-5,
.aspect-w-6,
.aspect-w-7,
.aspect-w-8,
.aspect-w-9,
.aspect-w-10,
.aspect-w-11,
.aspect-w-12,
.aspect-w-13,
.aspect-w-14,
.aspect-w-15,
.aspect-w-16,
.aspect-w-400,
.aspect-w-680,
.aspect-w-1920 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}

.aspect-w-1 > *,
.aspect-w-2 > *,
.aspect-w-3 > *,
.aspect-w-4 > *,
.aspect-w-5 > *,
.aspect-w-6 > *,
.aspect-w-7 > *,
.aspect-w-8 > *,
.aspect-w-9 > *,
.aspect-w-10 > *,
.aspect-w-11 > *,
.aspect-w-12 > *,
.aspect-w-13 > *,
.aspect-w-14 > *,
.aspect-w-15 > *,
.aspect-w-16 > *,
.aspect-w-400 > *,
.aspect-w-680 > *,
.aspect-w-1920 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-none {
  position: static;
  padding-bottom: 0;
}

.aspect-none > * {
  position: static;
  height: auto;
  width: auto;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.aspect-w-1 {
  --tw-aspect-w: 1;
}

.aspect-w-2 {
  --tw-aspect-w: 2;
}

.aspect-w-3 {
  --tw-aspect-w: 3;
}

.aspect-w-4 {
  --tw-aspect-w: 4;
}

.aspect-w-5 {
  --tw-aspect-w: 5;
}

.aspect-w-6 {
  --tw-aspect-w: 6;
}

.aspect-w-7 {
  --tw-aspect-w: 7;
}

.aspect-w-8 {
  --tw-aspect-w: 8;
}

.aspect-w-9 {
  --tw-aspect-w: 9;
}

.aspect-w-10 {
  --tw-aspect-w: 10;
}

.aspect-w-11 {
  --tw-aspect-w: 11;
}

.aspect-w-12 {
  --tw-aspect-w: 12;
}

.aspect-w-13 {
  --tw-aspect-w: 13;
}

.aspect-w-14 {
  --tw-aspect-w: 14;
}

.aspect-w-15 {
  --tw-aspect-w: 15;
}

.aspect-w-16 {
  --tw-aspect-w: 16;
}

.aspect-w-400 {
  --tw-aspect-w: 400;
}

.aspect-w-680 {
  --tw-aspect-w: 680;
}

.aspect-w-1920 {
  --tw-aspect-w: 1920;
}

.aspect-h-1 {
  --tw-aspect-h: 1;
}

.aspect-h-2 {
  --tw-aspect-h: 2;
}

.aspect-h-3 {
  --tw-aspect-h: 3;
}

.aspect-h-4 {
  --tw-aspect-h: 4;
}

.aspect-h-5 {
  --tw-aspect-h: 5;
}

.aspect-h-6 {
  --tw-aspect-h: 6;
}

.aspect-h-7 {
  --tw-aspect-h: 7;
}

.aspect-h-8 {
  --tw-aspect-h: 8;
}

.aspect-h-9 {
  --tw-aspect-h: 9;
}

.aspect-h-10 {
  --tw-aspect-h: 10;
}

.aspect-h-11 {
  --tw-aspect-h: 11;
}

.aspect-h-12 {
  --tw-aspect-h: 12;
}

.aspect-h-13 {
  --tw-aspect-h: 13;
}

.aspect-h-14 {
  --tw-aspect-h: 14;
}

.aspect-h-15 {
  --tw-aspect-h: 15;
}

.aspect-h-16 {
  --tw-aspect-h: 16;
}

.aspect-h-400 {
  --tw-aspect-h: 400;
}

.aspect-h-680 {
  --tw-aspect-h: 680;
}

.aspect-h-1920 {
  --tw-aspect-h: 1920;
}

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

.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-1 {
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}

.inset-2 {
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
}

.inset-3 {
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
}

.inset-4 {
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}

.inset-5 {
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}

.inset-6 {
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

.inset-7 {
  top: 1.75rem;
  right: 1.75rem;
  bottom: 1.75rem;
  left: 1.75rem;
}

.inset-8 {
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}

.inset-9 {
  top: 2.25rem;
  right: 2.25rem;
  bottom: 2.25rem;
  left: 2.25rem;
}

.inset-10 {
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
}

.inset-11 {
  top: 2.75rem;
  right: 2.75rem;
  bottom: 2.75rem;
  left: 2.75rem;
}

.inset-12 {
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
}

.inset-14 {
  top: 3.5rem;
  right: 3.5rem;
  bottom: 3.5rem;
  left: 3.5rem;
}

.inset-16 {
  top: 4rem;
  right: 4rem;
  bottom: 4rem;
  left: 4rem;
}

.inset-20 {
  top: 5rem;
  right: 5rem;
  bottom: 5rem;
  left: 5rem;
}

.inset-24 {
  top: 6rem;
  right: 6rem;
  bottom: 6rem;
  left: 6rem;
}

.inset-28 {
  top: 7rem;
  right: 7rem;
  bottom: 7rem;
  left: 7rem;
}

.inset-32 {
  top: 8rem;
  right: 8rem;
  bottom: 8rem;
  left: 8rem;
}

.inset-36 {
  top: 9rem;
  right: 9rem;
  bottom: 9rem;
  left: 9rem;
}

.inset-40 {
  top: 10rem;
  right: 10rem;
  bottom: 10rem;
  left: 10rem;
}

.inset-44 {
  top: 11rem;
  right: 11rem;
  bottom: 11rem;
  left: 11rem;
}

.inset-48 {
  top: 12rem;
  right: 12rem;
  bottom: 12rem;
  left: 12rem;
}

.inset-52 {
  top: 13rem;
  right: 13rem;
  bottom: 13rem;
  left: 13rem;
}

.inset-56 {
  top: 14rem;
  right: 14rem;
  bottom: 14rem;
  left: 14rem;
}

.inset-60 {
  top: 15rem;
  right: 15rem;
  bottom: 15rem;
  left: 15rem;
}

.inset-64 {
  top: 16rem;
  right: 16rem;
  bottom: 16rem;
  left: 16rem;
}

.inset-72 {
  top: 18rem;
  right: 18rem;
  bottom: 18rem;
  left: 18rem;
}

.inset-80 {
  top: 20rem;
  right: 20rem;
  bottom: 20rem;
  left: 20rem;
}

.inset-96 {
  top: 24rem;
  right: 24rem;
  bottom: 24rem;
  left: 24rem;
}

.inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.inset-px {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

.inset-important {
  top: true;
  right: true;
  bottom: true;
  left: true;
}

.inset-84px {
  top: 5.25rem;
  right: 5.25rem;
  bottom: 5.25rem;
  left: 5.25rem;
}

.inset-100px {
  top: 6.25rem;
  right: 6.25rem;
  bottom: 6.25rem;
  left: 6.25rem;
}

.inset-25px {
  top: 1.5625rem;
  right: 1.5625rem;
  bottom: 1.5625rem;
  left: 1.5625rem;
}

.inset-93px {
  top: 5.8125rem;
  right: 5.8125rem;
  bottom: 5.8125rem;
  left: 5.8125rem;
}

.inset-35px {
  top: 2.1875rem;
  right: 2.1875rem;
  bottom: 2.1875rem;
  left: 2.1875rem;
}

.inset-60px {
  top: 3.75rem;
  right: 3.75rem;
  bottom: 3.75rem;
  left: 3.75rem;
}

.inset-15px {
  top: 0.9375rem;
  right: 0.9375rem;
  bottom: 0.9375rem;
  left: 0.9375rem;
}

.inset-30px {
  top: 1.875rem;
  right: 1.875rem;
  bottom: 1.875rem;
  left: 1.875rem;
}

.inset-50px {
  top: 3.125rem;
  right: 3.125rem;
  bottom: 3.125rem;
  left: 3.125rem;
}

.inset-75px {
  top: 4.6875rem;
  right: 4.6875rem;
  bottom: 4.6875rem;
  left: 4.6875rem;
}

.inset-18px {
  top: 18px;
  right: 18px;
  bottom: 18px;
  left: 18px;
}

.-inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.-inset-1 {
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}

.-inset-2 {
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
}

.-inset-3 {
  top: -0.75rem;
  right: -0.75rem;
  bottom: -0.75rem;
  left: -0.75rem;
}

.-inset-4 {
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
  left: -1rem;
}

.-inset-5 {
  top: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
  left: -1.25rem;
}

.-inset-6 {
  top: -1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  left: -1.5rem;
}

.-inset-7 {
  top: -1.75rem;
  right: -1.75rem;
  bottom: -1.75rem;
  left: -1.75rem;
}

.-inset-8 {
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  left: -2rem;
}

.-inset-9 {
  top: -2.25rem;
  right: -2.25rem;
  bottom: -2.25rem;
  left: -2.25rem;
}

.-inset-10 {
  top: -2.5rem;
  right: -2.5rem;
  bottom: -2.5rem;
  left: -2.5rem;
}

.-inset-11 {
  top: -2.75rem;
  right: -2.75rem;
  bottom: -2.75rem;
  left: -2.75rem;
}

.-inset-12 {
  top: -3rem;
  right: -3rem;
  bottom: -3rem;
  left: -3rem;
}

.-inset-14 {
  top: -3.5rem;
  right: -3.5rem;
  bottom: -3.5rem;
  left: -3.5rem;
}

.-inset-16 {
  top: -4rem;
  right: -4rem;
  bottom: -4rem;
  left: -4rem;
}

.-inset-20 {
  top: -5rem;
  right: -5rem;
  bottom: -5rem;
  left: -5rem;
}

.-inset-24 {
  top: -6rem;
  right: -6rem;
  bottom: -6rem;
  left: -6rem;
}

.-inset-28 {
  top: -7rem;
  right: -7rem;
  bottom: -7rem;
  left: -7rem;
}

.-inset-32 {
  top: -8rem;
  right: -8rem;
  bottom: -8rem;
  left: -8rem;
}

.-inset-36 {
  top: -9rem;
  right: -9rem;
  bottom: -9rem;
  left: -9rem;
}

.-inset-40 {
  top: -10rem;
  right: -10rem;
  bottom: -10rem;
  left: -10rem;
}

.-inset-44 {
  top: -11rem;
  right: -11rem;
  bottom: -11rem;
  left: -11rem;
}

.-inset-48 {
  top: -12rem;
  right: -12rem;
  bottom: -12rem;
  left: -12rem;
}

.-inset-52 {
  top: -13rem;
  right: -13rem;
  bottom: -13rem;
  left: -13rem;
}

.-inset-56 {
  top: -14rem;
  right: -14rem;
  bottom: -14rem;
  left: -14rem;
}

.-inset-60 {
  top: -15rem;
  right: -15rem;
  bottom: -15rem;
  left: -15rem;
}

.-inset-64 {
  top: -16rem;
  right: -16rem;
  bottom: -16rem;
  left: -16rem;
}

.-inset-72 {
  top: -18rem;
  right: -18rem;
  bottom: -18rem;
  left: -18rem;
}

.-inset-80 {
  top: -20rem;
  right: -20rem;
  bottom: -20rem;
  left: -20rem;
}

.-inset-96 {
  top: -24rem;
  right: -24rem;
  bottom: -24rem;
  left: -24rem;
}

.-inset-px {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}

.-inset-84px {
  top: -5.25rem;
  right: -5.25rem;
  bottom: -5.25rem;
  left: -5.25rem;
}

.-inset-100px {
  top: -6.25rem;
  right: -6.25rem;
  bottom: -6.25rem;
  left: -6.25rem;
}

.-inset-25px {
  top: -1.5625rem;
  right: -1.5625rem;
  bottom: -1.5625rem;
  left: -1.5625rem;
}

.-inset-93px {
  top: -5.8125rem;
  right: -5.8125rem;
  bottom: -5.8125rem;
  left: -5.8125rem;
}

.-inset-35px {
  top: -2.1875rem;
  right: -2.1875rem;
  bottom: -2.1875rem;
  left: -2.1875rem;
}

.-inset-60px {
  top: -3.75rem;
  right: -3.75rem;
  bottom: -3.75rem;
  left: -3.75rem;
}

.-inset-15px {
  top: -0.9375rem;
  right: -0.9375rem;
  bottom: -0.9375rem;
  left: -0.9375rem;
}

.-inset-30px {
  top: -1.875rem;
  right: -1.875rem;
  bottom: -1.875rem;
  left: -1.875rem;
}

.-inset-50px {
  top: -3.125rem;
  right: -3.125rem;
  bottom: -3.125rem;
  left: -3.125rem;
}

.-inset-75px {
  top: -4.6875rem;
  right: -4.6875rem;
  bottom: -4.6875rem;
  left: -4.6875rem;
}

.-inset-18px {
  top: -18px;
  right: -18px;
  bottom: -18px;
  left: -18px;
}

.inset-full {
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%;
}

.-inset-full {
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.inset-x-1 {
  left: 0.25rem;
  right: 0.25rem;
}

.inset-x-2 {
  left: 0.5rem;
  right: 0.5rem;
}

.inset-x-3 {
  left: 0.75rem;
  right: 0.75rem;
}

.inset-x-4 {
  left: 1rem;
  right: 1rem;
}

.inset-x-5 {
  left: 1.25rem;
  right: 1.25rem;
}

.inset-x-6 {
  left: 1.5rem;
  right: 1.5rem;
}

.inset-x-7 {
  left: 1.75rem;
  right: 1.75rem;
}

.inset-x-8 {
  left: 2rem;
  right: 2rem;
}

.inset-x-9 {
  left: 2.25rem;
  right: 2.25rem;
}

.inset-x-10 {
  left: 2.5rem;
  right: 2.5rem;
}

.inset-x-11 {
  left: 2.75rem;
  right: 2.75rem;
}

.inset-x-12 {
  left: 3rem;
  right: 3rem;
}

.inset-x-14 {
  left: 3.5rem;
  right: 3.5rem;
}

.inset-x-16 {
  left: 4rem;
  right: 4rem;
}

.inset-x-20 {
  left: 5rem;
  right: 5rem;
}

.inset-x-24 {
  left: 6rem;
  right: 6rem;
}

.inset-x-28 {
  left: 7rem;
  right: 7rem;
}

.inset-x-32 {
  left: 8rem;
  right: 8rem;
}

.inset-x-36 {
  left: 9rem;
  right: 9rem;
}

.inset-x-40 {
  left: 10rem;
  right: 10rem;
}

.inset-x-44 {
  left: 11rem;
  right: 11rem;
}

.inset-x-48 {
  left: 12rem;
  right: 12rem;
}

.inset-x-52 {
  left: 13rem;
  right: 13rem;
}

.inset-x-56 {
  left: 14rem;
  right: 14rem;
}

.inset-x-60 {
  left: 15rem;
  right: 15rem;
}

.inset-x-64 {
  left: 16rem;
  right: 16rem;
}

.inset-x-72 {
  left: 18rem;
  right: 18rem;
}

.inset-x-80 {
  left: 20rem;
  right: 20rem;
}

.inset-x-96 {
  left: 24rem;
  right: 24rem;
}

.inset-x-auto {
  left: auto;
  right: auto;
}

.inset-x-px {
  left: 1px;
  right: 1px;
}

.inset-x-important {
  left: true;
  right: true;
}

.inset-x-84px {
  left: 5.25rem;
  right: 5.25rem;
}

.inset-x-100px {
  left: 6.25rem;
  right: 6.25rem;
}

.inset-x-25px {
  left: 1.5625rem;
  right: 1.5625rem;
}

.inset-x-93px {
  left: 5.8125rem;
  right: 5.8125rem;
}

.inset-x-35px {
  left: 2.1875rem;
  right: 2.1875rem;
}

.inset-x-60px {
  left: 3.75rem;
  right: 3.75rem;
}

.inset-x-15px {
  left: 0.9375rem;
  right: 0.9375rem;
}

.inset-x-30px {
  left: 1.875rem;
  right: 1.875rem;
}

.inset-x-50px {
  left: 3.125rem;
  right: 3.125rem;
}

.inset-x-75px {
  left: 4.6875rem;
  right: 4.6875rem;
}

.inset-x-18px {
  left: 18px;
  right: 18px;
}

.-inset-x-0 {
  left: 0px;
  right: 0px;
}

.-inset-x-1 {
  left: -0.25rem;
  right: -0.25rem;
}

.-inset-x-2 {
  left: -0.5rem;
  right: -0.5rem;
}

.-inset-x-3 {
  left: -0.75rem;
  right: -0.75rem;
}

.-inset-x-4 {
  left: -1rem;
  right: -1rem;
}

.-inset-x-5 {
  left: -1.25rem;
  right: -1.25rem;
}

.-inset-x-6 {
  left: -1.5rem;
  right: -1.5rem;
}

.-inset-x-7 {
  left: -1.75rem;
  right: -1.75rem;
}

.-inset-x-8 {
  left: -2rem;
  right: -2rem;
}

.-inset-x-9 {
  left: -2.25rem;
  right: -2.25rem;
}

.-inset-x-10 {
  left: -2.5rem;
  right: -2.5rem;
}

.-inset-x-11 {
  left: -2.75rem;
  right: -2.75rem;
}

.-inset-x-12 {
  left: -3rem;
  right: -3rem;
}

.-inset-x-14 {
  left: -3.5rem;
  right: -3.5rem;
}

.-inset-x-16 {
  left: -4rem;
  right: -4rem;
}

.-inset-x-20 {
  left: -5rem;
  right: -5rem;
}

.-inset-x-24 {
  left: -6rem;
  right: -6rem;
}

.-inset-x-28 {
  left: -7rem;
  right: -7rem;
}

.-inset-x-32 {
  left: -8rem;
  right: -8rem;
}

.-inset-x-36 {
  left: -9rem;
  right: -9rem;
}

.-inset-x-40 {
  left: -10rem;
  right: -10rem;
}

.-inset-x-44 {
  left: -11rem;
  right: -11rem;
}

.-inset-x-48 {
  left: -12rem;
  right: -12rem;
}

.-inset-x-52 {
  left: -13rem;
  right: -13rem;
}

.-inset-x-56 {
  left: -14rem;
  right: -14rem;
}

.-inset-x-60 {
  left: -15rem;
  right: -15rem;
}

.-inset-x-64 {
  left: -16rem;
  right: -16rem;
}

.-inset-x-72 {
  left: -18rem;
  right: -18rem;
}

.-inset-x-80 {
  left: -20rem;
  right: -20rem;
}

.-inset-x-96 {
  left: -24rem;
  right: -24rem;
}

.-inset-x-px {
  left: -1px;
  right: -1px;
}

.-inset-x-84px {
  left: -5.25rem;
  right: -5.25rem;
}

.-inset-x-100px {
  left: -6.25rem;
  right: -6.25rem;
}

.-inset-x-25px {
  left: -1.5625rem;
  right: -1.5625rem;
}

.-inset-x-93px {
  left: -5.8125rem;
  right: -5.8125rem;
}

.-inset-x-35px {
  left: -2.1875rem;
  right: -2.1875rem;
}

.-inset-x-60px {
  left: -3.75rem;
  right: -3.75rem;
}

.-inset-x-15px {
  left: -0.9375rem;
  right: -0.9375rem;
}

.-inset-x-30px {
  left: -1.875rem;
  right: -1.875rem;
}

.-inset-x-50px {
  left: -3.125rem;
  right: -3.125rem;
}

.-inset-x-75px {
  left: -4.6875rem;
  right: -4.6875rem;
}

.-inset-x-18px {
  left: -18px;
  right: -18px;
}

.inset-x-full {
  left: 100%;
  right: 100%;
}

.-inset-x-full {
  left: -100%;
  right: -100%;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.inset-y-1 {
  top: 0.25rem;
  bottom: 0.25rem;
}

.inset-y-2 {
  top: 0.5rem;
  bottom: 0.5rem;
}

.inset-y-3 {
  top: 0.75rem;
  bottom: 0.75rem;
}

.inset-y-4 {
  top: 1rem;
  bottom: 1rem;
}

.inset-y-5 {
  top: 1.25rem;
  bottom: 1.25rem;
}

.inset-y-6 {
  top: 1.5rem;
  bottom: 1.5rem;
}

.inset-y-7 {
  top: 1.75rem;
  bottom: 1.75rem;
}

.inset-y-8 {
  top: 2rem;
  bottom: 2rem;
}

.inset-y-9 {
  top: 2.25rem;
  bottom: 2.25rem;
}

.inset-y-10 {
  top: 2.5rem;
  bottom: 2.5rem;
}

.inset-y-11 {
  top: 2.75rem;
  bottom: 2.75rem;
}

.inset-y-12 {
  top: 3rem;
  bottom: 3rem;
}

.inset-y-14 {
  top: 3.5rem;
  bottom: 3.5rem;
}

.inset-y-16 {
  top: 4rem;
  bottom: 4rem;
}

.inset-y-20 {
  top: 5rem;
  bottom: 5rem;
}

.inset-y-24 {
  top: 6rem;
  bottom: 6rem;
}

.inset-y-28 {
  top: 7rem;
  bottom: 7rem;
}

.inset-y-32 {
  top: 8rem;
  bottom: 8rem;
}

.inset-y-36 {
  top: 9rem;
  bottom: 9rem;
}

.inset-y-40 {
  top: 10rem;
  bottom: 10rem;
}

.inset-y-44 {
  top: 11rem;
  bottom: 11rem;
}

.inset-y-48 {
  top: 12rem;
  bottom: 12rem;
}

.inset-y-52 {
  top: 13rem;
  bottom: 13rem;
}

.inset-y-56 {
  top: 14rem;
  bottom: 14rem;
}

.inset-y-60 {
  top: 15rem;
  bottom: 15rem;
}

.inset-y-64 {
  top: 16rem;
  bottom: 16rem;
}

.inset-y-72 {
  top: 18rem;
  bottom: 18rem;
}

.inset-y-80 {
  top: 20rem;
  bottom: 20rem;
}

.inset-y-96 {
  top: 24rem;
  bottom: 24rem;
}

.inset-y-auto {
  top: auto;
  bottom: auto;
}

.inset-y-px {
  top: 1px;
  bottom: 1px;
}

.inset-y-important {
  top: true;
  bottom: true;
}

.inset-y-84px {
  top: 5.25rem;
  bottom: 5.25rem;
}

.inset-y-100px {
  top: 6.25rem;
  bottom: 6.25rem;
}

.inset-y-25px {
  top: 1.5625rem;
  bottom: 1.5625rem;
}

.inset-y-93px {
  top: 5.8125rem;
  bottom: 5.8125rem;
}

.inset-y-35px {
  top: 2.1875rem;
  bottom: 2.1875rem;
}

.inset-y-60px {
  top: 3.75rem;
  bottom: 3.75rem;
}

.inset-y-15px {
  top: 0.9375rem;
  bottom: 0.9375rem;
}

.inset-y-30px {
  top: 1.875rem;
  bottom: 1.875rem;
}

.inset-y-50px {
  top: 3.125rem;
  bottom: 3.125rem;
}

.inset-y-75px {
  top: 4.6875rem;
  bottom: 4.6875rem;
}

.inset-y-18px {
  top: 18px;
  bottom: 18px;
}

.-inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.-inset-y-1 {
  top: -0.25rem;
  bottom: -0.25rem;
}

.-inset-y-2 {
  top: -0.5rem;
  bottom: -0.5rem;
}

.-inset-y-3 {
  top: -0.75rem;
  bottom: -0.75rem;
}

.-inset-y-4 {
  top: -1rem;
  bottom: -1rem;
}

.-inset-y-5 {
  top: -1.25rem;
  bottom: -1.25rem;
}

.-inset-y-6 {
  top: -1.5rem;
  bottom: -1.5rem;
}

.-inset-y-7 {
  top: -1.75rem;
  bottom: -1.75rem;
}

.-inset-y-8 {
  top: -2rem;
  bottom: -2rem;
}

.-inset-y-9 {
  top: -2.25rem;
  bottom: -2.25rem;
}

.-inset-y-10 {
  top: -2.5rem;
  bottom: -2.5rem;
}

.-inset-y-11 {
  top: -2.75rem;
  bottom: -2.75rem;
}

.-inset-y-12 {
  top: -3rem;
  bottom: -3rem;
}

.-inset-y-14 {
  top: -3.5rem;
  bottom: -3.5rem;
}

.-inset-y-16 {
  top: -4rem;
  bottom: -4rem;
}

.-inset-y-20 {
  top: -5rem;
  bottom: -5rem;
}

.-inset-y-24 {
  top: -6rem;
  bottom: -6rem;
}

.-inset-y-28 {
  top: -7rem;
  bottom: -7rem;
}

.-inset-y-32 {
  top: -8rem;
  bottom: -8rem;
}

.-inset-y-36 {
  top: -9rem;
  bottom: -9rem;
}

.-inset-y-40 {
  top: -10rem;
  bottom: -10rem;
}

.-inset-y-44 {
  top: -11rem;
  bottom: -11rem;
}

.-inset-y-48 {
  top: -12rem;
  bottom: -12rem;
}

.-inset-y-52 {
  top: -13rem;
  bottom: -13rem;
}

.-inset-y-56 {
  top: -14rem;
  bottom: -14rem;
}

.-inset-y-60 {
  top: -15rem;
  bottom: -15rem;
}

.-inset-y-64 {
  top: -16rem;
  bottom: -16rem;
}

.-inset-y-72 {
  top: -18rem;
  bottom: -18rem;
}

.-inset-y-80 {
  top: -20rem;
  bottom: -20rem;
}

.-inset-y-96 {
  top: -24rem;
  bottom: -24rem;
}

.-inset-y-px {
  top: -1px;
  bottom: -1px;
}

.-inset-y-84px {
  top: -5.25rem;
  bottom: -5.25rem;
}

.-inset-y-100px {
  top: -6.25rem;
  bottom: -6.25rem;
}

.-inset-y-25px {
  top: -1.5625rem;
  bottom: -1.5625rem;
}

.-inset-y-93px {
  top: -5.8125rem;
  bottom: -5.8125rem;
}

.-inset-y-35px {
  top: -2.1875rem;
  bottom: -2.1875rem;
}

.-inset-y-60px {
  top: -3.75rem;
  bottom: -3.75rem;
}

.-inset-y-15px {
  top: -0.9375rem;
  bottom: -0.9375rem;
}

.-inset-y-30px {
  top: -1.875rem;
  bottom: -1.875rem;
}

.-inset-y-50px {
  top: -3.125rem;
  bottom: -3.125rem;
}

.-inset-y-75px {
  top: -4.6875rem;
  bottom: -4.6875rem;
}

.-inset-y-18px {
  top: -18px;
  bottom: -18px;
}

.inset-y-full {
  top: 100%;
  bottom: 100%;
}

.-inset-y-full {
  top: -100%;
  bottom: -100%;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-2 {
  top: 0.5rem;
}

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.top-5 {
  top: 1.25rem;
}

.top-6 {
  top: 1.5rem;
}

.top-7 {
  top: 1.75rem;
}

.top-8 {
  top: 2rem;
}

.top-9 {
  top: 2.25rem;
}

.top-10 {
  top: 2.5rem;
}

.top-11 {
  top: 2.75rem;
}

.top-12 {
  top: 3rem;
}

.top-14 {
  top: 3.5rem;
}

.top-16 {
  top: 4rem;
}

.top-20 {
  top: 5rem;
}

.top-24 {
  top: 6rem;
}

.top-28 {
  top: 7rem;
}

.top-32 {
  top: 8rem;
}

.top-36 {
  top: 9rem;
}

.top-40 {
  top: 10rem;
}

.top-44 {
  top: 11rem;
}

.top-48 {
  top: 12rem;
}

.top-52 {
  top: 13rem;
}

.top-56 {
  top: 14rem;
}

.top-60 {
  top: 15rem;
}

.top-64 {
  top: 16rem;
}

.top-72 {
  top: 18rem;
}

.top-80 {
  top: 20rem;
}

.top-96 {
  top: 24rem;
}

.top-auto {
  top: auto;
}

.top-px {
  top: 1px;
}

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

.top-important {
  top: true;
}

.top-84px {
  top: 5.25rem;
}

.top-100px {
  top: 6.25rem;
}

.top-50\% {
  top: 50%;
}

.top-25px {
  top: 1.5625rem;
}

.top-93px {
  top: 5.8125rem;
}

.top-35px {
  top: 2.1875rem;
}

.top-60px {
  top: 3.75rem;
}

.top-15px {
  top: 0.9375rem;
}

.top-30px {
  top: 1.875rem;
}

.top-50px {
  top: 3.125rem;
}

.top-75px {
  top: 4.6875rem;
}

.top-18px {
  top: 18px;
}

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

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

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

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

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

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

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

.-top-7 {
  top: -1.75rem;
}

.-top-8 {
  top: -2rem;
}

.-top-9 {
  top: -2.25rem;
}

.-top-10 {
  top: -2.5rem;
}

.-top-11 {
  top: -2.75rem;
}

.-top-12 {
  top: -3rem;
}

.-top-14 {
  top: -3.5rem;
}

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

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

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

.-top-28 {
  top: -7rem;
}

.-top-32 {
  top: -8rem;
}

.-top-36 {
  top: -9rem;
}

.-top-40 {
  top: -10rem;
}

.-top-44 {
  top: -11rem;
}

.-top-48 {
  top: -12rem;
}

.-top-52 {
  top: -13rem;
}

.-top-56 {
  top: -14rem;
}

.-top-60 {
  top: -15rem;
}

.-top-64 {
  top: -16rem;
}

.-top-72 {
  top: -18rem;
}

.-top-80 {
  top: -20rem;
}

.-top-96 {
  top: -24rem;
}

.-top-px {
  top: -1px;
}

.-top-84px {
  top: -5.25rem;
}

.-top-100px {
  top: -6.25rem;
}

.-top-25px {
  top: -1.5625rem;
}

.-top-93px {
  top: -5.8125rem;
}

.-top-35px {
  top: -2.1875rem;
}

.-top-60px {
  top: -3.75rem;
}

.-top-15px {
  top: -0.9375rem;
}

.-top-30px {
  top: -1.875rem;
}

.-top-50px {
  top: -3.125rem;
}

.-top-75px {
  top: -4.6875rem;
}

.-top-18px {
  top: -18px;
}

.top-full {
  top: 100%;
}

.-top-full {
  top: -100%;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.right-6 {
  right: 1.5rem;
}

.right-7 {
  right: 1.75rem;
}

.right-8 {
  right: 2rem;
}

.right-9 {
  right: 2.25rem;
}

.right-10 {
  right: 2.5rem;
}

.right-11 {
  right: 2.75rem;
}

.right-12 {
  right: 3rem;
}

.right-14 {
  right: 3.5rem;
}

.right-16 {
  right: 4rem;
}

.right-20 {
  right: 5rem;
}

.right-24 {
  right: 6rem;
}

.right-28 {
  right: 7rem;
}

.right-32 {
  right: 8rem;
}

.right-36 {
  right: 9rem;
}

.right-40 {
  right: 10rem;
}

.right-44 {
  right: 11rem;
}

.right-48 {
  right: 12rem;
}

.right-52 {
  right: 13rem;
}

.right-56 {
  right: 14rem;
}

.right-60 {
  right: 15rem;
}

.right-64 {
  right: 16rem;
}

.right-72 {
  right: 18rem;
}

.right-80 {
  right: 20rem;
}

.right-96 {
  right: 24rem;
}

.right-auto {
  right: auto;
}

.right-px {
  right: 1px;
}

.right-important {
  right: true;
}

.right-84px {
  right: 5.25rem;
}

.right-100px {
  right: 6.25rem;
}

.right-25px {
  right: 1.5625rem;
}

.right-93px {
  right: 5.8125rem;
}

.right-35px {
  right: 2.1875rem;
}

.right-60px {
  right: 3.75rem;
}

.right-15px {
  right: 0.9375rem;
}

.right-30px {
  right: 1.875rem;
}

.right-50px {
  right: 3.125rem;
}

.right-75px {
  right: 4.6875rem;
}

.right-18px {
  right: 18px;
}

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

.-right-1 {
  right: -0.25rem;
}

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

.-right-3 {
  right: -0.75rem;
}

.-right-4 {
  right: -1rem;
}

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

.-right-6 {
  right: -1.5rem;
}

.-right-7 {
  right: -1.75rem;
}

.-right-8 {
  right: -2rem;
}

.-right-9 {
  right: -2.25rem;
}

.-right-10 {
  right: -2.5rem;
}

.-right-11 {
  right: -2.75rem;
}

.-right-12 {
  right: -3rem;
}

.-right-14 {
  right: -3.5rem;
}

.-right-16 {
  right: -4rem;
}

.-right-20 {
  right: -5rem;
}

.-right-24 {
  right: -6rem;
}

.-right-28 {
  right: -7rem;
}

.-right-32 {
  right: -8rem;
}

.-right-36 {
  right: -9rem;
}

.-right-40 {
  right: -10rem;
}

.-right-44 {
  right: -11rem;
}

.-right-48 {
  right: -12rem;
}

.-right-52 {
  right: -13rem;
}

.-right-56 {
  right: -14rem;
}

.-right-60 {
  right: -15rem;
}

.-right-64 {
  right: -16rem;
}

.-right-72 {
  right: -18rem;
}

.-right-80 {
  right: -20rem;
}

.-right-96 {
  right: -24rem;
}

.-right-px {
  right: -1px;
}

.-right-84px {
  right: -5.25rem;
}

.-right-100px {
  right: -6.25rem;
}

.-right-25px {
  right: -1.5625rem;
}

.-right-93px {
  right: -5.8125rem;
}

.-right-35px {
  right: -2.1875rem;
}

.-right-60px {
  right: -3.75rem;
}

.-right-15px {
  right: -0.9375rem;
}

.-right-30px {
  right: -1.875rem;
}

.-right-50px {
  right: -3.125rem;
}

.-right-75px {
  right: -4.6875rem;
}

.-right-18px {
  right: -18px;
}

.right-full {
  right: 100%;
}

.-right-full {
  right: -100%;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-1 {
  bottom: 0.25rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-7 {
  bottom: 1.75rem;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-9 {
  bottom: 2.25rem;
}

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-11 {
  bottom: 2.75rem;
}

.bottom-12 {
  bottom: 3rem;
}

.bottom-14 {
  bottom: 3.5rem;
}

.bottom-16 {
  bottom: 4rem;
}

.bottom-20 {
  bottom: 5rem;
}

.bottom-24 {
  bottom: 6rem;
}

.bottom-28 {
  bottom: 7rem;
}

.bottom-32 {
  bottom: 8rem;
}

.bottom-36 {
  bottom: 9rem;
}

.bottom-40 {
  bottom: 10rem;
}

.bottom-44 {
  bottom: 11rem;
}

.bottom-48 {
  bottom: 12rem;
}

.bottom-52 {
  bottom: 13rem;
}

.bottom-56 {
  bottom: 14rem;
}

.bottom-60 {
  bottom: 15rem;
}

.bottom-64 {
  bottom: 16rem;
}

.bottom-72 {
  bottom: 18rem;
}

.bottom-80 {
  bottom: 20rem;
}

.bottom-96 {
  bottom: 24rem;
}

.bottom-auto {
  bottom: auto;
}

.bottom-px {
  bottom: 1px;
}

.bottom-important {
  bottom: true;
}

.bottom-84px {
  bottom: 5.25rem;
}

.bottom-100px {
  bottom: 6.25rem;
}

.bottom-25px {
  bottom: 1.5625rem;
}

.bottom-93px {
  bottom: 5.8125rem;
}

.bottom-35px {
  bottom: 2.1875rem;
}

.bottom-60px {
  bottom: 3.75rem;
}

.bottom-15px {
  bottom: 0.9375rem;
}

.bottom-30px {
  bottom: 1.875rem;
}

.bottom-50px {
  bottom: 3.125rem;
}

.bottom-75px {
  bottom: 4.6875rem;
}

.bottom-18px {
  bottom: 18px;
}

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

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

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

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

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

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

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

.-bottom-7 {
  bottom: -1.75rem;
}

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

.-bottom-9 {
  bottom: -2.25rem;
}

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

.-bottom-11 {
  bottom: -2.75rem;
}

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

.-bottom-14 {
  bottom: -3.5rem;
}

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

.-bottom-20 {
  bottom: -5rem;
}

.-bottom-24 {
  bottom: -6rem;
}

.-bottom-28 {
  bottom: -7rem;
}

.-bottom-32 {
  bottom: -8rem;
}

.-bottom-36 {
  bottom: -9rem;
}

.-bottom-40 {
  bottom: -10rem;
}

.-bottom-44 {
  bottom: -11rem;
}

.-bottom-48 {
  bottom: -12rem;
}

.-bottom-52 {
  bottom: -13rem;
}

.-bottom-56 {
  bottom: -14rem;
}

.-bottom-60 {
  bottom: -15rem;
}

.-bottom-64 {
  bottom: -16rem;
}

.-bottom-72 {
  bottom: -18rem;
}

.-bottom-80 {
  bottom: -20rem;
}

.-bottom-96 {
  bottom: -24rem;
}

.-bottom-px {
  bottom: -1px;
}

.-bottom-84px {
  bottom: -5.25rem;
}

.-bottom-100px {
  bottom: -6.25rem;
}

.-bottom-25px {
  bottom: -1.5625rem;
}

.-bottom-93px {
  bottom: -5.8125rem;
}

.-bottom-35px {
  bottom: -2.1875rem;
}

.-bottom-60px {
  bottom: -3.75rem;
}

.-bottom-15px {
  bottom: -0.9375rem;
}

.-bottom-30px {
  bottom: -1.875rem;
}

.-bottom-50px {
  bottom: -3.125rem;
}

.-bottom-75px {
  bottom: -4.6875rem;
}

.-bottom-18px {
  bottom: -18px;
}

.bottom-full {
  bottom: 100%;
}

.-bottom-full {
  bottom: -100%;
}

.left-0 {
  left: 0px;
}

.left-1 {
  left: 0.25rem;
}

.left-2 {
  left: 0.5rem;
}

.left-3 {
  left: 0.75rem;
}

.left-4 {
  left: 1rem;
}

.left-5 {
  left: 1.25rem;
}

.left-6 {
  left: 1.5rem;
}

.left-7 {
  left: 1.75rem;
}

.left-8 {
  left: 2rem;
}

.left-9 {
  left: 2.25rem;
}

.left-10 {
  left: 2.5rem;
}

.left-11 {
  left: 2.75rem;
}

.left-12 {
  left: 3rem;
}

.left-14 {
  left: 3.5rem;
}

.left-16 {
  left: 4rem;
}

.left-20 {
  left: 5rem;
}

.left-24 {
  left: 6rem;
}

.left-28 {
  left: 7rem;
}

.left-32 {
  left: 8rem;
}

.left-36 {
  left: 9rem;
}

.left-40 {
  left: 10rem;
}

.left-44 {
  left: 11rem;
}

.left-48 {
  left: 12rem;
}

.left-52 {
  left: 13rem;
}

.left-56 {
  left: 14rem;
}

.left-60 {
  left: 15rem;
}

.left-64 {
  left: 16rem;
}

.left-72 {
  left: 18rem;
}

.left-80 {
  left: 20rem;
}

.left-96 {
  left: 24rem;
}

.left-auto {
  left: auto;
}

.left-px {
  left: 1px;
}

.left-important {
  left: true;
}

.left-84px {
  left: 5.25rem;
}

.left-100px {
  left: 6.25rem;
}

.left-25px {
  left: 1.5625rem;
}

.left-93px {
  left: 5.8125rem;
}

.left-35px {
  left: 2.1875rem;
}

.left-60px {
  left: 3.75rem;
}

.left-15px {
  left: 0.9375rem;
}

.left-30px {
  left: 1.875rem;
}

.left-50px {
  left: 3.125rem;
}

.left-75px {
  left: 4.6875rem;
}

.left-18px {
  left: 18px;
}

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

.-left-1 {
  left: -0.25rem;
}

.-left-2 {
  left: -0.5rem;
}

.-left-3 {
  left: -0.75rem;
}

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

.-left-5 {
  left: -1.25rem;
}

.-left-6 {
  left: -1.5rem;
}

.-left-7 {
  left: -1.75rem;
}

.-left-8 {
  left: -2rem;
}

.-left-9 {
  left: -2.25rem;
}

.-left-10 {
  left: -2.5rem;
}

.-left-11 {
  left: -2.75rem;
}

.-left-12 {
  left: -3rem;
}

.-left-14 {
  left: -3.5rem;
}

.-left-16 {
  left: -4rem;
}

.-left-20 {
  left: -5rem;
}

.-left-24 {
  left: -6rem;
}

.-left-28 {
  left: -7rem;
}

.-left-32 {
  left: -8rem;
}

.-left-36 {
  left: -9rem;
}

.-left-40 {
  left: -10rem;
}

.-left-44 {
  left: -11rem;
}

.-left-48 {
  left: -12rem;
}

.-left-52 {
  left: -13rem;
}

.-left-56 {
  left: -14rem;
}

.-left-60 {
  left: -15rem;
}

.-left-64 {
  left: -16rem;
}

.-left-72 {
  left: -18rem;
}

.-left-80 {
  left: -20rem;
}

.-left-96 {
  left: -24rem;
}

.-left-px {
  left: -1px;
}

.-left-84px {
  left: -5.25rem;
}

.-left-100px {
  left: -6.25rem;
}

.-left-25px {
  left: -1.5625rem;
}

.-left-93px {
  left: -5.8125rem;
}

.-left-35px {
  left: -2.1875rem;
}

.-left-60px {
  left: -3.75rem;
}

.-left-15px {
  left: -0.9375rem;
}

.-left-30px {
  left: -1.875rem;
}

.-left-50px {
  left: -3.125rem;
}

.-left-75px {
  left: -4.6875rem;
}

.-left-18px {
  left: -18px;
}

.left-full {
  left: 100%;
}

.-left-full {
  left: -100%;
}

.isolate {
  isolation: isolate;
}

.isolation-auto {
  isolation: auto;
}

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.order-none {
  order: 0;
}

.col-auto {
  grid-column: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-span-full {
  grid-column: 1 / -1;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-start-4 {
  grid-column-start: 4;
}

.col-start-5 {
  grid-column-start: 5;
}

.col-start-6 {
  grid-column-start: 6;
}

.col-start-7 {
  grid-column-start: 7;
}

.col-start-8 {
  grid-column-start: 8;
}

.col-start-9 {
  grid-column-start: 9;
}

.col-start-10 {
  grid-column-start: 10;
}

.col-start-11 {
  grid-column-start: 11;
}

.col-start-12 {
  grid-column-start: 12;
}

.col-start-13 {
  grid-column-start: 13;
}

.col-start-auto {
  grid-column-start: auto;
}

.col-end-1 {
  grid-column-end: 1;
}

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

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

.col-end-4 {
  grid-column-end: 4;
}

.col-end-5 {
  grid-column-end: 5;
}

.col-end-6 {
  grid-column-end: 6;
}

.col-end-7 {
  grid-column-end: 7;
}

.col-end-8 {
  grid-column-end: 8;
}

.col-end-9 {
  grid-column-end: 9;
}

.col-end-10 {
  grid-column-end: 10;
}

.col-end-11 {
  grid-column-end: 11;
}

.col-end-12 {
  grid-column-end: 12;
}

.col-end-13 {
  grid-column-end: 13;
}

.col-end-auto {
  grid-column-end: auto;
}

.row-auto {
  grid-row: auto;
}

.row-span-1 {
  grid-row: span 1 / span 1;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.row-span-3 {
  grid-row: span 3 / span 3;
}

.row-span-4 {
  grid-row: span 4 / span 4;
}

.row-span-5 {
  grid-row: span 5 / span 5;
}

.row-span-6 {
  grid-row: span 6 / span 6;
}

.row-span-full {
  grid-row: 1 / -1;
}

.row-start-1 {
  grid-row-start: 1;
}

.row-start-2 {
  grid-row-start: 2;
}

.row-start-3 {
  grid-row-start: 3;
}

.row-start-4 {
  grid-row-start: 4;
}

.row-start-5 {
  grid-row-start: 5;
}

.row-start-6 {
  grid-row-start: 6;
}

.row-start-7 {
  grid-row-start: 7;
}

.row-start-auto {
  grid-row-start: auto;
}

.row-end-1 {
  grid-row-end: 1;
}

.row-end-2 {
  grid-row-end: 2;
}

.row-end-3 {
  grid-row-end: 3;
}

.row-end-4 {
  grid-row-end: 4;
}

.row-end-5 {
  grid-row-end: 5;
}

.row-end-6 {
  grid-row-end: 6;
}

.row-end-7 {
  grid-row-end: 7;
}

.row-end-auto {
  grid-row-end: auto;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.clear-none {
  clear: none;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-7 {
  margin: 1.75rem;
}

.m-8 {
  margin: 2rem;
}

.m-9 {
  margin: 2.25rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-11 {
  margin: 2.75rem;
}

.m-12 {
  margin: 3rem;
}

.m-14 {
  margin: 3.5rem;
}

.m-16 {
  margin: 4rem;
}

.m-20 {
  margin: 5rem;
}

.m-24 {
  margin: 6rem;
}

.m-28 {
  margin: 7rem;
}

.m-32 {
  margin: 8rem;
}

.m-36 {
  margin: 9rem;
}

.m-40 {
  margin: 10rem;
}

.m-44 {
  margin: 11rem;
}

.m-48 {
  margin: 12rem;
}

.m-52 {
  margin: 13rem;
}

.m-56 {
  margin: 14rem;
}

.m-60 {
  margin: 15rem;
}

.m-64 {
  margin: 16rem;
}

.m-72 {
  margin: 18rem;
}

.m-80 {
  margin: 20rem;
}

.m-96 {
  margin: 24rem;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

.m-important {
  margin: true;
}

.m-84px {
  margin: 5.25rem;
}

.m-100px {
  margin: 6.25rem;
}

.m-25px {
  margin: 1.5625rem;
}

.m-93px {
  margin: 5.8125rem;
}

.m-35px {
  margin: 2.188rem;
}

.m-60px {
  margin: 3.75rem;
}

.m-15px {
  margin: 0.9375rem;
}

.m-30px {
  margin: 1.875rem;
}

.m-50px {
  margin: 3.125rem;
}

.m-75px {
  margin: 4.6875rem;
}

.m-18px {
  margin: 1.125rem;
}

.-m-0 {
  margin: 0px;
}

.-m-1 {
  margin: -0.25rem;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-3 {
  margin: -0.75rem;
}

.-m-4 {
  margin: -1rem;
}

.-m-5 {
  margin: -1.25rem;
}

.-m-6 {
  margin: -1.5rem;
}

.-m-7 {
  margin: -1.75rem;
}

.-m-8 {
  margin: -2rem;
}

.-m-9 {
  margin: -2.25rem;
}

.-m-10 {
  margin: -2.5rem;
}

.-m-11 {
  margin: -2.75rem;
}

.-m-12 {
  margin: -3rem;
}

.-m-14 {
  margin: -3.5rem;
}

.-m-16 {
  margin: -4rem;
}

.-m-20 {
  margin: -5rem;
}

.-m-24 {
  margin: -6rem;
}

.-m-28 {
  margin: -7rem;
}

.-m-32 {
  margin: -8rem;
}

.-m-36 {
  margin: -9rem;
}

.-m-40 {
  margin: -10rem;
}

.-m-44 {
  margin: -11rem;
}

.-m-48 {
  margin: -12rem;
}

.-m-52 {
  margin: -13rem;
}

.-m-56 {
  margin: -14rem;
}

.-m-60 {
  margin: -15rem;
}

.-m-64 {
  margin: -16rem;
}

.-m-72 {
  margin: -18rem;
}

.-m-80 {
  margin: -20rem;
}

.-m-96 {
  margin: -24rem;
}

.-m-px {
  margin: -1px;
}

.-m-84px {
  margin: -5.25rem;
}

.-m-100px {
  margin: -6.25rem;
}

.-m-25px {
  margin: -1.5625rem;
}

.-m-93px {
  margin: -5.8125rem;
}

.-m-35px {
  margin: -2.1875rem;
}

.-m-60px {
  margin: -3.75rem;
}

.-m-15px {
  margin: -0.9375rem;
}

.-m-30px {
  margin: -1.875rem;
}

.-m-50px {
  margin: -3.125rem;
}

.-m-75px {
  margin: -4.6875rem;
}

.-m-18px {
  margin: -18px;
}

.m-26px {
  margin: 1.625rem;
}

.m-5px {
  margin: 0.3125rem;
}

.m-55px {
  margin: 3.4375rem;
}

.m-120px {
  margin: 7.5rem;
}

.m-118px {
  margin: 7.375rem;
}

.m-52px {
  margin: 3.25rem;
}

.m-125px {
  margin: 7.8125rem;
}

.m-65px {
  margin: 4.0625rem;
}

.m-131px {
  margin: 8.1875rem;
}

.m-76px {
  margin: 4.75rem;
}

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

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

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

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

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

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

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

.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

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

.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

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

.mx-28 {
  margin-left: 7rem;
  margin-right: 7rem;
}

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

.mx-36 {
  margin-left: 9rem;
  margin-right: 9rem;
}

.mx-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.mx-44 {
  margin-left: 11rem;
  margin-right: 11rem;
}

.mx-48 {
  margin-left: 12rem;
  margin-right: 12rem;
}

.mx-52 {
  margin-left: 13rem;
  margin-right: 13rem;
}

.mx-56 {
  margin-left: 14rem;
  margin-right: 14rem;
}

.mx-60 {
  margin-left: 15rem;
  margin-right: 15rem;
}

.mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}

.mx-72 {
  margin-left: 18rem;
  margin-right: 18rem;
}

.mx-80 {
  margin-left: 20rem;
  margin-right: 20rem;
}

.mx-96 {
  margin-left: 24rem;
  margin-right: 24rem;
}

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

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

.mx-important {
  margin-left: true;
  margin-right: true;
}

.mx-84px {
  margin-left: 5.25rem;
  margin-right: 5.25rem;
}

.mx-100px {
  margin-left: 6.25rem;
  margin-right: 6.25rem;
}

.mx-25px {
  margin-left: 1.5625rem;
  margin-right: 1.5625rem;
}

.mx-93px {
  margin-left: 5.8125rem;
  margin-right: 5.8125rem;
}

.mx-35px {
  margin-left: 2.188rem;
  margin-right: 2.188rem;
}

.mx-60px {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

.mx-15px {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

.mx-30px {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

.mx-50px {
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}

.mx-75px {
  margin-left: 4.6875rem;
  margin-right: 4.6875rem;
}

.mx-18px {
  margin-left: 1.125rem;
  margin-right: 1.125rem;
}

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

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

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

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

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

.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

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

.-mx-7 {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

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

.-mx-9 {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.-mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.-mx-11 {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

.-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem;
}

.-mx-14 {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

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

.-mx-20 {
  margin-left: -5rem;
  margin-right: -5rem;
}

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

.-mx-28 {
  margin-left: -7rem;
  margin-right: -7rem;
}

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

.-mx-36 {
  margin-left: -9rem;
  margin-right: -9rem;
}

.-mx-40 {
  margin-left: -10rem;
  margin-right: -10rem;
}

.-mx-44 {
  margin-left: -11rem;
  margin-right: -11rem;
}

.-mx-48 {
  margin-left: -12rem;
  margin-right: -12rem;
}

.-mx-52 {
  margin-left: -13rem;
  margin-right: -13rem;
}

.-mx-56 {
  margin-left: -14rem;
  margin-right: -14rem;
}

.-mx-60 {
  margin-left: -15rem;
  margin-right: -15rem;
}

.-mx-64 {
  margin-left: -16rem;
  margin-right: -16rem;
}

.-mx-72 {
  margin-left: -18rem;
  margin-right: -18rem;
}

.-mx-80 {
  margin-left: -20rem;
  margin-right: -20rem;
}

.-mx-96 {
  margin-left: -24rem;
  margin-right: -24rem;
}

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

.-mx-84px {
  margin-left: -5.25rem;
  margin-right: -5.25rem;
}

.-mx-100px {
  margin-left: -6.25rem;
  margin-right: -6.25rem;
}

.-mx-25px {
  margin-left: -1.5625rem;
  margin-right: -1.5625rem;
}

.-mx-93px {
  margin-left: -5.8125rem;
  margin-right: -5.8125rem;
}

.-mx-35px {
  margin-left: -2.1875rem;
  margin-right: -2.1875rem;
}

.-mx-60px {
  margin-left: -3.75rem;
  margin-right: -3.75rem;
}

.-mx-15px {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.-mx-30px {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}

.-mx-50px {
  margin-left: -3.125rem;
  margin-right: -3.125rem;
}

.-mx-75px {
  margin-left: -4.6875rem;
  margin-right: -4.6875rem;
}

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

.mx-26px {
  margin-left: 1.625rem;
  margin-right: 1.625rem;
}

.mx-5px {
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}

.mx-55px {
  margin-left: 3.4375rem;
  margin-right: 3.4375rem;
}

.mx-120px {
  margin-left: 7.5rem;
  margin-right: 7.5rem;
}

.mx-118px {
  margin-left: 7.375rem;
  margin-right: 7.375rem;
}

.mx-52px {
  margin-left: 3.25rem;
  margin-right: 3.25rem;
}

.mx-125px {
  margin-left: 7.8125rem;
  margin-right: 7.8125rem;
}

.mx-65px {
  margin-left: 4.0625rem;
  margin-right: 4.0625rem;
}

.mx-131px {
  margin-left: 8.1875rem;
  margin-right: 8.1875rem;
}

.mx-76px {
  margin-left: 4.75rem;
  margin-right: 4.75rem;
}

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

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

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

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

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

.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

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

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.my-28 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.my-36 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

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

.my-44 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.my-52 {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.my-60 {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.my-72 {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.my-80 {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.my-96 {
  margin-top: 24rem;
  margin-bottom: 24rem;
}

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

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

.my-important {
  margin-top: true;
  margin-bottom: true;
}

.my-84px {
  margin-top: 5.25rem;
  margin-bottom: 5.25rem;
}

.my-100px {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.my-25px {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}

.my-93px {
  margin-top: 5.8125rem;
  margin-bottom: 5.8125rem;
}

.my-35px {
  margin-top: 2.188rem;
  margin-bottom: 2.188rem;
}

.my-60px {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.my-15px {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.my-30px {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.my-50px {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.my-75px {
  margin-top: 4.6875rem;
  margin-bottom: 4.6875rem;
}

.my-18px {
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}

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

.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

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

.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.-my-7 {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.-my-9 {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

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

.-my-11 {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

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

.-my-14 {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.-my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.-my-20 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.-my-24 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.-my-28 {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.-my-32 {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.-my-36 {
  margin-top: -9rem;
  margin-bottom: -9rem;
}

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

.-my-44 {
  margin-top: -11rem;
  margin-bottom: -11rem;
}

.-my-48 {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.-my-52 {
  margin-top: -13rem;
  margin-bottom: -13rem;
}

.-my-56 {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.-my-60 {
  margin-top: -15rem;
  margin-bottom: -15rem;
}

.-my-64 {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.-my-72 {
  margin-top: -18rem;
  margin-bottom: -18rem;
}

.-my-80 {
  margin-top: -20rem;
  margin-bottom: -20rem;
}

.-my-96 {
  margin-top: -24rem;
  margin-bottom: -24rem;
}

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

.-my-84px {
  margin-top: -5.25rem;
  margin-bottom: -5.25rem;
}

.-my-100px {
  margin-top: -6.25rem;
  margin-bottom: -6.25rem;
}

.-my-25px {
  margin-top: -1.5625rem;
  margin-bottom: -1.5625rem;
}

.-my-93px {
  margin-top: -5.8125rem;
  margin-bottom: -5.8125rem;
}

.-my-35px {
  margin-top: -2.1875rem;
  margin-bottom: -2.1875rem;
}

.-my-60px {
  margin-top: -3.75rem;
  margin-bottom: -3.75rem;
}

.-my-15px {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}

.-my-30px {
  margin-top: -1.875rem;
  margin-bottom: -1.875rem;
}

.-my-50px {
  margin-top: -3.125rem;
  margin-bottom: -3.125rem;
}

.-my-75px {
  margin-top: -4.6875rem;
  margin-bottom: -4.6875rem;
}

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

.my-26px {
  margin-top: 1.625rem;
  margin-bottom: 1.625rem;
}

.my-5px {
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}

.my-55px {
  margin-top: 3.4375rem;
  margin-bottom: 3.4375rem;
}

.my-120px {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

.my-118px {
  margin-top: 7.375rem;
  margin-bottom: 7.375rem;
}

.my-52px {
  margin-top: 3.25rem;
  margin-bottom: 3.25rem;
}

.my-125px {
  margin-top: 7.8125rem;
  margin-bottom: 7.8125rem;
}

.my-65px {
  margin-top: 4.0625rem;
  margin-bottom: 4.0625rem;
}

.my-131px {
  margin-top: 8.1875rem;
  margin-bottom: 8.1875rem;
}

.my-76px {
  margin-top: 4.75rem;
  margin-bottom: 4.75rem;
}

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

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

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

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

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

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

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

.mt-7 {
  margin-top: 1.75rem;
}

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

.mt-9 {
  margin-top: 2.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

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

.mt-14 {
  margin-top: 3.5rem;
}

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

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

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

.mt-28 {
  margin-top: 7rem;
}

.mt-32 {
  margin-top: 8rem;
}

.mt-36 {
  margin-top: 9rem;
}

.mt-40 {
  margin-top: 10rem;
}

.mt-44 {
  margin-top: 11rem;
}

.mt-48 {
  margin-top: 12rem;
}

.mt-52 {
  margin-top: 13rem;
}

.mt-56 {
  margin-top: 14rem;
}

.mt-60 {
  margin-top: 15rem;
}

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

.mt-72 {
  margin-top: 18rem;
}

.mt-80 {
  margin-top: 20rem;
}

.mt-96 {
  margin-top: 24rem;
}

.mt-auto {
  margin-top: auto;
}

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

.mt-2\.5 {
  margin-top: 0.625rem;
}

.mt-important {
  margin-top: true;
}

.mt-84px {
  margin-top: 5.25rem;
}

.mt-100px {
  margin-top: 6.25rem;
}

.mt-25px {
  margin-top: 1.5625rem;
}

.mt-93px {
  margin-top: 5.8125rem;
}

.mt-35px {
  margin-top: 2.188rem;
}

.mt-60px {
  margin-top: 3.75rem;
}

.mt-15px {
  margin-top: 0.9375rem;
}

.mt-30px {
  margin-top: 1.875rem;
}

.mt-50px {
  margin-top: 3.125rem;
}

.mt-75px {
  margin-top: 4.6875rem;
}

.mt-18px {
  margin-top: 1.125rem;
}

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

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

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

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

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

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

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

.-mt-7 {
  margin-top: -1.75rem;
}

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

.-mt-9 {
  margin-top: -2.25rem;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.-mt-11 {
  margin-top: -2.75rem;
}

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

.-mt-14 {
  margin-top: -3.5rem;
}

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

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

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

.-mt-28 {
  margin-top: -7rem;
}

.-mt-32 {
  margin-top: -8rem;
}

.-mt-36 {
  margin-top: -9rem;
}

.-mt-40 {
  margin-top: -10rem;
}

.-mt-44 {
  margin-top: -11rem;
}

.-mt-48 {
  margin-top: -12rem;
}

.-mt-52 {
  margin-top: -13rem;
}

.-mt-56 {
  margin-top: -14rem;
}

.-mt-60 {
  margin-top: -15rem;
}

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

.-mt-72 {
  margin-top: -18rem;
}

.-mt-80 {
  margin-top: -20rem;
}

.-mt-96 {
  margin-top: -24rem;
}

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

.-mt-84px {
  margin-top: -5.25rem;
}

.-mt-100px {
  margin-top: -6.25rem;
}

.-mt-25px {
  margin-top: -1.5625rem;
}

.-mt-93px {
  margin-top: -5.8125rem;
}

.-mt-35px {
  margin-top: -2.1875rem;
}

.-mt-60px {
  margin-top: -3.75rem;
}

.-mt-15px {
  margin-top: -0.9375rem;
}

.-mt-30px {
  margin-top: -1.875rem;
}

.-mt-50px {
  margin-top: -3.125rem;
}

.-mt-75px {
  margin-top: -4.6875rem;
}

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

.mt-26px {
  margin-top: 1.625rem;
}

.mt-5px {
  margin-top: 0.3125rem;
}

.mt-55px {
  margin-top: 3.4375rem;
}

.mt-120px {
  margin-top: 7.5rem;
}

.mt-118px {
  margin-top: 7.375rem;
}

.mt-52px {
  margin-top: 3.25rem;
}

.mt-125px {
  margin-top: 7.8125rem;
}

.mt-65px {
  margin-top: 4.0625rem;
}

.mt-131px {
  margin-top: 8.1875rem;
}

.mt-76px {
  margin-top: 4.75rem;
}

.mr-0 {
  margin-right: 0px;
}

.mr-1 {
  margin-right: 0.25rem;
}

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

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

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

.mr-9 {
  margin-right: 2.25rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mr-11 {
  margin-right: 2.75rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mr-14 {
  margin-right: 3.5rem;
}

.mr-16 {
  margin-right: 4rem;
}

.mr-20 {
  margin-right: 5rem;
}

.mr-24 {
  margin-right: 6rem;
}

.mr-28 {
  margin-right: 7rem;
}

.mr-32 {
  margin-right: 8rem;
}

.mr-36 {
  margin-right: 9rem;
}

.mr-40 {
  margin-right: 10rem;
}

.mr-44 {
  margin-right: 11rem;
}

.mr-48 {
  margin-right: 12rem;
}

.mr-52 {
  margin-right: 13rem;
}

.mr-56 {
  margin-right: 14rem;
}

.mr-60 {
  margin-right: 15rem;
}

.mr-64 {
  margin-right: 16rem;
}

.mr-72 {
  margin-right: 18rem;
}

.mr-80 {
  margin-right: 20rem;
}

.mr-96 {
  margin-right: 24rem;
}

.mr-auto {
  margin-right: auto;
}

.mr-px {
  margin-right: 1px;
}

.mr-2\.5 {
  margin-right: 0.625rem;
}

.mr-important {
  margin-right: true;
}

.mr-84px {
  margin-right: 5.25rem;
}

.mr-100px {
  margin-right: 6.25rem;
}

.mr-25px {
  margin-right: 1.5625rem;
}

.mr-93px {
  margin-right: 5.8125rem;
}

.mr-35px {
  margin-right: 2.188rem;
}

.mr-60px {
  margin-right: 3.75rem;
}

.mr-15px {
  margin-right: 0.9375rem;
}

.mr-30px {
  margin-right: 1.875rem;
}

.mr-50px {
  margin-right: 3.125rem;
}

.mr-75px {
  margin-right: 4.6875rem;
}

.mr-18px {
  margin-right: 1.125rem;
}

.-mr-0 {
  margin-right: 0px;
}

.-mr-1 {
  margin-right: -0.25rem;
}

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

.-mr-3 {
  margin-right: -0.75rem;
}

.-mr-4 {
  margin-right: -1rem;
}

.-mr-5 {
  margin-right: -1.25rem;
}

.-mr-6 {
  margin-right: -1.5rem;
}

.-mr-7 {
  margin-right: -1.75rem;
}

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

.-mr-9 {
  margin-right: -2.25rem;
}

.-mr-10 {
  margin-right: -2.5rem;
}

.-mr-11 {
  margin-right: -2.75rem;
}

.-mr-12 {
  margin-right: -3rem;
}

.-mr-14 {
  margin-right: -3.5rem;
}

.-mr-16 {
  margin-right: -4rem;
}

.-mr-20 {
  margin-right: -5rem;
}

.-mr-24 {
  margin-right: -6rem;
}

.-mr-28 {
  margin-right: -7rem;
}

.-mr-32 {
  margin-right: -8rem;
}

.-mr-36 {
  margin-right: -9rem;
}

.-mr-40 {
  margin-right: -10rem;
}

.-mr-44 {
  margin-right: -11rem;
}

.-mr-48 {
  margin-right: -12rem;
}

.-mr-52 {
  margin-right: -13rem;
}

.-mr-56 {
  margin-right: -14rem;
}

.-mr-60 {
  margin-right: -15rem;
}

.-mr-64 {
  margin-right: -16rem;
}

.-mr-72 {
  margin-right: -18rem;
}

.-mr-80 {
  margin-right: -20rem;
}

.-mr-96 {
  margin-right: -24rem;
}

.-mr-px {
  margin-right: -1px;
}

.-mr-84px {
  margin-right: -5.25rem;
}

.-mr-100px {
  margin-right: -6.25rem;
}

.-mr-25px {
  margin-right: -1.5625rem;
}

.-mr-93px {
  margin-right: -5.8125rem;
}

.-mr-35px {
  margin-right: -2.1875rem;
}

.-mr-60px {
  margin-right: -3.75rem;
}

.-mr-15px {
  margin-right: -0.9375rem;
}

.-mr-30px {
  margin-right: -1.875rem;
}

.-mr-50px {
  margin-right: -3.125rem;
}

.-mr-75px {
  margin-right: -4.6875rem;
}

.-mr-18px {
  margin-right: -18px;
}

.mr-26px {
  margin-right: 1.625rem;
}

.mr-5px {
  margin-right: 0.3125rem;
}

.mr-55px {
  margin-right: 3.4375rem;
}

.mr-120px {
  margin-right: 7.5rem;
}

.mr-118px {
  margin-right: 7.375rem;
}

.mr-52px {
  margin-right: 3.25rem;
}

.mr-125px {
  margin-right: 7.8125rem;
}

.mr-65px {
  margin-right: 4.0625rem;
}

.mr-131px {
  margin-right: 8.1875rem;
}

.mr-76px {
  margin-right: 4.75rem;
}

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

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

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

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

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

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

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

.mb-7 {
  margin-bottom: 1.75rem;
}

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

.mb-9 {
  margin-bottom: 2.25rem;
}

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

.mb-11 {
  margin-bottom: 2.75rem;
}

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

.mb-14 {
  margin-bottom: 3.5rem;
}

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

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

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

.mb-28 {
  margin-bottom: 7rem;
}

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

.mb-36 {
  margin-bottom: 9rem;
}

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

.mb-44 {
  margin-bottom: 11rem;
}

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

.mb-52 {
  margin-bottom: 13rem;
}

.mb-56 {
  margin-bottom: 14rem;
}

.mb-60 {
  margin-bottom: 15rem;
}

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

.mb-72 {
  margin-bottom: 18rem;
}

.mb-80 {
  margin-bottom: 20rem;
}

.mb-96 {
  margin-bottom: 24rem;
}

.mb-auto {
  margin-bottom: auto;
}

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

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.mb-important {
  margin-bottom: true;
}

.mb-84px {
  margin-bottom: 5.25rem;
}

.mb-100px {
  margin-bottom: 6.25rem;
}

.mb-25px {
  margin-bottom: 1.5625rem;
}

.mb-93px {
  margin-bottom: 5.8125rem;
}

.mb-35px {
  margin-bottom: 2.188rem;
}

.mb-60px {
  margin-bottom: 3.75rem;
}

.mb-15px {
  margin-bottom: 0.9375rem;
}

.mb-30px {
  margin-bottom: 1.875rem;
}

.mb-50px {
  margin-bottom: 3.125rem;
}

.mb-75px {
  margin-bottom: 4.6875rem;
}

.mb-18px {
  margin-bottom: 1.125rem;
}

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

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

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

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

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

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

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

.-mb-7 {
  margin-bottom: -1.75rem;
}

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

.-mb-9 {
  margin-bottom: -2.25rem;
}

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

.-mb-11 {
  margin-bottom: -2.75rem;
}

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

.-mb-14 {
  margin-bottom: -3.5rem;
}

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

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

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

.-mb-28 {
  margin-bottom: -7rem;
}

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

.-mb-36 {
  margin-bottom: -9rem;
}

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

.-mb-44 {
  margin-bottom: -11rem;
}

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

.-mb-52 {
  margin-bottom: -13rem;
}

.-mb-56 {
  margin-bottom: -14rem;
}

.-mb-60 {
  margin-bottom: -15rem;
}

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

.-mb-72 {
  margin-bottom: -18rem;
}

.-mb-80 {
  margin-bottom: -20rem;
}

.-mb-96 {
  margin-bottom: -24rem;
}

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

.-mb-84px {
  margin-bottom: -5.25rem;
}

.-mb-100px {
  margin-bottom: -6.25rem;
}

.-mb-25px {
  margin-bottom: -1.5625rem;
}

.-mb-93px {
  margin-bottom: -5.8125rem;
}

.-mb-35px {
  margin-bottom: -2.1875rem;
}

.-mb-60px {
  margin-bottom: -3.75rem;
}

.-mb-15px {
  margin-bottom: -0.9375rem;
}

.-mb-30px {
  margin-bottom: -1.875rem;
}

.-mb-50px {
  margin-bottom: -3.125rem;
}

.-mb-75px {
  margin-bottom: -4.6875rem;
}

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

.mb-26px {
  margin-bottom: 1.625rem;
}

.mb-5px {
  margin-bottom: 0.3125rem;
}

.mb-55px {
  margin-bottom: 3.4375rem;
}

.mb-120px {
  margin-bottom: 7.5rem;
}

.mb-118px {
  margin-bottom: 7.375rem;
}

.mb-52px {
  margin-bottom: 3.25rem;
}

.mb-125px {
  margin-bottom: 7.8125rem;
}

.mb-65px {
  margin-bottom: 4.0625rem;
}

.mb-131px {
  margin-bottom: 8.1875rem;
}

.mb-76px {
  margin-bottom: 4.75rem;
}

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

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.ml-8 {
  margin-left: 2rem;
}

.ml-9 {
  margin-left: 2.25rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-11 {
  margin-left: 2.75rem;
}

.ml-12 {
  margin-left: 3rem;
}

.ml-14 {
  margin-left: 3.5rem;
}

.ml-16 {
  margin-left: 4rem;
}

.ml-20 {
  margin-left: 5rem;
}

.ml-24 {
  margin-left: 6rem;
}

.ml-28 {
  margin-left: 7rem;
}

.ml-32 {
  margin-left: 8rem;
}

.ml-36 {
  margin-left: 9rem;
}

.ml-40 {
  margin-left: 10rem;
}

.ml-44 {
  margin-left: 11rem;
}

.ml-48 {
  margin-left: 12rem;
}

.ml-52 {
  margin-left: 13rem;
}

.ml-56 {
  margin-left: 14rem;
}

.ml-60 {
  margin-left: 15rem;
}

.ml-64 {
  margin-left: 16rem;
}

.ml-72 {
  margin-left: 18rem;
}

.ml-80 {
  margin-left: 20rem;
}

.ml-96 {
  margin-left: 24rem;
}

.ml-auto {
  margin-left: auto;
}

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

.ml-2\.5 {
  margin-left: 0.625rem;
}

.ml-important {
  margin-left: true;
}

.ml-84px {
  margin-left: 5.25rem;
}

.ml-100px {
  margin-left: 6.25rem;
}

.ml-25px {
  margin-left: 1.5625rem;
}

.ml-93px {
  margin-left: 5.8125rem;
}

.ml-35px {
  margin-left: 2.188rem;
}

.ml-60px {
  margin-left: 3.75rem;
}

.ml-15px {
  margin-left: 0.9375rem;
}

.ml-30px {
  margin-left: 1.875rem;
}

.ml-50px {
  margin-left: 3.125rem;
}

.ml-75px {
  margin-left: 4.6875rem;
}

.ml-18px {
  margin-left: 1.125rem;
}

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

.-ml-1 {
  margin-left: -0.25rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.-ml-3 {
  margin-left: -0.75rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.-ml-5 {
  margin-left: -1.25rem;
}

.-ml-6 {
  margin-left: -1.5rem;
}

.-ml-7 {
  margin-left: -1.75rem;
}

.-ml-8 {
  margin-left: -2rem;
}

.-ml-9 {
  margin-left: -2.25rem;
}

.-ml-10 {
  margin-left: -2.5rem;
}

.-ml-11 {
  margin-left: -2.75rem;
}

.-ml-12 {
  margin-left: -3rem;
}

.-ml-14 {
  margin-left: -3.5rem;
}

.-ml-16 {
  margin-left: -4rem;
}

.-ml-20 {
  margin-left: -5rem;
}

.-ml-24 {
  margin-left: -6rem;
}

.-ml-28 {
  margin-left: -7rem;
}

.-ml-32 {
  margin-left: -8rem;
}

.-ml-36 {
  margin-left: -9rem;
}

.-ml-40 {
  margin-left: -10rem;
}

.-ml-44 {
  margin-left: -11rem;
}

.-ml-48 {
  margin-left: -12rem;
}

.-ml-52 {
  margin-left: -13rem;
}

.-ml-56 {
  margin-left: -14rem;
}

.-ml-60 {
  margin-left: -15rem;
}

.-ml-64 {
  margin-left: -16rem;
}

.-ml-72 {
  margin-left: -18rem;
}

.-ml-80 {
  margin-left: -20rem;
}

.-ml-96 {
  margin-left: -24rem;
}

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

.-ml-84px {
  margin-left: -5.25rem;
}

.-ml-100px {
  margin-left: -6.25rem;
}

.-ml-25px {
  margin-left: -1.5625rem;
}

.-ml-93px {
  margin-left: -5.8125rem;
}

.-ml-35px {
  margin-left: -2.1875rem;
}

.-ml-60px {
  margin-left: -3.75rem;
}

.-ml-15px {
  margin-left: -0.9375rem;
}

.-ml-30px {
  margin-left: -1.875rem;
}

.-ml-50px {
  margin-left: -3.125rem;
}

.-ml-75px {
  margin-left: -4.6875rem;
}

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

.ml-26px {
  margin-left: 1.625rem;
}

.ml-5px {
  margin-left: 0.3125rem;
}

.ml-55px {
  margin-left: 3.4375rem;
}

.ml-120px {
  margin-left: 7.5rem;
}

.ml-118px {
  margin-left: 7.375rem;
}

.ml-52px {
  margin-left: 3.25rem;
}

.ml-125px {
  margin-left: 7.8125rem;
}

.ml-65px {
  margin-left: 4.0625rem;
}

.ml-131px {
  margin-left: 8.1875rem;
}

.ml-76px {
  margin-left: 4.75rem;
}

.box-border {
  box-sizing: border-box;
}

.box-content {
  box-sizing: content-box;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

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

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.table-column {
  display: table-column;
}

.table-column-group {
  display: table-column-group;
}

.table-footer-group {
  display: table-footer-group;
}

.table-header-group {
  display: table-header-group;
}

.table-row-group {
  display: table-row-group;
}

.table-row {
  display: table-row;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

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

.contents {
  display: contents;
}

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-1 {
  height: 0.25rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-32 {
  height: 8rem;
}

.h-36 {
  height: 9rem;
}

.h-40 {
  height: 10rem;
}

.h-44 {
  height: 11rem;
}

.h-48 {
  height: 12rem;
}

.h-52 {
  height: 13rem;
}

.h-56 {
  height: 14rem;
}

.h-60 {
  height: 15rem;
}

.h-64 {
  height: 16rem;
}

.h-72 {
  height: 18rem;
}

.h-80 {
  height: 20rem;
}

.h-96 {
  height: 24rem;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.h-important {
  height: true;
}

.h-84px {
  height: 5.25rem;
}

.h-100px {
  height: 6.25rem;
}

.h-25px {
  height: 1.5625rem;
}

.h-93px {
  height: 5.8125rem;
}

.h-35px {
  height: 2.1875rem;
}

.h-60px {
  height: 3.75rem;
}

.h-15px {
  height: 0.9375rem;
}

.h-30px {
  height: 1.875rem;
}

.h-50px {
  height: 3.125rem;
}

.h-75px {
  height: 4.6875rem;
}

.h-18px {
  height: 18px;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.h-1080px {
  height: 67.5rem;
}

.h-560px {
  height: 35rem;
}

.h-850px {
  height: 53.125rem;
}

.h-100vw {
  height: 100vw;
}

.h-810px {
  height: 50.625rem;
}

.h-735px {
  height: 45.9375rem;
}

.h-630px {
  height: 39.375rem;
}

.h-450px {
  height: 28.125rem;
}

.h-70px {
  height: 4.375rem;
}

.h-90px {
  height: 5.625rem;
}

.h-150px {
  height: 9.375rem;
}

.h-343px {
  height: 21.4375rem;
}

.h-300px {
  height: 18.75rem;
}

.h-169px {
  height: 10.5625rem;
}

.h-132px {
  height: 8.25rem;
}

.h-46px {
  height: 2.875rem;
}

.h-52px {
  height: 3.25rem;
}

.h-56px {
  height: 3.5rem;
}

.h-44px {
  height: 2.75rem;
}

.h-82px {
  height: 5.125rem;
}

.h-102px {
  height: 6.375rem;
}

.h-26px {
  height: 1.625rem;
}

.h-58px {
  height: 3.625rem;
}

.h-80vh {
  height: 80vh;
}

.h-34px {
  height: 2.125rem;
}

.h-72px {
  height: 4.5rem;
}

.h-68px {
  height: 4.2955625rem;
}

.h-55px {
  height: 3.4375rem;
}

.h-45px {
  height: 2.813rem;
}

.h-42px {
  height: 2.625rem;
}

.max-h-0 {
  max-height: 0px;
}

.max-h-1 {
  max-height: 0.25rem;
}

.max-h-2 {
  max-height: 0.5rem;
}

.max-h-3 {
  max-height: 0.75rem;
}

.max-h-4 {
  max-height: 1rem;
}

.max-h-5 {
  max-height: 1.25rem;
}

.max-h-6 {
  max-height: 1.5rem;
}

.max-h-7 {
  max-height: 1.75rem;
}

.max-h-8 {
  max-height: 2rem;
}

.max-h-9 {
  max-height: 2.25rem;
}

.max-h-10 {
  max-height: 2.5rem;
}

.max-h-11 {
  max-height: 2.75rem;
}

.max-h-12 {
  max-height: 3rem;
}

.max-h-14 {
  max-height: 3.5rem;
}

.max-h-16 {
  max-height: 4rem;
}

.max-h-20 {
  max-height: 5rem;
}

.max-h-24 {
  max-height: 6rem;
}

.max-h-28 {
  max-height: 7rem;
}

.max-h-32 {
  max-height: 8rem;
}

.max-h-36 {
  max-height: 9rem;
}

.max-h-40 {
  max-height: 10rem;
}

.max-h-44 {
  max-height: 11rem;
}

.max-h-48 {
  max-height: 12rem;
}

.max-h-52 {
  max-height: 13rem;
}

.max-h-56 {
  max-height: 14rem;
}

.max-h-60 {
  max-height: 15rem;
}

.max-h-64 {
  max-height: 16rem;
}

.max-h-72 {
  max-height: 18rem;
}

.max-h-80 {
  max-height: 20rem;
}

.max-h-96 {
  max-height: 24rem;
}

.max-h-px {
  max-height: 1px;
}

.max-h-important {
  max-height: true;
}

.max-h-84px {
  max-height: 5.25rem;
}

.max-h-100px {
  max-height: 6.25rem;
}

.max-h-25px {
  max-height: 1.5625rem;
}

.max-h-93px {
  max-height: 5.8125rem;
}

.max-h-35px {
  max-height: 2.1875rem;
}

.max-h-60px {
  max-height: 3.75rem;
}

.max-h-15px {
  max-height: 0.9375rem;
}

.max-h-30px {
  max-height: 1.875rem;
}

.max-h-50px {
  max-height: 3.125rem;
}

.max-h-75px {
  max-height: 4.6875rem;
}

.max-h-18px {
  max-height: 18px;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.min-h-0 {
  min-height: 0px;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.min-h-650px {
  min-height: 40.625rem;
}

.min-h-450px {
  min-height: 28.125rem;
}

.min-h-850px {
  min-height: 53.125rem;
}

.min-h-343px {
  min-height: 21.4375rem;
}

.min-h-120px {
  min-height: 7.5rem;
}

.w-0 {
  width: 0px;
}

.w-1 {
  width: 0.25rem;
}

.w-2 {
  width: 0.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-48 {
  width: 12rem;
}

.w-52 {
  width: 13rem;
}

.w-56 {
  width: 14rem;
}

.w-60 {
  width: 15rem;
}

.w-64 {
  width: 16rem;
}

.w-72 {
  width: 18rem;
}

.w-80 {
  width: 20rem;
}

.w-96 {
  width: 24rem;
}

.w-auto {
  width: auto;
}

.w-px {
  width: 1px;
}

.w-important {
  width: true;
}

.w-84px {
  width: 5.25rem;
}

.w-100px {
  width: 6.25rem;
}

.w-25px {
  width: 1.5625rem;
}

.w-93px {
  width: 5.8125rem;
}

.w-35px {
  width: 2.1875rem;
}

.w-60px {
  width: 3.75rem;
}

.w-15px {
  width: 0.9375rem;
}

.w-30px {
  width: 1.875rem;
}

.w-50px {
  width: 3.125rem;
}

.w-75px {
  width: 4.6875rem;
}

.w-18px {
  width: 18px;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-3\/12 {
  width: 25%;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.w-min {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

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

.w-55\% {
  width: 55%;
}

.w-38\% {
  width: 38%;
}

.w-90px {
  width: 5.625rem;
}

.w-70px {
  width: 4.375rem;
}

.w-150px {
  width: 9.375rem;
}

.w-343px {
  width: 21.4375rem;
}

.w-70\% {
  width: 70%;
}

.w-65\% {
  width: 65%;
}

.w-44px {
  width: 2.75rem;
}

.w-36\% {
  width: 36%;
}

.w-82px {
  width: 5.125rem;
}

.w-116px {
  width: 7.25rem;
}

.w-34\.5\% {
  width: 34.5%;
}

.w-26px {
  width: 1.625rem;
}

.w-34px {
  width: 2.125rem;
}

.w-167px {
  width: 10.4375rem;
}

.w-45px {
  width: 2.813rem;
}

.w-42px {
  width: 2.625rem;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-full {
  min-width: 100%;
}

.min-w-min {
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

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

.min-w-375px {
  min-width: 23.4375rem;
}

.min-w-26px {
  min-width: 1.625rem;
}

.max-w-0 {
  max-width: 0rem;
}

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

.max-w-xs {
  max-width: 20rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

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

.max-w-6xl {
  max-width: 72rem;
}

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

.max-w-full {
  max-width: 100%;
}

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

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

.max-w-prose {
  max-width: 65ch;
}

.max-w-screen-sm {
  max-width: 576px;
}

.max-w-screen-md {
  max-width: 768px;
}

.max-w-screen-lg {
  max-width: 1024px;
}

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

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

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

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

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

.max-w-950px {
  max-width: 59.375rem;
}

.max-w-1440px {
  max-width: 90rem;
}

.max-w-800px {
  max-width: 50rem;
}

.max-w-250px {
  max-width: 15.625rem;
}

.max-w-300px {
  max-width: 18.75rem;
}

.max-w-200px {
  max-width: 12.5rem;
}

.max-w-1000px {
  max-width: 62.5rem;
}

.max-w-575px {
  max-width: 35.9375rem;
}

.max-w-400px {
  max-width: 25rem;
}

.max-w-700px {
  max-width: 43.75rem;
}

.max-w-150px {
  max-width: 9.375rem;
}

.max-w-220px {
  max-width: 13.75rem;
}

.max-w-1920px {
  max-width: 120rem;
}

.max-w-1110px {
  max-width: 69.375rem;
}

.max-w-900px {
  max-width: 56.25rem;
}

.max-w-500px {
  max-width: 31.25rem;
}

.max-w-350px {
  max-width: 21.875rem;
}

.max-w-680px {
  max-width: 42.5rem;
}

.max-w-50px {
  max-width: 3.125rem;
}

.max-w-540px {
  max-width: 33.75rem;
}

.max-w-440px {
  max-width: 27.5rem;
}

.max-w-120px {
  max-width: 7.5rem;
}

.max-w-140px {
  max-width: 8.75rem;
}

.max-w-90px {
  max-width: 5.625rem;
}

.max-w-343px {
  max-width: 21.4375rem;
}

.max-w-1600px {
  max-width: 100rem;
}

.max-w-712px {
  max-width: 44.5rem;
}

.max-w-446px {
  max-width: 27.875rem;
}

.max-w-775px {
  max-width: 48.4375rem;
}

.max-w-1050px {
  max-width: 65.625rem;
}

.max-w-625px {
  max-width: 39.0625rem;
}

.max-w-82px {
  max-width: 5.125rem;
}

.max-w-750px {
  max-width: 46.875rem;
}

.max-w-227px {
  max-width: 14.1875rem;
}

.max-w-363px {
  max-width: 22.6875rem;
}

.max-w-1047px {
  max-width: 65.4375rem;
}

.max-w-1187px {
  max-width: 74.1875rem;
}

.max-w-301px {
  max-width: 18.8125rem;
}

.max-w-1043px {
  max-width: 65.1875rem;
}

.max-w-180px {
  max-width: 11.25rem;
}

.max-w-117px {
  max-width: 7.3125rem;
}

.max-w-320px {
  max-width: 20rem;
}

.max-w-846px {
  max-width: 52.875rem;
}

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

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

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

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

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

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

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

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

.border-collapse {
  border-collapse: collapse;
}

.border-separate {
  border-collapse: separate;
}

.origin-center {
  transform-origin: center;
}

.origin-top {
  transform-origin: top;
}

.origin-top-right {
  transform-origin: top right;
}

.origin-right {
  transform-origin: right;
}

.origin-bottom-right {
  transform-origin: bottom right;
}

.origin-bottom {
  transform-origin: bottom;
}

.origin-bottom-left {
  transform-origin: bottom left;
}

.origin-left {
  transform-origin: left;
}

.origin-top-left {
  transform-origin: top left;
}

.transform {
  --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;
  transform: translateX(var(--tw-translate-x)) translateY(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-gpu {
  --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;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-none {
  transform: none;
}

.translate-x-0 {
  --tw-translate-x: 0px;
}

.translate-x-1 {
  --tw-translate-x: 0.25rem;
}

.translate-x-2 {
  --tw-translate-x: 0.5rem;
}

.translate-x-3 {
  --tw-translate-x: 0.75rem;
}

.translate-x-4 {
  --tw-translate-x: 1rem;
}

.translate-x-5 {
  --tw-translate-x: 1.25rem;
}

.translate-x-6 {
  --tw-translate-x: 1.5rem;
}

.translate-x-7 {
  --tw-translate-x: 1.75rem;
}

.translate-x-8 {
  --tw-translate-x: 2rem;
}

.translate-x-9 {
  --tw-translate-x: 2.25rem;
}

.translate-x-10 {
  --tw-translate-x: 2.5rem;
}

.translate-x-11 {
  --tw-translate-x: 2.75rem;
}

.translate-x-12 {
  --tw-translate-x: 3rem;
}

.translate-x-14 {
  --tw-translate-x: 3.5rem;
}

.translate-x-16 {
  --tw-translate-x: 4rem;
}

.translate-x-20 {
  --tw-translate-x: 5rem;
}

.translate-x-24 {
  --tw-translate-x: 6rem;
}

.translate-x-28 {
  --tw-translate-x: 7rem;
}

.translate-x-32 {
  --tw-translate-x: 8rem;
}

.translate-x-36 {
  --tw-translate-x: 9rem;
}

.translate-x-40 {
  --tw-translate-x: 10rem;
}

.translate-x-44 {
  --tw-translate-x: 11rem;
}

.translate-x-48 {
  --tw-translate-x: 12rem;
}

.translate-x-52 {
  --tw-translate-x: 13rem;
}

.translate-x-56 {
  --tw-translate-x: 14rem;
}

.translate-x-60 {
  --tw-translate-x: 15rem;
}

.translate-x-64 {
  --tw-translate-x: 16rem;
}

.translate-x-72 {
  --tw-translate-x: 18rem;
}

.translate-x-80 {
  --tw-translate-x: 20rem;
}

.translate-x-96 {
  --tw-translate-x: 24rem;
}

.translate-x-px {
  --tw-translate-x: 1px;
}

.translate-x-important {
  --tw-translate-x: true;
}

.translate-x-84px {
  --tw-translate-x: 5.25rem;
}

.translate-x-100px {
  --tw-translate-x: 6.25rem;
}

.translate-x-25px {
  --tw-translate-x: 1.5625rem;
}

.translate-x-93px {
  --tw-translate-x: 5.8125rem;
}

.translate-x-35px {
  --tw-translate-x: 2.1875rem;
}

.translate-x-60px {
  --tw-translate-x: 3.75rem;
}

.translate-x-15px {
  --tw-translate-x: 0.9375rem;
}

.translate-x-30px {
  --tw-translate-x: 1.875rem;
}

.translate-x-50px {
  --tw-translate-x: 3.125rem;
}

.translate-x-75px {
  --tw-translate-x: 4.6875rem;
}

.translate-x-18px {
  --tw-translate-x: 18px;
}

.-translate-x-0 {
  --tw-translate-x: 0px;
}

.-translate-x-1 {
  --tw-translate-x: -0.25rem;
}

.-translate-x-2 {
  --tw-translate-x: -0.5rem;
}

.-translate-x-3 {
  --tw-translate-x: -0.75rem;
}

.-translate-x-4 {
  --tw-translate-x: -1rem;
}

.-translate-x-5 {
  --tw-translate-x: -1.25rem;
}

.-translate-x-6 {
  --tw-translate-x: -1.5rem;
}

.-translate-x-7 {
  --tw-translate-x: -1.75rem;
}

.-translate-x-8 {
  --tw-translate-x: -2rem;
}

.-translate-x-9 {
  --tw-translate-x: -2.25rem;
}

.-translate-x-10 {
  --tw-translate-x: -2.5rem;
}

.-translate-x-11 {
  --tw-translate-x: -2.75rem;
}

.-translate-x-12 {
  --tw-translate-x: -3rem;
}

.-translate-x-14 {
  --tw-translate-x: -3.5rem;
}

.-translate-x-16 {
  --tw-translate-x: -4rem;
}

.-translate-x-20 {
  --tw-translate-x: -5rem;
}

.-translate-x-24 {
  --tw-translate-x: -6rem;
}

.-translate-x-28 {
  --tw-translate-x: -7rem;
}

.-translate-x-32 {
  --tw-translate-x: -8rem;
}

.-translate-x-36 {
  --tw-translate-x: -9rem;
}

.-translate-x-40 {
  --tw-translate-x: -10rem;
}

.-translate-x-44 {
  --tw-translate-x: -11rem;
}

.-translate-x-48 {
  --tw-translate-x: -12rem;
}

.-translate-x-52 {
  --tw-translate-x: -13rem;
}

.-translate-x-56 {
  --tw-translate-x: -14rem;
}

.-translate-x-60 {
  --tw-translate-x: -15rem;
}

.-translate-x-64 {
  --tw-translate-x: -16rem;
}

.-translate-x-72 {
  --tw-translate-x: -18rem;
}

.-translate-x-80 {
  --tw-translate-x: -20rem;
}

.-translate-x-96 {
  --tw-translate-x: -24rem;
}

.-translate-x-px {
  --tw-translate-x: -1px;
}

.-translate-x-84px {
  --tw-translate-x: -5.25rem;
}

.-translate-x-100px {
  --tw-translate-x: -6.25rem;
}

.-translate-x-25px {
  --tw-translate-x: -1.5625rem;
}

.-translate-x-93px {
  --tw-translate-x: -5.8125rem;
}

.-translate-x-35px {
  --tw-translate-x: -2.1875rem;
}

.-translate-x-60px {
  --tw-translate-x: -3.75rem;
}

.-translate-x-15px {
  --tw-translate-x: -0.9375rem;
}

.-translate-x-30px {
  --tw-translate-x: -1.875rem;
}

.-translate-x-50px {
  --tw-translate-x: -3.125rem;
}

.-translate-x-75px {
  --tw-translate-x: -4.6875rem;
}

.-translate-x-18px {
  --tw-translate-x: -18px;
}

.translate-x-full {
  --tw-translate-x: 100%;
}

.-translate-x-full {
  --tw-translate-x: -100%;
}

.translate-y-0 {
  --tw-translate-y: 0px;
}

.translate-y-1 {
  --tw-translate-y: 0.25rem;
}

.translate-y-2 {
  --tw-translate-y: 0.5rem;
}

.translate-y-3 {
  --tw-translate-y: 0.75rem;
}

.translate-y-4 {
  --tw-translate-y: 1rem;
}

.translate-y-5 {
  --tw-translate-y: 1.25rem;
}

.translate-y-6 {
  --tw-translate-y: 1.5rem;
}

.translate-y-7 {
  --tw-translate-y: 1.75rem;
}

.translate-y-8 {
  --tw-translate-y: 2rem;
}

.translate-y-9 {
  --tw-translate-y: 2.25rem;
}

.translate-y-10 {
  --tw-translate-y: 2.5rem;
}

.translate-y-11 {
  --tw-translate-y: 2.75rem;
}

.translate-y-12 {
  --tw-translate-y: 3rem;
}

.translate-y-14 {
  --tw-translate-y: 3.5rem;
}

.translate-y-16 {
  --tw-translate-y: 4rem;
}

.translate-y-20 {
  --tw-translate-y: 5rem;
}

.translate-y-24 {
  --tw-translate-y: 6rem;
}

.translate-y-28 {
  --tw-translate-y: 7rem;
}

.translate-y-32 {
  --tw-translate-y: 8rem;
}

.translate-y-36 {
  --tw-translate-y: 9rem;
}

.translate-y-40 {
  --tw-translate-y: 10rem;
}

.translate-y-44 {
  --tw-translate-y: 11rem;
}

.translate-y-48 {
  --tw-translate-y: 12rem;
}

.translate-y-52 {
  --tw-translate-y: 13rem;
}

.translate-y-56 {
  --tw-translate-y: 14rem;
}

.translate-y-60 {
  --tw-translate-y: 15rem;
}

.translate-y-64 {
  --tw-translate-y: 16rem;
}

.translate-y-72 {
  --tw-translate-y: 18rem;
}

.translate-y-80 {
  --tw-translate-y: 20rem;
}

.translate-y-96 {
  --tw-translate-y: 24rem;
}

.translate-y-px {
  --tw-translate-y: 1px;
}

.translate-y-important {
  --tw-translate-y: true;
}

.translate-y-84px {
  --tw-translate-y: 5.25rem;
}

.translate-y-100px {
  --tw-translate-y: 6.25rem;
}

.translate-y-25px {
  --tw-translate-y: 1.5625rem;
}

.translate-y-93px {
  --tw-translate-y: 5.8125rem;
}

.translate-y-35px {
  --tw-translate-y: 2.1875rem;
}

.translate-y-60px {
  --tw-translate-y: 3.75rem;
}

.translate-y-15px {
  --tw-translate-y: 0.9375rem;
}

.translate-y-30px {
  --tw-translate-y: 1.875rem;
}

.translate-y-50px {
  --tw-translate-y: 3.125rem;
}

.translate-y-75px {
  --tw-translate-y: 4.6875rem;
}

.translate-y-18px {
  --tw-translate-y: 18px;
}

.-translate-y-0 {
  --tw-translate-y: 0px;
}

.-translate-y-1 {
  --tw-translate-y: -0.25rem;
}

.-translate-y-2 {
  --tw-translate-y: -0.5rem;
}

.-translate-y-3 {
  --tw-translate-y: -0.75rem;
}

.-translate-y-4 {
  --tw-translate-y: -1rem;
}

.-translate-y-5 {
  --tw-translate-y: -1.25rem;
}

.-translate-y-6 {
  --tw-translate-y: -1.5rem;
}

.-translate-y-7 {
  --tw-translate-y: -1.75rem;
}

.-translate-y-8 {
  --tw-translate-y: -2rem;
}

.-translate-y-9 {
  --tw-translate-y: -2.25rem;
}

.-translate-y-10 {
  --tw-translate-y: -2.5rem;
}

.-translate-y-11 {
  --tw-translate-y: -2.75rem;
}

.-translate-y-12 {
  --tw-translate-y: -3rem;
}

.-translate-y-14 {
  --tw-translate-y: -3.5rem;
}

.-translate-y-16 {
  --tw-translate-y: -4rem;
}

.-translate-y-20 {
  --tw-translate-y: -5rem;
}

.-translate-y-24 {
  --tw-translate-y: -6rem;
}

.-translate-y-28 {
  --tw-translate-y: -7rem;
}

.-translate-y-32 {
  --tw-translate-y: -8rem;
}

.-translate-y-36 {
  --tw-translate-y: -9rem;
}

.-translate-y-40 {
  --tw-translate-y: -10rem;
}

.-translate-y-44 {
  --tw-translate-y: -11rem;
}

.-translate-y-48 {
  --tw-translate-y: -12rem;
}

.-translate-y-52 {
  --tw-translate-y: -13rem;
}

.-translate-y-56 {
  --tw-translate-y: -14rem;
}

.-translate-y-60 {
  --tw-translate-y: -15rem;
}

.-translate-y-64 {
  --tw-translate-y: -16rem;
}

.-translate-y-72 {
  --tw-translate-y: -18rem;
}

.-translate-y-80 {
  --tw-translate-y: -20rem;
}

.-translate-y-96 {
  --tw-translate-y: -24rem;
}

.-translate-y-px {
  --tw-translate-y: -1px;
}

.-translate-y-84px {
  --tw-translate-y: -5.25rem;
}

.-translate-y-100px {
  --tw-translate-y: -6.25rem;
}

.-translate-y-50\% {
  --tw-translate-y: -50%;
}

.-translate-y-25px {
  --tw-translate-y: -1.5625rem;
}

.-translate-y-93px {
  --tw-translate-y: -5.8125rem;
}

.-translate-y-35px {
  --tw-translate-y: -2.1875rem;
}

.-translate-y-60px {
  --tw-translate-y: -3.75rem;
}

.-translate-y-15px {
  --tw-translate-y: -0.9375rem;
}

.-translate-y-30px {
  --tw-translate-y: -1.875rem;
}

.-translate-y-50px {
  --tw-translate-y: -3.125rem;
}

.-translate-y-75px {
  --tw-translate-y: -4.6875rem;
}

.-translate-y-18px {
  --tw-translate-y: -18px;
}

.translate-y-full {
  --tw-translate-y: 100%;
}

.-translate-y-full {
  --tw-translate-y: -100%;
}

.rotate-0 {
  --tw-rotate: 0deg;
}

.rotate-1 {
  --tw-rotate: 1deg;
}

.rotate-2 {
  --tw-rotate: 2deg;
}

.rotate-3 {
  --tw-rotate: 3deg;
}

.rotate-6 {
  --tw-rotate: 6deg;
}

.rotate-12 {
  --tw-rotate: 12deg;
}

.rotate-45 {
  --tw-rotate: 45deg;
}

.rotate-90 {
  --tw-rotate: 90deg;
}

.rotate-180 {
  --tw-rotate: 180deg;
}

.rotate-270 {
  --tw-rotate: 270deg;
}

.-rotate-180 {
  --tw-rotate: -180deg;
}

.-rotate-90 {
  --tw-rotate: -90deg;
}

.-rotate-45 {
  --tw-rotate: -45deg;
}

.-rotate-12 {
  --tw-rotate: -12deg;
}

.-rotate-6 {
  --tw-rotate: -6deg;
}

.-rotate-3 {
  --tw-rotate: -3deg;
}

.-rotate-2 {
  --tw-rotate: -2deg;
}

.-rotate-1 {
  --tw-rotate: -1deg;
}

.skew-x-0 {
  --tw-skew-x: 0deg;
}

.skew-x-1 {
  --tw-skew-x: 1deg;
}

.skew-x-2 {
  --tw-skew-x: 2deg;
}

.skew-x-3 {
  --tw-skew-x: 3deg;
}

.skew-x-6 {
  --tw-skew-x: 6deg;
}

.skew-x-12 {
  --tw-skew-x: 12deg;
}

.-skew-x-12 {
  --tw-skew-x: -12deg;
}

.-skew-x-6 {
  --tw-skew-x: -6deg;
}

.-skew-x-3 {
  --tw-skew-x: -3deg;
}

.-skew-x-2 {
  --tw-skew-x: -2deg;
}

.-skew-x-1 {
  --tw-skew-x: -1deg;
}

.skew-y-0 {
  --tw-skew-y: 0deg;
}

.skew-y-1 {
  --tw-skew-y: 1deg;
}

.skew-y-2 {
  --tw-skew-y: 2deg;
}

.skew-y-3 {
  --tw-skew-y: 3deg;
}

.skew-y-6 {
  --tw-skew-y: 6deg;
}

.skew-y-12 {
  --tw-skew-y: 12deg;
}

.-skew-y-12 {
  --tw-skew-y: -12deg;
}

.-skew-y-6 {
  --tw-skew-y: -6deg;
}

.-skew-y-3 {
  --tw-skew-y: -3deg;
}

.-skew-y-2 {
  --tw-skew-y: -2deg;
}

.-skew-y-1 {
  --tw-skew-y: -1deg;
}

.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.scale-x-0 {
  --tw-scale-x: 0;
}

.scale-x-50 {
  --tw-scale-x: .5;
}

.scale-x-75 {
  --tw-scale-x: .75;
}

.scale-x-90 {
  --tw-scale-x: .9;
}

.scale-x-95 {
  --tw-scale-x: .95;
}

.scale-x-100 {
  --tw-scale-x: 1;
}

.scale-x-105 {
  --tw-scale-x: 1.05;
}

.scale-x-110 {
  --tw-scale-x: 1.1;
}

.scale-x-125 {
  --tw-scale-x: 1.25;
}

.scale-x-150 {
  --tw-scale-x: 1.5;
}

.scale-y-0 {
  --tw-scale-y: 0;
}

.scale-y-50 {
  --tw-scale-y: .5;
}

.scale-y-75 {
  --tw-scale-y: .75;
}

.scale-y-90 {
  --tw-scale-y: .9;
}

.scale-y-95 {
  --tw-scale-y: .95;
}

.scale-y-100 {
  --tw-scale-y: 1;
}

.scale-y-105 {
  --tw-scale-y: 1.05;
}

.scale-y-110 {
  --tw-scale-y: 1.1;
}

.scale-y-125 {
  --tw-scale-y: 1.25;
}

.scale-y-150 {
  --tw-scale-y: 1.5;
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-none {
  -webkit-animation: none;
          animation: none;
}

.animate-spin {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.animate-ping {
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.animate-pulse {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.animate-bounce {
  -webkit-animation: bounce 1s infinite;
          animation: bounce 1s infinite;
}

.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.cursor-text {
  cursor: text;
}

.cursor-move {
  cursor: move;
}

.cursor-help {
  cursor: help;
}

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

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.select-auto {
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

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

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

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

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.auto-cols-auto {
  grid-auto-columns: auto;
}

.auto-cols-min {
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content;
}

.auto-cols-max {
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
}

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

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense;
}

.auto-rows-auto {
  grid-auto-rows: auto;
}

.auto-rows-min {
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}

.auto-rows-max {
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
}

.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}

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

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

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

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

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

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

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

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

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

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

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

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

.grid-cols-none {
  grid-template-columns: none;
}

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

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

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

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

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.grid-rows-none {
  grid-template-rows: none;
}

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

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

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

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

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

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

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

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

.place-content-start {
  place-content: start;
}

.place-content-end {
  place-content: end;
}

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

.place-content-around {
  place-content: space-around;
}

.place-content-evenly {
  place-content: space-evenly;
}

.place-content-stretch {
  place-content: stretch;
}

.place-items-start {
  place-items: start;
}

.place-items-end {
  place-items: end;
}

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

.place-items-stretch {
  place-items: stretch;
}

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

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

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

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

.content-around {
  align-content: space-around;
}

.content-evenly {
  align-content: space-evenly;
}

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

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

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

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

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

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

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

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

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

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

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

.justify-items-start {
  justify-items: start;
}

.justify-items-end {
  justify-items: end;
}

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

.justify-items-stretch {
  justify-items: stretch;
}

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-11 {
  gap: 2.75rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-28 {
  gap: 7rem;
}

.gap-32 {
  gap: 8rem;
}

.gap-36 {
  gap: 9rem;
}

.gap-40 {
  gap: 10rem;
}

.gap-44 {
  gap: 11rem;
}

.gap-48 {
  gap: 12rem;
}

.gap-52 {
  gap: 13rem;
}

.gap-56 {
  gap: 14rem;
}

.gap-60 {
  gap: 15rem;
}

.gap-64 {
  gap: 16rem;
}

.gap-72 {
  gap: 18rem;
}

.gap-80 {
  gap: 20rem;
}

.gap-96 {
  gap: 24rem;
}

.gap-px {
  gap: 1px;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-important {
  gap: true;
}

.gap-84px {
  gap: 5.25rem;
}

.gap-100px {
  gap: 6.25rem;
}

.gap-25px {
  gap: 1.5625rem;
}

.gap-93px {
  gap: 5.8125rem;
}

.gap-35px {
  gap: 2.1875rem;
}

.gap-60px {
  gap: 3.75rem;
}

.gap-15px {
  gap: 0.9375rem;
}

.gap-30px {
  gap: 1.875rem;
}

.gap-50px {
  gap: 3.125rem;
}

.gap-75px {
  gap: 4.6875rem;
}

.gap-18px {
  gap: 1.125rem;
}

.gap-45px {
  gap: 2.8125rem;
}

.gap-53px {
  gap: 3.3125rem;
}

.gap-82px {
  gap: 5.125rem;
}

.gap-27px {
  gap: 1.6875rem;
}

.gap-5px {
  gap: 0.3125rem;
}

.gap-23px {
  gap: 1.4375rem;
}

.gap-49px {
  gap: 3.0625rem;
}

.gap-17px {
  gap: 1.0625rem;
}

.gap-70px {
  gap: 4.375rem;
}

.gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-x-9 {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-11 {
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
}

.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-x-14 {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.gap-x-24 {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.gap-x-28 {
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}

.gap-x-32 {
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

.gap-x-36 {
  -moz-column-gap: 9rem;
       column-gap: 9rem;
}

.gap-x-40 {
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}

.gap-x-44 {
  -moz-column-gap: 11rem;
       column-gap: 11rem;
}

.gap-x-48 {
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}

.gap-x-52 {
  -moz-column-gap: 13rem;
       column-gap: 13rem;
}

.gap-x-56 {
  -moz-column-gap: 14rem;
       column-gap: 14rem;
}

.gap-x-60 {
  -moz-column-gap: 15rem;
       column-gap: 15rem;
}

.gap-x-64 {
  -moz-column-gap: 16rem;
       column-gap: 16rem;
}

.gap-x-72 {
  -moz-column-gap: 18rem;
       column-gap: 18rem;
}

.gap-x-80 {
  -moz-column-gap: 20rem;
       column-gap: 20rem;
}

.gap-x-96 {
  -moz-column-gap: 24rem;
       column-gap: 24rem;
}

.gap-x-px {
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.gap-x-important {
  -moz-column-gap: true;
       column-gap: true;
}

.gap-x-84px {
  -moz-column-gap: 5.25rem;
       column-gap: 5.25rem;
}

.gap-x-100px {
  -moz-column-gap: 6.25rem;
       column-gap: 6.25rem;
}

.gap-x-25px {
  -moz-column-gap: 1.5625rem;
       column-gap: 1.5625rem;
}

.gap-x-93px {
  -moz-column-gap: 5.8125rem;
       column-gap: 5.8125rem;
}

.gap-x-35px {
  -moz-column-gap: 2.1875rem;
       column-gap: 2.1875rem;
}

.gap-x-60px {
  -moz-column-gap: 3.75rem;
       column-gap: 3.75rem;
}

.gap-x-15px {
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
}

.gap-x-30px {
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
}

.gap-x-50px {
  -moz-column-gap: 3.125rem;
       column-gap: 3.125rem;
}

.gap-x-75px {
  -moz-column-gap: 4.6875rem;
       column-gap: 4.6875rem;
}

.gap-x-18px {
  -moz-column-gap: 1.125rem;
       column-gap: 1.125rem;
}

.gap-x-45px {
  -moz-column-gap: 2.8125rem;
       column-gap: 2.8125rem;
}

.gap-x-53px {
  -moz-column-gap: 3.3125rem;
       column-gap: 3.3125rem;
}

.gap-x-82px {
  -moz-column-gap: 5.125rem;
       column-gap: 5.125rem;
}

.gap-x-27px {
  -moz-column-gap: 1.6875rem;
       column-gap: 1.6875rem;
}

.gap-x-5px {
  -moz-column-gap: 0.3125rem;
       column-gap: 0.3125rem;
}

.gap-x-23px {
  -moz-column-gap: 1.4375rem;
       column-gap: 1.4375rem;
}

.gap-x-49px {
  -moz-column-gap: 3.0625rem;
       column-gap: 3.0625rem;
}

.gap-x-17px {
  -moz-column-gap: 1.0625rem;
       column-gap: 1.0625rem;
}

.gap-x-70px {
  -moz-column-gap: 4.375rem;
       column-gap: 4.375rem;
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-7 {
  row-gap: 1.75rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-y-9 {
  row-gap: 2.25rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-11 {
  row-gap: 2.75rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-y-14 {
  row-gap: 3.5rem;
}

.gap-y-16 {
  row-gap: 4rem;
}

.gap-y-20 {
  row-gap: 5rem;
}

.gap-y-24 {
  row-gap: 6rem;
}

.gap-y-28 {
  row-gap: 7rem;
}

.gap-y-32 {
  row-gap: 8rem;
}

.gap-y-36 {
  row-gap: 9rem;
}

.gap-y-40 {
  row-gap: 10rem;
}

.gap-y-44 {
  row-gap: 11rem;
}

.gap-y-48 {
  row-gap: 12rem;
}

.gap-y-52 {
  row-gap: 13rem;
}

.gap-y-56 {
  row-gap: 14rem;
}

.gap-y-60 {
  row-gap: 15rem;
}

.gap-y-64 {
  row-gap: 16rem;
}

.gap-y-72 {
  row-gap: 18rem;
}

.gap-y-80 {
  row-gap: 20rem;
}

.gap-y-96 {
  row-gap: 24rem;
}

.gap-y-px {
  row-gap: 1px;
}

.gap-y-important {
  row-gap: true;
}

.gap-y-84px {
  row-gap: 5.25rem;
}

.gap-y-100px {
  row-gap: 6.25rem;
}

.gap-y-25px {
  row-gap: 1.5625rem;
}

.gap-y-93px {
  row-gap: 5.8125rem;
}

.gap-y-35px {
  row-gap: 2.1875rem;
}

.gap-y-60px {
  row-gap: 3.75rem;
}

.gap-y-15px {
  row-gap: 0.9375rem;
}

.gap-y-30px {
  row-gap: 1.875rem;
}

.gap-y-50px {
  row-gap: 3.125rem;
}

.gap-y-75px {
  row-gap: 4.6875rem;
}

.gap-y-18px {
  row-gap: 1.125rem;
}

.gap-y-45px {
  row-gap: 2.8125rem;
}

.gap-y-53px {
  row-gap: 3.3125rem;
}

.gap-y-82px {
  row-gap: 5.125rem;
}

.gap-y-27px {
  row-gap: 1.6875rem;
}

.gap-y-5px {
  row-gap: 0.3125rem;
}

.gap-y-23px {
  row-gap: 1.4375rem;
}

.gap-y-49px {
  row-gap: 3.0625rem;
}

.gap-y-17px {
  row-gap: 1.0625rem;
}

.gap-y-70px {
  row-gap: 4.375rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1;
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

.divide-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(0px * var(--tw-divide-x-reverse));
  border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(4px * var(--tw-divide-x-reverse));
  border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(8px * var(--tw-divide-x-reverse));
  border-left-width: calc(8px * calc(1 - var(--tw-divide-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-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
}

.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}

.divide-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
}

.divide-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(8px * var(--tw-divide-y-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-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 1;
}

.divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1;
}

.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}

.divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed;
}

.divide-dotted > :not([hidden]) ~ :not([hidden]) {
  border-style: dotted;
}

.divide-double > :not([hidden]) ~ :not([hidden]) {
  border-style: double;
}

.divide-none > :not([hidden]) ~ :not([hidden]) {
  border-style: none;
}

.divide-transparent > :not([hidden]) ~ :not([hidden]) {
  border-color: transparent;
}

.divide-current > :not([hidden]) ~ :not([hidden]) {
  border-color: currentColor;
}

.divide-black > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
}

.divide-white > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
}

.divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
}

.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
}

.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
}

.divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
}

.divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
}

.divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
}

.divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
}

.divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
}

.divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
}

.divide-red-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
}

.divide-red-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
}

.divide-red-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
}

.divide-red-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
}

.divide-red-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
}

.divide-red-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
}

.divide-red-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
}

.divide-red-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
}

.divide-red-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
}

.divide-red-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
}

.divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
}

.divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
}

.divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
}

.divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
}

.divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
}

.divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
}

.divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
}

.divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
}

.divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
}

.divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
}

.divide-green-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
}

.divide-green-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
}

.divide-green-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
}

.divide-green-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
}

.divide-green-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
}

.divide-green-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
}

.divide-green-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
}

.divide-green-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
}

.divide-green-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
}

.divide-green-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
}

.divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
}

.divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
}

.divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
}

.divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
}

.divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
}

.divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
}

.divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
}

.divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
}

.divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
}

.divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
}

.divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
}

.divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
}

.divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
}

.divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
}

.divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
}

.divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
}

.divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
}

.divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
}

.divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
}

.divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
}

.divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
}

.divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
}

.divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
}

.divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
}

.divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
}

.divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
}

.divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
}

.divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
}

.divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
}

.divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
}

.divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
}

.divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
}

.divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
}

.divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
}

.divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
}

.divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
}

.divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
}

.divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
}

.divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
}

.divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
}

.divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0;
}

.divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.05;
}

.divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.1;
}

.divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.2;
}

.divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.25;
}

.divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.3;
}

.divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.4;
}

.divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.5;
}

.divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.6;
}

.divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.7;
}

.divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.75;
}

.divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.8;
}

.divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.9;
}

.divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.95;
}

.divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
}

.place-self-auto {
  place-self: auto;
}

.place-self-start {
  place-self: start;
}

.place-self-end {
  place-self: end;
}

.place-self-center {
  place-self: center;
}

.place-self-stretch {
  place-self: stretch;
}

.self-auto {
  align-self: auto;
}

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

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

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

.self-stretch {
  align-self: stretch;
}

.self-baseline {
  align-self: baseline;
}

.justify-self-auto {
  justify-self: auto;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

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

.justify-self-stretch {
  justify-self: stretch;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.overscroll-auto {
  overscroll-behavior: auto;
}

.overscroll-contain {
  overscroll-behavior: contain;
}

.overscroll-none {
  overscroll-behavior: none;
}

.overscroll-y-auto {
  overscroll-behavior-y: auto;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain;
}

.overscroll-y-none {
  overscroll-behavior-y: none;
}

.overscroll-x-auto {
  overscroll-behavior-x: auto;
}

.overscroll-x-contain {
  overscroll-behavior-x: contain;
}

.overscroll-x-none {
  overscroll-behavior-x: none;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.overflow-clip {
  text-overflow: clip;
}

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

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

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

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

.break-words {
  overflow-wrap: break-word;
}

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

.rounded-none {
  border-radius: 0px;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

.rounded-xl {
  border-radius: 0.75rem;
}

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

.rounded-3xl {
  border-radius: 1.5rem;
}

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

.rounded-5px {
  border-radius: 0.3125rem;
}

.rounded-50px {
  border-radius: 3.125rem;
}

.rounded-500px {
  border-radius: 31.25rem;
}

.rounded-60px {
  border-radius: 3.75rem;
}

.rounded-3px {
  border-radius: 0.1875rem;
}

.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.rounded-t-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-t-5px {
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
}

.rounded-t-50px {
  border-top-left-radius: 3.125rem;
  border-top-right-radius: 3.125rem;
}

.rounded-t-500px {
  border-top-left-radius: 31.25rem;
  border-top-right-radius: 31.25rem;
}

.rounded-t-60px {
  border-top-left-radius: 3.75rem;
  border-top-right-radius: 3.75rem;
}

.rounded-t-3px {
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}

.rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

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

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

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

.rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.rounded-r-2xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-r-5px {
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}

.rounded-r-50px {
  border-top-right-radius: 3.125rem;
  border-bottom-right-radius: 3.125rem;
}

.rounded-r-500px {
  border-top-right-radius: 31.25rem;
  border-bottom-right-radius: 31.25rem;
}

.rounded-r-60px {
  border-top-right-radius: 3.75rem;
  border-bottom-right-radius: 3.75rem;
}

.rounded-r-3px {
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
}

.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-b-5px {
  border-bottom-right-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}

.rounded-b-50px {
  border-bottom-right-radius: 3.125rem;
  border-bottom-left-radius: 3.125rem;
}

.rounded-b-500px {
  border-bottom-right-radius: 31.25rem;
  border-bottom-left-radius: 31.25rem;
}

.rounded-b-60px {
  border-bottom-right-radius: 3.75rem;
  border-bottom-left-radius: 3.75rem;
}

.rounded-b-3px {
  border-bottom-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}

.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

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

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

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

.rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-l-5px {
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}

.rounded-l-50px {
  border-top-left-radius: 3.125rem;
  border-bottom-left-radius: 3.125rem;
}

.rounded-l-500px {
  border-top-left-radius: 31.25rem;
  border-bottom-left-radius: 31.25rem;
}

.rounded-l-60px {
  border-top-left-radius: 3.75rem;
  border-bottom-left-radius: 3.75rem;
}

.rounded-l-3px {
  border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}

.rounded-tl-none {
  border-top-left-radius: 0px;
}

.rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}

.rounded-tl {
  border-top-left-radius: 0.25rem;
}

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

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

.rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}

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

.rounded-tl-3xl {
  border-top-left-radius: 1.5rem;
}

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

.rounded-tl-5px {
  border-top-left-radius: 0.3125rem;
}

.rounded-tl-50px {
  border-top-left-radius: 3.125rem;
}

.rounded-tl-500px {
  border-top-left-radius: 31.25rem;
}

.rounded-tl-60px {
  border-top-left-radius: 3.75rem;
}

.rounded-tl-3px {
  border-top-left-radius: 0.1875rem;
}

.rounded-tr-none {
  border-top-right-radius: 0px;
}

.rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}

.rounded-tr {
  border-top-right-radius: 0.25rem;
}

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

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

.rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}

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

.rounded-tr-3xl {
  border-top-right-radius: 1.5rem;
}

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

.rounded-tr-5px {
  border-top-right-radius: 0.3125rem;
}

.rounded-tr-50px {
  border-top-right-radius: 3.125rem;
}

.rounded-tr-500px {
  border-top-right-radius: 31.25rem;
}

.rounded-tr-60px {
  border-top-right-radius: 3.75rem;
}

.rounded-tr-3px {
  border-top-right-radius: 0.1875rem;
}

.rounded-br-none {
  border-bottom-right-radius: 0px;
}

.rounded-br-sm {
  border-bottom-right-radius: 0.125rem;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem;
}

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

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

.rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}

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

.rounded-br-3xl {
  border-bottom-right-radius: 1.5rem;
}

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

.rounded-br-5px {
  border-bottom-right-radius: 0.3125rem;
}

.rounded-br-50px {
  border-bottom-right-radius: 3.125rem;
}

.rounded-br-500px {
  border-bottom-right-radius: 31.25rem;
}

.rounded-br-60px {
  border-bottom-right-radius: 3.75rem;
}

.rounded-br-3px {
  border-bottom-right-radius: 0.1875rem;
}

.rounded-bl-none {
  border-bottom-left-radius: 0px;
}

.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

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

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

.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}

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

.rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem;
}

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

.rounded-bl-5px {
  border-bottom-left-radius: 0.3125rem;
}

.rounded-bl-50px {
  border-bottom-left-radius: 3.125rem;
}

.rounded-bl-500px {
  border-bottom-left-radius: 31.25rem;
}

.rounded-bl-60px {
  border-bottom-left-radius: 3.75rem;
}

.rounded-bl-3px {
  border-bottom-left-radius: 0.1875rem;
}

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

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

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

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

.border {
  border-width: 1px;
}

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

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

.border-t-4 {
  border-top-width: 4px;
}

.border-t-8 {
  border-top-width: 8px;
}

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

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

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

.border-r-4 {
  border-right-width: 4px;
}

.border-r-8 {
  border-right-width: 8px;
}

.border-r {
  border-right-width: 1px;
}

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

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

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

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

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

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

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

.border-l-4 {
  border-left-width: 4px;
}

.border-l-8 {
  border-left-width: 8px;
}

.border-l {
  border-left-width: 1px;
}

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

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

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

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

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

.border-transparent {
  border-color: transparent;
}

.border-current {
  border-color: currentColor;
}

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

.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

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

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

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

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

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.border-red-50 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.border-red-900 {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.border-yellow-50 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.border-yellow-100 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.border-yellow-600 {
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.border-yellow-700 {
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.border-yellow-800 {
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.border-yellow-900 {
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

.border-green-50 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.border-green-100 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.border-green-700 {
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

.border-green-800 {
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.border-green-900 {
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

.border-blue-50 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.border-blue-800 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.border-indigo-50 {
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.border-indigo-100 {
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.border-indigo-200 {
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.border-indigo-300 {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.border-indigo-600 {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.border-indigo-700 {
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.border-indigo-800 {
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.border-indigo-900 {
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.border-purple-50 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.border-purple-100 {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.border-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.border-purple-400 {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.border-purple-600 {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.border-purple-700 {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.border-purple-800 {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.border-purple-900 {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.border-pink-50 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.border-pink-100 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.border-pink-200 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.border-pink-300 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.border-pink-400 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.border-pink-500 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.border-pink-600 {
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.border-pink-700 {
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.border-pink-800 {
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.border-pink-900 {
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

.border-\#FFFFFF {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-\#191D24 {
  --tw-border-opacity: 1;
  border-color: rgba(25, 29, 36, var(--tw-border-opacity));
}

.border-\#843D87 {
  --tw-border-opacity: 1;
  border-color: rgba(132, 61, 135, var(--tw-border-opacity));
}

.border-\#C2C2C2 {
  --tw-border-opacity: 1;
  border-color: rgba(194, 194, 194, var(--tw-border-opacity));
}

.focus\:border-\#843D87:focus {
  --tw-border-opacity: 1;
  border-color: rgba(132, 61, 135, var(--tw-border-opacity));
}

.border-opacity-0 {
  --tw-border-opacity: 0;
}

.border-opacity-5 {
  --tw-border-opacity: 0.05;
}

.border-opacity-10 {
  --tw-border-opacity: 0.1;
}

.border-opacity-20 {
  --tw-border-opacity: 0.2;
}

.border-opacity-25 {
  --tw-border-opacity: 0.25;
}

.border-opacity-30 {
  --tw-border-opacity: 0.3;
}

.border-opacity-40 {
  --tw-border-opacity: 0.4;
}

.border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.border-opacity-60 {
  --tw-border-opacity: 0.6;
}

.border-opacity-70 {
  --tw-border-opacity: 0.7;
}

.border-opacity-75 {
  --tw-border-opacity: 0.75;
}

.border-opacity-80 {
  --tw-border-opacity: 0.8;
}

.border-opacity-90 {
  --tw-border-opacity: 0.9;
}

.border-opacity-95 {
  --tw-border-opacity: 0.95;
}

.border-opacity-100 {
  --tw-border-opacity: 1;
}

.bg-transparent {
  background-color: transparent;
}

.bg-current {
  background-color: currentColor;
}

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

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

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

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

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

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

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

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

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.bg-yellow-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.bg-yellow-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.bg-indigo-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.bg-indigo-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.bg-indigo-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.bg-indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.bg-pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.bg-pink-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.bg-pink-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.bg-pink-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.bg-pink-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.bg-pink-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.bg-\#FFFFFF {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-\#FBF8FF {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 248, 255, var(--tw-bg-opacity));
}

.bg-\#843D87 {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 61, 135, var(--tw-bg-opacity));
}

.bg-\#455C20 {
  --tw-bg-opacity: 1;
  background-color: rgba(69, 92, 32, var(--tw-bg-opacity));
}

.bg-\#FFFBED {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 237, var(--tw-bg-opacity));
}

.bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

.bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.bg-none {
  background-image: none;
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

.from-transparent {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-current {
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-black {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-white {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-gray-50 {
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.from-gray-100 {
  --tw-gradient-from: #f3f4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.from-gray-200 {
  --tw-gradient-from: #e5e7eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.from-gray-300 {
  --tw-gradient-from: #d1d5db;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.from-gray-400 {
  --tw-gradient-from: #9ca3af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.from-gray-500 {
  --tw-gradient-from: #6b7280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.from-gray-600 {
  --tw-gradient-from: #4b5563;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.from-gray-700 {
  --tw-gradient-from: #374151;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.from-gray-800 {
  --tw-gradient-from: #1f2937;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.from-gray-900 {
  --tw-gradient-from: #111827;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.from-red-50 {
  --tw-gradient-from: #fef2f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.from-red-100 {
  --tw-gradient-from: #fee2e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.from-red-200 {
  --tw-gradient-from: #fecaca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.from-red-300 {
  --tw-gradient-from: #fca5a5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.from-red-400 {
  --tw-gradient-from: #f87171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.from-red-500 {
  --tw-gradient-from: #ef4444;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.from-red-600 {
  --tw-gradient-from: #dc2626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.from-red-700 {
  --tw-gradient-from: #b91c1c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.from-red-800 {
  --tw-gradient-from: #991b1b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.from-red-900 {
  --tw-gradient-from: #7f1d1d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.from-yellow-50 {
  --tw-gradient-from: #fffbeb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.from-yellow-100 {
  --tw-gradient-from: #fef3c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.from-yellow-200 {
  --tw-gradient-from: #fde68a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.from-yellow-300 {
  --tw-gradient-from: #fcd34d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.from-yellow-400 {
  --tw-gradient-from: #fbbf24;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.from-yellow-500 {
  --tw-gradient-from: #f59e0b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.from-yellow-600 {
  --tw-gradient-from: #d97706;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.from-yellow-700 {
  --tw-gradient-from: #b45309;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.from-yellow-800 {
  --tw-gradient-from: #92400e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.from-yellow-900 {
  --tw-gradient-from: #78350f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.from-green-50 {
  --tw-gradient-from: #ecfdf5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.from-green-100 {
  --tw-gradient-from: #d1fae5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.from-green-200 {
  --tw-gradient-from: #a7f3d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.from-green-300 {
  --tw-gradient-from: #6ee7b7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.from-green-400 {
  --tw-gradient-from: #34d399;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.from-green-500 {
  --tw-gradient-from: #10b981;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.from-green-600 {
  --tw-gradient-from: #059669;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.from-green-700 {
  --tw-gradient-from: #047857;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.from-green-800 {
  --tw-gradient-from: #065f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.from-green-900 {
  --tw-gradient-from: #064e3b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.from-blue-50 {
  --tw-gradient-from: #eff6ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.from-blue-100 {
  --tw-gradient-from: #dbeafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.from-blue-200 {
  --tw-gradient-from: #bfdbfe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.from-blue-300 {
  --tw-gradient-from: #93c5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.from-blue-400 {
  --tw-gradient-from: #60a5fa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.from-blue-500 {
  --tw-gradient-from: #3b82f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.from-blue-600 {
  --tw-gradient-from: #2563eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.from-blue-700 {
  --tw-gradient-from: #1d4ed8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.from-blue-800 {
  --tw-gradient-from: #1e40af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.from-blue-900 {
  --tw-gradient-from: #1e3a8a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.from-indigo-50 {
  --tw-gradient-from: #eef2ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.from-indigo-100 {
  --tw-gradient-from: #e0e7ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.from-indigo-200 {
  --tw-gradient-from: #c7d2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.from-indigo-300 {
  --tw-gradient-from: #a5b4fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.from-indigo-400 {
  --tw-gradient-from: #818cf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.from-indigo-500 {
  --tw-gradient-from: #6366f1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.from-indigo-600 {
  --tw-gradient-from: #4f46e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.from-indigo-700 {
  --tw-gradient-from: #4338ca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.from-indigo-800 {
  --tw-gradient-from: #3730a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.from-indigo-900 {
  --tw-gradient-from: #312e81;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.from-purple-50 {
  --tw-gradient-from: #f5f3ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.from-purple-100 {
  --tw-gradient-from: #ede9fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.from-purple-200 {
  --tw-gradient-from: #ddd6fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.from-purple-300 {
  --tw-gradient-from: #c4b5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.from-purple-400 {
  --tw-gradient-from: #a78bfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.from-purple-500 {
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.from-purple-600 {
  --tw-gradient-from: #7c3aed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.from-purple-700 {
  --tw-gradient-from: #6d28d9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.from-purple-800 {
  --tw-gradient-from: #5b21b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.from-purple-900 {
  --tw-gradient-from: #4c1d95;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.from-pink-50 {
  --tw-gradient-from: #fdf2f8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.from-pink-100 {
  --tw-gradient-from: #fce7f3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.from-pink-200 {
  --tw-gradient-from: #fbcfe8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.from-pink-300 {
  --tw-gradient-from: #f9a8d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.from-pink-400 {
  --tw-gradient-from: #f472b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.from-pink-500 {
  --tw-gradient-from: #ec4899;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.from-pink-600 {
  --tw-gradient-from: #db2777;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.from-pink-700 {
  --tw-gradient-from: #be185d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.from-pink-800 {
  --tw-gradient-from: #9d174d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.from-pink-900 {
  --tw-gradient-from: #831843;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.via-transparent {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-current {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-black {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-white {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-gray-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.via-gray-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.via-gray-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.via-gray-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.via-gray-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.via-gray-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.via-gray-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.via-gray-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.via-gray-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.via-gray-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.via-red-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.via-red-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.via-red-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.via-red-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.via-red-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.via-red-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.via-red-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.via-red-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.via-red-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.via-red-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.via-yellow-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.via-yellow-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.via-yellow-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.via-yellow-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.via-yellow-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.via-yellow-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.via-yellow-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.via-yellow-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.via-yellow-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.via-yellow-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.via-green-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.via-green-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.via-green-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.via-green-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.via-green-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.via-green-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.via-green-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.via-green-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.via-green-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.via-green-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.via-blue-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.via-blue-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.via-blue-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.via-blue-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.via-blue-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.via-blue-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.via-blue-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.via-blue-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.via-blue-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.via-blue-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.via-indigo-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.via-indigo-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.via-indigo-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.via-indigo-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.via-indigo-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.via-indigo-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.via-indigo-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.via-indigo-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.via-indigo-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.via-indigo-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.via-purple-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.via-purple-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.via-purple-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.via-purple-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.via-purple-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.via-purple-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.via-purple-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.via-purple-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.via-purple-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.via-purple-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.via-pink-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.via-pink-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.via-pink-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.via-pink-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.via-pink-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.via-pink-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.via-pink-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.via-pink-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.via-pink-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.via-pink-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.to-transparent {
  --tw-gradient-to: transparent;
}

.to-current {
  --tw-gradient-to: currentColor;
}

.to-black {
  --tw-gradient-to: #000;
}

.to-white {
  --tw-gradient-to: #fff;
}

.to-gray-50 {
  --tw-gradient-to: #f9fafb;
}

.to-gray-100 {
  --tw-gradient-to: #f3f4f6;
}

.to-gray-200 {
  --tw-gradient-to: #e5e7eb;
}

.to-gray-300 {
  --tw-gradient-to: #d1d5db;
}

.to-gray-400 {
  --tw-gradient-to: #9ca3af;
}

.to-gray-500 {
  --tw-gradient-to: #6b7280;
}

.to-gray-600 {
  --tw-gradient-to: #4b5563;
}

.to-gray-700 {
  --tw-gradient-to: #374151;
}

.to-gray-800 {
  --tw-gradient-to: #1f2937;
}

.to-gray-900 {
  --tw-gradient-to: #111827;
}

.to-red-50 {
  --tw-gradient-to: #fef2f2;
}

.to-red-100 {
  --tw-gradient-to: #fee2e2;
}

.to-red-200 {
  --tw-gradient-to: #fecaca;
}

.to-red-300 {
  --tw-gradient-to: #fca5a5;
}

.to-red-400 {
  --tw-gradient-to: #f87171;
}

.to-red-500 {
  --tw-gradient-to: #ef4444;
}

.to-red-600 {
  --tw-gradient-to: #dc2626;
}

.to-red-700 {
  --tw-gradient-to: #b91c1c;
}

.to-red-800 {
  --tw-gradient-to: #991b1b;
}

.to-red-900 {
  --tw-gradient-to: #7f1d1d;
}

.to-yellow-50 {
  --tw-gradient-to: #fffbeb;
}

.to-yellow-100 {
  --tw-gradient-to: #fef3c7;
}

.to-yellow-200 {
  --tw-gradient-to: #fde68a;
}

.to-yellow-300 {
  --tw-gradient-to: #fcd34d;
}

.to-yellow-400 {
  --tw-gradient-to: #fbbf24;
}

.to-yellow-500 {
  --tw-gradient-to: #f59e0b;
}

.to-yellow-600 {
  --tw-gradient-to: #d97706;
}

.to-yellow-700 {
  --tw-gradient-to: #b45309;
}

.to-yellow-800 {
  --tw-gradient-to: #92400e;
}

.to-yellow-900 {
  --tw-gradient-to: #78350f;
}

.to-green-50 {
  --tw-gradient-to: #ecfdf5;
}

.to-green-100 {
  --tw-gradient-to: #d1fae5;
}

.to-green-200 {
  --tw-gradient-to: #a7f3d0;
}

.to-green-300 {
  --tw-gradient-to: #6ee7b7;
}

.to-green-400 {
  --tw-gradient-to: #34d399;
}

.to-green-500 {
  --tw-gradient-to: #10b981;
}

.to-green-600 {
  --tw-gradient-to: #059669;
}

.to-green-700 {
  --tw-gradient-to: #047857;
}

.to-green-800 {
  --tw-gradient-to: #065f46;
}

.to-green-900 {
  --tw-gradient-to: #064e3b;
}

.to-blue-50 {
  --tw-gradient-to: #eff6ff;
}

.to-blue-100 {
  --tw-gradient-to: #dbeafe;
}

.to-blue-200 {
  --tw-gradient-to: #bfdbfe;
}

.to-blue-300 {
  --tw-gradient-to: #93c5fd;
}

.to-blue-400 {
  --tw-gradient-to: #60a5fa;
}

.to-blue-500 {
  --tw-gradient-to: #3b82f6;
}

.to-blue-600 {
  --tw-gradient-to: #2563eb;
}

.to-blue-700 {
  --tw-gradient-to: #1d4ed8;
}

.to-blue-800 {
  --tw-gradient-to: #1e40af;
}

.to-blue-900 {
  --tw-gradient-to: #1e3a8a;
}

.to-indigo-50 {
  --tw-gradient-to: #eef2ff;
}

.to-indigo-100 {
  --tw-gradient-to: #e0e7ff;
}

.to-indigo-200 {
  --tw-gradient-to: #c7d2fe;
}

.to-indigo-300 {
  --tw-gradient-to: #a5b4fc;
}

.to-indigo-400 {
  --tw-gradient-to: #818cf8;
}

.to-indigo-500 {
  --tw-gradient-to: #6366f1;
}

.to-indigo-600 {
  --tw-gradient-to: #4f46e5;
}

.to-indigo-700 {
  --tw-gradient-to: #4338ca;
}

.to-indigo-800 {
  --tw-gradient-to: #3730a3;
}

.to-indigo-900 {
  --tw-gradient-to: #312e81;
}

.to-purple-50 {
  --tw-gradient-to: #f5f3ff;
}

.to-purple-100 {
  --tw-gradient-to: #ede9fe;
}

.to-purple-200 {
  --tw-gradient-to: #ddd6fe;
}

.to-purple-300 {
  --tw-gradient-to: #c4b5fd;
}

.to-purple-400 {
  --tw-gradient-to: #a78bfa;
}

.to-purple-500 {
  --tw-gradient-to: #8b5cf6;
}

.to-purple-600 {
  --tw-gradient-to: #7c3aed;
}

.to-purple-700 {
  --tw-gradient-to: #6d28d9;
}

.to-purple-800 {
  --tw-gradient-to: #5b21b6;
}

.to-purple-900 {
  --tw-gradient-to: #4c1d95;
}

.to-pink-50 {
  --tw-gradient-to: #fdf2f8;
}

.to-pink-100 {
  --tw-gradient-to: #fce7f3;
}

.to-pink-200 {
  --tw-gradient-to: #fbcfe8;
}

.to-pink-300 {
  --tw-gradient-to: #f9a8d4;
}

.to-pink-400 {
  --tw-gradient-to: #f472b6;
}

.to-pink-500 {
  --tw-gradient-to: #ec4899;
}

.to-pink-600 {
  --tw-gradient-to: #db2777;
}

.to-pink-700 {
  --tw-gradient-to: #be185d;
}

.to-pink-800 {
  --tw-gradient-to: #9d174d;
}

.to-pink-900 {
  --tw-gradient-to: #831843;
}

.decoration-slice {
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.decoration-clone {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.bg-auto {
  background-size: auto;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-local {
  background-attachment: local;
}

.bg-scroll {
  background-attachment: scroll;
}

.bg-clip-border {
  background-clip: border-box;
}

.bg-clip-padding {
  background-clip: padding-box;
}

.bg-clip-content {
  background-clip: content-box;
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-left {
  background-position: left;
}

.bg-left-bottom {
  background-position: left bottom;
}

.bg-left-top {
  background-position: left top;
}

.bg-right {
  background-position: right;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-right-top {
  background-position: right top;
}

.bg-top {
  background-position: top;
}

.bg-repeat {
  background-repeat: repeat;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat-x {
  background-repeat: repeat-x;
}

.bg-repeat-y {
  background-repeat: repeat-y;
}

.bg-repeat-round {
  background-repeat: round;
}

.bg-repeat-space {
  background-repeat: space;
}

.bg-origin-border {
  background-origin: border-box;
}

.bg-origin-padding {
  background-origin: padding-box;
}

.bg-origin-content {
  background-origin: content-box;
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.stroke-0 {
  stroke-width: 0;
}

.stroke-1 {
  stroke-width: 1;
}

.stroke-2 {
  stroke-width: 2;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.object-none {
  -o-object-fit: none;
     object-fit: none;
}

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-left {
  -o-object-position: left;
     object-position: left;
}

.object-left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.object-left-top {
  -o-object-position: left top;
     object-position: left top;
}

.object-right {
  -o-object-position: right;
     object-position: right;
}

.object-right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.object-right-top {
  -o-object-position: right top;
     object-position: right top;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-11 {
  padding: 2.75rem;
}

.p-12 {
  padding: 3rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-16 {
  padding: 4rem;
}

.p-20 {
  padding: 5rem;
}

.p-24 {
  padding: 6rem;
}

.p-28 {
  padding: 7rem;
}

.p-32 {
  padding: 8rem;
}

.p-36 {
  padding: 9rem;
}

.p-40 {
  padding: 10rem;
}

.p-44 {
  padding: 11rem;
}

.p-48 {
  padding: 12rem;
}

.p-52 {
  padding: 13rem;
}

.p-56 {
  padding: 14rem;
}

.p-60 {
  padding: 15rem;
}

.p-64 {
  padding: 16rem;
}

.p-72 {
  padding: 18rem;
}

.p-80 {
  padding: 20rem;
}

.p-96 {
  padding: 24rem;
}

.p-px {
  padding: 1px;
}

.p-important {
  padding: true;
}

.p-84px {
  padding: 5.25rem;
}

.p-100px {
  padding: 6.25rem;
}

.p-25px {
  padding: 1.5625rem;
}

.p-93px {
  padding: 5.8125rem;
}

.p-35px {
  padding: 2.1875rem;
}

.p-60px {
  padding: 3.75rem;
}

.p-15px {
  padding: 0.9375rem;
}

.p-30px {
  padding: 1.875rem;
}

.p-50px {
  padding: 3.125rem;
}

.p-75px {
  padding: 4.6875rem;
}

.p-18px {
  padding: 1.125rem;
}

.p-5px {
  padding: 0.3125rem;
}

.p-22px {
  padding: 1.375rem;
}

.p-120px {
  padding: 7.5rem;
}

.p-118px {
  padding: 7.375rem;
}

.p-82px {
  padding: 5.125rem;
}

.p-78px {
  padding: 4.875rem;
}

.p-52px {
  padding: 3.25rem;
}

.p-13px {
  padding: 0.8125rem;
}

.p-150px {
  padding: 9.375rem;
}

.p-151px {
  padding: 9.4375rem;
}

.p-125px {
  padding: 7.8125rem;
}

.p-33px {
  padding: 2.0625rem;
}

.p-11px {
  padding: 0.6875rem;
}

.p-23px {
  padding: 1.4375rem;
}

.p-94px {
  padding: 5.875rem;
}

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

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

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

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

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

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

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

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

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

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

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

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

.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}

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

.px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.px-44 {
  padding-left: 11rem;
  padding-right: 11rem;
}

.px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.px-52 {
  padding-left: 13rem;
  padding-right: 13rem;
}

.px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

.px-60 {
  padding-left: 15rem;
  padding-right: 15rem;
}

.px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.px-72 {
  padding-left: 18rem;
  padding-right: 18rem;
}

.px-80 {
  padding-left: 20rem;
  padding-right: 20rem;
}

.px-96 {
  padding-left: 24rem;
  padding-right: 24rem;
}

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

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-important {
  padding-left: true;
  padding-right: true;
}

.px-84px {
  padding-left: 5.25rem;
  padding-right: 5.25rem;
}

.px-100px {
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}

.px-25px {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.px-93px {
  padding-left: 5.8125rem;
  padding-right: 5.8125rem;
}

.px-35px {
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
}

.px-60px {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.px-15px {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.px-30px {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.px-50px {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.px-75px {
  padding-left: 4.6875rem;
  padding-right: 4.6875rem;
}

.px-18px {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

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

.px-22px {
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}

.px-120px {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.px-118px {
  padding-left: 7.375rem;
  padding-right: 7.375rem;
}

.px-82px {
  padding-left: 5.125rem;
  padding-right: 5.125rem;
}

.px-78px {
  padding-left: 4.875rem;
  padding-right: 4.875rem;
}

.px-52px {
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}

.px-13px {
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
}

.px-17\.5px {
  padding-left: 1.09375rem;
  padding-right: 1.09375rem;
}

.px-150px {
  padding-left: 9.375rem;
  padding-right: 9.375rem;
}

.px-151px {
  padding-left: 9.4375rem;
  padding-right: 9.4375rem;
}

.px-125px {
  padding-left: 7.8125rem;
  padding-right: 7.8125rem;
}

.px-33px {
  padding-left: 2.0625rem;
  padding-right: 2.0625rem;
}

.px-11px {
  padding-left: 0.6875rem;
  padding-right: 0.6875rem;
}

.px-23px {
  padding-left: 1.4375rem;
  padding-right: 1.4375rem;
}

.px-94px {
  padding-left: 5.875rem;
  padding-right: 5.875rem;
}

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

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

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

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

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

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

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

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

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

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

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

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

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

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

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

.py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

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

.py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.py-60 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

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

.py-72 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

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

.py-96 {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

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

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

.py-important {
  padding-top: true;
  padding-bottom: true;
}

.py-84px {
  padding-top: 5.25rem;
  padding-bottom: 5.25rem;
}

.py-100px {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.py-25px {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}

.py-93px {
  padding-top: 5.8125rem;
  padding-bottom: 5.8125rem;
}

.py-35px {
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
}

.py-60px {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.py-15px {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.py-30px {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.py-50px {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.py-75px {
  padding-top: 4.6875rem;
  padding-bottom: 4.6875rem;
}

.py-18px {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

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

.py-22px {
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
}

.py-120px {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.py-118px {
  padding-top: 7.375rem;
  padding-bottom: 7.375rem;
}

.py-82px {
  padding-top: 5.125rem;
  padding-bottom: 5.125rem;
}

.py-78px {
  padding-top: 4.875rem;
  padding-bottom: 4.875rem;
}

.py-52px {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

.py-13px {
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
}

.py-17\.5px {
  padding-top: 1.09375rem;
  padding-bottom: 1.09375rem;
}

.py-150px {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}

.py-151px {
  padding-top: 9.4375rem;
  padding-bottom: 9.4375rem;
}

.py-125px {
  padding-top: 7.8125rem;
  padding-bottom: 7.8125rem;
}

.py-33px {
  padding-top: 2.0625rem;
  padding-bottom: 2.0625rem;
}

.py-11px {
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
}

.py-23px {
  padding-top: 1.4375rem;
  padding-bottom: 1.4375rem;
}

.py-94px {
  padding-top: 5.875rem;
  padding-bottom: 5.875rem;
}

.pt-0 {
  padding-top: 0px;
}

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

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

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

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

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

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

.pt-7 {
  padding-top: 1.75rem;
}

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

.pt-9 {
  padding-top: 2.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

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

.pt-14 {
  padding-top: 3.5rem;
}

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

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

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

.pt-28 {
  padding-top: 7rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pt-36 {
  padding-top: 9rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pt-44 {
  padding-top: 11rem;
}

.pt-48 {
  padding-top: 12rem;
}

.pt-52 {
  padding-top: 13rem;
}

.pt-56 {
  padding-top: 14rem;
}

.pt-60 {
  padding-top: 15rem;
}

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

.pt-72 {
  padding-top: 18rem;
}

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

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

.pt-px {
  padding-top: 1px;
}

.pt-important {
  padding-top: true;
}

.pt-84px {
  padding-top: 5.25rem;
}

.pt-100px {
  padding-top: 6.25rem;
}

.pt-25px {
  padding-top: 1.5625rem;
}

.pt-93px {
  padding-top: 5.8125rem;
}

.pt-35px {
  padding-top: 2.1875rem;
}

.pt-60px {
  padding-top: 3.75rem;
}

.pt-15px {
  padding-top: 0.9375rem;
}

.pt-30px {
  padding-top: 1.875rem;
}

.pt-50px {
  padding-top: 3.125rem;
}

.pt-75px {
  padding-top: 4.6875rem;
}

.pt-18px {
  padding-top: 1.125rem;
}

.pt-5px {
  padding-top: 0.3125rem;
}

.pt-22px {
  padding-top: 1.375rem;
}

.pt-120px {
  padding-top: 7.5rem;
}

.pt-118px {
  padding-top: 7.375rem;
}

.pt-82px {
  padding-top: 5.125rem;
}

.pt-78px {
  padding-top: 4.875rem;
}

.pt-52px {
  padding-top: 3.25rem;
}

.pt-13px {
  padding-top: 0.8125rem;
}

.pt-150px {
  padding-top: 9.375rem;
}

.pt-151px {
  padding-top: 9.4375rem;
}

.pt-125px {
  padding-top: 7.8125rem;
}

.pt-33px {
  padding-top: 2.0625rem;
}

.pt-11px {
  padding-top: 0.6875rem;
}

.pt-23px {
  padding-top: 1.4375rem;
}

.pt-94px {
  padding-top: 5.875rem;
}

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

.pr-1 {
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

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

.pr-6 {
  padding-right: 1.5rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-11 {
  padding-right: 2.75rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pr-16 {
  padding-right: 4rem;
}

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

.pr-24 {
  padding-right: 6rem;
}

.pr-28 {
  padding-right: 7rem;
}

.pr-32 {
  padding-right: 8rem;
}

.pr-36 {
  padding-right: 9rem;
}

.pr-40 {
  padding-right: 10rem;
}

.pr-44 {
  padding-right: 11rem;
}

.pr-48 {
  padding-right: 12rem;
}

.pr-52 {
  padding-right: 13rem;
}

.pr-56 {
  padding-right: 14rem;
}

.pr-60 {
  padding-right: 15rem;
}

.pr-64 {
  padding-right: 16rem;
}

.pr-72 {
  padding-right: 18rem;
}

.pr-80 {
  padding-right: 20rem;
}

.pr-96 {
  padding-right: 24rem;
}

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

.pr-0\.5 {
  padding-right: 0.125rem;
}

.pr-important {
  padding-right: true;
}

.pr-84px {
  padding-right: 5.25rem;
}

.pr-100px {
  padding-right: 6.25rem;
}

.pr-25px {
  padding-right: 1.5625rem;
}

.pr-93px {
  padding-right: 5.8125rem;
}

.pr-35px {
  padding-right: 2.1875rem;
}

.pr-60px {
  padding-right: 3.75rem;
}

.pr-15px {
  padding-right: 0.9375rem;
}

.pr-30px {
  padding-right: 1.875rem;
}

.pr-50px {
  padding-right: 3.125rem;
}

.pr-75px {
  padding-right: 4.6875rem;
}

.pr-18px {
  padding-right: 1.125rem;
}

.pr-5px {
  padding-right: 0.3125rem;
}

.pr-22px {
  padding-right: 1.375rem;
}

.pr-120px {
  padding-right: 7.5rem;
}

.pr-118px {
  padding-right: 7.375rem;
}

.pr-82px {
  padding-right: 5.125rem;
}

.pr-78px {
  padding-right: 4.875rem;
}

.pr-52px {
  padding-right: 3.25rem;
}

.pr-13px {
  padding-right: 0.8125rem;
}

.pr-150px {
  padding-right: 9.375rem;
}

.pr-151px {
  padding-right: 9.4375rem;
}

.pr-125px {
  padding-right: 7.8125rem;
}

.pr-33px {
  padding-right: 2.0625rem;
}

.pr-11px {
  padding-right: 0.6875rem;
}

.pr-23px {
  padding-right: 1.4375rem;
}

.pr-94px {
  padding-right: 5.875rem;
}

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

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

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

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

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

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

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

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

.pb-9 {
  padding-bottom: 2.25rem;
}

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

.pb-11 {
  padding-bottom: 2.75rem;
}

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

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

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

.pb-24 {
  padding-bottom: 6rem;
}

.pb-28 {
  padding-bottom: 7rem;
}

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

.pb-36 {
  padding-bottom: 9rem;
}

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

.pb-44 {
  padding-bottom: 11rem;
}

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

.pb-52 {
  padding-bottom: 13rem;
}

.pb-56 {
  padding-bottom: 14rem;
}

.pb-60 {
  padding-bottom: 15rem;
}

.pb-64 {
  padding-bottom: 16rem;
}

.pb-72 {
  padding-bottom: 18rem;
}

.pb-80 {
  padding-bottom: 20rem;
}

.pb-96 {
  padding-bottom: 24rem;
}

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

.pb-important {
  padding-bottom: true;
}

.pb-84px {
  padding-bottom: 5.25rem;
}

.pb-100px {
  padding-bottom: 6.25rem;
}

.pb-25px {
  padding-bottom: 1.5625rem;
}

.pb-93px {
  padding-bottom: 5.8125rem;
}

.pb-35px {
  padding-bottom: 2.1875rem;
}

.pb-60px {
  padding-bottom: 3.75rem;
}

.pb-15px {
  padding-bottom: 0.9375rem;
}

.pb-30px {
  padding-bottom: 1.875rem;
}

.pb-50px {
  padding-bottom: 3.125rem;
}

.pb-75px {
  padding-bottom: 4.6875rem;
}

.pb-18px {
  padding-bottom: 1.125rem;
}

.pb-5px {
  padding-bottom: 0.3125rem;
}

.pb-22px {
  padding-bottom: 1.375rem;
}

.pb-120px {
  padding-bottom: 7.5rem;
}

.pb-118px {
  padding-bottom: 7.375rem;
}

.pb-82px {
  padding-bottom: 5.125rem;
}

.pb-78px {
  padding-bottom: 4.875rem;
}

.pb-52px {
  padding-bottom: 3.25rem;
}

.pb-13px {
  padding-bottom: 0.8125rem;
}

.pb-150px {
  padding-bottom: 9.375rem;
}

.pb-151px {
  padding-bottom: 9.4375rem;
}

.pb-125px {
  padding-bottom: 7.8125rem;
}

.pb-33px {
  padding-bottom: 2.0625rem;
}

.pb-11px {
  padding-bottom: 0.6875rem;
}

.pb-23px {
  padding-bottom: 1.4375rem;
}

.pb-94px {
  padding-bottom: 5.875rem;
}

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

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

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

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

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-11 {
  padding-left: 2.75rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

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

.pl-20 {
  padding-left: 5rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pl-28 {
  padding-left: 7rem;
}

.pl-32 {
  padding-left: 8rem;
}

.pl-36 {
  padding-left: 9rem;
}

.pl-40 {
  padding-left: 10rem;
}

.pl-44 {
  padding-left: 11rem;
}

.pl-48 {
  padding-left: 12rem;
}

.pl-52 {
  padding-left: 13rem;
}

.pl-56 {
  padding-left: 14rem;
}

.pl-60 {
  padding-left: 15rem;
}

.pl-64 {
  padding-left: 16rem;
}

.pl-72 {
  padding-left: 18rem;
}

.pl-80 {
  padding-left: 20rem;
}

.pl-96 {
  padding-left: 24rem;
}

.pl-px {
  padding-left: 1px;
}

.pl-important {
  padding-left: true;
}

.pl-84px {
  padding-left: 5.25rem;
}

.pl-100px {
  padding-left: 6.25rem;
}

.pl-25px {
  padding-left: 1.5625rem;
}

.pl-93px {
  padding-left: 5.8125rem;
}

.pl-35px {
  padding-left: 2.1875rem;
}

.pl-60px {
  padding-left: 3.75rem;
}

.pl-15px {
  padding-left: 0.9375rem;
}

.pl-30px {
  padding-left: 1.875rem;
}

.pl-50px {
  padding-left: 3.125rem;
}

.pl-75px {
  padding-left: 4.6875rem;
}

.pl-18px {
  padding-left: 1.125rem;
}

.pl-5px {
  padding-left: 0.3125rem;
}

.pl-22px {
  padding-left: 1.375rem;
}

.pl-120px {
  padding-left: 7.5rem;
}

.pl-118px {
  padding-left: 7.375rem;
}

.pl-82px {
  padding-left: 5.125rem;
}

.pl-78px {
  padding-left: 4.875rem;
}

.pl-52px {
  padding-left: 3.25rem;
}

.pl-13px {
  padding-left: 0.8125rem;
}

.pl-150px {
  padding-left: 9.375rem;
}

.pl-151px {
  padding-left: 9.4375rem;
}

.pl-125px {
  padding-left: 7.8125rem;
}

.pl-33px {
  padding-left: 2.0625rem;
}

.pl-11px {
  padding-left: 0.6875rem;
}

.pl-23px {
  padding-left: 1.4375rem;
}

.pl-94px {
  padding-left: 5.875rem;
}

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

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

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

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

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.font-sans {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font-Manrope {
  font-family: 'Manrope', sans-serif;
}

.font-Larken {
  font-family: 'Larken';
}

.font-Playfair {
  font-family: 'Playfair Display', serif;
}

.font-Montserrat {
  font-family: Montserrat;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

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

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

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

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

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

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

.text-9xl {
  font-size: 8rem;
  line-height: 1;
}

.text-80px {
  font-size: 5rem;
}

.text-50px {
  font-size: 3.125rem;
}

.text-35px {
  font-size: 2.1875rem;
}

.text-40px {
  font-size: 2.5rem;
}

.text-28px {
  font-size: 1.75rem;
}

.text-56px {
  font-size: 3.5rem;
}

.text-48px {
  font-size: 3rem;
}

.text-75px {
  font-size: 4.6875rem;
}

.font-thin {
  font-weight: 100;
}

.font-extralight {
  font-weight: 200;
}

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

.font-normal {
  font-weight: 400;
}

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

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

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

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions {
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.normal-nums {
  font-variant-numeric: normal;
}

.ordinal {
  --tw-ordinal: ordinal;
}

.slashed-zero {
  --tw-slashed-zero: slashed-zero;
}

.lining-nums {
  --tw-numeric-figure: lining-nums;
}

.oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums;
}

.proportional-nums {
  --tw-numeric-spacing: proportional-nums;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
}

.diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions;
}

.stacked-fractions {
  --tw-numeric-fraction: stacked-fractions;
}

.leading-3 {
  line-height: .75rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

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

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

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

.leading-10 {
  line-height: 2.5rem;
}

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

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

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

.leading-relaxed {
  line-height: 1.625;
}

.leading-loose {
  line-height: 2;
}

.leading-90px {
  line-height: 5.625rem;
}

.leading-26px {
  line-height: 1.625rem;
}

.leading-55px {
  line-height: 3.4375rem;
}

.leading-46px {
  line-height: 2.875rem;
}

.leading-48px {
  line-height: 3rem;
}

.leading-25px {
  line-height: 1.5625rem;
}

.leading-34px {
  line-height: 2.125rem;
}

.leading-52px {
  line-height: 3.25rem;
}

.leading-44px {
  line-height: 2.75rem;
}

.leading-33px {
  line-height: 2.0625rem;
}

.leading-42px {
  line-height: 2.625rem;
}

.leading-50px {
  line-height: 3.125rem;
}

.leading-66px {
  line-height: 4.125rem;
}

.leading-23px {
  line-height: 1.4375rem;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

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

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.tracking-0\.02em {
  letter-spacing: 0.02em;
}

.text-transparent {
  color: transparent;
}

.text-current {
  color: currentColor;
}

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

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

.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

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

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

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

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

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

.text-red-50 {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.text-red-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.text-red-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.text-red-300 {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.text-red-900 {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.text-green-50 {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.text-green-100 {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.text-green-200 {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.text-green-300 {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.text-green-400 {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.text-green-900 {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.text-blue-50 {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

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

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

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.text-indigo-50 {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.text-purple-50 {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.text-purple-100 {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.text-purple-200 {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.text-pink-50 {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.text-pink-100 {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.text-pink-200 {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.text-pink-300 {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.text-pink-400 {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.text-pink-500 {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.text-pink-700 {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.text-pink-800 {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.text-pink-900 {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.text-\#FFFFFF {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-\#191D24 {
  --tw-text-opacity: 1;
  color: rgba(25, 29, 36, var(--tw-text-opacity));
}

.text-\#843D87 {
  --tw-text-opacity: 1;
  color: rgba(132, 61, 135, var(--tw-text-opacity));
}

.text-\#555555 {
  --tw-text-opacity: 1;
  color: rgba(85, 85, 85, var(--tw-text-opacity));
}

.text-\#455C20 {
  --tw-text-opacity: 1;
  color: rgba(69, 92, 32, var(--tw-text-opacity));
}

.text-\#161616 {
  --tw-text-opacity: 1;
  color: rgba(22, 22, 22, var(--tw-text-opacity));
}

.text-opacity-0 {
  --tw-text-opacity: 0;
}

.text-opacity-5 {
  --tw-text-opacity: 0.05;
}

.text-opacity-10 {
  --tw-text-opacity: 0.1;
}

.text-opacity-20 {
  --tw-text-opacity: 0.2;
}

.text-opacity-25 {
  --tw-text-opacity: 0.25;
}

.text-opacity-30 {
  --tw-text-opacity: 0.3;
}

.text-opacity-40 {
  --tw-text-opacity: 0.4;
}

.text-opacity-50 {
  --tw-text-opacity: 0.5;
}

.text-opacity-60 {
  --tw-text-opacity: 0.6;
}

.text-opacity-70 {
  --tw-text-opacity: 0.7;
}

.text-opacity-75 {
  --tw-text-opacity: 0.75;
}

.text-opacity-80 {
  --tw-text-opacity: 0.8;
}

.text-opacity-90 {
  --tw-text-opacity: 0.9;
}

.text-opacity-95 {
  --tw-text-opacity: 0.95;
}

.text-opacity-100 {
  --tw-text-opacity: 1;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

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

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.caret-transparent {
  caret-color: transparent;
}

.caret-current {
  caret-color: currentColor;
}

.caret-black {
  caret-color: #000;
}

.caret-white {
  caret-color: #fff;
}

.caret-gray-50 {
  caret-color: #f9fafb;
}

.caret-gray-100 {
  caret-color: #f3f4f6;
}

.caret-gray-200 {
  caret-color: #e5e7eb;
}

.caret-gray-300 {
  caret-color: #d1d5db;
}

.caret-gray-400 {
  caret-color: #9ca3af;
}

.caret-gray-500 {
  caret-color: #6b7280;
}

.caret-gray-600 {
  caret-color: #4b5563;
}

.caret-gray-700 {
  caret-color: #374151;
}

.caret-gray-800 {
  caret-color: #1f2937;
}

.caret-gray-900 {
  caret-color: #111827;
}

.caret-red-50 {
  caret-color: #fef2f2;
}

.caret-red-100 {
  caret-color: #fee2e2;
}

.caret-red-200 {
  caret-color: #fecaca;
}

.caret-red-300 {
  caret-color: #fca5a5;
}

.caret-red-400 {
  caret-color: #f87171;
}

.caret-red-500 {
  caret-color: #ef4444;
}

.caret-red-600 {
  caret-color: #dc2626;
}

.caret-red-700 {
  caret-color: #b91c1c;
}

.caret-red-800 {
  caret-color: #991b1b;
}

.caret-red-900 {
  caret-color: #7f1d1d;
}

.caret-yellow-50 {
  caret-color: #fffbeb;
}

.caret-yellow-100 {
  caret-color: #fef3c7;
}

.caret-yellow-200 {
  caret-color: #fde68a;
}

.caret-yellow-300 {
  caret-color: #fcd34d;
}

.caret-yellow-400 {
  caret-color: #fbbf24;
}

.caret-yellow-500 {
  caret-color: #f59e0b;
}

.caret-yellow-600 {
  caret-color: #d97706;
}

.caret-yellow-700 {
  caret-color: #b45309;
}

.caret-yellow-800 {
  caret-color: #92400e;
}

.caret-yellow-900 {
  caret-color: #78350f;
}

.caret-green-50 {
  caret-color: #ecfdf5;
}

.caret-green-100 {
  caret-color: #d1fae5;
}

.caret-green-200 {
  caret-color: #a7f3d0;
}

.caret-green-300 {
  caret-color: #6ee7b7;
}

.caret-green-400 {
  caret-color: #34d399;
}

.caret-green-500 {
  caret-color: #10b981;
}

.caret-green-600 {
  caret-color: #059669;
}

.caret-green-700 {
  caret-color: #047857;
}

.caret-green-800 {
  caret-color: #065f46;
}

.caret-green-900 {
  caret-color: #064e3b;
}

.caret-blue-50 {
  caret-color: #eff6ff;
}

.caret-blue-100 {
  caret-color: #dbeafe;
}

.caret-blue-200 {
  caret-color: #bfdbfe;
}

.caret-blue-300 {
  caret-color: #93c5fd;
}

.caret-blue-400 {
  caret-color: #60a5fa;
}

.caret-blue-500 {
  caret-color: #3b82f6;
}

.caret-blue-600 {
  caret-color: #2563eb;
}

.caret-blue-700 {
  caret-color: #1d4ed8;
}

.caret-blue-800 {
  caret-color: #1e40af;
}

.caret-blue-900 {
  caret-color: #1e3a8a;
}

.caret-indigo-50 {
  caret-color: #eef2ff;
}

.caret-indigo-100 {
  caret-color: #e0e7ff;
}

.caret-indigo-200 {
  caret-color: #c7d2fe;
}

.caret-indigo-300 {
  caret-color: #a5b4fc;
}

.caret-indigo-400 {
  caret-color: #818cf8;
}

.caret-indigo-500 {
  caret-color: #6366f1;
}

.caret-indigo-600 {
  caret-color: #4f46e5;
}

.caret-indigo-700 {
  caret-color: #4338ca;
}

.caret-indigo-800 {
  caret-color: #3730a3;
}

.caret-indigo-900 {
  caret-color: #312e81;
}

.caret-purple-50 {
  caret-color: #f5f3ff;
}

.caret-purple-100 {
  caret-color: #ede9fe;
}

.caret-purple-200 {
  caret-color: #ddd6fe;
}

.caret-purple-300 {
  caret-color: #c4b5fd;
}

.caret-purple-400 {
  caret-color: #a78bfa;
}

.caret-purple-500 {
  caret-color: #8b5cf6;
}

.caret-purple-600 {
  caret-color: #7c3aed;
}

.caret-purple-700 {
  caret-color: #6d28d9;
}

.caret-purple-800 {
  caret-color: #5b21b6;
}

.caret-purple-900 {
  caret-color: #4c1d95;
}

.caret-pink-50 {
  caret-color: #fdf2f8;
}

.caret-pink-100 {
  caret-color: #fce7f3;
}

.caret-pink-200 {
  caret-color: #fbcfe8;
}

.caret-pink-300 {
  caret-color: #f9a8d4;
}

.caret-pink-400 {
  caret-color: #f472b6;
}

.caret-pink-500 {
  caret-color: #ec4899;
}

.caret-pink-600 {
  caret-color: #db2777;
}

.caret-pink-700 {
  caret-color: #be185d;
}

.caret-pink-800 {
  caret-color: #9d174d;
}

.caret-pink-900 {
  caret-color: #831843;
}

.opacity-0 {
  opacity: 0;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-95 {
  opacity: 0.95;
}

.opacity-100 {
  opacity: 1;
}

.bg-blend-normal {
  background-blend-mode: normal;
}

.bg-blend-multiply {
  background-blend-mode: multiply;
}

.bg-blend-screen {
  background-blend-mode: screen;
}

.bg-blend-overlay {
  background-blend-mode: overlay;
}

.bg-blend-darken {
  background-blend-mode: darken;
}

.bg-blend-lighten {
  background-blend-mode: lighten;
}

.bg-blend-color-dodge {
  background-blend-mode: color-dodge;
}

.bg-blend-color-burn {
  background-blend-mode: color-burn;
}

.bg-blend-hard-light {
  background-blend-mode: hard-light;
}

.bg-blend-soft-light {
  background-blend-mode: soft-light;
}

.bg-blend-difference {
  background-blend-mode: difference;
}

.bg-blend-exclusion {
  background-blend-mode: exclusion;
}

.bg-blend-hue {
  background-blend-mode: hue;
}

.bg-blend-saturation {
  background-blend-mode: saturation;
}

.bg-blend-color {
  background-blend-mode: color;
}

.bg-blend-luminosity {
  background-blend-mode: luminosity;
}

.mix-blend-normal {
  mix-blend-mode: normal;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.mix-blend-screen {
  mix-blend-mode: screen;
}

.mix-blend-overlay {
  mix-blend-mode: overlay;
}

.mix-blend-darken {
  mix-blend-mode: darken;
}

.mix-blend-lighten {
  mix-blend-mode: lighten;
}

.mix-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

.mix-blend-color-burn {
  mix-blend-mode: color-burn;
}

.mix-blend-hard-light {
  mix-blend-mode: hard-light;
}

.mix-blend-soft-light {
  mix-blend-mode: soft-light;
}

.mix-blend-difference {
  mix-blend-mode: difference;
}

.mix-blend-exclusion {
  mix-blend-mode: exclusion;
}

.mix-blend-hue {
  mix-blend-mode: hue;
}

.mix-blend-saturation {
  mix-blend-mode: saturation;
}

.mix-blend-color {
  mix-blend-mode: color;
}

.mix-blend-luminosity {
  mix-blend-mode: luminosity;
}

*, ::before, ::after {
  --tw-shadow: 0 0 #0000;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-3xl {
  --tw-shadow: 0px 1.41384px 4.24153px rgba(0, 0, 0, 0.1), 0px 1.41384px 2.82769px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.outline-white {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.outline-black {
  outline: 2px dotted black;
  outline-offset: 2px;
}

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

*, ::before, ::after {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --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 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

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

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

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

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

.ring-8 {
  --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(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring {
  --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

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

.ring-inset {
  --tw-ring-inset: inset;
}

.focus\:ring-inset:focus {
  --tw-ring-inset: inset;
}

.ring-transparent {
  --tw-ring-color: transparent;
}

.ring-current {
  --tw-ring-color: currentColor;
}

.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.ring-gray-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}

.ring-gray-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}

.ring-gray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}

.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}

.ring-gray-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}

.ring-gray-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}

.ring-gray-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}

.ring-gray-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}

.ring-gray-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}

.ring-gray-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}

.ring-red-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

.ring-red-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

.ring-red-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}

.ring-red-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}

.ring-red-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}

.ring-red-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.ring-red-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}

.ring-red-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}

.ring-red-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}

.ring-red-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}

.ring-yellow-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}

.ring-yellow-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}

.ring-yellow-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}

.ring-yellow-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}

.ring-yellow-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}

.ring-yellow-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}

.ring-yellow-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}

.ring-yellow-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}

.ring-yellow-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}

.ring-yellow-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
}

.ring-green-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}

.ring-green-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}

.ring-green-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}

.ring-green-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
}

.ring-green-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
}

.ring-green-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}

.ring-green-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
}

.ring-green-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
}

.ring-green-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}

.ring-green-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
}

.ring-blue-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}

.ring-blue-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}

.ring-blue-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}

.ring-blue-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}

.ring-blue-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}

.ring-blue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

.ring-blue-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}

.ring-blue-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}

.ring-blue-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}

.ring-blue-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}

.ring-indigo-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

.ring-indigo-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

.ring-indigo-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.ring-indigo-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

.ring-indigo-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

.ring-indigo-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.ring-indigo-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.ring-indigo-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

.ring-indigo-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

.ring-indigo-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}

.ring-purple-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}

.ring-purple-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}

.ring-purple-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}

.ring-purple-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}

.ring-purple-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}

.ring-purple-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}

.ring-purple-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}

.ring-purple-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}

.ring-purple-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}

.ring-purple-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}

.ring-pink-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}

.ring-pink-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}

.ring-pink-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}

.ring-pink-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}

.ring-pink-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}

.ring-pink-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}

.ring-pink-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}

.ring-pink-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}

.ring-pink-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}

.ring-pink-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
}

.focus\:ring-\#843D87:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(132, 61, 135, var(--tw-ring-opacity));
}

.ring-opacity-0 {
  --tw-ring-opacity: 0;
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}

.ring-opacity-10 {
  --tw-ring-opacity: 0.1;
}

.ring-opacity-20 {
  --tw-ring-opacity: 0.2;
}

.ring-opacity-25 {
  --tw-ring-opacity: 0.25;
}

.ring-opacity-30 {
  --tw-ring-opacity: 0.3;
}

.ring-opacity-40 {
  --tw-ring-opacity: 0.4;
}

.ring-opacity-50 {
  --tw-ring-opacity: 0.5;
}

.ring-opacity-60 {
  --tw-ring-opacity: 0.6;
}

.ring-opacity-70 {
  --tw-ring-opacity: 0.7;
}

.ring-opacity-75 {
  --tw-ring-opacity: 0.75;
}

.ring-opacity-80 {
  --tw-ring-opacity: 0.8;
}

.ring-opacity-90 {
  --tw-ring-opacity: 0.9;
}

.ring-opacity-95 {
  --tw-ring-opacity: 0.95;
}

.ring-opacity-100 {
  --tw-ring-opacity: 1;
}

.focus\:ring-opacity-0:focus {
  --tw-ring-opacity: 0;
}

.ring-offset-0 {
  --tw-ring-offset-width: 0px;
}

.ring-offset-1 {
  --tw-ring-offset-width: 1px;
}

.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}

.ring-offset-4 {
  --tw-ring-offset-width: 4px;
}

.ring-offset-8 {
  --tw-ring-offset-width: 8px;
}

.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px;
}

.ring-offset-transparent {
  --tw-ring-offset-color: transparent;
}

.ring-offset-current {
  --tw-ring-offset-color: currentColor;
}

.ring-offset-black {
  --tw-ring-offset-color: #000;
}

.ring-offset-white {
  --tw-ring-offset-color: #fff;
}

.ring-offset-gray-50 {
  --tw-ring-offset-color: #f9fafb;
}

.ring-offset-gray-100 {
  --tw-ring-offset-color: #f3f4f6;
}

.ring-offset-gray-200 {
  --tw-ring-offset-color: #e5e7eb;
}

.ring-offset-gray-300 {
  --tw-ring-offset-color: #d1d5db;
}

.ring-offset-gray-400 {
  --tw-ring-offset-color: #9ca3af;
}

.ring-offset-gray-500 {
  --tw-ring-offset-color: #6b7280;
}

.ring-offset-gray-600 {
  --tw-ring-offset-color: #4b5563;
}

.ring-offset-gray-700 {
  --tw-ring-offset-color: #374151;
}

.ring-offset-gray-800 {
  --tw-ring-offset-color: #1f2937;
}

.ring-offset-gray-900 {
  --tw-ring-offset-color: #111827;
}

.ring-offset-red-50 {
  --tw-ring-offset-color: #fef2f2;
}

.ring-offset-red-100 {
  --tw-ring-offset-color: #fee2e2;
}

.ring-offset-red-200 {
  --tw-ring-offset-color: #fecaca;
}

.ring-offset-red-300 {
  --tw-ring-offset-color: #fca5a5;
}

.ring-offset-red-400 {
  --tw-ring-offset-color: #f87171;
}

.ring-offset-red-500 {
  --tw-ring-offset-color: #ef4444;
}

.ring-offset-red-600 {
  --tw-ring-offset-color: #dc2626;
}

.ring-offset-red-700 {
  --tw-ring-offset-color: #b91c1c;
}

.ring-offset-red-800 {
  --tw-ring-offset-color: #991b1b;
}

.ring-offset-red-900 {
  --tw-ring-offset-color: #7f1d1d;
}

.ring-offset-yellow-50 {
  --tw-ring-offset-color: #fffbeb;
}

.ring-offset-yellow-100 {
  --tw-ring-offset-color: #fef3c7;
}

.ring-offset-yellow-200 {
  --tw-ring-offset-color: #fde68a;
}

.ring-offset-yellow-300 {
  --tw-ring-offset-color: #fcd34d;
}

.ring-offset-yellow-400 {
  --tw-ring-offset-color: #fbbf24;
}

.ring-offset-yellow-500 {
  --tw-ring-offset-color: #f59e0b;
}

.ring-offset-yellow-600 {
  --tw-ring-offset-color: #d97706;
}

.ring-offset-yellow-700 {
  --tw-ring-offset-color: #b45309;
}

.ring-offset-yellow-800 {
  --tw-ring-offset-color: #92400e;
}

.ring-offset-yellow-900 {
  --tw-ring-offset-color: #78350f;
}

.ring-offset-green-50 {
  --tw-ring-offset-color: #ecfdf5;
}

.ring-offset-green-100 {
  --tw-ring-offset-color: #d1fae5;
}

.ring-offset-green-200 {
  --tw-ring-offset-color: #a7f3d0;
}

.ring-offset-green-300 {
  --tw-ring-offset-color: #6ee7b7;
}

.ring-offset-green-400 {
  --tw-ring-offset-color: #34d399;
}

.ring-offset-green-500 {
  --tw-ring-offset-color: #10b981;
}

.ring-offset-green-600 {
  --tw-ring-offset-color: #059669;
}

.ring-offset-green-700 {
  --tw-ring-offset-color: #047857;
}

.ring-offset-green-800 {
  --tw-ring-offset-color: #065f46;
}

.ring-offset-green-900 {
  --tw-ring-offset-color: #064e3b;
}

.ring-offset-blue-50 {
  --tw-ring-offset-color: #eff6ff;
}

.ring-offset-blue-100 {
  --tw-ring-offset-color: #dbeafe;
}

.ring-offset-blue-200 {
  --tw-ring-offset-color: #bfdbfe;
}

.ring-offset-blue-300 {
  --tw-ring-offset-color: #93c5fd;
}

.ring-offset-blue-400 {
  --tw-ring-offset-color: #60a5fa;
}

.ring-offset-blue-500 {
  --tw-ring-offset-color: #3b82f6;
}

.ring-offset-blue-600 {
  --tw-ring-offset-color: #2563eb;
}

.ring-offset-blue-700 {
  --tw-ring-offset-color: #1d4ed8;
}

.ring-offset-blue-800 {
  --tw-ring-offset-color: #1e40af;
}

.ring-offset-blue-900 {
  --tw-ring-offset-color: #1e3a8a;
}

.ring-offset-indigo-50 {
  --tw-ring-offset-color: #eef2ff;
}

.ring-offset-indigo-100 {
  --tw-ring-offset-color: #e0e7ff;
}

.ring-offset-indigo-200 {
  --tw-ring-offset-color: #c7d2fe;
}

.ring-offset-indigo-300 {
  --tw-ring-offset-color: #a5b4fc;
}

.ring-offset-indigo-400 {
  --tw-ring-offset-color: #818cf8;
}

.ring-offset-indigo-500 {
  --tw-ring-offset-color: #6366f1;
}

.ring-offset-indigo-600 {
  --tw-ring-offset-color: #4f46e5;
}

.ring-offset-indigo-700 {
  --tw-ring-offset-color: #4338ca;
}

.ring-offset-indigo-800 {
  --tw-ring-offset-color: #3730a3;
}

.ring-offset-indigo-900 {
  --tw-ring-offset-color: #312e81;
}

.ring-offset-purple-50 {
  --tw-ring-offset-color: #f5f3ff;
}

.ring-offset-purple-100 {
  --tw-ring-offset-color: #ede9fe;
}

.ring-offset-purple-200 {
  --tw-ring-offset-color: #ddd6fe;
}

.ring-offset-purple-300 {
  --tw-ring-offset-color: #c4b5fd;
}

.ring-offset-purple-400 {
  --tw-ring-offset-color: #a78bfa;
}

.ring-offset-purple-500 {
  --tw-ring-offset-color: #8b5cf6;
}

.ring-offset-purple-600 {
  --tw-ring-offset-color: #7c3aed;
}

.ring-offset-purple-700 {
  --tw-ring-offset-color: #6d28d9;
}

.ring-offset-purple-800 {
  --tw-ring-offset-color: #5b21b6;
}

.ring-offset-purple-900 {
  --tw-ring-offset-color: #4c1d95;
}

.ring-offset-pink-50 {
  --tw-ring-offset-color: #fdf2f8;
}

.ring-offset-pink-100 {
  --tw-ring-offset-color: #fce7f3;
}

.ring-offset-pink-200 {
  --tw-ring-offset-color: #fbcfe8;
}

.ring-offset-pink-300 {
  --tw-ring-offset-color: #f9a8d4;
}

.ring-offset-pink-400 {
  --tw-ring-offset-color: #f472b6;
}

.ring-offset-pink-500 {
  --tw-ring-offset-color: #ec4899;
}

.ring-offset-pink-600 {
  --tw-ring-offset-color: #db2777;
}

.ring-offset-pink-700 {
  --tw-ring-offset-color: #be185d;
}

.ring-offset-pink-800 {
  --tw-ring-offset-color: #9d174d;
}

.ring-offset-pink-900 {
  --tw-ring-offset-color: #831843;
}

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

.filter-none {
  filter: none;
}

.blur-0 {
  --tw-blur: blur(0);
}

.blur-none {
  --tw-blur: blur(0);
}

.blur-sm {
  --tw-blur: blur(4px);
}

.blur {
  --tw-blur: blur(8px);
}

.blur-md {
  --tw-blur: blur(12px);
}

.blur-lg {
  --tw-blur: blur(16px);
}

.blur-xl {
  --tw-blur: blur(24px);
}

.blur-2xl {
  --tw-blur: blur(40px);
}

.blur-3xl {
  --tw-blur: blur(64px);
}

.brightness-0 {
  --tw-brightness: brightness(0);
}

.brightness-50 {
  --tw-brightness: brightness(.5);
}

.brightness-75 {
  --tw-brightness: brightness(.75);
}

.brightness-90 {
  --tw-brightness: brightness(.9);
}

.brightness-95 {
  --tw-brightness: brightness(.95);
}

.brightness-100 {
  --tw-brightness: brightness(1);
}

.brightness-105 {
  --tw-brightness: brightness(1.05);
}

.brightness-110 {
  --tw-brightness: brightness(1.1);
}

.brightness-125 {
  --tw-brightness: brightness(1.25);
}

.brightness-150 {
  --tw-brightness: brightness(1.5);
}

.brightness-200 {
  --tw-brightness: brightness(2);
}

.contrast-0 {
  --tw-contrast: contrast(0);
}

.contrast-50 {
  --tw-contrast: contrast(.5);
}

.contrast-75 {
  --tw-contrast: contrast(.75);
}

.contrast-100 {
  --tw-contrast: contrast(1);
}

.contrast-125 {
  --tw-contrast: contrast(1.25);
}

.contrast-150 {
  --tw-contrast: contrast(1.5);
}

.contrast-200 {
  --tw-contrast: contrast(2);
}

.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
}

.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
}

.drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
}

.drop-shadow-none {
  --tw-drop-shadow: drop-shadow(0 0 #0000);
}

.drop-shadow-3xl {
  --tw-drop-shadow: drop-shadow(0px 1.41384px 4.24153px rgba(0, 0, 0, 0.1)) drop-shadow(0px 1.41384px 2.82769px rgba(0, 0, 0, 0.06));
}

.drop-shadow-4xl {
  --tw-drop-shadow: drop-shadow(0 0.125rem 0.625rem rgba(0, 0, 0, 0.1));
}

.grayscale-0 {
  --tw-grayscale: grayscale(0);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
}

.hue-rotate-0 {
  --tw-hue-rotate: hue-rotate(0deg);
}

.hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(15deg);
}

.hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(30deg);
}

.hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(60deg);
}

.hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(90deg);
}

.hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(180deg);
}

.-hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(-180deg);
}

.-hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(-90deg);
}

.-hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(-60deg);
}

.-hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(-30deg);
}

.-hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(-15deg);
}

.invert-0 {
  --tw-invert: invert(0);
}

.invert {
  --tw-invert: invert(100%);
}

.saturate-0 {
  --tw-saturate: saturate(0);
}

.saturate-50 {
  --tw-saturate: saturate(.5);
}

.saturate-100 {
  --tw-saturate: saturate(1);
}

.saturate-150 {
  --tw-saturate: saturate(1.5);
}

.saturate-200 {
  --tw-saturate: saturate(2);
}

.sepia-0 {
  --tw-sepia: sepia(0);
}

.sepia {
  --tw-sepia: sepia(100%);
}

.backdrop-filter {
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter-none {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

.backdrop-blur-0 {
  --tw-backdrop-blur: blur(0);
}

.backdrop-blur-none {
  --tw-backdrop-blur: blur(0);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
}

.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
}

.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
}

.backdrop-blur-2xl {
  --tw-backdrop-blur: blur(40px);
}

.backdrop-blur-3xl {
  --tw-backdrop-blur: blur(64px);
}

.backdrop-brightness-0 {
  --tw-backdrop-brightness: brightness(0);
}

.backdrop-brightness-50 {
  --tw-backdrop-brightness: brightness(.5);
}

.backdrop-brightness-75 {
  --tw-backdrop-brightness: brightness(.75);
}

.backdrop-brightness-90 {
  --tw-backdrop-brightness: brightness(.9);
}

.backdrop-brightness-95 {
  --tw-backdrop-brightness: brightness(.95);
}

.backdrop-brightness-100 {
  --tw-backdrop-brightness: brightness(1);
}

.backdrop-brightness-105 {
  --tw-backdrop-brightness: brightness(1.05);
}

.backdrop-brightness-110 {
  --tw-backdrop-brightness: brightness(1.1);
}

.backdrop-brightness-125 {
  --tw-backdrop-brightness: brightness(1.25);
}

.backdrop-brightness-150 {
  --tw-backdrop-brightness: brightness(1.5);
}

.backdrop-brightness-200 {
  --tw-backdrop-brightness: brightness(2);
}

.backdrop-contrast-0 {
  --tw-backdrop-contrast: contrast(0);
}

.backdrop-contrast-50 {
  --tw-backdrop-contrast: contrast(.5);
}

.backdrop-contrast-75 {
  --tw-backdrop-contrast: contrast(.75);
}

.backdrop-contrast-100 {
  --tw-backdrop-contrast: contrast(1);
}

.backdrop-contrast-125 {
  --tw-backdrop-contrast: contrast(1.25);
}

.backdrop-contrast-150 {
  --tw-backdrop-contrast: contrast(1.5);
}

.backdrop-contrast-200 {
  --tw-backdrop-contrast: contrast(2);
}

.backdrop-grayscale-0 {
  --tw-backdrop-grayscale: grayscale(0);
}

.backdrop-grayscale {
  --tw-backdrop-grayscale: grayscale(100%);
}

.backdrop-hue-rotate-0 {
  --tw-backdrop-hue-rotate: hue-rotate(0deg);
}

.backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(15deg);
}

.backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(30deg);
}

.backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(60deg);
}

.backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(90deg);
}

.backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(180deg);
}

.-backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(-180deg);
}

.-backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(-90deg);
}

.-backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(-60deg);
}

.-backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(-30deg);
}

.-backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(-15deg);
}

.backdrop-invert-0 {
  --tw-backdrop-invert: invert(0);
}

.backdrop-invert {
  --tw-backdrop-invert: invert(100%);
}

.backdrop-opacity-0 {
  --tw-backdrop-opacity: opacity(0);
}

.backdrop-opacity-5 {
  --tw-backdrop-opacity: opacity(0.05);
}

.backdrop-opacity-10 {
  --tw-backdrop-opacity: opacity(0.1);
}

.backdrop-opacity-20 {
  --tw-backdrop-opacity: opacity(0.2);
}

.backdrop-opacity-25 {
  --tw-backdrop-opacity: opacity(0.25);
}

.backdrop-opacity-30 {
  --tw-backdrop-opacity: opacity(0.3);
}

.backdrop-opacity-40 {
  --tw-backdrop-opacity: opacity(0.4);
}

.backdrop-opacity-50 {
  --tw-backdrop-opacity: opacity(0.5);
}

.backdrop-opacity-60 {
  --tw-backdrop-opacity: opacity(0.6);
}

.backdrop-opacity-70 {
  --tw-backdrop-opacity: opacity(0.7);
}

.backdrop-opacity-75 {
  --tw-backdrop-opacity: opacity(0.75);
}

.backdrop-opacity-80 {
  --tw-backdrop-opacity: opacity(0.8);
}

.backdrop-opacity-90 {
  --tw-backdrop-opacity: opacity(0.9);
}

.backdrop-opacity-95 {
  --tw-backdrop-opacity: opacity(0.95);
}

.backdrop-opacity-100 {
  --tw-backdrop-opacity: opacity(1);
}

.backdrop-saturate-0 {
  --tw-backdrop-saturate: saturate(0);
}

.backdrop-saturate-50 {
  --tw-backdrop-saturate: saturate(.5);
}

.backdrop-saturate-100 {
  --tw-backdrop-saturate: saturate(1);
}

.backdrop-saturate-150 {
  --tw-backdrop-saturate: saturate(1.5);
}

.backdrop-saturate-200 {
  --tw-backdrop-saturate: saturate(2);
}

.backdrop-sepia-0 {
  --tw-backdrop-sepia: sepia(0);
}

.backdrop-sepia {
  --tw-backdrop-sepia: sepia(100%);
}

.transition-none {
  transition-property: none;
}

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

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

.transition-colors {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

.delay-75 {
  transition-delay: 75ms;
}

.delay-100 {
  transition-delay: 100ms;
}

.delay-150 {
  transition-delay: 150ms;
}

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

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

.delay-500 {
  transition-delay: 500ms;
}

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

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

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

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

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

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

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

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

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

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

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

.ease-linear {
  transition-timing-function: linear;
}

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

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

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

.content-none {
  content: none;
}

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

  font-style: italic;

  font-weight: 100 900;

  font-display: swap;

  src: url('https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2') format('woff2');

  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

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

  font-style: italic;

  font-weight: 100 900;

  font-display: swap;

  src: url('https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2') format('woff2');

  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

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

  font-style: italic;

  font-weight: 100 900;

  font-display: swap;

  src: url('https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2') format('woff2');

  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

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

  font-style: italic;

  font-weight: 100 900;

  font-display: swap;

  src: url('https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2') format('woff2');

  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

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

  font-style: italic;

  font-weight: 100 900;

  font-display: swap;

  src: url('https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2') format('woff2');

  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

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

  font-style: normal;

  font-weight: 100 900;

  font-display: swap;

  src: url('https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2') format('woff2');

  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

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

  font-style: normal;

  font-weight: 100 900;

  font-display: swap;

  src: url('https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2') format('woff2');

  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

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

  font-style: normal;

  font-weight: 100 900;

  font-display: swap;

  src: url('https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2') format('woff2');

  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

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

  font-style: normal;

  font-weight: 100 900;

  font-display: swap;

  src: url('https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2') format('woff2');

  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

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

  font-style: normal;

  font-weight: 100 900;

  font-display: swap;

  src: url('https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2') format('woff2');

  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Playfair Display';

  font-style: italic;

  font-weight: 400 900;

  font-display: swap;

  src: url('https://fonts.gstatic.com/s/playfairdisplay/v37/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2') format('woff2');

  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Playfair Display';

  font-style: italic;

  font-weight: 400 900;

  font-display: swap;

  src: url('https://fonts.gstatic.com/s/playfairdisplay/v37/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2') format('woff2');

  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Playfair Display';

  font-style: italic;

  font-weight: 400 900;

  font-display: swap;

  src: url('https://fonts.gstatic.com/s/playfairdisplay/v37/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2') format('woff2');

  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Playfair Display';

  font-style: italic;

  font-weight: 400 900;

  font-display: swap;

  src: url('https://fonts.gstatic.com/s/playfairdisplay/v37/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2') format('woff2');

  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Playfair Display';

  font-style: normal;

  font-weight: 400 900;

  font-display: swap;

  src: url('https://fonts.gstatic.com/s/playfairdisplay/v37/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2') format('woff2');

  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Playfair Display';

  font-style: normal;

  font-weight: 400 900;

  font-display: swap;

  src: url('https://fonts.gstatic.com/s/playfairdisplay/v37/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2') format('woff2');

  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Playfair Display';

  font-style: normal;

  font-weight: 400 900;

  font-display: swap;

  src: url('https://fonts.gstatic.com/s/playfairdisplay/v37/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2') format('woff2');

  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Playfair Display';

  font-style: normal;

  font-weight: 400 900;

  font-display: swap;

  src: url('https://fonts.gstatic.com/s/playfairdisplay/v37/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2') format('woff2');

  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.sm-mint a, 
.sm-mint a:hover, 
.sm-mint a:focus, 
.sm-mint a:active {
  color: var(--Svart, #191D24);
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  /* 144.444% */
}

.sm-mint a:hover, 
.sm-mint a:focus, 
.sm-mint a:active{
  color:var(--Lilla, #843D87);
}

.sm-mint a.current {
  font-weight: 600;
  color: #843D87 !important;
}

.sm-mint a.disabled {
  color: #cccccc;
}

.sm-mint a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: auto;
  right: 8px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  border-radius: 4px;
}

.sm-mint a .sub-arrow{
  background: url("../assets/icons/arrow_purple.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 16px;
  top: 30px;
}

.sm-mint > li:first-child {
  border-top: 0;
}

ul#main-menu li ul li ul {
  margin-top: -56px;
  left: 5px !important;
}

/* sticky header  */

.header-wrapper {
  /* position: fixed; */
  position: -webkit-sticky;
  position: sticky;
  display: flex;
  align-items: center;
  width: 100%;
  height: 196px;
  background: #fff;
  top: 0;
  transition: all 0.5s ease-in-out;
  z-index: 99999;
}

.scroll-down{
  transition: all 0.5s ease-in-out;
  top:0;
  position: -webkit-sticky;
  position: sticky;
}

.header-wrapper.scroll-up {
  top: -196px;
}

.header-wrapper.scroll-down {
  top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 111.075px;
}

.header-wrapper.scroll-down .desktopSocialIcons{
  display: none;
}

.header-wrapper.scroll-down .wrapper{
  align-items: center;
}

.header-wrapper.scroll-down .logo-button-row{
  width: 197px;
}

@media screen and (max-width:1023.5px){
  .header-wrapper{
    height: 64px;
  }

  .header-wrapper.scroll-up {
    top: -64px;
  }

  .header-wrapper.scroll-down {
    height: 64px;
  }
}

/* sticky header end  */

@media screen and (min-width: 1024px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/

  /* start... (it's not recommended editing these rules) */

  .sm-mint ul {
    position: absolute;
    width: 12em;
  }

  ul#main-menu li:not(ul#main-menu li ul li) {
    padding: 0rem 0.9375rem !important;
  }

  ul#main-menu li.desk_li:not(ul#main-menu li ul li){
    padding: 0px !important;
  }

  ul#main-menu li a:not(ul#main-menu li ul li a) {
    padding: 0.625rem 0rem !important;
    position: relative;
  }

  ul#main-menu li:hover a:not(ul#main-menu li ul li a)::before{
    content: "";
    bottom: 7px;
    position: absolute;
    border-bottom: 2px solid var(--Lilla, #843D87);
    left:0;
    width: 100%;
    height: 2px;
    background: #843D87;
  }

  ul#main-menu li:hover a:not(ul#main-menu li ul li a){
    color: #843D87;
  }

  ul#main-menu li:not(ul#main-menu li ul li){
    margin-left: 1.25rem;
  }

  ul#main-menu li.desk_li:not(ul#main-menu li ul li){
    margin: 0 !important;
  }

  .sm-mint li > ul:not(.sm-mint li > ul li ul) {
    top: 55px !important;
    padding: 0px 0px;
    left: -50%;
  }

  .sm-mint li > ul{
    top:56px !important;
    padding: 0px 0px;
  }

  .sm-mint li {
    float: left;
  }

  .sm-mint.sm-rtl li {
    float: right;
  }

  .sm-mint ul li, .sm-mint.sm-rtl ul li, .sm-mint.sm-vertical li {
    float: none;
  }

  .sm-mint a {
    padding: 0px 0rem;
    white-space: nowrap;
    position: relative;
  }

  .sm-mint ul a, .sm-mint.sm-vertical a {
    white-space: normal;
  }

  .sm-mint .sm-nowrap > li > a, 
  .sm-mint .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */

  .sm-mint {
    border-top: 0;
    background: transparent;
  }

  /* ul#main-menu li ul li:hover {background-color: transparent;} */

  .sm-mint a, 
  .sm-mint a:hover, 
  .sm-mint a:focus, 
  .sm-mint a:active, 
  .sm-mint a.highlighted {
    color: var(--Svart, #191D24);
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
  }

  .sm-mint a:hover, 
.sm-mint a:focus, 
.sm-mint a:active{
    color:var(--Lilla, #843D87);
  }

  ul#main-menu li ul li:hover a{
    color: #843D87;
  }

  .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active {
    background: transparent;
    color: #843D87;
  }

  ul#main-menu li.current-menu-item.page_item a{
    color: var(--Lilla, #843D87);
    font-weight: 600;
    transition: all .3s ease-in-out;
  }

  ul#main-menu li.current-menu-item.page_item a:not(ul#main-menu li ul li a)::before {
    content: "";
    bottom: 7px;
    position: absolute;
    border-bottom: 2px solid var(--Lilla, #843D87);
    left: 0;
    width: 100%;
    height: 2px;
    background: #843D87;
  }

  .sm-mint a.highlighted ul {
    color: #FFF;
    border-radius: 0.3125rem;
    background: var(--Void, #19072D);
    box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.05), 0px 10px 15px -3px rgba(0, 0, 0, 0.10);
  }

  .sm-mint a.disabled {
    background: transparent;
    color: #cccccc;
    box-shadow: none;
  }

  .sm-mint a:hover .sub-arrow, 
  .sm-mint a:focus .sub-arrow, 
  .sm-mint a:active .sub-arrow {
    border-color: #fff transparent transparent transparent;
  }

  .sm-mint a.highlighted .sub-arrow {
    border-color: #19072D transparent transparent transparent;
  }

  .sm-mint a.disabled .sub-arrow {
    border-color: #19072D transparent transparent transparent;
  }

  .sm-mint a .sub-arrow::before {
    display: none;
  }

  .sm-mint li {
    border-top: 0;
  }

  /* -----------dropdown---------- */

  .sm-mint ul {
    border: 0;
    /* border-radius: 0.3125rem; */
    background:transparent;
    /* box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.05), 0px 10px 15px -3px rgba(0, 0, 0, 0.10); */
  }

  .sm-mint ul a, 
  .sm-mint ul a:hover, 
  .sm-mint ul a:focus, 
  .sm-mint ul a:active, 
  .sm-mint ul a.highlighted {
    border: 0;
    padding: 12px 14px;
    color: #333333;
    border-radius: 0;
  }

  .sm-mint ul a:hover, 
    .sm-mint ul a:focus, 
    .sm-mint ul a:active, 
    .sm-mint ul a.highlighted {
    color: #843D87;
  }

  .sm-mint ul a.disabled {
    background: transparent;
    color: #b3b3b3;
  }

  .sm-mint ul a.has-submenu {
    padding-right: 20px;
  }

  #main-menu li ul li a {
    color:var(--Svart, #191D24);
    font-family: "Montserrat", sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.625rem;
    /* 144.444% */
    padding: 0;
    position: relative;
    white-space: normal;
  }

  #main-menu li ul li:hover a{
    color:var(--Lilla, #843D87);
    font-weight: 600;
    transition: all .3s ease-in-out;
  }

  #main-menu li ul li:last-child a{
    border-bottom: none;
  }

  #main-menu li ul li a:hover{
    color: #843D87;
    text-decoration: none;
  }

  .sm-mint ul a:hover, 
  .sm-mint ul a:focus, 
  .sm-mint ul a:active, 
  .sm-mint ul a.highlighted {
    box-shadow: none;
    color:var(--Lilla, #843D87);
    font-weight: 600;
    transition: all .3s ease-in-out;
  }

  .sm-mint ul li.current-menu-item a{
    color:var(--Lilla, #843D87) !important;
    font-weight: 600 !important;
    transition: all .3s ease-in-out;
  }

  .sm-mint ul a.disabled {
    background: transparent;
    color: #b3b3b3;
  }

  .sm-mint ul a.has-submenu {
    padding-right: 20px;
  }

  #main-menu li ul li {
    margin-bottom: 0rem;
    padding: 0.625rem 1.25rem;
    border-bottom: 1px solid #C2C2C2;
  }

  #main-menu li ul li:last-child {
    margin-bottom: 0rem;
  }

  #main-menu li ul li a {
    /* color: var(--Hvit, #FFF); */
    font-family: "Montserrat", sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.625rem;
  }

  /* ul#main-menu li ul li ul li:not(:last-child) > a   {
    border-bottom: 1px solid #CACACA !important;
  } */

  /* ul#main-menu li ul li:not(:last-child) > a   {
    border-bottom: 1px solid #CACACA !important;
  } */

  .sm-mint ul a .sub-arrow::before {
    content: url('../assets/icons/arrow_purple.svg');
  }

  .sm-mint ul a:hover .sub-arrow, 
  .sm-mint ul a:focus .sub-arrow, 
  .sm-mint ul a:active .sub-arrow, 
  .sm-mint ul a.highlighted .sub-arrow {
    border-color: transparent transparent transparent #fff;
  }

  .sm-mint .scroll-up,
  .sm-mint .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #843D87;
    height: 20px;
  }

  .sm-mint .scroll-up-arrow,
  .sm-mint .scroll-down-arrow {
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 0 6px 8px 6px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #843D87 transparent;
  }

  .sm-mint.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 34px;
  }

  .sm-mint.sm-rtl a .sub-arrow {
    right: auto;
    left: 20px;
  }

  .sm-mint.sm-rtl.sm-vertical {
    border-right: 0;
    border-left: 2px solid #843D87;
  }

  .sm-mint.sm-rtl.sm-vertical a {
    border-radius: 0 4px 4px 0;
  }

  .sm-mint.sm-rtl.sm-vertical a.has-submenu {
    padding: 10px 20px;
  }

  .sm-mint.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 10px;
    border-width: 4.02px 6px 4.02px 0;
    border-style: dashed solid dashed dashed;
    border-color: transparent #843D87 transparent transparent;
  }

  .sm-mint.sm-rtl.sm-vertical a:hover .sub-arrow, 
  .sm-mint.sm-rtl.sm-vertical a:focus .sub-arrow, 
  .sm-mint.sm-rtl.sm-vertical a:active .sub-arrow, 
  .sm-mint.sm-rtl.sm-vertical a.highlighted .sub-arrow {
    border-color: transparent #fff transparent transparent;
  }

  .sm-mint.sm-rtl ul {
    border-radius: 4px 0 4px 4px;
  }

  .sm-mint.sm-rtl ul a {
    border-radius: 0 !important;
  }

  .sm-mint.sm-rtl ul a.has-submenu {
    padding: 10px 20px !important;
  }

  .sm-mint.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 10px;
    border-width: 4.02px 6px 4.02px 0;
    border-style: dashed solid dashed dashed;
    border-color: transparent #843D87 transparent transparent;
  }

  .sm-mint.sm-rtl ul a:hover .sub-arrow, 
  .sm-mint.sm-rtl ul a:focus .sub-arrow, 
  .sm-mint.sm-rtl ul a:active .sub-arrow, 
  .sm-mint.sm-rtl ul a.highlighted .sub-arrow {
    border-color: transparent #fff transparent transparent;
  }

  .sm-mint.sm-rtl ul a.disabled .sub-arrow {
    border-color: transparent #843D87 transparent transparent;
  }

  /* new  */

  .sm-mint.sm-vertical {
    border-bottom: 0;
    border-right: 2px solid #843D87;
  }

  .sm-mint.sm-vertical a {
    padding: 10px 20px;
    border-radius: 4px 0 0 4px;
  }

  .sm-mint .scroll-up,
  .sm-mint .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #F6FFED;
    height: 20px;
  }

  .sm-mint.sm-vertical a:hover, 
  .sm-mint.sm-vertical a:focus, 
  .sm-mint.sm-vertical a:active, 
  .sm-mint.sm-vertical a.highlighted {
    background: transparent;
    color: black;
    box-shadow: none;
  }

  .sm-mint.sm-vertical a.disabled {
    background: transparent;
    color: #cccccc;
  }

  .sm-mint.sm-vertical a .sub-arrow {
    right: 10px;
    border-width: 4.02px 0 4.02px 6px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #843D87;
  }

  .sm-mint.sm-vertical a:hover .sub-arrow, 
  .sm-mint.sm-vertical a:focus .sub-arrow, 
  .sm-mint.sm-vertical a:active .sub-arrow, 
  .sm-mint.sm-vertical a.highlighted .sub-arrow {
    border-color: transparent transparent transparent #fff;
  }

  .sm-mint.sm-vertical a.disabled .sub-arrow {
    border-color: transparent transparent transparent #843D87;
  }

  .sm-mint.sm-vertical ul {
    border-radius: 4px !important;
  }

  .sm-mint.sm-vertical ul a {
    padding: 10px 20px;
  }

  ul#main-menu ul.sm-nowrap {
    border-radius: 0.3125rem;
    background: #FBF8FF;
    /* box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.05), 0px 10px 15px -3px rgba(0, 0, 0, 0.10); */
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.20));
    left: -10% !important;
    padding: 0rem;
    width: 6.6875rem !important;
    /* max-width: 6.6875rem !important; */
    /* min-width: 6.6875rem !important; */
  }

  ul#main-menu li ul.sm-nowrap li ul {
    margin-top: -68px !important;
    left: 39% !important;
    padding: 0.625rem 1.25rem;
  }

  ul#main-menu li ul.sm-nowrap li:last-child ul {
    left: 39% !important;
    padding: 0.625rem 1.25rem;
    /* bottom: -10px; */
  }

  ul#main-menu li.current-menu-item.page_item a {
    color: var(--Svart, #191D24);
    transition: all .3s ease-in-out;
  }

  ul#main-menu>li.current-menu-item.page_item>a {
    color: var(--Lilla, #843D87) !important;
    font-weight: 600;
    transition: all .3s ease-in-out;
  }

  ul#main-menu li:hover>a {
    color: var(--Lilla, #843D87) !important;
    transition: all .3s ease-in-out;
    font-weight: 600;
  }
}

/* ==========================custom================= */

.main-nav {
  background: transparent;
}

.sm-mint a:hover, 
.sm-mint a:focus, 
.sm-mint a:active, 
.sm-mint a.highlighted{
  color: #843D87;
  text-decoration: none;
}

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

.nav-brand {
  float: left;
  margin: 0;
}

.nav-brand a {
  display: block;
  padding: 11px 11px 11px 20px;
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.125rem;
  text-decoration: none;
}

#main-menu {
  clear: both;
  border-bottom: 0;
}

@media screen and (min-width: 1024px) {
  #main-menu {
    float: right;
    clear: none;
  }
}

/* Mobile menu toggle button */

.main-menu-btn {
  float: right;
  margin: 15px 15px;
  position: relative;
  display: inline-block;
  width: 2.375rem;
  height: 30.43px;
  text-indent: 100px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* hamburger icon */

.main-menu-btn-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 2.375rem;
  height: 22px;
  /* background: #000; */
  /* -webkit-transition: all 0.25s; */
  transition: all 0.25s;
  background-image: url('../assets/icons/hamburger-meny.svg');
  background-repeat: no-repeat;
}

/* close  x icon */

#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon {
  height: 30.43px;
  width: 100%;
  /* left: 21px; */
  /* background: #843D87; */
  transition: all 0.25s;
  background-image: url('../assets/icons/close.svg');
  background-repeat: no-repeat;
  top: 0;
  transform: none;
}

#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  transform: rotate(-45deg);
  background: #843D87;
}

#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  transform: rotate(45deg);
  background: #843D87;
}

/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

#main-menu li a.has-submenu .sub-arrow {
  display: none;
}

#main-menu li ul li a.has-submenu .sub-arrow {
  display: none;
}

/* hide the menu in mobile view */

#main-menu-state:not(:checked)~#main-menu {
  display: none;
}

#main-menu-state:checked~#main-menu {
  display: block;
}

.main-nav {
  border: none;
}

@media screen and (min-width: 1024px) {
  /* //768 */

  /* hide the button in desktop view */

  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }

  /* always show the menu in desktop view */

  #main-menu-state:not(:checked)~#main-menu {
    display: flex;
    justify-content: end;
    align-items: center;
  }
}

.sm-mint ul a, 
.sm-mint ul a:focus, 
.sm-mint ul a:active, 
.sm-mint ul a.highlighted{
  color: var(--Hvit, #FFF);
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
  /* 140% */
}

.only-mobilemenu{
  display: none;
}

@media screen and  (max-width:1023.5px) {
  .mobile-form{
    margin-top: 10.9375rem;
  }

  .mobile-form .search-field{
    height: 58px;
  }

  .sm-mint ul a, .sm-mint ul a:focus, .sm-mint ul a:active, .sm-mint ul a.highlighted{
    color: var(--Svart, #191D24);
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4375rem;
  }

  ul#main-menu li.current-menu-item.page_item a{
    color: var(--Lilla, #843D87) !important;
    font-weight: 600 !important;
    transition: all .3s ease-in-out;
  }

  ul#main-menu li{
    padding-bottom: 0.25rem;
  }

  ul#main-menu li ul li ul {
    margin-top: -15px !important;
    left: 40px !important;
    padding: 10px 10px 10px;
  }

  li.not-inmobile span.svg-menu svg path{
    fill:#333333;
  }

  .main-menu-btn{
    position: absolute;
    right: -25px;
    top: 0px;
  }

  .main-menu-btn {
    position: absolute;
    /* top: 10px; */
    top: -55px;
    right: 10px;
  }

  #main-menu-state:not(:checked)~#main-menu {
    display: none;
  }

  #main-menu-state:checked~#main-menu {
    display: block;
    position: fixed;
    top: 64px;
    right: 0;
    overflow-y: auto;
  }

  ul#main-menu {
    display: block;
    height: auto;
    padding-top: 62px;
    padding-left: 65px;
    padding-bottom: 62px;
  }
}

@media screen and (max-width: 1023.5px) {
  #main-menu li ul li {
    padding: 0px 15px 0px 40px;
  }

  ul#main-menu li ul li ul {
    /* margin-top: -15px !important; */
    left: 40px !important;
    padding: 10px 10px 10px;
  }

  .menusdeskmob{
    padding-right: 0px !important;
    top: 0px;
    width: 100%;
  }

  .only-indesktop{
    display: none;
  }

  .only-mobilemenu{
    display: inline-flex;
  }

  ul#main-menu{
    display: block;
    height: auto;
    padding: 2.69rem 2.38rem 3.75rem 1.125rem !important;
    width: 90%;
    height: 100vh;
    min-height: 100vh;
    min-width: 18.375rem !important;
    max-width: 20.9375rem !important;
    right: -17px;
    background: var(--Lilla-3, #FBF8FF);
    border-radius: 4px 0px 0px 4px;
    top: 53px;
  }

  /* #main-menu li a{border-bottom: 1px solid #843D87;} */

  .sm-mint a {
    padding: 0.75rem 1.25rem;
  }

  .sm-mint ul li a{
    padding: 0.5rem 1.25rem;
  }

  .sm-mint ul li:first-child a{
    padding: 0.6875rem 1.25rem 0.5rem;
  }

  .sm-mint ul li:last-child a{
    padding: 0.5rem 1.25rem 1.1875rem;
  }

  .sm-mint li{
    border-bottom: 1px solid #FBF8FF;
  }

  .sm-mint a:hover, 
.sm-mint a:focus, 
.sm-mint a:active, 
.sm-mint a.highlighted {
    border-bottom: none;
  }

  /* #main-menu li:first-child a {
padding-top: 0;
} */

  #main-menu li:first-child{
    border-top: 1px solid #FBF8FF;
  }

  #main-menu li{
    border-bottom: 1px solid #FBF8FF;
  }

  #main-menu li ul li {
    padding: 0px 0px 0px 0px;
    border-bottom:1px solid #FBF8FF;
  }

  #main-menu li ul li ul li{
    padding: 5px 0px 5px 15px;
  }

  .main-menu-btn {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 12354;
  }

  .main-nav{
    padding-top: 0px;
  }

  body.home-page ul#main-menu li a {
    color: #333333;
    padding: 10px;
  }

  .sm-mint a, 
.sm-mint a:hover, 
.sm-mint a:focus, 
.sm-mint a:active {
    color: var(--Svart, #191D24);
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .sm-mint a:hover, 
.sm-mint a:focus, 
.sm-mint a:active{
    color:var(--Lilla, #843D87);
  }

  .sm-mint ul a:focus, 
.sm-mint ul a:active, 
.sm-mint ul a.highlighted {
    color: var(--Cold-blue-3, #843D87);
  }

  #main-menu li a.has-submenu .sub-arrow {
    display: block;
  }
}

.mobSocialIcons a{
  padding: 0;
}

.desktop-form #deskformSearch input:focus{
  outline: none;
}

.desktop-form input:focus{
  --tw-ring-opacity:0 !important;
}

.desktop-form {
  margin-left: 35px !important;
}

.desktop-form .formwrapper{
  overflow: hidden;
  width: 44px;
  height: 44px;
}

#deskformSearch, .deskformSearch, .formwrapper {
  transition: all .6s ease-in-out;
}

.desktop-form .expandedINput{
  width:238px;
  height: 44px;
  display: flex;
  transition: all 0.6s ease-in-out;
}

.desktop-form .expandedINput #deskformSearch{
  width:238px;
  height: 44px;
  display: flex;
  transition: all 0.6s ease-in-out;
}

.desktop-form .desk-search-submit{
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

.desktop-form .expandedINput .desk-search-submit{
  opacity: 1;
  transition: opacity 1.5s ease-in-out;
}

.desktop-form .expandedINput .desksearch-submit {
  right: 0px;
  top: 0px;
  opacity: 0;
  z-index: -1;
  transition: opacity 1.2s ease-in-out
}

@media screen and  (max-width: 575px) {
  .main-menu-btn{
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 12354;
  }

  .main-nav{
    padding: 0px;
  }

  ul#main-menu li ul li ul {
    margin-top: -15px !important;
    left: 40px !important;
    padding: 10px 10px 10px;
  }
}

.header-wrapper .main-nav {
  margin: 0px 0px 0px 0px;
}

.logo-button-row{
  justify-content: space-between;
  display: flex;
}

@media screen and (max-width:1023.5px){
  .header-wrapper{
    padding: 0.6875rem 1.0625rem;
  }

  .main-menu-btn {
    right: 0px;
    top: 0.3125rem;
    margin: 0;
    width: 30.43px;
  }

  .header-wrapper .main-nav {
    margin: 0px 0px;
    position: absolute;
    top: 0;
    right: 0;
  }

  /* .logo-button-row{width: 7.5rem;height: 1.5965rem;} */

  .sub-arrow{
    transition: 0.2s ease-in;
  }

  a.has-submenu.highlighted .sub-arrow{
    transform: rotate(90deg);
    transition: 0.2s ease-in;
  }
}

/* @media screen and (min-width:1024px) and (max-width:1279.5px){
  ul#main-menu li:not(ul#main-menu li ul li) {
    margin-left: 0.5rem !important;
}
} */

@media screen and (min-width:1280px) and (max-width:1439.5px){
  .expandedINput .deskformSearch{
    width: 177px !important;
  }

  .desktop-form{
    margin-left: 0.625rem;
  }

  ul#main-menu li a:not(ul#main-menu li ul li a) {
    position: relative;
    white-space: normal;
  }

  .logo-button-row{
    width: 20%;
  }

  .menusdeskmob{
    width: 80%;
    padding-top: 30px;
  }

  .header-wrapper.scroll-down .menusdeskmob{
    padding-top: 0;
  }

  .header-wrapper{
    height: 170px;
  }

  .sm-mint a{
    font-size: 1rem;
    line-height: normal;
  }

  .sm-mint a, 
.sm-mint a:hover, 
.sm-mint a:focus, 
.sm-mint a:active, 
.sm-mint a.highlighted{
    font-size: 1rem;
    line-height: normal;
  }

  #main-menu li ul li a{
    font-size: 1rem !important;
    line-height: normal !important;
  }

  .desktop-form .expandedINput #deskformSearch,
.desktop-form .expandedINput{
    width:177px;
  }
}

@media screen and (min-width:1024px) and (max-width:1279.5px){
  ul#main-menu li:not(ul#main-menu li ul li) {
    margin-left: 0.5rem !important;
  }

  ul#main-menu li.desk_li:not(ul#main-menu li ul li){
    margin-left: 0 !important;
  }

  .expandedINput .deskformSearch{
    width: 177px !important;
  }

  .desktop-form{
    margin-left: 0.3125rem;
  }

  ul#main-menu li a:not(ul#main-menu li ul li a) {
    position: relative;
    white-space: normal;
  }

  .logo-button-row{
    width: 20%;
  }

  .menusdeskmob{
    width: 80%;
    padding-top: 30px;
  }

  .header-wrapper.scroll-down .menusdeskmob{
    padding-top: 0;
  }

  .header-wrapper{
    height: 130px;
  }

  .sm-mint a{
    font-size: 1rem;
  }

  .sm-mint a, 
.sm-mint a:hover, 
.sm-mint a:focus, 
.sm-mint a:active, 
.sm-mint a.highlighted{
    font-size: 1rem;
    line-height: normal;
  }

  #main-menu li ul li a{
    font-size: 1rem !important;
    line-height: normal !important;
  }

  .desktop-form .expandedINput #deskformSearch,
.desktop-form .expandedINput{
    width:177px
  }
}

@media screen and (max-width:1023.5px){
  div#mainMeny {
    position: fixed;
    top: 64px;
    right: 0;
    overflow-y: auto;
    padding: 2.69rem 2.38rem 3.75rem 1.125rem !important;
    width: 90%;
    height: 100vh;
    min-height: 100vh;
    min-width: 18.375rem !important;
    max-width: 20.9375rem !important;
    background: var(--Lilla-3, #FBF8FF);
    border-radius: 4px 0px 0px 4px;
  }

  body:has(#hamburgerIcon[aria-expanded="true"]){
    overflow: hidden;
  }
}

/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
 You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
 You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm{
  box-sizing:border-box;
  position:relative;
  z-index:9999;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.sm,.sm ul,.sm li{
  display:block;
  list-style:none;
  margin:0;
  padding:0;
  line-height:normal;
  direction:ltr;
  text-align:left;
}

.sm-rtl,.sm-rtl ul,.sm-rtl li{
  direction:rtl;
  text-align:right;
}

.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{
  margin:0;
  padding:0;
}

.sm ul{
  display:none;
}

.sm li,.sm a{
  position:relative;
}

.sm a{
  display:block;
}

.sm a.disabled{
  cursor:default;
}

.sm::after{
  content:"";
  display:block;
  height:0;
  font:0px/0 serif;
  clear:both;
  overflow:hidden;
}

.sm *,.sm *::before,.sm *::after{
  box-sizing:inherit;
}

/* header end  */

/* ========================================================== */

/*admin editor style*/

.editor-styles-wrapper .content ul li {
  list-style: none;
}

.editor-styles-wrapper .banner-img .hidden {
  display: block;
}

.wp-admin table.fixed {
  position: relative;
}

.wp-list-table a, .wp-admin a{
  color: #2271b1;
}

td.column-title strong, td.plugin-title strong {
  font-weight: 600;
}

:where(.editor-styles-wrapper) h1, :where(.editor-styles-wrapper) h2, :where(.editor-styles-wrapper) h3, :where(.editor-styles-wrapper) h4, :where(.editor-styles-wrapper) h5, :where(.editor-styles-wrapper) h6{
  font-size: revert;
  font-weight: revert;
  line-height: revert;
  margin: revert;
}

.wp-admin .wprm-modal-menu-button{
  display: none !important;
}

/******************************************/

.wprm-recipe-template-column-template-name-stars-container{
  justify-content: center;
}

.wprm-recipe-ingredients-container {
  background-color: #fbeaff;
  padding: 20px;
  padding-top: 1px;
}

.wprm-recipe-template-column-template li{
  margin-left: 0 !important;
}

.wprm-recipe-template-column-template-right{
  padding-left: 50px;
}

/* .wprm-recipe-details-container{padding-left: 70px;} */

.wprm-recipe-rating{
  text-align: center;
}

.wprm-recipe-template-column-template{
  max-width: 1140px !important;
}

.wprm-recipe-instruction-group .wprm-recipe-group-name{
  position: relative;
}

.wprm-recipe-instruction-group:first-child .wprm-recipe-instruction-group-name.wprm-recipe-group-name::before{
  content:none;
}

.wprm-recipe-instruction-group .wprm-recipe-instruction-group-name.wprm-recipe-group-name::before{
  content: "-";
  color: #FFFFFF;
  background-color: #843D87;
  width:30px;
  height:30px;
  font-family: 'Noto Sans';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  border-radius:5px;
  position:absolute;
  display:flex;
  justify-content:center;
  align-items:center;
  left:-40px;
  top: -6px;
}

.wprm-recipe-instruction-group:first-child .wprm-recipe-instruction-group-name.wprm-recipe-group-name::before{
  content: "1";
}

.wprm-recipe-instruction-group:nth-child(2) .wprm-recipe-instruction-group-name.wprm-recipe-group-name::before{
  content: "2";
}

.wprm-recipe-instruction-group:nth-child(3) .wprm-recipe-instruction-group-name.wprm-recipe-group-name::before{
  content: "3";
}

.wprm-recipe-instruction-group:nth-child(4) .wprm-recipe-instruction-group-name.wprm-recipe-group-name::before{
  content: "4";
}

.wprm-recipe-instruction-group:nth-child(5) .wprm-recipe-instruction-group-name.wprm-recipe-group-name::before{
  content: "5";
}

.wprm-recipe-instruction-group:nth-child(6) .wprm-recipe-instruction-group-name.wprm-recipe-group-name::before{
  content: "6";
}

.wprm-recipe-instruction-group:nth-child(7) .wprm-recipe-instruction-group-name.wprm-recipe-group-name::before{
  content: "7";
}

.wprm-recipe-instruction-group:nth-child(8) .wprm-recipe-instruction-group-name.wprm-recipe-group-name::before{
  content: "8";
}

.wprm-recipe-instruction-group:nth-child(9) .wprm-recipe-instruction-group-name.wprm-recipe-group-name::before{
  content: "9";
}

.wprm-recipe-instruction-group:nth-child(10) .wprm-recipe-instruction-group-name.wprm-recipe-group-name::before{
  content: "10";
}

.wprm-recipe-instructions li::marker{
  content: none;
  display: none;
}

/*detail page*/

/*kilderblock*/

.redirect_list_1 {
  position: relative;
  top: -0.5em;
  font-size: 0.8em;
  vertical-align: baseline;
}

.content .redirect_list_1{
  color: var(--Lilla, #843D87);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.faqList ol{
  list-style-type: decimal;
  list-style-position: inside;
}

.faqList ol li{
  color: var(--Black, #161616);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4375rem;
  text-indent: 0;
  padding-left: 0.25rem;
  margin-bottom: 0.9375rem;
}

.faqList.close h2 .faqButton:after{
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M1.2835 11.2771L15.6201 11.2771L9.35668 17.544C8.85612 18.0449 8.85612 18.8668 9.35668 19.3676C9.47542 19.4867 9.61647 19.5811 9.77174 19.6456C9.927 19.71 10.0935 19.7432 10.2615 19.7432C10.4296 19.7432 10.5961 19.71 10.7514 19.6456C10.9066 19.5811 11.0477 19.4867 11.1664 19.3676L19.6246 10.9047C19.7436 10.7859 19.838 10.6447 19.9024 10.4894C19.9668 10.334 20 10.1675 20 9.9993C20 9.83111 19.9668 9.66457 19.9024 9.50922C19.838 9.35386 19.7436 9.21274 19.6246 9.09393L11.1664 0.630999C11.0476 0.512105 10.9065 0.417794 10.7513 0.35345C10.596 0.289103 10.4296 0.255986 10.2615 0.255986C10.0935 0.255986 9.92709 0.289103 9.77184 0.35345C9.61658 0.417794 9.47551 0.512105 9.35668 0.631C9.23785 0.749894 9.14359 0.891044 9.07928 1.04639C9.01497 1.20173 8.98187 1.36823 8.98187 1.53637C8.98187 1.70451 9.01497 1.87101 9.07929 2.02635C9.14359 2.18169 9.23785 2.32284 9.35668 2.44174L15.6201 8.70867L1.2835 8.70867C0.577573 8.70867 -9.14145e-07 9.28657 -8.52397e-07 9.99288C-7.90649e-07 10.6992 0.577573 11.2771 1.2835 11.2771Z" fill="%23191D24"/></svg>');
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: all .4s ease-in-out;
}

.faqButton{
  position: relative;
}

.faqList.open h2 .faqButton:after{
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M8.46607 1.2835L8.46607 15.6201L2.19914 9.35668C1.69829 8.85612 0.8764 8.85612 0.375559 9.35668C0.256508 9.47542 0.162058 9.61647 0.0976144 9.77174C0.0331709 9.927 1.18134e-07 10.0935 1.1613e-07 10.2615C1.14125e-07 10.4296 0.0331709 10.5961 0.0976143 10.7514C0.162058 10.9066 0.256508 11.0477 0.375559 11.1664L8.8385 19.6246C8.9573 19.7436 9.09842 19.838 9.25378 19.9024C9.40913 19.9668 9.57567 20 9.74386 20C9.91205 20 10.0786 19.9668 10.2339 19.9024C10.3893 19.838 10.5304 19.7436 10.6492 19.6246L19.1122 11.1664C19.2311 11.0476 19.3254 10.9065 19.3897 10.7513C19.4541 10.596 19.4872 10.4296 19.4872 10.2615C19.4872 10.0935 19.4541 9.9271 19.3897 9.77184C19.3254 9.61658 19.2311 9.47551 19.1122 9.35668C18.9933 9.23786 18.8521 9.1436 18.6968 9.07929C18.5414 9.01498 18.3749 8.98188 18.2068 8.98188C18.0387 8.98188 17.8722 9.01498 17.7168 9.07929C17.5615 9.1436 17.4203 9.23786 17.3014 9.35668L11.0345 15.6201L11.0345 1.2835C11.0345 0.577574 10.4566 1.24694e-07 9.75028 1.16271e-07C9.04397 1.07848e-07 8.46607 0.577574 8.46607 1.2835Z" fill="%23843D87"/></svg>');
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: all .4s ease-in-out;
}

.faqList.open .faqListTitle{
  color: var(--Lilla, #843D87);
  transition: all .3s ease-in-out;
}

.content .colorboldtext{
  color: var(--Lilla, #843D87);
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px;
  display: inline-block;
  /* justify-content: start; */
  /* align-items: center; */
}

.content h2{
  color: var(--Black, #161616);
  font-family: Montserrat;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.125rem;
  margin: 3.5rem 0 1.25rem;
}

.content h3{
  color: var(--Svart, #1C1C1C);
  font-family: Montserrat;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.625rem;
  margin: 3.5rem 0 1.25rem;
}

.content h4{
  color: var(--Black, #161616);
  font-family: Montserrat;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.125rem;
  margin: 3.5rem 0 1.25rem;
}

.content .ingress-text p{
  color: var(--Black, #161616);
  font-family: Montserrat;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.0625rem;
  margin: 1.56rem 0;
}

.content p {
  color: var(--Black, #161616);
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  margin: 0.94rem 0;
}

.content p a{
  color: var(--Lilla, #843D87);
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem;
  text-decoration: underline;
}

.content ul{
  padding-left: 0.94rem;
  margin: 1.88rem 0;
}

.content ul li{
  color: var(--Black, #161616);
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 1.06rem;
  padding-left: 0.9375rem;
  position: relative;
  /* display: flex; */
}

.content ul li::before{
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 100%;
  background-color: var(--Lilla, #843D87);
  display: inline-flex;
  display: inline-flex;
  left: 0;
  position: absolute;
  top: 0.4375rem;
}

.blockqoute-section blockquote{
  color: var(--Lilla, #843D87);
  text-align: center;
  font-family: "Playfair Display";
  font-size: 2.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.8125rem;
  padding-bottom: 2.31rem;
  border-bottom: 1px solid #843D87;
  margin-top: 0.75rem;
  position: relative;
}

.content *:first-child{
  margin-top: 0;
}

.content *:last-child{
  margin-bottom: 0;
}

.postdetail-descrition a .small-heading,
     .postdetail-descrition a{
  transition: all .3s ease-in-out;
}

.postdetail-descrition a .small-heading:hover,
     .postdetail-descrition a:hover{
  color: var(--Lilla, #843D87);
  transition: all .3s ease-in-out;
}

.content .ingress-text{
  color: var(--Black, #161616);
  font-family: Montserrat;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.0625rem;
  margin: 1.56rem 0;
}

.content ol {
  padding-left: 0.94rem;
  margin: 1.88rem 0;
  list-style: none;
  counter-reset: my-counter;
}

.content ol li::before{
  counter-increment: my-counter;
  content: counter(my-counter) ".";
  position: absolute;
  left: 0;
}

.content ol li{
  color: var(--Black, #161616);
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 1.06rem;
  padding-left: 1.25rem;
  position: relative;
}

@media screen and (max-width:767.5px){
  .content ol li{
    line-height: 1.4375rem;
    font-size: 1rem;
    margin-bottom: 0.81rem;
    padding-left: 1.25rem;
  }

  .content ol{
    margin: 0.94rem 0;
    padding-left: 0;
  }

  .content p a{
    line-height: 1.4375rem;
    font-size: 1rem;
  }
}

@media screen and (max-width:767.5px){
  .blockqoute-section blockquote{
    margin-top: 1.125rem;
    padding-bottom: 2.1875rem;
    font-size: 1.4375rem;
    line-height: 2.0625rem;
  }

  .content h2{
    font-size: 1.5rem;
    line-height: 2.125rem;
    margin: 2.5rem 0 0.9375rem;
  }

  .content h3{
    font-size: 1.25rem;
    line-height: 1.5625rem;
    margin: 2rem 0 0.9375rem;
  }

  .content h4{
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin: 2rem 0 0.9375rem;
  }

  .content .ingress-text p{
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin: 0.94rem 0;
  }

  .content p{
    line-height: 1.4375rem;
    font-size: 1rem;
    margin: 0.94rem 0;
  }

  .content ul li{
    line-height: 1.4375rem;
    font-size: 1rem;
    margin-bottom: 0.81rem;
    padding-left: 1.25rem;
  }

  .content ul{
    margin: 0.94rem 0;
    padding: 0;
  }

  .content .colorboldtext::first-letter {
    font-size: 3.75rem;
    line-height: 3rem;
    font-weight: 400;
    initial-letter: 1.8;
    width: 2em;
    height: 72px;
    padding-left: 0.75rem !important;
    text-align: right;
  }

  .content .colorboldtext{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .content .ingress-text, .content .ingress-text p{
    font-size: 1.125rem !important;
    line-height: 1.625rem;
  }
}

@media screen and (max-width:767.5px){
  .banner-big-img figure figcaption{
    font-weight: 500;
  }

  .innerpage-banner-section .banner-big-img {
    margin-left: -1.125rem;
    margin-right:-1.125rem;
  }
}

@media screen and (min-width:576px){
  .newslisting-section .newsarticle-img{
    aspect-ratio: 1 / 1;
    position: relative;
  }

  .newslisting-section .newsarticle-img img{
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    max-width: 363px;
    max-height: 363px;
  }

  .guiderlist-section .guiderarticle-img {
    aspect-ratio: 1 / 1;
    position: relative;
  }

  .guiderlist-section .guiderarticle-img img{
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    max-width: 363px;
    max-height: 363px;
  }
}

@media screen and (max-width:575.5px){
  .newslisting-section .newsarticle-img{
    aspect-ratio: 1 / 1;
    position: relative;
  }

  .newslisting-section .newsarticle-img img{
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    max-width: 363px;
    max-height: 363px;
  }

  .guiderlist-section .guiderarticle-img {
    aspect-ratio: 1 / 1;
    position: relative;
  }

  .guiderlist-section .guiderarticle-img img{
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    max-width: 363px;
    max-height: 363px;
  }
}

.filter_cat.active{
  background: var(--Lilla, #843D87);
  color: var(--Hvit, #FFFFFF);
}

@media screen and (min-width:576px){
  .veggies-article-section .veggiesarticle-img{
    aspect-ratio: 1 / 1;
    position: relative;
  }

  .veggies-article-section .veggiesarticle-img img{
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    max-width: 500px;
    max-height: 500px;
  }
}

@media screen and (max-width:575.5px){
  .veggies-article-section .veggiesarticle-img{
    aspect-ratio: 1 / 1;
    position: relative;
  }

  .veggies-article-section .veggiesarticle-img img{
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    max-width: 500px;
    max-height: 500px;
  }
}

/* siderbar filter css recipe page  */

.mobileFilter{
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.20));
}

.sub-menu input[type='checkbox']:checked {
  background-image: url('data:image/svg+xml,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="25" height="25" rx="1.5" fill="%23455C20"/><rect x="0.5" y="0.5" width="25" height="25" rx="1.5" stroke="%23455C20"/><path fill-rule="evenodd" clip-rule="evenodd" d="M20.5995 7.44048C20.7264 7.57976 20.8272 7.74521 20.8959 7.92737C20.9646 8.10952 21 8.3048 21 8.50201C21 8.69922 20.9646 8.8945 20.8959 9.07665C20.8272 9.25881 20.7264 9.42426 20.5995 9.56354L12.4199 18.5595C12.2933 18.6991 12.1429 18.8099 11.9772 18.8855C11.8116 18.9611 11.6341 19 11.4548 19C11.2754 19 11.0979 18.9611 10.9323 18.8855C10.7666 18.8099 10.6162 18.6991 10.4896 18.5595L6.39979 14.0615C6.27304 13.9221 6.1725 13.7566 6.1039 13.5745C6.03531 13.3924 6 13.1971 6 13C6 12.8029 6.03531 12.6076 6.1039 12.4255C6.1725 12.2434 6.27304 12.0779 6.39979 11.9385C6.52654 11.7991 6.67702 11.6885 6.84262 11.613C7.00823 11.5376 7.18573 11.4988 7.36498 11.4988C7.54423 11.4988 7.72173 11.5376 7.88734 11.613C8.05294 11.6885 8.20342 11.7991 8.33017 11.9385L11.4548 15.3779L18.6691 7.44048C18.7958 7.30086 18.9462 7.19008 19.1118 7.11449C19.2774 7.03891 19.455 7 19.6343 7C19.8136 7 19.9912 7.03891 20.1568 7.11449C20.3224 7.19008 20.4729 7.30086 20.5995 7.44048Z" fill="white"/></svg>');
}

.sub-menu input[type='checkbox']:focus {
  --tw-ring-color:transparent;
}

@media screen and (max-width:575.6px){
  .recipe-filter-list .recipe-wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 17px;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .recipe-filter-list .recipeArticle{
    width: 47.5%;
  }

  .recipe-filter-list .recipeArticle:nth-child(-n+3){
    width: 100%;
    margin-bottom: 13px;
  }
}

@media screen and (min-width:768px){
  /* recipe detail page / plugin css  */

  .wprm-recipe-container>.wprm-recipe-template-column-template{
    padding: 0;
    max-width: 1600px !important;
    margin-top: 0 !important;
    width: 100% !important;
  }

  .wprm-container-float-right{
    width: 50%;
    max-width: 800px;
  }

  .wprm-recipe-template-column-template{
    background-color: #FFFBED !important;
  }

  .wprm-recipe-template-column-template-name-stars-container {
    display: flex;
    flex-wrap: wrap;
    min-width: 150px;
    justify-content: start;
  }

  .wprm-recipe-template-column-template-name-stars-container{
    justify-content: start !important;
  }

  .wprm-recipe-rating {
    text-align: start;
  }

  .wprm-recipe-template-column-template-name-stars-container .wprm-recipe-name {
    color: #000;
    font-family: "Playfair Display" !important;
    font-size: 3.5rem  !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 4.125rem  !important;
    margin-bottom: 1.56rem !important;
  }

  .wprm-recipe-rating-average{
    color: var(--Svart, #191D24);
    font-family: Montserrat;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5625rem;
    /* 125% */
  }

  .wprm-recipe-rating-details.wprm-block-text-normal{
    color: var(--Svart, #191D24);
    font-family: Montserrat;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.75rem;
  }

  .wprm-recipe-custom-field.wprm-recipe-custom-field-type-image.wprm-recipe-custom-field-key-author_image.wprm-block-text-normal + .wprm-recipe-custom-container{
    width: 38.5%;
    display: block;
    float: left;
    margin-left: 170px;
    margin-top: -150px;
  }

  .wprm-recipe-rating {
    text-align: start;
    margin-bottom: 35px;
  }

  .wprm-recipe-custom-field-container .wprm-recipe-template-column-template .wprm-recipe-header{
    color: #000;
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .wprm-recipe-template-column-template .wprm-recipe-header{
    color: #000 !important;
    font-family: Montserrat !important;
    font-size: 1rem !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal !important;
  }

  .wprm-recipe-custom-field-container .wprm-block-text-normal{
    color: #000;
    font-family: Montserrat;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.75rem;
    /* 140% */
  }

  .wprm-recipe .wprm-recipe-custom-field-container + a.wprm-recipe-link{
    color: var(--Lilla, #843D87);
    font-family: Montserrat;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.625rem;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }

  .wprm-recipe-custom-field.wprm-recipe-custom-field-type-image.wprm-recipe-custom-field-key-author_image.wprm-block-text-normal + .wprm-recipe-custom-container + a.wprm-recipe-link{
    color: #843d87;
    width: 36%;
    display: block;
    float: left;
    margin-left: 172px;
    margin-top: -84px;
  }

  .wprm-recipe-details-container.wprm-recipe-times-container {
    display: block;
    margin: 1.25rem 0 1.25rem;
    max-width: 45%;
  }

  .wprm-recipe-details-container.wprm-recipe-details-container-inline.wprm-block-text-uppercase {
    display: block;
    padding-bottom: 33px;
    max-width: 45%;
  }

  .wprm-toggle-switch-container{
    margin: 2.5rem 0 4.69rem !important;
  }

  .wprm-block-text-normal{
    color: #000;
    font-family: Montserrat;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.75rem;
    /* 140% */
  }

  .wprm-recipe-summary{
    width: 50%;
    padding-top: 40px;
  }

  .wprm-recipe-rating{
    text-align: start !important;
    display: flex;
    justify-content: start;
    align-items: center
  }

  .wprm-recipe-rating .wprm-rating-star svg{
    width: 1.86663rem;
    height: 1.75rem;
  }

  .wprm-recipe-add-to-collection-recipe{
    padding-left: 8px;
    padding-right: 25px;
  }
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: none !important;
}

@media screen and (min-width:768px){
  .mobRecipeSlider .swiper-wrapper{
    transform: none !important;
  }
}

@media screen and (max-width: 767.5px) {
  .swiper-slide, .swiper-caption{
    height: 100% !important;
    max-height: 100% !important;
  }

  .swiper-wrapper{
    display: flex;
    justify-content: stretch;
  }

  .recipe-listing-section .mobilefliterlist{
    margin-top: 0;
  }
}

/* faq list css  */

.faqList ol{
  list-style-type: decimal;
  list-style-position: outside;
}

.faqList ol li{
  color: var(--Black, #161616);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4375rem;
  /* 143.75% */
  text-indent: 0;
  padding-left: 0.25rem;
  margin-bottom: 0.9375rem;
}

.content figcaption{
  color: var(--Gr-tags, #555);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  /* 143.75% */
  margin-top: 10px;
}

@media screen and (max-width:1023.5px){
  .content figcaption{
    font-size: 14px;
    line-height: normal;
  }
}

@media screen and (max-width:767.5px){
  .banner-big-img figure figcaption {
    font-weight: 500;
  }

  .innerpage-banner-section .banner-big-img {
    margin-left: -1.125rem;
    margin-right:-1.125rem;
  }
}

/* recipi listing  */

.opacityRemove{
  position: relative;
}

.opacityRemove::before{
  content: url('data:image/svg+xml,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="25" height="25" rx="1.5" fill="%23455C20"/><rect x="0.5" y="0.5" width="25" height="25" rx="1.5" stroke="%23455C20"/><path fill-rule="evenodd" clip-rule="evenodd" d="M20.5995 7.44048C20.7264 7.57976 20.8272 7.74521 20.8959 7.92737C20.9646 8.10952 21 8.3048 21 8.50201C21 8.69922 20.9646 8.8945 20.8959 9.07665C20.8272 9.25881 20.7264 9.42426 20.5995 9.56354L12.4199 18.5595C12.2933 18.6991 12.1429 18.8099 11.9772 18.8855C11.8116 18.9611 11.6341 19 11.4548 19C11.2754 19 11.0979 18.9611 10.9323 18.8855C10.7666 18.8099 10.6162 18.6991 10.4896 18.5595L6.39979 14.0615C6.27304 13.9221 6.1725 13.7566 6.1039 13.5745C6.03531 13.3924 6 13.1971 6 13C6 12.8029 6.03531 12.6076 6.1039 12.4255C6.1725 12.2434 6.27304 12.0779 6.39979 11.9385C6.52654 11.7991 6.67702 11.6885 6.84262 11.613C7.00823 11.5376 7.18573 11.4988 7.36498 11.4988C7.54423 11.4988 7.72173 11.5376 7.88734 11.613C8.05294 11.6885 8.20342 11.7991 8.33017 11.9385L11.4548 15.3779L18.6691 7.44048C18.7958 7.30086 18.9462 7.19008 19.1118 7.11449C19.2774 7.03891 19.455 7 19.6343 7C19.8136 7 19.9912 7.03891 20.1568 7.11449C20.3224 7.19008 20.4729 7.30086 20.5995 7.44048Z" fill="white"/></svg>');
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
}

.opacityRemove input{
  opacity: 0;
}

.sub-menu .label-wrapper{
  display: flex;
  align-items: center;
}

.sub-menu .label-wrapper div {
  display: flex;
  align-items: center;
}

/* home article  */

.veggies-article-section .newsarticle-img{
  aspect-ratio: 1 / 1;
  position: relative;
}

.veggies-article-section .newsarticle-img img{
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: 363px;
  max-height: 363px;
}

@media screen and (max-width:767.5){
  .recipe-listing-section .mobilefliterlist{
    margin: 0;
  }

  .mobile-filter-btn{
    margin-top: 30px;
  }
}

/* recipe detail page  */

.wprm-recipe-template-column-template-main,
.recipeRelatedArtSection{
  max-width: 100% !important;
}

.wprm-container-float-right{
  max-width: 800px !important;
}

.wprm-recipe-template-snippet-basic-buttons{
  display: none;
}

.wprm-spacer+.wprm-recipe-summary.wprm-block-text-normal{
  width: 50%;
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 140% */
  margin-bottom: 20px;
}

.wprm-recipe-template-column-template-main{
  background-color: #fff;
  padding-top: 0px !important;
  justify-content: space-between;
}

.single-wprm_recipe .wprm-block-text-normal a{
  text-decoration: underline;
}

.wprm-recipe-template-column-template-main .wprm-recipe-template-column-template-left {
  flex: none;
  background: #FBF8FF;
  width: 38%;
  max-width: 603px;
}

.wprm-recipe-template-column-template-main .wprm-recipe-template-column-template-right{
  flex: none;
  width: 55%;
  max-width: 846px;
}

.wprm-recipe-template-column-template-main .wprm-recipe-ingredients-container{
  background-color:transparent;
}

.wprm-recipe-template-column-template-main .wprm-recipe-ingredients-container{
  padding: 50px 100px 50px;
}

.wprm-recipe-template-column-template-main .wprm-recipe-template-column-template-left h2.wprm-recipe-header {
  color: var(--Black, #161616);
  font-family: Montserrat !important;
  font-size: 36px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 50px !important;
  margin-bottom: 20px !important;
  margin-top: 0 !important;
}

.wprm-recipe-block-container.wprm-recipe-block-container-separate.wprm-block-text-normal.wprm-recipe-servings-container{
  padding: 0;
  display: flex;
  gap: 25px;
}

.wprm-recipe-block-container.wprm-recipe-block-container-separate.wprm-block-text-normal.wprm-recipe-servings-container>*{
  display: inline-flex;
  margin-bottom: 20px;
}

.wprm-recipe-block-container.wprm-recipe-block-container-separate.wprm-block-text-normal.wprm-recipe-servings-container span:first-child{
  color: var(--Svart, #191D24);
  font-family: Montserrat;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 25px !important;
  align-items: center;
  /* margin-right: 25px; */
}

.wprm-recipe-block-container.wprm-recipe-block-container-separate.wprm-block-text-normal.wprm-recipe-servings-container span:nth-child(2) .wprm-recipe-servings-text-buttons-container{
  order: 2;
}

.wprm-recipe-block-container.wprm-recipe-block-container-separate.wprm-block-text-normal.wprm-recipe-servings-container span:nth-child(2) .wprm-recipe-servings-unit.wprm-recipe-details-unit.wprm-block-text-normal{
  order: 1;
  color: var(--Svart, #191D24);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  display: inline-flex;
  align-items: center;
  margin-right: 25px;
  display: none;
}

.wprm-recipe-template-column-template-main .wprm-recipe-template-column-template-left .wprm-recipe-servings-text-buttons-container .wprm-recipe-servings-change.wprm-recipe-servings-decrement{
  background-color: var(--Lilla-2, #E9E0F7) !important;
  color: var(--Lilla, #843D87) !important;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none !important;
}

.wprm-recipe-template-column-template-main .wprm-recipe-template-column-template-left .wprm-recipe-servings-text-buttons-container input[type=text].wprm-recipe-servings{
  color: var(--Lilla, #843D87) !important;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #843D87 !important;
}

.wprm-recipe-template-column-template-main .wprm-recipe-template-column-template-left .wprm-recipe-servings-text-buttons-container .wprm-recipe-servings-change.wprm-recipe-servings-increment{
  background-color: var(--Lilla-2, #E9E0F7) !important;
  color: var(--Lilla, #843D87) !important;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none !important;
}

.wprm-recipe-template-column-template-main .wprm-recipe-ingredients-container h3.wprm-recipe-ingredient-group-name{
  color: var(--Black, #161616);
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  /* 141.667% */
  margin-bottom: 20px !important;
}

.wprm-recipe-template-column-template-main .wprm-recipe-ingredients-container ul.wprm-recipe-ingredients li.wprm-recipe-ingredient{
  color: var(--Black, #161616);
  font-family: Montserrat;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 26px !important;
  /* 144.444% */
  margin-bottom: 6px !important;
}

.wprm-recipe-template-column-template-main .wprm-recipe-ingredients-container .wprm-recipe-ingredient-group{
  margin-bottom: 30px !important;
}

.wprm-recipe-block-container.wprm-recipe-block-container-inline.wprm-block-text-uppercase.wprm-recipe-tag-container{
  border-radius: 4px;
  background: var(--Lilla, #843D87);
  padding: 5px 10px;
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

span.wprm-recipe-icon.wprm-recipe-facebook-share-icon{
  display: inline-block;
}

.wprm-recipe-custom-field.wprm-recipe-custom-field-type-image.wprm-recipe-custom-field-key-author_image.wprm-block-text-normal img{
  border-radius: 0.25rem;
}

@media screen and (min-width:1024px){
  .wprm-recipe.wprm-recipe-template-column-template .wprm-recipe-summary{
    max-width:43.7% !important;
  }
}

/* right content  */

.wprm-recipe-instruction-group .wprm-recipe-instruction-group-name.wprm-recipe-group-name::before{
  content: "-";
  color: #FFFFFF;
  background-color: #843D87;
  width: 56px;
  height: 56PX;
  font-family: 'Noto Sans';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  border-radius: 5px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -106PX;
  top: -6px;
}

.wprm-recipe-template-column-template-main .wprm-recipe-instruction-group div.wprm-recipe-group-name{
  color: var(--Black, #161616) !important;
  font-family: Montserrat;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 34px !important;
  margin-bottom: 1.06rem !important;
}

.wprm-recipe-collections-layout-grid .wprmprc-collection {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9px;
}

.wprm-recipe-instructions-container .wprm-recipe-instruction-text,
.wprm-recipe-custom-field-key-tips_content{
  color: var(--Black, #161616);
  font-family: Montserrat;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.wprm-recipe-custom-field-key-tips_content h2.wprm-recipe-group-name{
  color: var(--Black, #161616) !important;
  font-family: Montserrat;
  font-size: 36px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 50px !important;
  margin-bottom: 1.06rem !important;
}

.wprm-recipe-custom-field-key-tips_content h3{
  color: var(--Black, #161616);
  font-family: Montserrat;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 34px !important;
  margin-bottom: 20px !important;
}

/* .wprm-recipe-template-column-template-main .wprm-recipe-instruction-group:first-child .wprm-recipe-group-name.wprm-recipe-instruction-group-name.wprm-block-text-bold{
  color: var(--Black, #161616);
font-family: Montserrat !important;
font-size: 36px !important;
font-style: normal;
font-weight: 700;
line-height: 50px !important; 
margin-bottom: 20px !important;
} */

.wprm-recipe-template-column-template .wprm-recipe-custom-field.wprm-recipe-custom-field-type-classic.wprm-recipe-custom-field-key-instructions_heading.wprm-block-text-normal h2 {
  color: var(--Black, #161616) !important;
  font-family: Montserrat !important;
  font-size: 36px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 50px !important;
  margin-bottom: 20px !important;
}

.wprm-recipe-template-column-template-main .wprm-recipe-template-column-template-right{
  padding-left: 106px;
}

.wprm-recipe-template-column-template-main .wprm-recipe-instruction-group{
  margin-bottom: 30px;
}

.wprm-recipe-template-column-template-main .wprm-recipe-instruction-group:first-child{
  margin-bottom: 20px;
}

.wprm-recipe-container>.wprm-recipe-template-column-template{
  margin-bottom: 55px !important;
}

.boldheading, .boldheading a{
  transition: all .3s ease-in-out;
}

.boldheading:hover, .boldheading:hover a{
  color:#455C20;
  transition: all .3s ease-in-out;
}

.recipeRelatedArtSection a.seall-recipe-link svg{
  transition: all .1s ease-in-out;
}

.recipeRelatedArtSection a.seall-recipe-link:hover svg{
  transform: translateX(-0.625rem);
  transition: all .1s ease-in-out;
}

@media screen and (min-width:1280px) and (max-width:1535.5px){
  .wprm-recipe-template-column-template-main .wprm-recipe-ingredients-container{
    padding: 40px 90px !important;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-template-column-template-left h2.wprm-recipe-header{
    font-size: 24px !important;
    line-height: 28px !important;
  }

  .wprm-recipe-block-container.wprm-recipe-block-container-separate.wprm-block-text-normal.wprm-recipe-servings-container span:first-child{
    font-size: 16px;
    line-height: normal;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-template-column-template-left .wprm-recipe-servings-text-buttons-container .wprm-recipe-servings-change.wprm-recipe-servings-decrement{
    width: 40px;
    height: 40px;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-template-column-template-left .wprm-recipe-servings-text-buttons-container input[type=text].wprm-recipe-servings{
    width: 40px;
    height: 40px;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-template-column-template-left .wprm-recipe-servings-text-buttons-container .wprm-recipe-servings-change.wprm-recipe-servings-increment{
    width: 40px;
    height: 40px;
  }

  .wprm-recipe-block-container.wprm-recipe-block-container-separate.wprm-block-text-normal.wprm-recipe-servings-container{
    gap: 10px;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-ingredients-container h3.wprm-recipe-ingredient-group-name{
    font-size: 18px;
    line-height: 26px;
    margin: 10px 0 15px !important;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-ingredients-container ul.wprm-recipe-ingredients li.wprm-recipe-ingredient{
    font-size: 16px;
    line-height: normal;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-template-column-template-right {
    padding-left: 60px;
  }

  .wprm-recipe-instruction-group .wprm-recipe-instruction-group-name.wprm-recipe-group-name::before{
    width: 40px;
    height: 40px;
    left: -60px;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-template-column-template-right{
    width: 62%;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-template-column-template-left{
    width: 32%;
  }

  /* .wprm-recipe-template-column-template-main .wprm-recipe-instruction-group:first-child .wprm-recipe-group-name.wprm-recipe-instruction-group-name.wprm-block-text-bold{font-size: 28px;line-height: 34px;margin: 0px 0px 20px !important;} */

  .wprm-recipe-template-column-template .wprm-recipe-custom-field.wprm-recipe-custom-field-type-classic.wprm-recipe-custom-field-key-instructions_heading.wprm-block-text-normal h2{
    font-size: 28px;
    line-height: 34px;
    margin: 0px 0px 20px !important;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-instruction-group div.wprm-recipe-group-name{
    font-size: 18px !important;
    line-height: 26px !important;
  }

  .wprm-recipe-instructions-container .wprm-recipe-instruction-text, .wprm-recipe-custom-field-key-tips_content{
    font-size: 16px !important;
    line-height: normal;
    margin: 10px 0;
  }

  .wprm-recipe-custom-field-key-tips_content h2.wprm-recipe-group-name{
    font-size: 24px !important;
    line-height: 28px !important;
  }

  .wprm-recipe-custom-field-key-tips_content h3{
    font-size: 18px !important;
    line-height: 26px !important;
    margin-bottom: 20px !important;
  }

  .wprm-spacer+.wprm-recipe-summary.wprm-block-text-normal{
    font-size: 16px;
    line-height: normal;
  }
}

@media screen and (min-width:1024px) and (max-width:1279.5px){
  .wprm-recipe-template-column-template-main .wprm-recipe-ingredients-container{
    padding: 40px 40px !important;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-template-column-template-left h2.wprm-recipe-header{
    font-size: 24px !important;
    line-height: 28px !important;
  }

  .wprm-recipe-block-container.wprm-recipe-block-container-separate.wprm-block-text-normal.wprm-recipe-servings-container span:first-child{
    font-size: 16px;
    line-height: normal;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-template-column-template-left .wprm-recipe-servings-text-buttons-container .wprm-recipe-servings-change.wprm-recipe-servings-decrement{
    width: 40px;
    height: 40px;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-template-column-template-left .wprm-recipe-servings-text-buttons-container input[type=text].wprm-recipe-servings{
    width: 40px;
    height: 40px;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-template-column-template-left .wprm-recipe-servings-text-buttons-container .wprm-recipe-servings-change.wprm-recipe-servings-increment{
    width: 40px;
    height: 40px;
  }

  .wprm-recipe-block-container.wprm-recipe-block-container-separate.wprm-block-text-normal.wprm-recipe-servings-container{
    gap: 10px;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-ingredients-container h3.wprm-recipe-ingredient-group-name{
    font-size: 18px;
    line-height: 26px;
    margin: 10px 0 15px !important;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-ingredients-container ul.wprm-recipe-ingredients li.wprm-recipe-ingredient{
    font-size: 16px;
    line-height: normal;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-template-column-template-right {
    padding-left: 60px;
  }

  .wprm-recipe-instruction-group .wprm-recipe-instruction-group-name.wprm-recipe-group-name::before{
    width: 40px;
    height: 40px;
    left: -60px;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-template-column-template-right{
    width: 62%;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-template-column-template-left{
    width: 32%;
  }

  /* .wprm-recipe-template-column-template-main .wprm-recipe-instruction-group:first-child .wprm-recipe-group-name.wprm-recipe-instruction-group-name.wprm-block-text-bold{font-size: 28px;line-height: 34px;margin: 0px 0px 20px !important;} */

  .wprm-recipe-template-column-template .wprm-recipe-custom-field.wprm-recipe-custom-field-type-classic.wprm-recipe-custom-field-key-instructions_heading.wprm-block-text-normal h2{
    font-size: 24px;
    line-height: 28px;
    margin: 0px 0px 20px !important;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-instruction-group div.wprm-recipe-group-name{
    font-size: 18px !important;
    line-height: 26px !important;
  }

  .wprm-recipe-instructions-container .wprm-recipe-instruction-text, .wprm-recipe-custom-field-key-tips_content{
    font-size: 16px !important;
    line-height: normal;
    margin: 10px 0;
  }

  .wprm-recipe-custom-field-key-tips_content h2.wprm-recipe-group-name{
    font-size: 24px !important;
    line-height: 28px !important;
  }

  .wprm-recipe-custom-field-key-tips_content h3{
    font-size: 18px !important;
    line-height: 26px !important;
    margin-bottom: 20px !important;
  }

  .wprm-spacer+.wprm-recipe-summary.wprm-block-text-normal{
    font-size: 16px;
    line-height: normal;
  }
}

@media screen and (min-width:768px) and (max-width:1023.5px){
  .sidebarBtn{
    padding: 0;
    margin-top: 2.5rem;
  }

  .wprm-container-float-right{
    width:46% !important;
  }

  .wprm-recipe-template-column-template-name-stars-container .wprm-recipe-name{
    font-size: 2.5rem !important;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-ingredients-container{
    padding: 40px 20px !important;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-template-column-template-left h2.wprm-recipe-header{
    font-size: 24px !important;
    line-height: 28px !important;
  }

  .wprm-recipe-block-container.wprm-recipe-block-container-separate.wprm-block-text-normal.wprm-recipe-servings-container span:first-child{
    font-size: 16px;
    line-height: normal;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-template-column-template-left .wprm-recipe-servings-text-buttons-container .wprm-recipe-servings-change.wprm-recipe-servings-decrement{
    width: 40px;
    height: 40px;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-template-column-template-left .wprm-recipe-servings-text-buttons-container input[type=text].wprm-recipe-servings{
    width: 40px;
    height: 40px;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-template-column-template-left .wprm-recipe-servings-text-buttons-container .wprm-recipe-servings-change.wprm-recipe-servings-increment{
    width: 40px;
    height: 40px;
  }

  .wprm-recipe-block-container.wprm-recipe-block-container-separate.wprm-block-text-normal.wprm-recipe-servings-container{
    gap: 10px;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-ingredients-container h3.wprm-recipe-ingredient-group-name{
    font-size: 18px;
    line-height: 26px;
    margin: 10px 0 15px !important;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-ingredients-container ul.wprm-recipe-ingredients li.wprm-recipe-ingredient{
    font-size: 16px;
    line-height: normal;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-template-column-template-right {
    padding-left: 60px;
  }

  .wprm-recipe-instruction-group .wprm-recipe-instruction-group-name.wprm-recipe-group-name::before{
    width: 40px;
    height: 40px;
    left: -60px;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-template-column-template-right{
    width: 60%;
  }

  /* .wprm-recipe-template-column-template-main .wprm-recipe-instruction-group:first-child .wprm-recipe-group-name.wprm-recipe-instruction-group-name.wprm-block-text-bold{font-size: 28px;line-height: 34px;margin: 0px 0px 20px !important;} */

  .wprm-recipe-template-column-template .wprm-recipe-custom-field.wprm-recipe-custom-field-type-classic.wprm-recipe-custom-field-key-instructions_heading.wprm-block-text-normal h2{
    font-size: 24px;
    line-height: 28px;
    margin: 0px 0px 20px !important;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-instruction-group div.wprm-recipe-group-name{
    font-size: 18px !important;
    line-height: 26px !important;
  }

  .wprm-recipe-instructions-container .wprm-recipe-instruction-text, .wprm-recipe-custom-field-key-tips_content{
    font-size: 16px !important;
    line-height: normal;
    margin: 10px 0;
  }

  .wprm-recipe-custom-field-key-tips_content h2.wprm-recipe-group-name{
    font-size: 24px !important;
    line-height: 28px !important;
  }

  .wprm-recipe-custom-field-key-tips_content h3{
    font-size: 18px !important;
    line-height: 26px !important;
    margin-bottom: 15px !important;
  }

  .wprm-spacer+.wprm-recipe-summary.wprm-block-text-normal{
    font-size: 16px;
    line-height: normal;
  }
}

@media screen and (min-width:768px) and (max-width:1599.5px){
  .wprm-recipe-container>.wprm-recipe-template-column-template {
    max-width: 1200px !important;
  }
}

.recipeRelatedArtSection, .recipe-search-section{
  background-color: #fff;
}

/* recipe detail page css-5/4/2024  */

.recipeRelatedArtSection .block-heading{
  color: var(--Grn, #455C20);
  font-family: "Playfair Display";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  /* 108.333% */
}

.recipeRelatedArtSection .seall-recipe-link{
  color: var(--Svart, #191D24);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.wprm-recipe-time.wprm-block-text-bold{
  color: var(--Svart, #191D24);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  /* 125% */
}

.recipe-listing-section .recipe-listimg{
  aspect-ratio: 1 / 1;
  position: relative;
}

.recipe-listing-section .recipe-listimg img{
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-width: 500px;
  max-height: 500px;
}

.wprm-recipe-image.wprm-block-image-normal img{
  width: 100% !important;
}

@media screen and (min-width:1024px){
  .recipe-listing-section .recipe-filter-list{
    margin-left: auto;
  }
}

@media screen and (min-width:768px){
  .wprm-recipe-template-column-template-main{
    position: relative;
  }

  .wprm-recipe-template-column-template-main::before {
    content: "";
    position: absolute;
    width: 8000px;
    height: 3000px;
    top: -3094px;
    background: #FFFBED !important;
    z-index: -1;
    left: -126%;
  }

  .wprm-recipe{
    overflow:unset !important;
  }

  .wprm-recipe-container{
    overflow:hidden;
  }

  .wprm-recipe-container>.wprm-recipe-template-column-template{
    padding-top: 4.69rem;
  }

  .wprm-recipe-template-column-template-main{
    margin-top: 0rem !important;
  }

  .recipeRelatedArtSection .recipe-swiperimg{
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
    transition: all .3s ease-in-out;
  }

  .recipeRelatedArtSection .recipe-swiperimg img{
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    max-width: 500px;
    max-height: 500px;
    transition: all .3s ease-in-out;
  }

  .recipeRelatedArtSection .recipe-swiperimg:hover img{
    transition: all .3s ease-in-out;
    transform: scale(110%);
  }

  .wprm-container-float-right {
    margin-bottom: 4.69rem !important;
  }
}

.wprm-toggle-switch-container label{
  display: flex;
  justify-content: space-between;
}

.wprm-toggle-switch-container .wprm-toggle-switch .wprm-toggle-switch-slider{
  order: 2;
  right: -3.88rem;
  left: auto;
  width: 4rem !important;
  height: 2rem !important;
  margin-top: -18px !important;
  background-color: #C2C2C2 !important;
  border-radius: 50px !important;
}

.wprm-toggle-switch-container .wprm-toggle-switch .wprm-toggle-switch-label{
  order: 1;
  margin-right: 1.88rem;
  color: var(--Gr-tags, #555);
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem;
  /* 144.444% */
  margin-left: 0 !important;
}

.wprm-toggle-switch-container .wprm-toggle-switch input{
  order: 3;
}

.wprm-toggle-switch-container{
  flex-direction: column;
  align-items: start !important;
}

.wprm-toggle-switch-container .wprm-prevent-sleep-description{
  margin-left: 0 !important;
  margin-top: 0.5rem;
  color: var(--Gr-tags, #555);
  font-family: Montserrat;
  font-size: 1rem !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal !important;
}

.wprm-recipe-details-container.wprm-recipe-custom-container + .wprm-spacer{
  display: none !important;
}

.wprm-spacer  + .wprm-spacer{
  display: none !important;
}

.wprm-recipe .wprm-spacer + a.wprm-recipe-link{
  padding-left: 0 !important;
}

@media screen and (min-width:768px) and (max-width:1279.5px){
  .wprm-recipe-container>.wprm-recipe-template-column-template {
    padding: 0rem 0rem !important;
    width: 95% !important;
    margin: 0 auto;
    margin-top: 2rem !important;
  }

  .wprm-recipe-template-column-template-name-stars-container .wprm-recipe-name{
    font-size: 2.5rem;
    line-height: 3.125rem !important;
    margin-bottom: 1.25rem;
  }

  .wprm-recipe-rating-details.wprm-block-text-normal, .wprm-recipe-rating-average,
  .wprm-recipe-rating.wprm-recipe-rating-inline .wprm-recipe-rating-details,
  .wprm-recipe-rating.wprm-recipe-rating-inline .wprm-recipe-rating-details .wprm-recipe-rating-count{
    font-size: 1rem;
    line-height: normal;
  }

  .wprm-recipe-rating .wprm-rating-star svg {
    width: 1.25rem;
    height: 1.75rem;
  }

  .wprm-recipe-custom-field-container .wprm-block-text-normal{
    font-size: 1rem;
    line-height: normal;
  }

  .wprm-recipe .wprm-recipe-custom-field-container + a.wprm-recipe-link{
    font-size: 1rem;
    line-height: normal;
  }

  .wprm-block-text-normal{
    font-size: 1rem;
    line-height: normal;
  }

  .wprm-recipe-block-container.wprm-recipe-block-container-inline.wprm-block-text-uppercase.wprm-recipe-tag-container{
    font-size: 1rem;
    line-height: normal;
  }

  .wprm-toggle-switch-container .wprm-toggle-switch .wprm-toggle-switch-slider{
    margin-top: -13px !important;
  }

  .wprm-toggle-switch-container {
    margin: 20px 0 0;
  }

  /* .wprm-recipe-template-column-template-main .wprm-recipe-instruction-group:first-child .wprm-recipe-group-name.wprm-recipe-instruction-group-name.wprm-block-text-bold{
  font-size: 28px !important;
  line-height: 36px !important;
} */

  .wprm-recipe-template-column-template .wprm-recipe-custom-field.wprm-recipe-custom-field-type-classic.wprm-recipe-custom-field-key-instructions_heading.wprm-block-text-normal h2{
    font-size: 28px !important;
    line-height: 36px !important;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-ingredients-container {
    padding: 20px 20px !important;
  }

  .recipeRelatedArtSection .block-heading{
    font-size: 38px;
    line-height: 48px;
  }

  .recipeRelatedArtSection .seall-recipe-link{
    font-size: 1rem;
    line-height: normal;
  }
}

@media screen and (max-width:767.5px){
  .wprm-recipe-time.wprm-block-text-bold{
    font-size: 16px;
    line-height: normal;
  }

  .recipeRelatedArtSection .block-heading{
    font-size: 36px;
    line-height: 48px;
  }

  .recipeRelatedArtSection .seall-recipe-link{
    color: var(--Svart, #191D24);
    font-size: 1rem;
    line-height: normal;
  }

  .recipeRelatedArtSection .load-moreboxes{
    display: none;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-ingredients-container{
    padding: 40px 0px 142px;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-template-column-template-left{
    width: 100%;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-template-column-template-right{
    width: 100%;
  }

  .wprm-recipe-template-column-template .wprm-recipe-custom-field.wprm-recipe-custom-field-type-classic.wprm-recipe-custom-field-key-instructions_heading.wprm-block-text-normal h2{
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 25px;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-template-column-template-left h2.wprm-recipe-header{
    font-size: 24px !important;
    line-height: 34px !important;
    margin-bottom: 25px;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-template-column-template-right {
    padding-left: 0;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-instruction-group div.wprm-recipe-group-name{
    font-size: 20px !important;
    line-height: 25px !important;
    margin-bottom: 10px;
  }

  .wprm-recipe-instructions-container .wprm-recipe-instruction-text, .wprm-recipe-custom-field-key-tips_content{
    font-size: 16px !important;
    line-height: normal;
  }

  .wprm-recipe-custom-field-key-tips_content h2.wprm-recipe-group-name{
    font-size: 20px !important;
    line-height: 25px !important;
    margin-bottom: 10px;
  }

  .wprm-recipe-custom-field-key-tips_content h3{
    font-size: 15px !important;
    line-height: 23px !important;
  }

  .wprm-recipe-instructions-container li.wprm-recipe-instruction .wprm-recipe-instruction-text{
    font-size: 16px;
    line-height: 23px !important;
  }

  .wprm-recipe-block-container.wprm-recipe-block-container-separate.wprm-block-text-normal.wprm-recipe-servings-container span:first-child{
    font-size: 18px;
    line-height: 26px;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-template-column-template-left .wprm-recipe-servings-text-buttons-container .wprm-recipe-servings-change.wprm-recipe-servings-decrement,
  .wprm-recipe-template-column-template-main .wprm-recipe-template-column-template-left .wprm-recipe-servings-text-buttons-container input[type=text].wprm-recipe-servings,
  .wprm-recipe-template-column-template-main .wprm-recipe-template-column-template-left .wprm-recipe-servings-text-buttons-container .wprm-recipe-servings-change.wprm-recipe-servings-increment{
    width: 42px;
    height: 42px;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-ingredients-container ul.wprm-recipe-ingredients li.wprm-recipe-ingredient{
    font-size: 16px !important;
    line-height: normal;
    border-bottom: 1px solid #C2C2C2;
    padding: 10px 0 !important;
    margin: 0 !important;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-ingredients-container .wprm-recipe-ingredient-group{
    margin-bottom: 40px !important;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-ingredients-container ul.wprm-recipe-ingredients li.wprm-recipe-ingredient:first-child{
    padding-top: 0px !important;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-template-column-template-left{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 300ms;
    --tw-translate-x: 100%;
    --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;
    transform: translateX(var(--tw-translate-x)) translateY(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-origin: right;
    height: 100vh;
    z-index: 99;
    display: flex;
    top: 0;
    right: 0px;
    bottom: 0px;
    left: 0px;
    position: fixed;
    display: none;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-template-column-template-left.showSidebar{
    --tw-translate-x: 0px !important;
    display: flex;
    padding: 40px 18px;
    top: 30px;
    height: 100%;
    overflow-y: scroll;
  }

  .sidebarBtn{
    background: #FFFFFF !important;
    padding: 30px 0px 30px !important;
    margin-left: -18px !important;
    margin-right: -18px !important;
    margin-bottom: 0 !important;
    width: auto;
    display: flex;
    justify-content: center;
  }

  .sidebarBtn .mobSidebarBtn{
    width: calc(100% - 36px);
  }

  /* .wprm-recipe-template-column-template-main .wprm-recipe-instruction-group:first-child .wprm-recipe-group-name.wprm-recipe-instruction-group-name.wprm-block-text-bold {
  font-size: 24px !important;
  line-height: 34px !important;
  margin-bottom: 25px !important;
  margin-top: 0 !important;
} */

  .wprm-recipe-template-column-template .wprm-recipe-custom-field.wprm-recipe-custom-field-type-classic.wprm-recipe-custom-field-key-instructions_heading.wprm-block-text-normal h2{
    font-size: 24px !important;
    line-height: 34px !important;
    margin-bottom: 25px !important;
    margin-top: 0 !important;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-instruction-group div.wprm-recipe-group-name,
.wprm-recipe-custom-field-key-tips_content h2.wprm-recipe-group-name {
    font-size: 20px !important;
    line-height: 25px !important;
    margin-bottom: 10px !important;
  }

  .wprm-toggle-switch-container {
    flex-direction: column;
    align-items: start !important;
    margin: 35px 0 40px !important;
  }

  .wprm-recipe-template-column-template-main{
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  /* .wprm-recipe-template-column-template-main{margin-left: -18px;margin-right: -18px;padding-bottom: 0 !important;padding-top: 0 !important;margin-top: 0 !important;} */

  /* .wprm-recipe-template-column-template-main .wprm-recipe-template-column-template-right {padding: 0 18px 0px;} */

  .wprm-recipe-template-column-template-main .wprm-recipe-template-column-template-right {
    padding: 0 0px 0px;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-template-column-template-right ol.wprm-recipe-instructions .wprm-recipe-instruction-group {
    margin-bottom: 0px;
  }

  /* .wprm-recipe-instructions-container .wprm-recipe-instruction-text, .wprm-recipe-custom-field-key-tips_content span{margin-bottom: 0 !important;} */

  .wprm-recipe-custom-field-key-tips_content{
    margin: 1em 0 !important;
  }

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

  .wprm-recipe-template-column-template-main .wprm-recipe-instruction-group:last-child{
    margin-bottom: 0;
  }

  .wprm-recipe-block-container.wprm-recipe-block-container-inline.wprm-block-text-uppercase.wprm-recipe-tag-container{
    font-size: 16px;
    line-height: normal;
    margin: 5px 10px 5px 0;
  }

  .wprm-recipe-details-container-inline {
    display: block !important;
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .wprm-recipe-details-container-inline + .wprm-recipe-details-container-inline {
    display: block !important;
    margin-top: 25px;
    margin-bottom: 40px;
  }

  .wprm-recipe-rating{
    text-align: start;
    margin-bottom: 25px;
    margin-top: 15px;
  }

  .wprm-recipe-template-column-template-name-stars-container{
    text-align: start;
    justify-content: start;
  }

  .wprm-recipe-rating-details.wprm-block-text-normal{
    color: var(--Svart, #191D24);
    font-family: Montserrat;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.75rem;
  }

  .wprm-recipe-custom-field.wprm-recipe-custom-field-type-image.wprm-recipe-custom-field-key-author_image.wprm-block-text-normal + .wprm-recipe-custom-container{
    width: 75%;
    display: block;
    float: left;
    margin-left: 102px;
    margin-top: -80px;
  }

  .wprm-recipe-custom-field.wprm-recipe-custom-field-type-image.wprm-recipe-custom-field-key-author_image.wprm-block-text-normal + .wprm-recipe-custom-container + a.wprm-recipe-link {
    color: #843d87;
    width: 75%;
    display: block;
    float: left;
    margin-left: 102px;
    margin-top: -33px;
  }

  .wprm-recipe-custom-field.wprm-recipe-custom-field-type-image.wprm-recipe-custom-field-key-author_image.wprm-block-text-normal{
    width:82px;
    height: 82px;
  }

  .wprm-recipe .wprm-recipe-custom-container + a.wprm-recipe-link + .wprm-spacer{
    height: 20px;
  }

  .wprm-recipe-template-column-template .wprm-recipe-header{
    font-size:16px;
    line-height: normal !important;
    color: #000 !important;
    font-family: Montserrat !important;
    font-style: normal !important;
    font-weight: 600 !important;
  }

  .wprm-recipe-custom-field-container .wprm-block-text-normal{
    font-size:16px !important;
    line-height: normal !important;
  }

  .wprm-recipe .wprm-recipe-custom-field-container + a.wprm-recipe-link{
    font-size:16px;
    line-height: normal;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-template-column-template-left.showSidebar{
    flex-direction: column;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-ingredients-container .wprm-recipe-ingredient-group:last-child{
    margin-bottom: 0 !important;
  }

  .wprm-recipe-template-column-template-main .wprm-recipe-ingredients-container {
    padding: 0px 0px 0px !important;
  }

  .wprm-recipe-container>.wprm-recipe-template-column-template {
    margin-top: 0 !important;
    padding: 40px 18px 0;
    /* background: var(--Gull, #FFFBED); */
    background: transparent;
    margin-bottom: 0 !important;
  }

  .wprm-recipe-template-column-template-name-stars-container h2.wprm-recipe-name{
    font-size: 36px !important;
    line-height:48px !important;
    color: #000;
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 700;
  }

  .wprm-recipe-rating.wprm-recipe-rating-inline .wprm-recipe-rating-details{
    color: var(--Svart, #191D24);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
  }

  .wprm-recipe-rating + .wprm-container-float-right{
    margin-bottom: 20px;
  }

  .wprm-block-text-normal{
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 144.444% */
  }

  .wprm-recipe a.wprm-recipe-link{
    box-shadow: none;
    gap: 10px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0 !important;
    color: var(--Lilla, #843D87);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    justify-content: start;
    background-color: transparent !important;
    margin-bottom: 25px !important;
    margin-top: 10px;
  }

  span.wprm-recipe-icon.wprm-recipe-facebook-share-icon {
    display: inline-block;
    margin-bottom: -5px;
  }

  .wprm-recipe .wprm-recipe-print.wprm-recipe-link.wprm-print-recipe-shortcode.wprm-block-text-normal.wprm-recipe-print-inline-button{
    margin-right: 24px !important;
  }

  .wprm-recipe .wprm-recipe-print.wprm-recipe-link.wprm-print-recipe-shortcode.wprm-block-text-normal.wprm-recipe-print-inline-button svg {
    margin-right: 15px;
  }

  .wprm-recipe a.wprm-recipe-link.wprm-recipe-facebook-share  img{
    margin-right: 15px;
  }

  .wprm-recipe-template-column-template-main{
    position:relative;
  }

  .wprm-recipe-template-column-template-main::before {
    bottom: 0;
    content: "";
    position: absolute;
    width: 8000px;
    height: 200% !important;
    top: -210.5% !important;
    background: #FFFBED !important;
    z-index: -1;
    left: -126%;
  }

  .wprm-recipe-template-column-template .wprm-recipe-custom-field.wprm-recipe-custom-field-type-classic.wprm-recipe-custom-field-key-instructions_heading.wprm-block-text-normal h2{
    position: relative;
  }
}

.recipe-filter-list .dekstopfliterlist .fliterlist .selected-filter-btn{
  border-radius: 0.25rem;
}

.recipe-filter-list .dekstopfliterlist .fliterlist .selected-filter-btn{
  font-weight: 400;
}

.recipe-filter-list .dekstopfliterlist .fliterlist .selected-filter-btn.clear-flter{
  font-weight: 600;
}

@media screen and (min-width:1024px){
  .recipe-filter-list .dekstopfliterlist .fliterlist .selected-filter-btn{
    color: var(--Svart, #191D24);
    font-family: Montserrat;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625rem;
    border-radius: 0.25rem;
  }

  .recipe-filter-list .dekstopfliterlist .fliterlist .selected-filter-btn.clear-flter{
    color: var(--Svart, #191D24);
    font-family: Montserrat;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.625rem;
  }
}

/* footer style  */

.footer-menu li::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M1.2835 11.2776L15.6201 11.2776L9.35668 17.5445C8.85612 18.0454 8.85612 18.8673 9.35668 19.3681C9.47542 19.4871 9.61647 19.5816 9.77174 19.646C9.927 19.7105 10.0935 19.7437 10.2615 19.7437C10.4296 19.7437 10.5961 19.7105 10.7514 19.646C10.9066 19.5816 11.0477 19.4871 11.1664 19.3681L19.6246 10.9052C19.7436 10.7864 19.838 10.6452 19.9024 10.4899C19.9668 10.3345 20 10.168 20 9.99979C20 9.8316 19.9668 9.66506 19.9024 9.50971C19.838 9.35435 19.7436 9.21323 19.6246 9.09442L11.1664 0.631488C11.0476 0.512593 10.9065 0.418282 10.7513 0.353938C10.596 0.289592 10.4296 0.256474 10.2615 0.256474C10.0935 0.256474 9.92709 0.289592 9.77184 0.353938C9.61658 0.418282 9.47551 0.512593 9.35668 0.631488C9.23785 0.750382 9.14359 0.891532 9.07928 1.04687C9.01497 1.20222 8.98187 1.36871 8.98187 1.53686C8.98187 1.705 9.01497 1.87149 9.07929 2.02684C9.14359 2.18218 9.23785 2.32333 9.35668 2.44222L15.6201 8.70916L1.2835 8.70916C0.577573 8.70916 -9.14145e-07 9.28706 -8.52397e-07 9.99337C-7.90649e-07 10.6997 0.577573 11.2776 1.2835 11.2776Z" fill="white"/></svg>');
  width: 20px;
  height: 19.487px;
  position: absolute;
  top: 3px;
  left: 0;
}

/* css 18-4-2024 */

.news-article-wrapper .newsarticle-img{
  aspect-ratio: 1 / 1;
  position: relative;
}

.news-article-wrapper .newsarticle-img img{
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-width: 363px;
  max-height: 363px;
}

.mobile-sliderblock-section .siwperSlideWrapper .swiper-img{
  aspect-ratio: 1 / 1;
  position: relative;
}

.mobile-sliderblock-section .siwperSlideWrapper .swiper-img img{
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-width: 500px;
  max-height: 538px;
}

.siwperSlideWrapper .swiper-img{
  overflow: hidden;
}

.siwperSlideWrapper .swiper-img img{
  transition: all .3s ease-in-out;
  transform: none;
}

.siwperSlideWrapper .swiper-img:hover img{
  transition: all .3s ease-in-out;
  transform: scale(110%);
}

.swiperslidehead a{
  transition: all .3s ease-in-out;
}

.swiperslidehead a:hover{
  color: #455C20 ;
  transition: all .3s ease-in-out;
}

.swiperlinkWrapper a.swiper-seall-link svg{
  transform: none;
  transition: all .1s ease-in-out;
}

.swiperlinkWrapper a.swiper-seall-link:hover svg{
  transform: translateX(-0.625rem);
  transition: all .1s ease-in-out;
}

.wprm-recipe-summary p{
  margin-bottom:0.625rem !important;
  font-size: 1.125rem !important;
  line-height: 1.625rem !important;
  font-family: Montserrat !important;
  font-weight: 500 !important
}

@media screen and (min-width:1280px){
  .wprm-recipe-template-column-template p.swipersmalltext{
    margin-bottom:0.625rem !important;
    font-size: 1.125rem !important;
    line-height: 1.625rem !important;
    font-family: Montserrat !important;
  }

  .mobile-sliderblock-section .siwperSlideWrapper .swiper-img{
    aspect-ratio: 500 / 538;
  }
}

@media screen and (max-width:1279.5px){
  .wprm-recipe-template-column-template p.swipersmalltext{
    margin-bottom:0.3125rem !important;
    font-size: 1rem !important;
    line-height: normal !important;
    font-family: Montserrat !important;
  }
}

/* collection-recipe page css */

#wprm-recipe-collections-app{
  width: 60%;
  margin: 0 auto;
  padding: 30px 0;
}

/* footer style  */

.footer-menu li::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M1.2835 11.2776L15.6201 11.2776L9.35668 17.5445C8.85612 18.0454 8.85612 18.8673 9.35668 19.3681C9.47542 19.4871 9.61647 19.5816 9.77174 19.646C9.927 19.7105 10.0935 19.7437 10.2615 19.7437C10.4296 19.7437 10.5961 19.7105 10.7514 19.646C10.9066 19.5816 11.0477 19.4871 11.1664 19.3681L19.6246 10.9052C19.7436 10.7864 19.838 10.6452 19.9024 10.4899C19.9668 10.3345 20 10.168 20 9.99979C20 9.8316 19.9668 9.66506 19.9024 9.50971C19.838 9.35435 19.7436 9.21323 19.6246 9.09442L11.1664 0.631488C11.0476 0.512593 10.9065 0.418282 10.7513 0.353938C10.596 0.289592 10.4296 0.256474 10.2615 0.256474C10.0935 0.256474 9.92709 0.289592 9.77184 0.353938C9.61658 0.418282 9.47551 0.512593 9.35668 0.631488C9.23785 0.750382 9.14359 0.891532 9.07928 1.04687C9.01497 1.20222 8.98187 1.36871 8.98187 1.53686C8.98187 1.705 9.01497 1.87149 9.07929 2.02684C9.14359 2.18218 9.23785 2.32333 9.35668 2.44222L15.6201 8.70916L1.2835 8.70916C0.577573 8.70916 -9.14145e-07 9.28706 -8.52397e-07 9.99337C-7.90649e-07 10.6997 0.577573 11.2776 1.2835 11.2776Z" fill="white"/></svg>');
  width: 20px;
  height: 19.487px;
  position: absolute;
  top: 3px;
  left: 0;
}

/* search page css  */

.search-content p{
  color: var(--Black, #161616);
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
  /* 144.444% */
}

.search-discription h2:hover{
  color: var(--Lilla, #843D87);
  transition:all .3s ease-in-out;
}

@media screen and (max-width:767.5px){
  .search-content p{
    font-size: 1rem;
    line-height: normal;
  }
}

/*************  collection page css  **************/

#wprm-recipe-collections-app{
  width: 100%;
  max-width: 750px;
}

.wprm-recipe-collections-layout-grid .wprmprc-container-header{
  color: var(--Svart, #191D24);
  font-family: "Playfair Display";
  font-size: 2.25rem !important;
  font-style: normal;
  font-weight: 700;
  line-height: 3rem !important;
}

.wprm-recipe-collections-layout-grid .wprmprc-container-header-container{
  margin-bottom: 2.5rem !important;
}

.wprm-recipe-collections-layout-grid .wprmprc-container-header-actions .wprmprc-container-header-action .wprmprc-icon svg{
  width: 1.8125rem !important;
  height: 1.79763rem !important;
  flex-shrink: 0;
}

.wprm-recipe-collections-layout-grid .wprmprc-container-header-actions .wprmprc-container-header-action .wprmprc-icon svg g{
  stroke:#843D87;
  stroke-width: 2;
}

.wprmprc-overview-grid-collection{
  border-radius: 0.25rem !important;
  border: 1px solid var(--Lilla, #843D87) !important;
  padding: 0.38rem 0.94rem !important;
  min-height: auto !important;
}

.wprmprc-overview-grid-collection.wprmprc-overview-grid-collection-clickable{
  border-radius: 0.25rem !important;
  border: 1px solid var(--Lilla, #843D87) !important;
  background: var(--Lilla-3, #FBF8FF)!important;
  padding: 0.38rem 0.94rem !important;
  min-height: auto !important;
}

.wprmprc-overview-grid-collection .wprmprc-overview-grid-collection-nohandle+.wprmprc-overview-grid-collection-name {
  flex-basis: 320px;
  color: var(--Svart, #191D24);
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem;
}

.wprmprc-overview-grid-collection .wprmprc-overview-grid-collection-images .wprmprc-overview-grid-collection-image img{
  box-shadow: none;
  border-radius: 0.25rem;
}

.wprmprc-overview-grid-collection .wprmprc-overview-grid-collection-images .wprmprc-overview-grid-collection-image:nth-child(2) {
  margin-bottom: 0;
  width: 2.4375rem;
  height: 2.6875rem;
  flex-shrink: 0;
  margin-left: 0;
}

.wprmprc-overview-grid-collection .wprmprc-overview-grid-collection-images .wprmprc-overview-grid-collection-image:first-child {
  margin-top: 0;
  width: 2.4375rem;
  height: 2.6875rem;
  flex-shrink: 0;
  margin-left: 0;
}

.wprmprc-overview-grid-collection .wprmprc-overview-grid-collection-images {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  height: 50px;
  -webkit-mask-image: linear-gradient(270deg,transparent,#000);
  mask-image: unset;
  overflow: hidden;
  padding-left: 0;
  gap: 0.5rem;
}

.wprmprc-overview-grid-collection .wprmprc-overview-grid-collection-images-container .wprmprc-overview-grid-collection-count{
  color: var(--Gr-tags, #555);
  text-align: right;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
}

.wprmprc-overview-grid-collection .wprmprc-overview-grid-collection-actions-shopping-list,
.wprmprc-overview-grid-collection .wprmprc-overview-grid-collection-actions, 
.wprmprc-overview-grid-collection .wprmprc-overview-grid-collection-actions-shopping-list, 
.wprmprc-overview-grid-collection .wprmprc-overview-grid-collection-handle{
  opacity:1 !important
}

.wprmprc-overview-grid-collection .wprmprc-overview-grid-collection-images-container .wprmprc-overview-grid-collection-count{
  opacity:1 !important;
  background-color: transparent;
}

.wprmprc-overview-grid-collection .wprmprc-overview-grid-collection-handle .wprmprc-icon svg{
  width: 2rem;
  height: 2.3125rem;
}

.wprmprc-overview-grid-collection>.wprmprc-overview-grid-collection-name{
  color: var(--Svart, #191D24) !important;
  font-family: Montserrat !important;
  font-size: 1.125rem !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 1.625rem !important;
}

.tippy-popper[x-placement^=right] [data-animation=shift].enter{
  border-radius: 4px;
  background: var(--Lilla, #843D87);
  padding: 1.25rem 1.5625rem;
}

.tippy-popper{
  filter:drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.20));
  left: 0.875rem !important;
}

.tippy-popper .wprmprc-context-menu .wprmprc-context-menu-item{
  padding: 0;
  color: var(--Hvit, #FFF);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.tippy-popper .wprmprc-context-menu {
  font-size: 1rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.94rem;
  align-items: flex-start;
}

.tippy-popper[x-placement^=right] [x-arrow] {
  border-bottom: 10px solid transparent !important;
  border-right: 16px solid #843D87 !important;
  border-top: 10px solid transparent !important;
  left: -15px !important;
  margin: 2px 0 !important;
}

.wprmprc-overview-grid-collection .wprmprc-overview-grid-collection-actions-shopping-list .wprmprc-icon svg{
  width:auto !important;
  height:auto !important;
}

.wprmprc-overview-grid-collection.wprmprc-overview-grid-collection-clickable .wprmprc-overview-grid-collection-nohandle{
  display: none !important;
}

.tippy-tooltip-content .wprmprc-context-menu .wprmprc-context-menu-divider{
  display: none !important;
}

.wprmprc-overview-grid-collection .wprmprc-overview-grid-collection-images-container .wprmprc-overview-grid-collection-count {
  color: var(--Gr-tags, #555);
  text-align: right;
  font-family: Montserrat;
  font-size: 1.125rem !important;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem !important;
  width: auto !important;
  height: auto !important;
  margin-right: 0.94rem;
}

.wprmprc-context-menu-clickable .wprmprc-icon svg{
  width:auto !important;
  height:auto !important;
}

.wprmprc-context-menu-container .wprmprc-context-menu-clickable .wprmprc-icon{
  margin-left: 0.625rem;
}

.wprmprc-overview-grid-collection .wprmprc-overview-grid-collection-images{
  height: auto !important;
}

.wprmprc-overview-grid-collection .wprmprc-overview-grid-collection-images .wprmprc-overview-grid-collection-image{
  width: 2.4375rem !important;
  height: 2.6875rem !important;
  margin: 0 !important;
}

.wprmprc-overview-grid-collection .wprmprc-overview-grid-collection-images .wprmprc-overview-grid-collection-image img{
  width: 100% !important;
  height: 100% !important;
}

.wprmprc-overview-grid .wprmprc-overview-grid-collection.wprmprc-overview-grid-collection-clickable:first-child{
  border-radius: 0.25rem;
  border: 1px solid var(--Lilla, #843D87);
  background: var(--Lilla-3, #FBF8FF);
  margin-bottom: 1.88rem !important;
}

.wprmprc-overview-grid .wprmprc-overview-grid-collections .wprmprc-overview-grid-collection.wprmprc-overview-grid-collection-clickable{
  background: transparent !important;
  margin-bottom: 0.81rem;
  border-radius: 0.25rem !important;
  border: 1px solid var(--Lys-gr, #C2C2C2) !important;
  background: var(--Hvit, #FFF) !important;
}

.wprmprc-overview-grid-collection .wprmprc-overview-grid-collection-images .wprmprc-overview-grid-collection-image{
  opacity:0.3 !important;
}

.wprmprc-overview-grid-collection .wprmprc-overview-grid-collection-images .wprmprc-overview-grid-collection-image:nth-child(-n+3){
  opacity:1 !important;
}

@media screen and (max-width:767.5px){
  .tippy-popper[x-placement^=left] [data-animation=shift].enter{
    transform: none !important;
  }

  .wprmprc-overview-grid-collection .wprmprc-overview-grid-collection-images-container{
    display: none !important;
    opacity: 0;
  }

  .wprmprc-overview-grid-collection .wprmprc-overview-grid-collection-name .wprmprc-icon{
    display: none !important;
  }

  .wprmprc-overview-grid-collection .wprmprc-overview-grid-collection-actions-shopping-list{
    margin-left: auto !important;
  }

  .wprmprc-overview-grid-collection .wprmprc-overview-grid-collection-actions{
    margin-left: 0.32rem !important;
  }

  .wprm-recipe-collections-layout-grid .wprmprc-container-header {
    text-align: start;
  }

  .wprm-recipe-collections-layout-grid#wprm-recipe-collections-app .wprmprc-container-header{
    text-align: start;
    width: 75%;
  }

  .wprm-recipe-collections-layout-grid .wprmprc-action .wprmprc-context-menu-container .wprmprc-context-menu-clickable{
    color: var(--Svart, #191D24);
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 25px;
  }

  .wprm-recipe-collections-layout-grid .wprmprc-action{
    opacity: 1 !important;
  }

  #wprm-recipe-collections-app {
    padding: 1.62rem 1.12rem 3.12rem !important;
  }

  .wprm-recipe-collections-layout-grid .wprmprc-container-header-container .wprmprc-container-header-actions{
    justify-content: start;
  }
}

/********* end collection css ************/

/* collection category css  */

.wprm-recipe-collections-layout-grid .wprmprc-header-link {
  opacity: 1 !important;
  text-decoration: underline;
  color: #000;
  font-family: "Playfair Display";
  font-size: 1.25rem !important;
  font-style: normal;
  font-weight: 700;
  line-height: 3rem !important;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.wprm-recipe-collections-layout-grid .wprmprc-container-header .wprmprc-container-header-name{
  color: var(--Svart, #191D24);
  font-family: "Playfair Display";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3rem;
  /* display: none !important; */
}

.wprmprc-collection-header-name.wprmprc-collection-column-name{
  color: var(--Svart, #191D24);
  font-family: "Playfair Display";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3rem;
  /* 133.333% */
}

.wprm-recipe-collections-layout-grid .wprmprc-collection-description{
  display: none !important;
}

.wprm-recipe-collections-layout-grid .wprmprc-collection .wprmprc-collection-column{
  margin: 0 !important;
}

.wprm-recipe-collections-layout-grid .wprmprc-collection .wprmprc-collection-column {
  display: flex;
  flex-direction: column;
  margin: 0 20px !important;
  width: 100%;
}

.wprm-recipe-collections-layout-grid .wprmprc-collection{
  margin-top: -3.25rem;
}

.wprm-recipe-collections-layout-grid .wprmprc-collection .wprmprc-collection-column-groups{
  margin-top:3.25rem !important;
}

.wprmprc-collection-header-name.wprmprc-collection-group-name{
  color: var(--Svart, #191D24);
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem;
  /* 144.444% */
  margin-bottom: 0rem;
}

.wprm-recipe-collections-layout-grid .wprmprc-collection-group .wprmprc-collection-group-items{
  padding: 0.94rem 0 2.25rem !important;
}

.wprm-recipe-collections-layout-grid .wprmprc-collection-item{
  margin-bottom: 0px !important;
}

.wprm-recipe-collections-layout-grid .wprmprc-collection-item .wprmprc-collection-item-servings{
  background: transparent;
}

.wprm-recipe-collections-layout-grid .wprmprc-collection-item .wprmprc-collection-item-servings .wprmprc-collection-item-servings-minus{
  width: 2.625rem;
  height: 2.625rem;
}

.wprm-recipe-collections-layout-grid .wprmprc-collection-item .wprmprc-collection-item-servings .wprmprc-collection-item-servings-minus, .wprm-recipe-collections-layout-grid .wprmprc-collection-item .wprmprc-collection-item-servings .wprmprc-collection-item-servings-plus {
  flex: 0 0 30px;
  width: 2.625rem;
  height: 2.625rem;
  background: #E9E0F7;
}

.wprmprc-icon {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  /* width: 2.625rem; */
  /* height: 2.625rem; */
  justify-content: center;
}

.wprm-recipe-collections-layout-grid .wprmprc-collection-item .wprmprc-collection-item-main .wprmprc-collection-item-details .wprmprc-collection-item-meta {
  display: flex;
  flex: auto;
  flex-direction: column;
  font-size: .9em;
  justify-content: center;
  padding: 5px;
  white-space: pre-line;
  align-items: center;
}

.wprm-recipe-collections-layout-grid .wprmprc-collection-item .wprmprc-collection-item-main .wprmprc-collection-item-details .wprmprc-collection-item-meta .wprmprc-collection-item-name{
  color: var(--Svart, #191D24);
  font-family: Montserrat;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5625rem;
  /* 125% */
}

.wprmprc-icon svg{
  width: 1.8125rem !important;
  height: 1.8125rem !important;
  flex-shrink: 0;
}

/* .wprmprc-icon svg g{
fill: #843D87;
stroke: #843D87;
} */

.wprm-recipe-collections-layout-grid .wprmprc-collection .wprmprc-collection-column.wprmprc-collection-column-width .wprmprc-collection-header.wprmprc-collection-column-header{
  border-radius: 0.25rem !important;
  border: 1px solid var(--Lilla, #843D87) !important;
  background: var(--Lilla-3, #FBF8FF) !important;
  padding: 0.94rem 0.88rem 0.94rem;
}

.wprm-recipe-collections-layout-grid .wprmprc-collection{
  margin-top:0 !important
}

.wprm-recipe-collections-layout-grid .wprmprc-collection-header .wprmprc-collection-header-action .wprmprc-icon svg{
  width: 1.8125rem;
  height: 1.8125rem;
}

.wprm-recipe-collections-layout-grid .wprmprc-collection-header .wprmprc-collection-header-action .wprmprc-icon svg circle{
  stroke:#843D87
}

.wprm-recipe-collections-layout-grid .wprmprc-collection-item .wprmprc-collection-item-main .wprmprc-collection-item-details .wprmprc-collection-item-meta{
  justify-content: center !important;
  align-items: start !important;
  padding-left: 2.44rem;
}

.wprmprc-collection-item-meta .wprmprc-collection-item-name{
  color: var(--Svart, #191D24);
  font-family: Montserrat;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5625rem;
  /* 125% */
}

.wprmprc-collection-item-action .wprmprc-context-menu-container .wprmprc-context-menu-clickable .wprmprc-icon {
  margin-left: 0;
}

.wprm-recipe-collections-layout-grid .wprmprc-collection-item .wprmprc-collection-item-servings .wprmprc-collection-item-servings-value .wprmprc-collection-item-servings-unit{
  color: var(--Svart, #191D24);
  font-family: Montserrat;
  font-size: 1rem !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal !important;
  padding: 0.62rem;
}

.wprm-recipe-collections-layout-grid .wprmprc-collection-item .wprmprc-collection-item-servings .wprmprc-collection-item-servings-value{
  color: var(--Svart, #191D24);
  font-family: Montserrat;
  font-size: 1rem !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal !important;
  padding: 0.62rem 0.62rem 0.625rem 0;
}

.wprm-recipe-collections-layout-grid .wprmprc-collection-item .wprmprc-collection-item-servings,
.wprm-recipe-collections-layout-grid .wprmprc-collection-item .wprmprc-collection-item-main .wprmprc-collection-item-actions{
  opacity: 1 !important;
}

.wprm-recipe-collections-layout-grid .wprmprc-collection-item .wprmprc-collection-item-main .wprmprc-collection-item-details .wprmprc-collection-item-image{
  padding: 0.94rem !important;
}

.wprm-recipe-collections-layout-grid .wprmprc-collection-header .wprmprc-collection-header-actions{
  opacity: 1 !important;
}

.wprm-recipe-collections-layout-grid .wprmprc-collection-item .wprmprc-collection-item-servings .wprmprc-collection-item-servings-minus .wprmprc-icon{
  width: 2.625rem;
  height: 2.625rem;
}

.wprmprc-context-menu-container .wprmprc-context-menu-clickable .wprmprc-icon{
  width: auto !important;
  height: auto !important;
}

.wprm-recipe-collections-layout-grid .wprmprc-collection-group .wprmprc-collection-group-header{
  padding-left: 0.94rem !important;
}

.wprmprc-shopping-list-list-ingredient.wprmprc-shopping-list-list-ingredient-checked .wprmprc-shopping-list-list-ingredient-name-container input[type=checkbox].wprmprc-checkbox{
  background-image: url('data:image/svg+xml,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="25" height="25" rx="1.5" fill="%23455C20"/><rect x="0.5" y="0.5" width="25" height="25" rx="1.5" stroke="%23455C20"/><path fill-rule="evenodd" clip-rule="evenodd" d="M20.5995 7.44048C20.7264 7.57976 20.8272 7.74521 20.8959 7.92737C20.9646 8.10952 21 8.3048 21 8.50201C21 8.69922 20.9646 8.8945 20.8959 9.07665C20.8272 9.25881 20.7264 9.42426 20.5995 9.56354L12.4199 18.5595C12.2933 18.6991 12.1429 18.8099 11.9772 18.8855C11.8116 18.9611 11.6341 19 11.4548 19C11.2754 19 11.0979 18.9611 10.9323 18.8855C10.7666 18.8099 10.6162 18.6991 10.4896 18.5595L6.39979 14.0615C6.27304 13.9221 6.1725 13.7566 6.1039 13.5745C6.03531 13.3924 6 13.1971 6 13C6 12.8029 6.03531 12.6076 6.1039 12.4255C6.1725 12.2434 6.27304 12.0779 6.39979 11.9385C6.52654 11.7991 6.67702 11.6885 6.84262 11.613C7.00823 11.5376 7.18573 11.4988 7.36498 11.4988C7.54423 11.4988 7.72173 11.5376 7.88734 11.613C8.05294 11.6885 8.20342 11.7991 8.33017 11.9385L11.4548 15.3779L18.6691 7.44048C18.7958 7.30086 18.9462 7.19008 19.1118 7.11449C19.2774 7.03891 19.455 7 19.6343 7C19.8136 7 19.9912 7.03891 20.1568 7.11449C20.3224 7.19008 20.4729 7.30086 20.5995 7.44048Z" fill="white"/></svg>');
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-position: center;
  display: flex;
  width: 1.625rem;
  height: 1.625rem;
  opacity: 1;
}

.wprm-recipe-collections-layout-grid .wprmprc-shopping-list .wprmprc-shopping-list-list .wprmprc-shopping-list-list-ingredient.wprmprc-shopping-list-list-ingredient-checked{
  opacity: 1 !important;
}

.wprmprc-shopping-list-list-ingredient-name-container input[type=checkbox].wprmprc-checkbox{
  width: 1.625rem !important;
  height: 1.625rem !important;
}

.wprm-recipe-collections-layout-grid .wprmprc-shopping-list .wprmprc-shopping-list-list .wprmprc-shopping-list-list-ingredient{
  margin-bottom: 1.25rem;
}

.wprm-recipe-collections-layout-grid .wprmprc-shopping-list .wprmprc-shopping-list-list .wprmprc-shopping-list-list-ingredient:last-child{
  margin-bottom: 0;
}

.wprm-recipe-collections-layout-grid .wprmprc-container-header-actions{
  place-self: end !important;
}

.wprmprc-shopping-list-list-header .wprmprc-shopping-list-list-name{
  color: var(--Svart, #191D24);
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem;
  /* 144.444% */
  padding-left: 0.94rem;
  padding-bottom: 8px;
}

.wprm-recipe-collections-layout-grid .wprmprc-shopping-list .wprmprc-shopping-list-list .wprmprc-shopping-list-list-ingredients{
  margin-top: 20px;
}

.wprm-recipe-collections-layout-grid .wprmprc-shopping-list .wprmprc-shopping-list-list .wprmprc-shopping-list-list-ingredient .wprmprc-shopping-list-list-ingredient-name-container .wprmprc-shopping-list-list-ingredient-name{
  color: var(--Svart, #191D24);
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
  margin-left: 0.94rem !important;
}

.wprmprc-shopping-list-list-ingredient-variations .wprmprc-shopping-list-list-ingredient-variation{
  color: var(--Svart, #191D24);
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
  /* 144.444% */
}

.wprm-recipe-collections-layout-grid .wprmprc-shopping-list .wprmprc-shopping-list-column-header{
  padding-left: 15px;
}

.wprm-recipe-collections-layout-grid .wprmprc-shopping-list .wprmprc-shopping-list-collection-header{
  padding-left: 15px;
}

.wprm-recipe-collections-layout-grid .wprmprc-shopping-list .wprmprc-shopping-list-list .wprmprc-shopping-list-list-ingredient.wprmprc-shopping-list-list-ingredient-checked .wprmprc-shopping-list-list-ingredient-name-container .wprmprc-shopping-list-list-ingredient-name{
  text-decoration: line-through;
}

.wprm-recipe-collections-layout-grid .wprmprc-shopping-list .wprmprc-shopping-list-list .wprmprc-shopping-list-list-ingredient .wprmprc-shopping-list-list-ingredient-name-container{
  flex: 2 !important;
}

.wprm-recipe-collections-layout-grid .wprmprc-shopping-list .wprmprc-shopping-list-list .wprmprc-shopping-list-list-ingredient{
  gap: 2rem;
}

.wprmprc-shopping-list-collection-name{
  color: var(--Svart, #191D24);
  font-family: "Playfair Display";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem;
  /* 130% */
}

.wprm-recipe-collections-layout-grid .wprmprc-shopping-list .wprmprc-shopping-list-collection-header{
  color: var(--Svart, #191D24);
  font-family: "Playfair Display";
  font-size: 1.25rem !important;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem !important;
  /* 130% */
  padding-bottom: 0.5rem !important;
  border-bottom: 1px solid #D9D9D9 !important;
}

.wprm-recipe-collections-layout-grid .wprmprc-shopping-list .wprmprc-shopping-list-collection{
  margin-top: 1.5625rem !important;
}

.wprm-recipe-collections-layout-grid .wprmprc-shopping-list .wprmprc-shopping-list-column-header .wprmprc-shopping-list-column-name{
  color: var(--Svart, #191D24);
  font-family: Montserrat;
  font-size: 1.125rem !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 1.625rem !important;
  /* 144.444% */
}

.wprm-recipe-collections-layout-grid .wprmprc-shopping-list .wprmprc-shopping-list-item .wprmprc-shopping-list-item-servings-adjust .wprmprc-shopping-list-item-servings-adjust-servings-container .wprmprc-shopping-list-item-servings-adjust-servings{
  color: var(--Svart, #191D24);
  font-family: Montserrat;
  font-size: 1.125rem !important;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem !important;
  /* 144.444% */
}

.wprm-recipe-collections-layout-grid .wprmprc-shopping-list .wprmprc-shopping-list-item{
  padding: 0.375rem 0.375rem 0.375rem 0.9375rem !important;
}

.wprm-recipe-collections-layout-grid .wprmprc-shopping-list .wprmprc-shopping-list-item .wprmprc-shopping-list-item-servings-adjust .wprmprc-shopping-list-item-servings-adjust-servings-container{
  gap: 3px;
  flex: 2 !important;
}

.wprm-recipe-collections-layout-grid .wprmprc-shopping-list .wprmprc-shopping-list-item .wprmprc-shopping-list-item-details .wprmprc-shopping-list-item-name.wprmprc-shopping-list-item-name-allow-click{
  color: var(--Svart, #191D24);
  font-family: Montserrat;
  font-size: 1.125rem !important;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem !important;
  /* 144.444% */
}

.wprm-recipe-collections-layout-grid .wprmprc-shopping-list .wprmprc-shopping-list-item .wprmprc-shopping-list-item-servings-adjust .wprmprc-shopping-list-item-servings-adjust-servings-container .wprmprc-shopping-list-item-servings-adjust-servings-unit{
  color: var(--Svart, #191D24);
  font-family: Montserrat;
  font-size: 1.125rem !important;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
  /* 144.444% */
  margin-top: 0 !important;
}

.wprm-recipe-collections-layout-grid .wprmprc-shopping-list .wprmprc-shopping-list-item{
  padding: 0.375rem 0.375rem 0.375rem 0.9375rem !important;
  border-radius: 0.25rem !important;
  border: 1px solid var(--Lys-gr, #C2C2C2) !important;
  background: var(--Hvit, #FFF) !important;
  margin-bottom: 1.88rem !important;
}

.wprm-recipe-collections-layout-grid .wprmprc-shopping-list .wprmprc-shopping-list-item .wprmprc-shopping-list-item-servings-adjust .wprmprc-shopping-list-item-servings-adjust-servings-container {
  gap: 3px;
  flex: 2 !important;
  display: flex;
  align-items: center;
  justify-content: start;
}

.wprm-recipe-collections-layout-grid .wprmprc-collection-item .wprmprc-collection-item-servings .wprmprc-collection-item-servings-value{
  height:2.625rem !important;
}

.wprm-recipe-collections-layout-grid .wprmprc-collection-item .wprmprc-collection-item-servings .wprmprc-collection-item-servings-minus, .wprm-recipe-collections-layout-grid .wprmprc-collection-item .wprmprc-collection-item-servings .wprmprc-collection-item-servings-plus {
  flex: 0 0 2.625rem !important;
  display: flex;
  justify-content: center;
}

.wprm-recipe-collections-layout-grid .wprmprc-collection-item .wprmprc-collection-item-main .wprmprc-collection-item-actions{
  flex:0 0 2.625rem !important
}

.wprm-recipe-collections-layout-grid .wprmprc-shopping-list-editing .wprmprc-shopping-list-list-ingredient-group-container .wprmprc-shopping-list-editing-actions .wprmprc-shopping-list-editing-delete, 
.wprm-recipe-collections-layout-grid .wprmprc-shopping-list-editing .wprmprc-shopping-list-list-ingredient-group-container .wprmprc-shopping-list-editing-actions .wprmprc-shopping-list-editing-handle{
  opacity: 1 !important;
}

.wprm-recipe-collections-layout-grid .wprmprc-shopping-list-editing .wprmprc-shopping-list-list-ingredient-group-container .wprmprc-shopping-list-editing-actions .wprmprc-shopping-list-editing-delete{
  margin:0 15px !important
}

.wprmprc-shopping-list-editing-handle .wprmprc-icon{
  padding-left: 15px !important;
}

.wprm-recipe-collections-layout-grid .wprmprc-shopping-list-editing .wprmprc-shopping-list-list-ingredient-group-container .wprmprc-shopping-list-list-ingredient-group input{
  border-radius: 4px;
  border: 1px solid var(--Lys-gr, #C2C2C2);
  padding: 3px 15px !important;
  color: var(--Svart, #191D24);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.wprm-recipe-collections-layout-grid .wprmprc-shopping-list-editing .wprmprc-shopping-list-list-ingredient-group-container input{
  border-radius: 4px;
  border: 1px solid var(--Lys-gr, #C2C2C2);
  padding: 3px 15px !important;
  color: var(--Svart, #191D24);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 26px;
  /* 144.444% */
}

.wprm-recipe-collections-layout-grid .wprmprc-shopping-list-editing .wprmprc-shopping-list-list-ingredient-group-container input:focus{
  outline:none !important;
}

.wprm-recipe-collections-layout-grid .wprmprc-shopping-list-editing .wprmprc-shopping-list-list-ingredient-group-container input:hover{
  border-color:#C2C2C2 !important;
}

.wprm-recipe-collections-layout-grid .wprmprc-shopping-list-editing .wprmprc-shopping-list-list-ingredient-group-container .wprmprc-shopping-list-list-ingredient-group input:focus{
  outline:none !important;
}

.wprm-recipe-collections-layout-grid .wprmprc-shopping-list-editing .wprmprc-shopping-list-list-ingredient-group-container .wprmprc-shopping-list-list-ingredient-group{
  margin-bottom: 1.25rem;
}

.wprm-recipe-collections-layout-grid .wprmprc-edit-list-actions {
  padding: 0 !important;
  color: var(--Gr-tags, #555);
  font-family: Montserrat;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 26px !important;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-align: right;
  display: inline-block;
  float: right;
}

.wprm-recipe-collections-layout-grid .wprmprc-edit-list-actions {
  padding: 0 !important;
  color: var(--Gr-tags, #555);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-align: right;
  display: inline-block;
  float: right;
  opacity: 1;
}

.wprm-recipe-collections-layout-grid .wprmprc-edit-list-actions .wprmprc-edit-list-action{
  opacity: 1 !important;
}

.wprmprc-shopping-list-list-ingredient-group-ingredients{
  margin-bottom: 25px;
}

span.wprm-recipe-details-label.wprm-block-text-bold.wprm-recipe-tag-label.wprm-recipe-author_name-label{
  color: #000 !important;
  font-family: Montserrat !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: normal !important;
  margin-top: 0 !important;
}

span.wprm-recipe-author_name.wprm-block-text-normal{
  color: #000 !important;
  font-family: Montserrat !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 28px !important;
  /* 140% */
}

.wprm-recipe-template-column-template .wprm-recipe-header{
  margin-top: 0 !important;
}

.wprm-recipe-template-column-template-name-stars-container{
  max-width:700px;
}

@media screen and (min-width:768px){
  .shoppinglistlabel span{
    margin-top: 4px;
  }

  .wprm-recipe-collections-layout-grid .wprmprc-shopping-list .wprmprc-shopping-list-item .wprmprc-shopping-list-item-servings-adjust{
    width: 29% !important;
    max-width: 205px !important;
  }

  .wprmprc-overview-grid-collection .wprmprc-overview-grid-collection-handle{
    margin-left: -6px !important;
  }
}

@media screen and (max-width:767.5px){
  .wprm-recipe-collections-layout-grid .wprmprc-shopping-list .wprmprc-shopping-list-column-header{
    padding-left: 0px;
  }

  .wprm-recipe-collections-layout-grid .wprmprc-shopping-list .wprmprc-shopping-list-collection-header{
    padding-left: 0;
  }

  .wprm-recipe-collections-layout-grid .wprmprc-shopping-list .wprmprc-shopping-list-item:last-child{
    margin-bottom:0px !important;
  }

  .wprm-recipe-collections-layout-grid .wprmprc-shopping-list .wprmprc-shopping-list-item{
    padding: 20px 15px !important;
  }

  .wprm-recipe-collections-layout-grid .wprmprc-shopping-list .wprmprc-shopping-list-column-header{
    margin-top: 5px;
  }

  .wprm-recipe-collections-layout-grid .wprmprc-container-header-container .wprmprc-container-header-actions{
    margin-bottom: 0px !important;
  }

  .wprm-recipe-collections-layout-grid .wprmprc-shopping-list .wprmprc-shopping-list-list .wprmprc-shopping-list-list-ingredient .wprmprc-shopping-list-list-ingredient-name-container {
    flex: 4 !important;
  }

  .wprmprc-overview-grid-collection .wprmprc-overview-grid-collection-handle{
    margin-left: -6px !important;
  }
}

/*/ keyboard navigation  /*/

body a:focus-visible{
  outline: 4px solid currentColor !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

body label.custom-label:focus-visible{
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

.logo a:focus-visible{
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

.desktopSocialIcons a:focus-visible{
  outline: 4px solid #843D87 !important;
  outline-offset: 4px !important;
  transition: none !important;
  text-decoration: none !important;
}

ul#main-menu li a:focus-visible:not(ul#main-menu li ul li a) {
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

.banner-text a:focus-visible {
  outline: 4px solid #FFFFFF !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
  display: block;
}

.veggies-article-section .article-description a:focus-visible{
  color: #843D87;
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

a.seall-link:focus-visible {
  /* transform: translateX(-0.625rem); */
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

a.seall-link:focus-visible {
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

.swiperslidehead a:focus-visible{
  color: #455C20;
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

.guider-seall-link:focus-visible,
 .blocklink:focus-visible{
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

.ctalink:focus-visible{
  outline: 4px solid #FFFFFF !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

/* ul#main-menu li a:focus + ul,
ul#main-menu li a:focus-visible + ul{display: block !important;} */

/*article images  */

.banner-img-block a:focus-visible img{
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

.banner-img-block a:focus-visible {
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

.banner-img-block a{
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.ctablkwrapper .ctabtn:focus-visible{
  background: #FFFFFF;
  border-radius: 0;
  outline: 4px solid #FFFFFF !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

.filter_cat.active:focus-visible, 
.category-btns a:focus-visible{
  background: #A156A4;
  border-radius: 0;
  outline: 4px solid #A156A4 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

.load-moreboxes .loadmoreproducts:focus-visible{
  outline: none !important;
  background: #637743;
  border-radius: 0;
}

.imgText-text .imgTextBtnLinks:focus-visible{
  outline: none !important;
  background: #FFFFFF;
  border-radius: 0;
}

.formsubcription button:focus-visible{
  outline: none !important;
  background: #A156A4;
  transition: all .3s ease-in-out;
}

.leftright-imgtext-wrapper .Gull .btntirnary:focus-visible{
  outline: none !important;
  border-radius: 0;
  background-color: #637743;
  border-radius: 0;
  outline: 4px solid #843D87 !important;
  outline-offset: 3px !important;
  transition: none !important;
  text-decoration: none !important;
}

.leftright-imgtext-wrapper .Lilla .btntirnary:focus-visible{
  outline: none !important;
  border-radius: 0;
  background-color: #A156A4;
  border-radius: 0;
  outline: 4px solid #843D87 !important;
  outline-offset: 3px !important;
  transition: none !important;
  text-decoration: none !important;
}

/*article images  */

.banner-img-block a:focus-visible{
  background: #FFFFFF;
  border-radius: 0;
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

.banner-img-block a:focus-visible {
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

.banner-img-block a{
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

/*text  headings focus-visible*/

.veggies-article-section .article-description a:focus-visible .varticleHeading,
.veggies-article-section .article-description a:focus-visible, 
.newsarticle-description a:focus-visible .newslistingHeading,
.guiderarticle-description a:focus-visible .guiderlistHeading,
.article-description a:focus-visible .varticleHeading,
.newsarticle-description a:focus-visible .news-articleHeading,.newsarticle-description a:focus-visible{
  color: #843D87;
  border-radius: 0;
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

.recipe-description .boldheading:focus-visible {
  color: #364223;
  border-radius: 0;
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

.faqList.open .faqListTitle{
  color: var(--Lilla, #843D87);
  outline: none !important;
}

/* ul#main-menu li a:focus-visible + ul {
  border-radius: 0.3125rem; 
  background: #FBF8FF;
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.20));
  left: -10% !important;
  padding: 0rem;
  min-width: 15.8125rem !important;
  max-width: 15.8125rem !important;
} */

body .footer-section a:focus-visible, 
body .footer-section a.footer-noah-logo:focus-visible {
  outline: 4px solid #FFFFFF !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

.filter_cat:focus-visible{
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

/*** new css **/

.wprm-recipe-image.wprm-block-image-normal + .wprm-recipe-custom-field.wprm-recipe-custom-field-type-text.wprm-recipe-custom-field-key-recipe_image_caption.wprm-block-text-normal{
  color: var(--Gr-tags, #555) !important;
  font-family: Montserrat !important;
  font-size: 1rem !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4375rem !important;
  text-align: start;
  display: inline-block;
  width: 100%;
  margin-left: 0;
  margin-right:auto ;
  margin-top: 0.625rem;
}

@media screen and (min-width:992px){
  .wprm-recipe-custom-field.wprm-recipe-custom-field-type-image.wprm-recipe-custom-field-key-author_image.wprm-block-text-normal + .wprm-recipe-custom-container+ a.wprm-recipe-link{
    width:31% !important;
  }

  .wprm-recipe-custom-field.wprm-recipe-custom-field-type-image.wprm-recipe-custom-field-key-author_image.wprm-block-text-normal + .wprm-recipe-custom-container{
    width: 31.5% !important;
  }
}

@media screen and (max-width:767.5px){
  .wprm-recipe-image.wprm-block-image-normal + .wprm-recipe-custom-field.wprm-recipe-custom-field-type-text.wprm-recipe-custom-field-key-recipe_image_caption.wprm-block-text-normal{
    font-size: 0.875rem;
    line-height: normal;
  }
}

ul#main-menu li.menu-item:hover a:focus:not(ul#main-menu li ul li a)::before{
  content: none !important;
}

/* ul#main-menu li.menu-item:hover a:focus:not(ul#main-menu li ul li a)::before{content: none;}  */

ul#main-menu li.menu-item:hover a.active:focus{
  outline: none !important;
}

ul#main-menu li a.activeMenu:focus:not(ul#main-menu li ul li a),
 ul#main-menu li a.activeMenu:focus-visible:not(ul#main-menu li ul li a){
  outline: none !important;
}

a.activeMenu{
  outline: none !important;
}

ul#main-menu li a:active:not(ul#main-menu li ul li a),
 ul#main-menu li a:active:not(ul#main-menu li ul li a){
  outline: none !important;
}

@media screen and (min-width:1024px){
  #main-menu .mob_li{
    display: none !important;
  }

  ul#main-menu li.desk_li{
    margin: 0 !important;
    padding: 0 !important;
  }
}

@media screen and (max-width:1023.5px){
  .mobile-favouriteIcon .mobfavourite-link{
    display: flex !important;
    justify-content:start;
  }

  .mobile-form{
    margin-top: 1.75rem !important;
  }

  #main-menu .desk_li{
    display: none !important;
  }
}

.collectionheading + .collection-shorttext{
  color: var(--Svart, #191D24);
  font-family: Montserrat;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.0625rem;
  margin-bottom: 0.94rem;
}

@media screen and (max-width:767.5px){
  .collectionheading + .collection-shorttext{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/* #wpadminbar{display:none;} */

/* .wp-admin #wpadminbar{display:block;} */

.wprm-recipe-facebook-share.wprm-recipe-link.wprm-block-text-normal,
.wprm-recipe-pin.wprm-recipe-link.wprm-block-text-normal,
.wprm-recipe-not-in-collection.wprm-recipe-add-to-collection-recipe.wprm-recipe-add-to-collection.wprm-recipe-link.wprm-block-text-normal,
.wprm-recipe-print.wprm-recipe-link.wprm-print-recipe-shortcode.wprm-block-text-normal.wprm-recipe-print-inline-button.wprm-recipe-link-inline-button.wprm-color-accent{
  font-weight: 600 !important;
}

@media screen and (min-width:1024px) and (max-width: 1099.5px){
  #wprm-recipe-collections-app{
    padding: 30px 9px !important;
  }

  .wprm-recipe-custom-field.wprm-recipe-custom-field-type-image.wprm-recipe-custom-field-key-author_image.wprm-block-text-normal + .wprm-recipe-custom-container{
    width: 30% !important;
  }
}

@media screen and (min-width:768px) and (max-width: 991.5px){
  .wprm-recipe-custom-field.wprm-recipe-custom-field-type-image.wprm-recipe-custom-field-key-author_image.wprm-block-text-normal + .wprm-recipe-custom-container{
    margin-top: -28%;
  }

  #wprm-recipe-collections-app{
    padding: 30px 9px !important;
  }
}

.recipe-related-section .recipe-wrapper{
  display: flex;
  justify-content: space-between;
  row-gap: 20px;
  flex-wrap: wrap;
}

.last-article{
  width: 100%;
  background-color: #FFFBED;
  max-width: 100%;
  margin-top: 0;
}

.recipe-related-section .recipe-wrapper .last-article .recipeblock{
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width:1024px){
  .recipe-related-section .recipe-wrapper .recipeblock{
    width:48.8%;
    max-width:365px;
  }
}

@media screen and (min-width:576px){
  .recipe-related-section .recipe-wrapper .recipeblock{
    width:48.8%;
  }

  .last-article{
    width: 100%;
    background-color: #FFFBED;
    max-width: 100%;
  }

  .recipe-related-section .recipe-wrapper .last-article .recipeblock{
    width: 100%;
    max-width: 100%;
  }

  .recipe-related-section .recipe-wrapper{
    flex-wrap: wrap;
  }
}

@media screen and (max-width:575.5px){
  .recipe-related-section .recipe-wrapper .recipeblock{
    width:100%;
    max-width:none;
  }

  .recipe-related-section .recipe-wrapper{
    flex-wrap: wrap;
  }

  .last-article{
    width: 100%;
  }

  .recipe-related-section .recipe-wrapper .last-article .recipeblock{
    width: 100%;
  }
}

/* 04/05/2024 */

.desktopSocialIcons .fbIcon{
  margin-left: 25px;
}

.desktopSocialIcons{
  align-items: center;
}

.deskfavourite-link{
  margin: 0;
  margin-right: -17px;
}

.accountLogout{
  color: var(--Lilla, #843D87);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: -17px;
  display: inline-flex;
}

/* .wprmprc-overview-grid-collection .wprmprc-overview-grid-collection-name{margin-left: -6px !important;} */

/* collection page mobile css  */

@media screen and (max-width:767.5px){
  .tippy-popper{
    border-radius: 0.25rem;
    /* background: var(--Lilla, #843D87) !important; */
  }

  .tippy-popper .tippy-tooltip{
    background: var(--Lilla, #843D87) !important;
    padding: 1.25rem 1.25rem 1.25rem 1.56rem;
  }

  .tippy-popper[x-placement^=left] [x-arrow] {
    border-bottom: 7px solid transparent;
    border-left: 12px solid #843D87 !important;
    border-top: 7px solid transparent;
    margin: 6px 0;
    right: -12px;
  }

  /* .tippy-popper[x-placement^=left] [data-animation=shift].enter{
  transform: translate(-25px,-34px) !important;
} */

  .wprmprc-overview-grid .wprmprc-overview-grid-collection.wprmprc-overview-grid-collection-clickable:first-child{
    margin-bottom: 1.25rem !important;
  }

  .wprmprc-overview-grid .wprmprc-overview-grid-collections .wprmprc-overview-grid-collection.wprmprc-overview-grid-collection-clickable:last-child{
    margin-bottom: 5px !important;
  }

  /* .wprmprc-overview-grid-collection .wprmprc-overview-grid-collection-name{margin-left: -6px !important;} */

  /* .wprmprc-container-header-actions .wprmprc-container-header-action{}
.wprmprc-context-menu-container[aria-describedby=tippy-tooltip-20] .wprmprc-context-menu-clickable{

} */

  .wprm-recipe-collections-layout-grid .wprmprc-action.wprmprc-overview-grid-collection-add{
    display: flex !important;
    justify-content: center;
  }

  .wprm-recipe-collections-layout-grid .wprmprc-container-header-container {
    margin-bottom: 1.88rem !important;
  }

  .wprmprc-overview-grid-collection .wprmprc-overview-grid-collection-name{
    flex: 0 0 58% !important;
  }

  .wprmprc-collection-header-name.wprmprc-collection-column-name{
    font-size: 18px;
    line-height: 26px;
  }

  .wprm-recipe-collections-layout-grid .wprmprc-collection .wprmprc-collection-column.wprmprc-collection-column-width .wprmprc-collection-header.wprmprc-collection-column-header{
    height: 52px;
  }

  .wprmprc-collection-header-name.wprmprc-collection-group-name{
    font-size: 16px;
    line-height: normal;
  }

  .wprm-recipe-collections-layout-grid .wprmprc-collection-group .wprmprc-collection-group-items{
    padding-bottom: 1.88rem !important;
  }

  .wprm-recipe-collections-layout-grid .wprmprc-collection .wprmprc-collection-column-groups{
    margin-top: 1.88rem !important;
  }

  .wprm-recipe-collections-layout-grid .wprmprc-collection-item .wprmprc-collection-item-main .wprmprc-collection-item-details .wprmprc-collection-item-meta .wprmprc-collection-item-name{
    font-size: 1rem !important;
    line-height: normal !important;
  }

  .wprm-recipe-collections-layout-grid .wprmprc-collection-item .wprmprc-collection-item-main .wprmprc-collection-item-details .wprmprc-collection-item-meta{
    font-size: 16px !important;
    line-height: normal !important;
    padding: 0.625rem;
  }

  .wprm-recipe-collections-layout-grid .wprmprc-collection-item .wprmprc-collection-item-servings .wprmprc-collection-item-servings-value .wprmprc-collection-item-servings-unit {
    font-size: 1rem !important;
    margin-left: 3px !important;
    padding-left: 0;
  }

  .wprm-recipe-collections-layout-grid .wprmprc-collection-header.wprmprc-collection-column-header .wprmprc-collection-header-action{
    order: 2;
  }

  .wprmprc-context-menu .wprmprc-context-menu-divider {
    border-top: 1px solid #fff;
    height: 1px;
    margin-top: 0;
    max-height: 1px;
    opacity: 1;
    width: 100%;
    display: block !important;
  }

  .wprm-recipe-collections-layout-grid .wprmprc-container-header-container {
    display: block;
    position: relative;
  }

  .wprm-recipe-collections-layout-grid .wprmprc-container-header-container .wprmprc-container-header-actions {
    margin-bottom: 0;
    float: right;
    right: 18px;
    display: flex;
    position: absolute;
    width: 25%;
    top: 70px;
  }

  .tippy-tooltip-content .wprmprc-context-menu .wprmprc-context-menu-divider {
    display: block !important;
    border-top: 1px solid #fff;
    height: 0;
    margin-top: 0;
    max-height: 0;
    opacity: 1;
  }

  /* .tippy-popper{
  top: -30px !important;
}
.tippy-popper[x-placement^=left] [data-animation=shift].enter {transform: none !important;} */

  .wprm-recipe-collections-layout-grid .wprmprc-shopping-list .wprmprc-shopping-list-list .wprmprc-shopping-list-list-ingredient .wprmprc-shopping-list-list-ingredient-name-container .wprmprc-shopping-list-list-ingredient-name{
    font-size: 1rem;
    line-height: 1.625rem;
  }

  .wprmprc-shopping-list-list-ingredient-variations .wprmprc-shopping-list-list-ingredient-variation{
    font-size: 1rem;
    line-height: 1.625rem;
  }

  .wprmprc-shopping-list-list-header .wprmprc-shopping-list-list-name{
    font-size: 1rem;
    line-height: normal;
    padding-left: 0;
    padding-bottom: 0.62rem;
  }

  .wprm-recipe-collections-layout-grid .wprmprc-shopping-list .wprmprc-shopping-list-list-header{
    padding-bottom: 0.62rem;
  }

  .wprm-recipe-collections-layout-grid .wprmprc-shopping-list .wprmprc-shopping-list-list .wprmprc-shopping-list-list-ingredients{
    margin-top: 15px;
  }

  .wprmprc-shopping-list-list-ingredient-variations .wprmprc-shopping-list-list-ingredient-variation {
    font-size: 1rem;
    line-height: 1.625rem;
  }

  .wprm-recipe-collections-layout-grid .wprmprc-shopping-list-editing .wprmprc-shopping-list-list-ingredient-group-container input{
    font-size:1rem !important;
    line-height: normal !important;
  }

  .wprmprc-shopping-list-list-ingredient-variations .wprmprc-shopping-list-list-ingredient-variation {
    font-size: 1rem;
    line-height: normal;
  }

  .wprm-recipe-collections-layout-grid .wprmprc-shopping-list .wprmprc-shopping-list-list .wprmprc-shopping-list-list-ingredient{
    gap: 0.62rem;
    margin-bottom: 0.62rem;
  }

  .wprm-recipe-facebook-share.wprm-recipe-link.wprm-block-text-normal{
    display: inline-flex;
    align-items: center;
    width: auto;
  }

  .wprm-recipe-pin.wprm-recipe-link.wprm-block-text-normal{
    color: #843d87;
    width: auto;
    display: inline-flex;
    align-items: center;
    margin: 0;
    justify-content: left;
    place-content: start;
    top: -10px;
    position: relative;
    gap: 0;
  }

  .wprm-recipe a.wprm-recipe-link.wprm-recipe-facebook-share  img {
    top: -5px;
    position: relative;
  }
}

@media screen and (min-width:768px){
  .wprm-recipe-facebook-share.wprm-recipe-link.wprm-block-text-normal{
    position: relative;
    padding-left: 2.58256rem;
    text-decoration: underline;
  }

  .wprm-recipe-icon.wprm-recipe-facebook-share-icon img{
    position: absolute;
    top: 0;
    left: 0;
  }

  .wprm-recipe-pin.wprm-recipe-link.wprm-block-text-normal{
    text-decoration: underline;
  }

  ul#main-menu li.logout-mob {
    display: none;
  }
}

/* keyboard nav  */

body .logo a.activeMenu:focus-visible{
  outline: none !important;
}

html body a.activeMenu:focus,html body a.activeMenu:focus-visible{
  outline: none !important;
}

.recipe-listimg a:focus-visible,
.recipe-description a:focus-visible{
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
  display: block;
}

#searchFilter:focus-visible{
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

.faqListTitle:focus-visible{
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

input[type=search]:focus-visible,
input[type=text]:focus-visible{
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

.footer-noah-logo:focus-visible{
  outline: 4px solid #FFFFFF !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

.recipe-listimg a:not(.recipe-listimg a.favourite-item){
  width: 100%;
  height: 100%;
  display: block;
}

html{
  margin-top: 0 !important;
}

.wprm-add-to-collection-tooltip-container select.wprm-add-to-collection-tooltip{
  background: #FBF8FF;
  color: #843D87;
}

.tippy-box {
  background-color: #333333db !important;
}

ul#main-menu li.logout-mob {
  padding-left:18px;
}

ul#main-menu li.logout-mob a{
  color: var(--Lilla, #843D87);
  font-weight: 500;
}

.wprm-toggle-switch-slider:focus-visible{
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

.submit #wp-submit{
  position: relative;
}

.footer-noah-logo{
  display: block;
}

#login .button.button-large:focus{
  outline: none;
}

#login .button.button-large:focus-visible{
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

@media screen and (max-width:767.5px){
  .wprm-recipe-collections-layout-grid .wprmprc-shopping-list .wprmprc-shopping-list-item{
    flex-direction: column;
    justify-content: flex-start;
    align-items: start !important;
    position: relative;
  }

  .wprm-recipe-collections-layout-grid .wprmprc-shopping-list .wprmprc-shopping-list-item .wprmprc-shopping-list-item-details .wprmprc-shopping-list-item-name.wprmprc-shopping-list-item-name-allow-click{
    padding: 0 !important;
  }

  .wprm-recipe-collections-layout-grid .wprmprc-shopping-list .wprmprc-shopping-list-item .wprmprc-shopping-list-item-servings-adjust{
    margin: 5px 0 !important;
  }

  .wprm-recipe-collections-layout-grid .wprmprc-shopping-list .wprmprc-shopping-list-item .wprmprc-shopping-list-item-details .wprmprc-shopping-list-item-image {
    font-size: 0;
    padding: 0;
    width: 60px;
    position: absolute;
    right: 15px;
    top: 20px;
  }

  .wprm-recipe-collections-layout-grid .wprmprc-shopping-list .wprmprc-shopping-list-item .wprmprc-shopping-list-item-servings-adjust .wprmprc-shopping-list-item-servings-adjust-servings-container .wprmprc-shopping-list-item-servings-adjust-servings-unit{
    font-size: 1rem !important;
    line-height: normal !important;
    margin-bottom: 0rem;
  }

  .wprm-recipe-collections-layout-grid .wprmprc-shopping-list .wprmprc-shopping-list-item .wprmprc-shopping-list-item-details .wprmprc-shopping-list-item-image img{
    width: 48px;
    height: 53px;
    top: 0;
    right: 0;
  }

  .wprm-recipe-collections-layout-grid .wprmprc-shopping-list .wprmprc-shopping-list-item .wprmprc-shopping-list-item-details .wprmprc-shopping-list-item-image{
    width: 48px !important;
  }
}

.recipeblock .recipeImg{
  overflow: hidden;
}

.recipeblock .recipeImg img{
  transform: none;
  transition: all .3s ease-in-out;
}

.recipeblock:hover .recipeImg img{
  transform: scale(110%);
  transition: all .3s ease-in-out;
}

.recipeblock:hover .recipe-subheading, .recpsiwperSlideWrapper .swiperbold-heading:hover{
  color: #455C20;
  transition: all .3s ease-in-out;
}

.faqList.rotateArrow h2:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M8.46607 1.2835L8.46607 15.6201L2.19914 9.35668C1.69829 8.85612 0.8764 8.85612 0.375559 9.35668C0.256508 9.47542 0.162058 9.61647 0.0976144 9.77174C0.0331709 9.927 1.18134e-07 10.0935 1.1613e-07 10.2615C1.14125e-07 10.4296 0.0331709 10.5961 0.0976143 10.7514C0.162058 10.9066 0.256508 11.0477 0.375559 11.1664L8.8385 19.6246C8.9573 19.7436 9.09842 19.838 9.25378 19.9024C9.40913 19.9668 9.57567 20 9.74386 20C9.91205 20 10.0786 19.9668 10.2339 19.9024C10.3893 19.838 10.5304 19.7436 10.6492 19.6246L19.1122 11.1664C19.2311 11.0476 19.3254 10.9065 19.3897 10.7513C19.4541 10.596 19.4872 10.4296 19.4872 10.2615C19.4872 10.0935 19.4541 9.9271 19.3897 9.77184C19.3254 9.61658 19.2311 9.47551 19.1122 9.35668C18.9933 9.23786 18.8521 9.1436 18.6968 9.07929C18.5414 9.01498 18.3749 8.98188 18.2068 8.98188C18.0387 8.98188 17.8722 9.01498 17.7168 9.07929C17.5615 9.1436 17.4203 9.23786 17.3014 9.35668L11.0345 15.6201L11.0345 1.2835C11.0345 0.577574 10.4566 1.24694e-07 9.75028 1.16271e-07C9.04397 1.07848e-07 8.46607 0.577574 8.46607 1.2835Z" fill="%23843D87"/></svg>');
  width: 20px;
  height: 20px;
  position: absolute;
  top: 12px;
  right: 35px;
  transition: all .4s ease-in-out;
}

.faqList.rotateArrow .faqListTitle {
  color: var(--Lilla, #843D87);
  outline: none !important;
}

.postarticlewrapper .postdetail-descrition a:focus-visible .small-heading{
  color: #843D87;
}

.postarticlewrapper .postdetail-descrition a:focus-visible{
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

.recipeblock:focus-visible{
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

.postarticlewrapper .postdetail-descrition a{
  display:block;
}

@media screen and (min-width:768px) and (max-width:1023.5px){
  .wprm-recipe-collections-layout-grid .wprmprc-collection {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
}

@media screen and (min-width:280px) and (max-width:374px){
  .wprm-toggle-switch-container .wprm-toggle-switch .wprm-toggle-switch-slider {
    order: 2;
    right: -26px;
    left: auto;
    width: 3rem !important;
    height: 1.5rem !important;
    margin-top: -14px !important;
    background-color: #C2C2C2 !important;
    border-radius: 50px !important;
  }
}

@media screen and (min-width:576px) and (max-width:767.5px){
  .wprm-recipe-pin.wprm-recipe-link.wprm-block-text-normal {
    color: #843d87;
    width: auto;
    display: inline-flex;
    align-items: center;
    margin: 0;
    justify-content: left;
    place-content: start;
    top: 0;
    position: relative;
    gap: 0;
  }

  .wprm-recipe-facebook-share.wprm-recipe-link.wprm-block-text-normal {
    display: inline-flex;
    align-items: center;
    width: auto;
    justify-content: start;
    gap: 0;
    top: 10px;
    position: relative;
    margin-left: 15px;
  }
}

@media screen and (max-width:575.5px){
  .wprm-recipe-collections-layout-grid .wprmprc-container-header-container {
    display: flex !important;
    flex-direction: column !important;
  }

  .wprm-recipe-collections-layout-grid#wprm-recipe-collections-app .wprmprc-container-header {
    text-align: start;
    width: 100%;
  }

  .wprm-recipe-collections-layout-grid .wprmprc-container-header-container .wprmprc-container-header-actions {
    margin-bottom: 20px;
    width: 100%;
    position: relative;
    margin-top: 30px;
    float: none;
    top: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    /* margin-left: 0; */
    /* margin-right: 0; */
    right: unset;
  }

  .wprm-recipe-in-collection.wprm-recipe-add-to-collection-recipe.wprm-recipe-add-to-collection.wprm-recipe-link.wprm-block-text-normal + .wprm-recipe-facebook-share.wprm-recipe-link.wprm-block-text-normal{
    display: inline-flex;
    width: auto;
    gap: 0px;
    margin-top: 5px;
  }

  .wprm-recipe-not-in-collection.wprm-recipe-add-to-collection-recipe.wprm-recipe-add-to-collection.wprm-recipe-link.wprm-block-text-normal{
    width: 52%;
    display: inline-flex;
  }

  .wprm-recipe-pin.wprm-recipe-link.wprm-block-text-normal{
    display: inline-flex;
    width: 30%;
  }

  .wprm-recipe-in-collection.wprm-recipe-add-to-collection-recipe.wprm-recipe-add-to-collection.wprm-recipe-link.wprm-block-text-normal + .wprm-recipe-facebook-share.wprm-recipe-link.wprm-block-text-normal,
.wprm-recipe-pin.wprm-recipe-link.wprm-block-text-normal,
.wprm-recipe-not-in-collection.wprm-recipe-add-to-collection-recipe.wprm-recipe-add-to-collection.wprm-recipe-link.wprm-block-text-normal,
.wprm-recipe .wprm-recipe-print.wprm-recipe-link.wprm-print-recipe-shortcode.wprm-block-text-normal.wprm-recipe-print-inline-button{
    padding: 0 !important;
  }

  .wprm-recipe-pin.wprm-recipe-link.wprm-block-text-normal,
.wprm-recipe-in-collection.wprm-recipe-add-to-collection-recipe.wprm-recipe-add-to-collection.wprm-recipe-link.wprm-block-text-normal + .wprm-recipe-facebook-share.wprm-recipe-link.wprm-block-text-normal{
    margin-bottom: 0px !important;
  }
}

.faqList .rotateArrow.faqListTitle::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M8.46607 1.2835L8.46607 15.6201L2.19914 9.35668C1.69829 8.85612 0.8764 8.85612 0.375559 9.35668C0.256508 9.47542 0.162058 9.61647 0.0976144 9.77174C0.0331709 9.927 1.18134e-07 10.0935 1.1613e-07 10.2615C1.14125e-07 10.4296 0.0331709 10.5961 0.0976143 10.7514C0.162058 10.9066 0.256508 11.0477 0.375559 11.1664L8.8385 19.6246C8.9573 19.7436 9.09842 19.838 9.25378 19.9024C9.40913 19.9668 9.57567 20 9.74386 20C9.91205 20 10.0786 19.9668 10.2339 19.9024C10.3893 19.838 10.5304 19.7436 10.6492 19.6246L19.1122 11.1664C19.2311 11.0476 19.3254 10.9065 19.3897 10.7513C19.4541 10.596 19.4872 10.4296 19.4872 10.2615C19.4872 10.0935 19.4541 9.9271 19.3897 9.77184C19.3254 9.61658 19.2311 9.47551 19.1122 9.35668C18.9933 9.23786 18.8521 9.1436 18.6968 9.07929C18.5414 9.01498 18.3749 8.98188 18.2068 8.98188C18.0387 8.98188 17.8722 9.01498 17.7168 9.07929C17.5615 9.1436 17.4203 9.23786 17.3014 9.35668L11.0345 15.6201L11.0345 1.2835C11.0345 0.577574 10.4566 1.24694e-07 9.75028 1.16271e-07C9.04397 1.07848e-07 8.46607 0.577574 8.46607 1.2835Z" fill="%23843D87"/></svg>');
  width: 20px;
  height: 20px;
  position: absolute;
  top: 12px;
  right: 35px;
  transition: all .4s ease-in-out;
}

.faqList .rotateArrow.faqListTitle {
  color: var(--Lilla, #843D87);
  outline: none !important;
}

.content p a{
  font-weight: 600 !important;
}

/* recipe related new css  */

@media screen and (min-width:768px) and (max-width:991.5px){
  .wprm-recipe-icon.wprm-recipe-facebook-share-icon img{
    top: -4px;
  }
}

@media screen and (min-width:768px){
  .wprm-recipe-custom-field.wprm-recipe-custom-field-type-image.wprm-recipe-custom-field-key-author_image.wprm-block-text-normal span.wprm-recipe-author_name.wprm-block-text-normal{
    color: #000 !important;
    font-family: Montserrat !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 28px !important;
  }

  .wprm-recipe-custom-field.wprm-recipe-custom-field-type-image.wprm-recipe-custom-field-key-author_image.wprm-block-text-normal .wprm-recipe-custom-field-container div.wprm-recipe-header.wprm-recipe-text-header {
    color: #000 !important;
    font-family: Montserrat !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
    margin-top: 0 !important;
  }

  .wprm-recipe-custom-field.wprm-recipe-custom-field-type-image.wprm-recipe-custom-field-key-author_image.wprm-block-text-normal .wprm-recipe-custom-field-container a.wprm-recipe-link {
    color: var(--Lilla, #843D87) !important;
    font-family: Montserrat !important;
    font-size: 1.125rem !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 1.625rem !important;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    display: block;
    margin-top: 5px;
  }

  .wprm-recipe-custom-field.wprm-recipe-custom-field-type-image.wprm-recipe-custom-field-key-author_image.wprm-block-text-normal img {
    border-radius: 0.25rem;
    width: 82px;
    height: 82px;
  }

  .wprm-recipe-custom-field.wprm-recipe-custom-field-type-image.wprm-recipe-custom-field-key-author_image.wprm-block-text-normal {
    display: flex;
    justify-content: start;
    gap: 1.25rem;
  }

  .wprm-recipe-icon.wprm-recipe-facebook-share-icon img {
    top: -3px;
  }

  .wprm-recipe-pin.wprm-recipe-link.wprm-block-text-normal {
    text-decoration: underline;
    margin-top: -2px;
  }

  .wprm-recipe-facebook-share.wprm-recipe-link.wprm-block-text-normal,
.wprm-recipe-pin.wprm-recipe-link.wprm-block-text-normal,
.wprm-recipe-not-in-collection.wprm-recipe-add-to-collection-recipe.wprm-recipe-add-to-collection.wprm-recipe-link.wprm-block-text-normal,
.wprm-recipe .wprm-recipe-print.wprm-recipe-link.wprm-print-recipe-shortcode.wprm-block-text-normal.wprm-recipe-print-inline-button{
    color: var(--Lilla, #843D87) !important;
    font-family: Montserrat;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 26px !important;
    /* 144.444% */
  }

  .wprm-recipe-rating.wprm-recipe-rating-inline .wprm-recipe-rating-details .wprm-recipe-rating-count,
.wprm-recipe-rating.wprm-recipe-rating-inline .wprm-recipe-rating-details{
    color: var(--Svart, #191D24);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
  }

  .wprm-recipe-template-column-template h3.swiperbold-heading{
    color: var(--Svart, #191D24);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    /* 141.667% */
  }
}

@media screen and (max-width:767.5px){
  .wprm-recipe-rating.wprm-recipe-rating-inline .wprm-recipe-rating-details .wprm-recipe-rating-average{
    color: var(--Svart, #191D24);
    font-family: Montserrat;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 26px !important;
    /* 144.444% */
  }

  h1.wprm-recipe-name.wprm-block-text-bold{
    color: #000;
    font-family: "Playfair Display" !important;
    font-size: 36px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 48px !important;
    /* 133.333% */
    margin-bottom: 15px;
  }

  .wprm-recipe-image.wprm-block-image-normal + .wprm-recipe-custom-field.wprm-recipe-custom-field-type-text.wprm-recipe-custom-field-key-recipe_image_caption.wprm-block-text-normal{
    font-size: 0.875rem !important;
    line-height: normal !important;
  }

  .wprm-block-text-normal{
    font-weight: 500 !important;
  }

  span.wprm-recipe-author_name.wprm-block-text-normal{
    font-size: 16px !important;
    line-height: normal !important;
  }

  .wprm-toggle-switch-container .wprm-toggle-switch .wprm-toggle-switch-label{
    font-size: 16px !important;
    line-height: normal !important;
  }

  .wprm-toggle-switch-container .wprm-prevent-sleep-description{
    font-size: 14px !important;
    line-height: normal;
  }

  .wprm-recipe-rating + .wprm-container-float-right {
    margin-bottom: 20px;
    float: none !important;
    margin-left: 0;
  }

  .wprm-recipe-template-column-template h3.swiperbold-heading {
    color: var(--Svart, #191D24);
    font-family: Montserrat;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    /* 125% */
  }
}

.tippy-popper[x-placement^=left] [x-arrow]{
  border-bottom: 7px solid transparent;
  border-left: 7px solid #843D87 !important;
  border-top: 7px solid transparent;
  margin: 6px 0;
  right: -7px;
}

.tippy-popper[x-placement^=right] [data-animation=shift].enter, .tippy-tooltip {
  border-radius: 4px;
  background: var(--Lilla, #843D87) !important;
  padding: 1.25rem 1.5625rem !important;
}

/*** mailchimp form css - newsletter ***/

.mc4wp-form{
  width: 100%
}

.mc4wp-form-fields {
  display: flex
}

.mc4wp-form-fields input[type=email] {
  height: 3.25rem;
  min-width: 0px;
  flex: 1 1 auto;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(132, 61, 135, var(--tw-border-opacity))
}

.mc4wp-form-fields input[type=email]:focus {
  --tw-border-opacity: 1;
  border-color: rgba(132, 61, 135, var(--tw-border-opacity));
}

.mc4wp-form-fields input[type=email] {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Montserrat;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(85, 85, 85, var(--tw-text-opacity));
}

.mc4wp-form-fields input[type=email]:focus {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.mc4wp-form-fields input[type=email] {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.mc4wp-form-fields input[type=email]:focus {
  --tw-ring-inset: inset;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(132, 61, 135, var(--tw-ring-opacity));
  --tw-ring-offset-width: 0px;
}

@media (min-width: 1280px) {
  .mc4wp-form-fields input[type=email] {
    height: 3.5rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.625rem;
  }
}

.mc4wp-form-fields input[type=submit] {
  margin-left: -0.625rem;
  height: 3.25rem;
  flex: none;
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(132, 61, 135, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(132, 61, 135, var(--tw-bg-opacity));
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Montserrat;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

@media (min-width: 1280px) {
  .mc4wp-form-fields input[type=submit] {
    height: 3.5rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.625rem;
  }
}

ul.filter-menu-list li .sub-menu .label-wrapper {
  background-color: transparent !important;
}

#main-menu li ul li a:focus-visible{
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

body.wprm_recipe-template-default a:focus-visible,
.wprm-user-rating.wprm-user-rating-allowed .wprm-rating-star:focus-visible,
.wprm-recipe-template-column-template-main .wprm-recipe-template-column-template-left .wprm-recipe-servings-text-buttons-container .wprm-recipe-servings-change.wprm-recipe-servings-increment:focus-visible,
.wprm-recipe-block-container.wprm-recipe-block-container-separate.wprm-block-text-normal.wprm-recipe-servings-container span:first-child:focus-visible{
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

.wprmprc-overview-grid-collection-actions-shopping-list:focus-visible{
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

.wprmprc-icon:focus-visible{
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

.swiper-slide a.recpsiwperSlideWrapper:focus-visible{
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

body.wprm_recipe-template-default a:focus-visible,
.wprm-user-rating.wprm-user-rating-allowed .wprm-rating-star:focus-visible,
.wprm-recipe-template-column-template-main .wprm-recipe-template-column-template-left .wprm-recipe-servings-text-buttons-container .wprm-recipe-servings-change.wprm-recipe-servings-increment:focus-visible,
.wprm-recipe-block-container.wprm-recipe-block-container-separate.wprm-block-text-normal.wprm-recipe-servings-container span:first-child:focus-visible{
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

/* / css / */

body .wprmprc-icon:focus-visible{
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

body .wprmprc-context-menu-clickable:focus-visible,
body .wprmprc-overview-grid-collection-actions-shopping-list:focus-visible{
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

body .wprmprc-overview-grid-collection-actions-shopping-list:focus-visible,
body .wprmprc-overview-grid-collection .wprmprc-overview-grid-collection-handle:focus-visible{
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

.wprm-recipe-collections-layout-grid .wprmprc-collection-item.wprmprc-collection-item-compact.wprmprc-collection-item-recipe.wprmprc-collection-item-has-image{
  margin-bottom: 36px !important;
}

.wprm-recipe-collections-layout-grid .wprmprc-collection-item.wprmprc-collection-item-compact.wprmprc-collection-item-recipe.wprmprc-collection-item-has-image:last-child{
  margin-bottom: 0px !important;
}

@media screen and (max-width:767.5px){
  .wprm-recipe-collections-layout-grid .wprmprc-collection-item.wprmprc-collection-item-compact.wprmprc-collection-item-recipe.wprmprc-collection-item-has-image{
    margin-bottom: 30px !important;
  }

  .wprm-recipe-collections-layout-grid .wprmprc-collection-item.wprmprc-collection-item-compact.wprmprc-collection-item-recipe.wprmprc-collection-item-has-image:last-child{
    margin-bottom: 0px !important;
  }
}

.filterbtn.selected-filter-btn:focus-visible{
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

.load-moreboxes .loadmoreproducts:focus-visible,
body .wprmprc-checkbox:focus-visible{
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

.imgText-text .imgTextBtnLinks:focus-visible{
  outline: 4px solid #FFFFFF !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

.wprmprc-container-header-action .wprmprc-icon:focus-visible,
.wprm-recipe-collections-layout-grid .wprmprc-shopping-list .wprmprc-shopping-list-item:focus-visible{
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

a.wprm-recipe-not-in-collection.wprm-recipe-add-to-collection-recipe.wprm-recipe-add-to-collection.wprm-recipe-link.wprm-block-text-normal.favourite-item.inline-flex.absolute.xl\:top-30px.xl\:right-30px.top-18px.right-18px {
  width: 56px;
  height: 56px;
  padding: 0;
}

a.wprm-recipe-in-collection.wprm-recipe-add-to-collection-recipe.wprm-recipe-add-to-collection.wprm-recipe-link.wprm-block-text-normal.favourite-item.inline-flex.absolute.xl\:top-30px.xl\:right-30px.top-18px.right-18px {
  width: 56px;
  height: 56px;
  padding: 0;
}

.wprmprc-shopping-list-editing-delete:focus-visible{
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

.wprmprc-shopping-list-item.wprmprc-shopping-list-item-recipe:focus-visible{
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

.wprm-recipe-collections-layout-grid .wprmprc-shopping-list-editing .wprmprc-shopping-list-list-ingredient-group-container input:focus-visible{
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

.wprm-recipe-collections-layout-grid .wprmprc-collection-item .wprmprc-collection-item-main .wprmprc-collection-item-details.wprmprc-collection-item-details-allow-click:focus-visible{
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

.wprm-recipe-collections-layout-grid .wprmprc-shopping-list-editing .wprmprc-shopping-list-list-ingredient-group-container .wprmprc-shopping-list-list-ingredient-group input{
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

#login .button.button-large{
  cursor: pointer !important;
}

@media screen and (max-width:575.5px){
  .recipe-filter-list .recipeArticle:nth-child(-n+3) a.wprm-recipe-in-collection.wprm-recipe-add-to-collection-recipe.wprm-recipe-add-to-collection.wprm-recipe-link.wprm-block-text-normal.favourite-item.inline-flex.absolute.xl\:top-30px.xl\:right-30px.top-18px.right-18px {
    width: 56px;
    height: 56px;
    top: 18px;
    right: 18px;
  }

  .recipe-filter-list .recipeArticle a.wprm-recipe-in-collection.wprm-recipe-add-to-collection-recipe.wprm-recipe-add-to-collection.wprm-recipe-link.wprm-block-text-normal.favourite-item.inline-flex.absolute.xl\:top-30px.xl\:right-30px.top-18px.right-18px{
    width: 34px;
    height: 34px;
    top: 10px;
    right: 10px;
  }

  .recipe-filter-list .recipeArticle:nth-child(-n+3) a.wprm-recipe-not-in-collection.wprm-recipe-add-to-collection-recipe.wprm-recipe-add-to-collection.wprm-recipe-link.wprm-block-text-normal.favourite-item.inline-flex.absolute.xl\:top-30px.xl\:right-30px.top-18px.right-18px{
    width: 56px;
    height: 56px;
    top: 18px;
    right: 18px;
  }

  .recipe-filter-list .recipeArticle a.wprm-recipe-not-in-collection.wprm-recipe-add-to-collection-recipe.wprm-recipe-add-to-collection.wprm-recipe-link.wprm-block-text-normal.favourite-item.inline-flex.absolute.xl\:top-30px.xl\:right-30px.top-18px.right-18px{
    width: 34px;
    height: 34px;
    top: 10px;
    right: 10px;
  }

  .recipe-listing-section .recipe-listimg img{
    max-width:100%;
  }
}

.wprm-recipe-rating{
  margin-bottom: 20px;
}

.wprm-print-recipe .wprm-recipe-custom-field.wprm-recipe-custom-field-type-image.wprm-recipe-custom-field-key-author_image.wprm-block-text-normal{
  width: 84px;
}

.wprm-print-recipe .wprm-recipe-custom-field.wprm-recipe-custom-field-type-image.wprm-recipe-custom-field-key-author_image.wprm-block-text-normal img{
  width: 84px;
  height: 84px;
}

/* @media screen and (min-width:768px) and (max-width:1700px){
  .wprm-recipe-meta-container.wprm-recipe-custom-container.wprm-recipe-details-container.wprm-recipe-details-container-inline.wprm-block-text-uppercase {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem* calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem* var(--tw-space-y-reverse));
}
} */

@media screen and (min-width:768px){
  .wprm-recipe-block-container.wprm-recipe-block-container-inline.wprm-block-text-uppercase.wprm-recipe-tag-container {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem* calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem* var(--tw-space-y-reverse));
  }
}

@media screen and (max-width:1023.5px){
  .sub-menu .label-wrapper{
    padding-top:1.125rem;
    padding-bottom: 1.125rem;
  }

  .sub-menu .ul-filter-check .label-wrapper{
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

/*search css*/

.nav-links {
  justify-content: space-between;
  display: flex;
  margin-top: 50px;
}

.searchInput {
  padding: 0.9375rem 1.75rem 0.9375rem 1.4375rem;
}

.search-section a:focus-visible{
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

.search-section a:focus-visible .search-description h2,
.search-section a:hover .search-description h2 {
  color: #843D87 !important;
}

.search-section a:focus-visible .search-discription h2,
.search-section a .search-discription h2:hover {
  color: #843D87 !important;
}

.search-section a:hover .search-discription h2,
.search-section a .search-discription h2:hover {
  color: #843D87 !important;
}

@media screen and (max-width:767.5px){
  .searchInput {
    padding: 1.0625rem 1.75rem 0.925rem 1.25rem;
  }
}

.recipe-filter-list .recipeArticle .heart-icons a{
  z-index: 2;
}

.checkInput{
  display: flex;
  align-items: center;
}

/* new focus visible style  */

.recipe-filter-list .recipeArticle .recipeListWrapper:focus-visible{
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

.filterButtons button.active.filter_btn {
  background: #A156A4;
  transition: all .3s ease-in-out;
  border-radius: 0;
  color: var(--Hvit, #FFFFFF);
  border-radius: 0.25rem;
}

.filterButtons button.active.filter_cat {
  background: #A156A4;
  transition: all .3s ease-in-out;
  border-radius: 0;
  color: var(--Hvit, #FFFFFF);
  border-radius: 0.25rem;
}

:focus-visible{
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

.recipeArticle a.recipeListWrapper:focus-visible{
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

.sub-menu button:focus-visible {
  outline: 4px solid #843D87 !important;
  outline-offset: -7px !important;
  transition: none !important;
  text-decoration: none !important;
}

.articleWrapper a:focus-visible{
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

.news-articleWrapper a:focus-visible{
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

.swiper-slide a.recpsiwperSlideWrapper {
  height: 100%;
  width: 100%;
  display: block;
}

.mobile-sliderblock-section .swiper-slide a.recpsiwperSlideWrapper:focus-visible{
  outline: 4px solid #843D87 !important;
  outline-offset: -4px !important;
  transition: none !important;
  text-decoration: none !important;
  padding: 4px;
}

.sub-menu input[type='checkbox']:checked {
  background-image: url('data:image/svg+xml,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="25" height="25" rx="1.5" fill="%23455C20"/><rect x="0.5" y="0.5" width="25" height="25" rx="1.5" stroke="%23455C20"/><path fill-rule="evenodd" clip-rule="evenodd" d="M20.5995 7.44048C20.7264 7.57976 20.8272 7.74521 20.8959 7.92737C20.9646 8.10952 21 8.3048 21 8.50201C21 8.69922 20.9646 8.8945 20.8959 9.07665C20.8272 9.25881 20.7264 9.42426 20.5995 9.56354L12.4199 18.5595C12.2933 18.6991 12.1429 18.8099 11.9772 18.8855C11.8116 18.9611 11.6341 19 11.4548 19C11.2754 19 11.0979 18.9611 10.9323 18.8855C10.7666 18.8099 10.6162 18.6991 10.4896 18.5595L6.39979 14.0615C6.27304 13.9221 6.1725 13.7566 6.1039 13.5745C6.03531 13.3924 6 13.1971 6 13C6 12.8029 6.03531 12.6076 6.1039 12.4255C6.1725 12.2434 6.27304 12.0779 6.39979 11.9385C6.52654 11.7991 6.67702 11.6885 6.84262 11.613C7.00823 11.5376 7.18573 11.4988 7.36498 11.4988C7.54423 11.4988 7.72173 11.5376 7.88734 11.613C8.05294 11.6885 8.20342 11.7991 8.33017 11.9385L11.4548 15.3779L18.6691 7.44048C18.7958 7.30086 18.9462 7.19008 19.1118 7.11449C19.2774 7.03891 19.455 7 19.6343 7C19.8136 7 19.9912 7.03891 20.1568 7.11449C20.3224 7.19008 20.4729 7.30086 20.5995 7.44048Z" fill="white"/></svg>');
  opacity: 1;
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  background-position: center;
  background-size: contain;
}

/* site hover effects btn hover effects */

.desksearch-submit svg rect,.ctabtn, #filterSearchBtn svg rect, .load-moreboxes .loadmoreproducts, .imgTextBtnLinks,
.category-btns a, .formsubcription button, .btntirnary{
  transition: all .3s ease-in-out;
}

.desksearch-submit:hover svg rect, #filterSearchBtn:hover svg rect{
  fill: #A156A4;
  transition: all .3s ease-in-out;
}

.mc4wp-form-fields input[type=email]{
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

form p input{
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  transition: all .3s ease-in-out;
  margin-left: 0px !important;
}

form p input:hover {
  transition: all .3s ease-in-out;
  border: 1px solid var(--Lilla, #843D87) !important;
  background: rgba(132, 61, 135, 0.25) !important;
  border-left: 1px solid transparent !important;
  color: #191D24 !important;
}

.ctablkwrapper .ctabtn{
  border: 1px solid var(--Hvit, #FFF);
}

.ctablkwrapper .ctabtn:hover{
  transition: all .3s ease-in-out;
  border-radius: 0;
  border: 1px solid var(--Hvit, #FFF);
  background: rgba(255, 255, 255, 0.15);
  color: var(--Hvit, #FFF);
}

.filter_cat.active:hover, .category-btns a:hover{
  background: #A156A4;
  transition: all .3s ease-in-out;
  border-radius: 0;
}

.load-moreboxes .loadmoreproducts:hover{
  background: rgba(69, 92, 32, 0.25);
  transition: all .3s ease-in-out;
  border-radius: 0;
  color: #191D24;
}

.imgText-text .imgTextBtnLinks{
  transition: all .3s ease-in-out;
  border-radius: 0;
  border: 1px solid var(--Hvit, #FFF);
}

.imgText-text .imgTextBtnLinks:hover {
  color: #FFFFFF;
  transition: all .3s ease-in-out;
  border-radius: 0;
  border: 1px solid var(--Hvit, #FFF);
  background: rgba(255, 255, 255, 0.15);
}

.formsubcription button:hover{
  background: #A156A4;
  transition: all .3s ease-in-out;
}

/* .leftright-imgtext-wrapper .Gull .btntirnary:hover{border-radius: 0;transition: all .3s ease-in-out;background-color: #637743;} */

.leftright-imgtext-wrapper .Gull .btntirnary:hover {
  border-radius: 0;
  transition: all .3s ease-in-out;
  background: rgba(69, 92, 32, 0.25);
  color: #191D24;
}

/* .leftright-imgtext-wrapper .Lilla .btntirnary:hover{border-radius: 0;transition: all .3s ease-in-out;background-color: #A156A4;} */

.leftright-imgtext-wrapper .Lilla .btntirnary:hover {
  border-radius: 0;
  transition: all .3s ease-in-out;
  background: rgba(132, 61, 135, 0.25);
  color: #191D24;
}

#back-to-top:hover svg rect{
  transition: all .3s ease-in-out;
  fill: rgba(132, 61, 135, 0.25);
  color: #191D24;
}

.footer-menu li a{
  transition: all .3s ease-in-out;
}

.footer-menu li a:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: all .3s ease-in-out;
}

/*article images  */

.veggies-article-section .veggiesarticle-img, .newsarticle-img, 
.guiderlist-section .guiderarticle-img, .recipe-listimg, .veggiesarticle-img {
  overflow:hidden;
}

.recipeListWrapper:hover .recipe-listimg img,
  .veggies-article-wrapper .articleWrapper a:hover img,
  .swiper-wrapper a:hover img,
  .news-articleWrapper a:hover img, .guiderlistWrapper a:hover img,
  .category-listing-block a:hover img,
  .news-articleWrapper a:hover img{
  transform: scale(110%);
  transition: all .3s ease-in-out;
}

.recipeListWrapper:hover .boldheading,
  .swiper-wrapper a:hover .swiperslidehead{
  color: #455C20;
  transition: all .3s ease-in-out;
}

/* .recipe-listimg img, .veggiesarticle-img img{transform: none;transition: all .3s ease-in-out;} */

.veggies-article-wrapper .articleWrapper a:hover .varticleHeading,
  .news-articleWrapper a:hover .news-articleHeading,
  .guiderlistWrapper a:hover .guiderlistHeading,
  .category-listing-block a:hover .newslistingHeading,
  .news-articleWrapper a:hover .news-articleHeading{
  color: var(--Lilla, #843D87);
  transition: all .3s ease-in-out;
}

/*text  headings hover*/

.veggies-article-section .article-description a .varticleHeading, .newsarticle-description a .newslistingHeading, 
.guiderarticle-description a .guiderlistHeading, .boldheading .recipe-description, .faqList .faqListTitle, 
.article-description a .varticleHeading,.newsarticle-description a:hover .news-articleHeading {
  transition: all .3s ease-in-out;
}

.veggies-article-section .article-description a:hover .varticleHeading,
.veggies-article-section .article-description a:hover, 
.newsarticle-description a:hover .newslistingHeading,
.guiderarticle-description a:hover .guiderlistHeading,
.article-description a:hover .varticleHeading,.newsarticle-description a:hover .news-articleHeading,.newsarticle-description a:hover{
  color: #843D87;
  transition: all .3s ease-in-out;
}

.recipe-description .boldheading:hover {
  color: #364223;
  transition: all .3s ease-in-out;
}

.faqList.open .faqListTitle{
  color: var(--Lilla, #843D87);
  transition: all .3s ease-in-out;
}

/* arrows link */

.links a svg,.guiderlinkWrapper a svg, .linkWrapper a svg{
  transition: all .1s ease-in-out;
}

.links a:hover svg,
.guiderlinkWrapper a:hover svg,
.linkWrapper a:hover svg{
  transform: translateX(-0.625rem);
  transition: all .1s ease-in-out;
}

.desktop-form .formwrapper{
  overflow:unset;
}

.skip-to-content {
  position: absolute;
  top: 0px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px;
  z-index: 999999;
  transition: top 0.3s ease-in-out;
}

.skip-to-content:focus {
  top: 0;
}

@media screen and (max-width:1023.5px) {
  #hamburgerIcon[aria-expanded="true"]+#main-menu {
    display: block;
    position: fixed;
    top: 64px;
    right: 0;
    overflow-y: auto;
    padding: 2.69rem 2.38rem 3.75rem 1.125rem !important;
    width: 90%;
    height: 100vh;
    min-height: 100vh;
    min-width: 18.375rem !important;
    max-width: 20.9375rem !important;
    background: var(--Lilla-3, #FBF8FF);
    border-radius: 4px 0px 0px 4px;
  }

  #hamburgerIcon .header-button__icon--bars {
    display: block;
  }

  #hamburgerIcon .header-button__icon--close {
    display: none;
  }

  #hamburgerIcon.hamburgerClose .header-button__icon--bars {
    display: none;
  }

  #hamburgerIcon.hamburgerClose .header-button__icon--close {
    display: block;
  }

  .mobile-favouriteIcon .mobfavourite-link {
    display: flex !important;
    justify-content: start;
  }

  ul#main-menu {
    display: none;
  }

  .has-submenu+ul {
    position: relative;
    width: 100%;
  }

  #hamburgerIcon {
    top: 0.625rem;
  }

  #hamburgerIcon.hamburgerClose {
    top: 5px;
  }
}

/*editor*/

.mce-menu-item.mce-menu-item-preview.mce-active .mce-text, .mce-menu-item.mce-menu-item-preview.mce-active .mce-ico {
  color: #595959 !important;
}

div#mceu.mce-menu .mce-menu-item.mce-active.mce-menu-item-normal, .mce-menu .mce-menu-item.mce-active.mce-menu-item-preview {
  background: #fff;
}

@media screen and (min-width:576px){
  .last-article a:focus-visible, .last-article a
.recipe-related-section .recipe-wrapper .last-article .recipeblock{
    display: block;
  }
}

div.heateor_sss_follow_ul a:focus-visible, div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a:focus-visible{
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

/************** tips section recipe details page **********/

.wprm-recipe-template-column-template .wprm-recipe-custom-field-key-tips_content ul{
  padding-left: 0.94rem !important;
  margin: 1.88rem 0rem !important;
}

.wprm-recipe-template-column-template .wprm-recipe-custom-field-key-tips_content ul li{
  color: var(--Black, #161616);
  font-family: Montserrat !important;
  font-size: 1.125rem !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem !important;
  margin-bottom: 1.06rem !important;
  padding-left: 1.25rem !important;
  position: relative;
  display: flex;
}

.wprm-recipe-template-column-template .wprm-recipe-custom-field-key-tips_content ul li::before{
  content: "" !important;
  width: 0.625rem !important;
  height: 0.625rem !important;
  border-radius: 100%;
  background-color: var(--Lilla, #843D87);
  display: inline-flex;
  display: inline-flex;
  left: 0;
  position: absolute;
  top: 0.4375rem !important;
}

.wprm-recipe-template-column-template .wprm-recipe-custom-field-key-tips_content ol {
  padding-left: 0.94rem !important;
  margin: 1.88rem 0rem !important;
  list-style: none !important;
  counter-reset: my-counter !important;
}

.wprm-recipe-template-column-template .wprm-recipe-custom-field-key-tips_content ol li::before{
  counter-increment: my-counter !important;
  content: counter(my-counter) "." !important;
  position: absolute !important;
  left: 0 !important;
  display: flex;
}

.wprm-recipe-template-column-template .wprm-recipe-custom-field-key-tips_content ol li{
  color: var(--Black, #161616);
  font-family: Montserrat !important;
  font-size: 1.125rem !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem !important;
  margin-bottom: 1.06rem !important;
  padding-left: 1.25rem !important;
  position: relative;
  display: flex;
}

@media screen and (max-width:767.5px){
  .wprm-recipe-template-column-template .wprm-recipe-custom-field-key-tips_content ul li{
    line-height: 1.4375rem !important;
    font-size: 1rem !important;
    margin-bottom: 0.81rem !important;
    padding-left: 1.25rem !important;
  }

  .wprm-recipe-template-column-template .wprm-recipe-custom-field-key-tips_content ul{
    margin: 0.94rem 0rem !important;
    padding: 0rem !important;
  }

  .wprm-recipe-template-column-template .wprm-recipe-custom-field-key-tips_content ol li{
    line-height: 1.4375rem !important;
    font-size: 1rem !important;
    margin-bottom: 0.81rem !important;
    padding-left: 1.25rem !important;
  }

  .wprm-recipe-template-column-template .wprm-recipe-custom-field-key-tips_content ol{
    margin: 0.94rem 0rem !important;
    padding-left: 0rem !important;
  }
}

.wprm-recipe-snippet + p {
  display: none;
}

/* test quize  */

.wq_questionTextCtr h4{
  color: var(--Lilla, #843D87);
  font-family: "Playfair Display";
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.25rem;
  margin-bottom: 2.19rem;
}

.wq_questionTextCtr{
  background-color: transparent !important;
  padding: 0px;
  margin-bottom: 2.19rem;
}

.wq_questionAnswersCtr{
  margin-top: 0rem !important;
}

.wq-answer.wq_singleAnswerCtr{
  border-radius: 0.25rem;
  background-color: var(--Lilla-3, #FBF8FF) !important;
  padding: 0.6875rem 1.25rem 0.625rem 1.25rem !important;
  border: none !important;
  transition: all .3s ease-in-out;
}

.wq_singleAnswerCtr .wq_answerTxtCtr:before, 
.wq_singleAnswerCtr.chosen .wq_answerTxtCtr:after{
  border-radius: 0.25rem !important;
  border:1px solid var(--Lilla, #843D87) !important;
  width: 1.25rem;
  height: 1.25rem;
  top:3.5px !important
}

label.wq_answerTxtCtr {
  color: var(--Svart, #191D24) !important;
  font-family: Montserrat;
  font-size: 1.125rem !important;
  font-style: normal;
  font-weight: 500!important;
  line-height: 1.625rem  !important;
  padding-left: 2.19rem !important;
}

.wq_singleAnswerCtr .wq_answerTxtCtr{
  display: flex !important;
  align-items: center !important;
  margin: 3px 0px 4px;
}

.wq-answer.wq_singleAnswerCtr{
  margin-bottom: 20px !important;
}

body .wq_questionTextCtr{
  padding: 0px !important;
}

.wq-question-hint-button{
  color: var(--Svart, #191D24);
  text-align: right;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.wq-question-hint-button{
  color: var(--Svart, #191D24) !important;
  text-align: right;
  font-family: Montserrat;
  font-size: 1rem !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal !important;
  border-bottom: 1px solid #843D87;
  padding-bottom: 3px !important;
}

.wq-quiz-trivia .wq_questionTextCtr{
  margin-bottom: 2.19rem !important;
}

body .wq_questionTextCtr h4{
  color: var(--Lilla, #843D87) !important;
  font-family: "Playfair Display" !important;
  font-size: 3rem !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 3.25rem !important;
}

.wq_questionMediaCtr{
  margin-bottom: 0px;
}

.wq-answer.wq_singleAnswerCtr:hover{
  transition: all .3s ease-in-out;
  background: var(--Gull, #FFFBED) !important;
}

.wq_questionImage.wq-question-image img{
  margin-bottom: 2.19rem;
}

.wq_singleAnswerCtr.chosen .wq_answerTxtCtr:after{
  content: none !important;
}

.wq_singleAnswerCtr.chosen.wq_correctAnswer .wq_answerTxtCtr::before{
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="14" viewBox="0 0 18 14" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M17.5194 0.513898C17.6717 0.676385 17.7926 0.869413 17.8751 1.08193C17.9575 1.29444 18 1.52226 18 1.75234C18 1.98243 17.9575 2.21025 17.8751 2.42276C17.7926 2.63528 17.6717 2.8283 17.5194 2.99079L7.70393 13.4861C7.55197 13.649 7.37144 13.7782 7.1727 13.8664C6.97395 13.9546 6.76089 14 6.54571 14C6.33053 14 6.11746 13.9546 5.91872 13.8664C5.71997 13.7782 5.53944 13.649 5.38748 13.4861L0.479753 8.23845C0.327652 8.07581 0.207 7.88274 0.124684 7.67024C0.0423676 7.45775 1.60264e-09 7.23 0 7C-1.60263e-09 6.77 0.0423676 6.54225 0.124684 6.32976C0.207 6.11726 0.327652 5.92419 0.479753 5.76155C0.631853 5.59892 0.812422 5.46991 1.01115 5.38189C1.20988 5.29387 1.42287 5.24857 1.63798 5.24857C1.85308 5.24857 2.06608 5.29387 2.2648 5.38189C2.46353 5.46991 2.6441 5.59892 2.7962 5.76155L6.54571 9.77426L15.2029 0.513898C15.3549 0.350999 15.5354 0.221756 15.7342 0.133573C15.9329 0.04539 16.146 0 16.3612 0C16.5763 0 16.7894 0.04539 16.9882 0.133573C17.1869 0.221756 17.3674 0.350999 17.5194 0.513898Z" fill="white"/></svg>') !important;
  width: 1.125rem !important;
  height: 0.875rem !important;
  border: none !important;
  top: 1px !important;
}

.wq-answer.wq_singleAnswerCtr.chosen.wq_correctAnswer {
  background: var(--Grn, #455C20) !important;
}

.wq-answer.wq_singleAnswerCtr.chosen.wq_correctAnswer .wq_answerTxtCtr{
  color: var(--Hvit, #FFF) !important;
}

.wq_questionAnswered.is-correct .wq_triviaQuestionExplanation{
  padding: 0.94rem 1.25rem !important;
  border-radius: 0.25rem !important;
  border: 1px solid var(--Lys-gr, #C2C2C2) !important;
}

.wq_questionAnswered.is-correct .wq_triviaQuestionExplanation .wq-explanation-head.wq_ExplanationHead .wq-explanation-head-correct{
  color: var(--Grn, #455C20) !important;
  font-family: Montserrat !important;
  font-size: 1.25rem !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 1.5625rem !important;
}

.wq-explanation-text.wq_QuestionExplanationText{
  color: var(--Svart, #191D24) !important;
  font-family: Montserrat;
  font-size: 1.125rem !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 1.625rem !important;
  margin-top: 0.69rem !important;
}

.wq-answer.wq_singleAnswerCtr.chosen.wq_incorrectAnswer {
  border-radius: 0.25rem !important;
  background: #A72828 !important;
}

.wq-answer.wq_singleAnswerCtr.chosen.wq_incorrectAnswer .wq_answerTxtCtr{
  color: var(--Hvit, #FFF) !important;
}

.wq-answer.wq_singleAnswerCtr.chosen.wq_incorrectAnswer .wq_answerTxtCtr::before{
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M1.29372 1.29372C1.38659 1.20062 1.49692 1.12675 1.61839 1.07635C1.73985 1.02594 1.87006 1 2.00157 1C2.13307 1 2.26329 1.02594 2.38475 1.07635C2.50622 1.12675 2.61654 1.20062 2.70941 1.29372L8.00026 6.58657L13.2911 1.29372C13.3841 1.20077 13.4944 1.12703 13.6159 1.07672C13.7373 1.02642 13.8675 1.00052 13.999 1.00052C14.1304 1.00052 14.2606 1.02642 14.382 1.07672C14.5035 1.12703 14.6138 1.20077 14.7068 1.29372C14.7998 1.38668 14.8735 1.49703 14.9238 1.61849C14.9741 1.73994 15 1.87011 15 2.00157C15 2.13303 14.9741 2.2632 14.9238 2.38465C14.8735 2.50611 14.7998 2.61646 14.7068 2.70941L9.41395 8.00026L14.7068 13.2911C14.7998 13.3841 14.8735 13.4944 14.9238 13.6159C14.9741 13.7373 15 13.8675 15 13.999C15 14.1304 14.9741 14.2606 14.9238 14.382C14.8735 14.5035 14.7998 14.6138 14.7068 14.7068C14.6138 14.7998 14.5035 14.8735 14.382 14.9238C14.2606 14.9741 14.1304 15 13.999 15C13.8675 15 13.7373 14.9741 13.6159 14.9238C13.4944 14.8735 13.3841 14.7998 13.2911 14.7068L8.00026 9.41395L2.70941 14.7068C2.61646 14.7998 2.50611 14.8735 2.38465 14.9238C2.2632 14.9741 2.13303 15 2.00157 15C1.87011 15 1.73994 14.9741 1.61849 14.9238C1.49703 14.8735 1.38668 14.7998 1.29372 14.7068C1.20077 14.6138 1.12703 14.5035 1.07672 14.382C1.02642 14.2606 1.00052 14.1304 1.00052 13.999C1.00052 13.8675 1.02642 13.7373 1.07672 13.6159C1.12703 13.4944 1.20077 13.3841 1.29372 13.2911L6.58657 8.00026L1.29372 2.70941C1.20062 2.61654 1.12675 2.50622 1.07635 2.38475C1.02594 2.26329 1 2.13307 1 2.00157C1 1.87006 1.02594 1.73985 1.07635 1.61839C1.12675 1.49692 1.20062 1.38659 1.29372 1.29372Z" fill="white" stroke="white"/></svg>') !important;
  width: 0.875rem;
  height: 0.875rem;
  top:1px !important;
  border: none !important;
}

.wq-trivia-question-explanation.wq_triviaQuestionExplanation {
  padding: 0.94rem 1.25rem !important;
  border-radius: 0.25rem !important;
  border: 1px solid var(--Lys-gr, #C2C2C2) !important;
}

.wq_triviaQuestionExplanation .wq-explanation-head-incorrect {
  color: #A72828 !important;
  font-family: Montserrat;
  font-size: 1.25rem !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 1.5625rem !important;
}

.wq-skin-traditional .wq_questionAnswered .wq_singleAnswerCtr{
  opacity: 1 !important;
}

.wq-question-answers.wq_questionAnswersCtr p{
  color: var(--Svart, #191D24) !important;
  font-family: Montserrat !important;
  font-size: 1.125rem !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 1.625rem !important;
}

.wq_singleQuestionWrapper{
  margin-bottom: 4.69rem !important;
}

.wq_quizCtr.single.trivia_quiz.wq-quiz.wq-quiz-trivia.wq-layout-single.wq-skin-traditional {
  margin-top: 25px !important;
}

.wq-results.wq_resultsCtr{
  position: relative;
  border: none;
  background: var(--Gull, #FFFBED);
  padding: 4.69rem 0rem;
  width: 95%;
  max-width: 750px;
}

.wq-results.wq_resultsCtr::after {
  z-index: -1;
  position: absolute;
  content: "";
  background: var(--Gull, #FFFBED);
  height: 100%;
  width: 500%;
  top: 0;
  left: -200%;
}

.wq-results .wq_quizTitle{
  color: var(--Svart, #191D24);
  font-family: "Playfair Display";
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.25rem;
  margin-bottom: 1.25rem;
}

.wq-results .wq_resultScoreCtr {
  color: var(--Svart, #191D24);
  font-family: Montserrat;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5625rem;
}

.wq-result-title.wq_resultTitle {
  color: var(--Svart, #191D24);
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
}

.wq-share.wq_shareCtr p{
  color: var(--Svart, #191D24);
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
}

i.sprite.sprite-facebook {
  display: none;
}

button.wq-share-fb.wq_shareFB {
  background: transparent;
  padding: 0px;
  color: var(--Lilla, #843D87);
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  margin: 0px;
  position: relative;
}

button.wq-share-fb.wq_shareFB:first-of-type::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="26" viewBox="0 0 32 26" fill="none"><path d="M23.2172 14.542L16.8532 18.482C16.3132 18.814 15.6212 18.41 15.6212 17.738V16.2C15.6212 16.2 10.4792 15.6 7.62116 21C8.76316 11.4 13.9072 11.4 15.6212 11.4V9.862C15.6212 9.19 16.3132 8.786 16.8532 9.12L23.2172 13.058C23.7572 13.39 23.7572 14.21 23.2172 14.542Z" fill="%23843D87"/><path d="M0.620329 4L0.700329 5.74C0.174217 6.5078 -0.0676713 7.43504 0.0163292 8.362L1.29033 22.362C1.38064 23.3558 1.83918 24.28 2.57592 24.9531C3.31267 25.6262 4.27441 25.9996 5.27233 26H25.9683C26.9663 25.9996 27.928 25.6262 28.6647 24.9531C29.4015 24.28 29.86 23.3558 29.9503 22.362L31.2243 8.362C31.2746 7.80844 31.209 7.25047 31.0317 6.72369C30.8543 6.1969 30.5691 5.71286 30.1942 5.30244C29.8194 4.89202 29.3631 4.56423 28.8545 4.33998C28.3459 4.11573 27.7962 3.99994 27.2403 4H19.2763C18.2155 3.99977 17.1983 3.5782 16.4483 2.828L14.7923 1.172C14.0424 0.421802 13.0251 0.00022655 11.9643 0H4.62033C3.55946 0 2.54205 0.421427 1.7919 1.17157C1.04176 1.92172 0.620329 2.93913 0.620329 4ZM2.00833 8.18C1.98332 7.9033 2.01624 7.62442 2.10499 7.36115C2.19373 7.09788 2.33636 6.85598 2.52377 6.65088C2.71118 6.44579 2.93927 6.28198 3.19349 6.16992C3.44772 6.05785 3.7225 5.99998 4.00033 6H27.2403C27.5182 5.99998 27.7929 6.05785 28.0472 6.16992C28.3014 6.28198 28.5295 6.44579 28.7169 6.65088C28.9043 6.85598 29.0469 7.09788 29.1357 7.36115C29.2244 7.62442 29.2573 7.9033 29.2323 8.18L27.9603 22.18C27.9154 22.6773 27.6861 23.1397 27.3175 23.4765C26.9489 23.8133 26.4676 24 25.9683 24H5.27233C4.77338 23.9995 4.29263 23.8126 3.92444 23.4758C3.55626 23.1391 3.32723 22.6769 3.28233 22.18L2.00833 8.18ZM11.9643 2C12.4947 2.00011 13.0033 2.2109 13.3783 2.586L14.7923 4H4.00033C3.51766 4.00267 3.06233 4.08267 2.63433 4.24L2.62033 3.96C2.6308 3.43653 2.84613 2.93804 3.22007 2.57157C3.59402 2.20511 4.09675 1.9999 4.62033 2H11.9643Z" fill="%23843D87"/></svg>');
  top: 5px;
  left: 0;
  position: relative;
}

button.wq-share-fb.wq_shareFB span {
  color: var(--Lilla, #843D87);
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  border-left: 0;
  border-right: 1px solid #843D87;
  padding: 0px 0.56rem 0 0.63rem;
}

.wq_shareCtr .wq_shareTwitter, button.wq-share-gp.wq_shareGP, button.wq-share-vk.wq_shareVK {
  background: transparent;
  padding: 0px;
  color: var(--Lilla, #843D87);
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  margin: 0px;
  position: relative;
}

button.wq-share-tw.wq_shareTwitter span, 
button.wq-share-gp.wq_shareGP span, 
button.wq-share-vk.wq_shareVK span {
  color: var(--Lilla, #843D87);
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  border-left: 0;
  border-right: 1px solid #843D87;
  padding: 0px 0.5rem 0px 0.28rem;
}

.wq_shareCtr .wq_shareTwitter i,
.wq_shareCtr button>i, .wq_quizForceShareCtr button>i, .wq_questionLogin button>i{
  display: none;
}

button.wq-share-vk.wq_shareVK span{
  border-right: 0;
}

.wq-question-hint-content {
  padding: 0.94rem 1.25rem !important;
  border-radius: 0.25rem !important;
  border: 1px solid var(--Lys-gr, #C2C2C2) !important;
  color: var(--Svart, #191D24) !important;
  font-family: Montserrat !important;
  font-size: 1.125rem !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.625rem !important;
  background-color:transparent;
  margin-bottom: 1.25rem !important;
}

@media screen and (max-width:767.5px){
  body .wq_questionTextCtr h4{
    font-size: 2.25rem !important;
    line-height: 3rem !important;
  }

  label.wq_answerTxtCtr{
    padding-left: 2.06rem !important;
    font-size: 1rem !important;;line-height: normal !important;
  }

  .wq-answer.wq_singleAnswerCtr{
    padding: 0.75rem 0.81rem 0.69rem 0.94rem !important;
    margin-bottom: 0.62rem !important;
  }

  .wq_singleAnswerCtr .wq_answerTxtCtr:before, 
  .wq_singleAnswerCtr.chosen .wq_answerTxtCtr:after{
    top: 0px !important;
  }

  .wq-question-hint-button{
    font-size: 1rem !important;
    line-height: normal !important;
    padding-bottom: 0.19rem !important;
  }

  .wq-question-hint-button{
    font-size: 1rem !important;
    line-height: normal !important;
  }

  .wq_singleQuestionWrapper{
    margin-bottom: 2.56rem !important;
  }

  .wq_questionImage.wq-question-image img{
    margin-bottom: 1.56rem !important;
    border-radius: 0.25rem;
  }

  .wq_questionAnswered.is-correct .wq_triviaQuestionExplanation{
    padding: 0.94rem !important;
  }

  .wq_questionAnswered.is-correct .wq_triviaQuestionExplanation .wq-explanation-head.wq_ExplanationHead .wq-explanation-head-correct,
  .wq_triviaQuestionExplanation .wq-explanation-head-incorrect{
    font-size: 1.125rem !important;
    line-height: 1.625rem !important;
  }

  .wq-explanation-text.wq_QuestionExplanationText{
    font-size: 1rem !important;
    line-height: 1.4375rem !important;
    margin-top: 5px;
  }

  .wq-results.wq_resultsCtr{
    padding: 1.56rem 1.125rem 2.19rem;
    width: 100%;
  }

  .wq-question-hint-content {
    font-size: 1rem !important;
    line-height: 1.4375rem !important;
    padding:0.94rem !important;
  }

  .wq-results .wq_resultScoreCtr{
    font-size: 1.125rem !important;
    line-height: 1.625rem !important;
    margin-bottom: 0.94rem !important;
  }

  button.wq-share-tw.wq_shareTwitter span, 
button.wq-share-fb.wq_shareFB span,
button.wq-share-gp.wq_shareGP span, 
button.wq-share-vk.wq_shareVK span{
    font-size: 1rem !important;
    line-height: normal !important;
  }

  .wq-question-hint-content {
    font-size: 1rem !important;
    line-height: 1.4375rem !important;
    padding:0.94rem !important;
  }

  span.wq-result-quiz-title.wq_quizTitle {
    font-family: "Playfair Display";
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3rem;
  }
}

.detailpage-content-section{
  overflow: hidden;
}

.content p a {
  text-decoration: underline;
}

@media screen and (max-width:767.5px){
  .mobile-form .search-field{
    width:100%;
  }
}

.news-article-wrapper .newsarticle-img img, 
.veggies-article-section .veggiesarticle-img img, 
.guiderlist-section .guiderarticle-img img,
.recipeArticle img,
.recipe-listing-section .recipe-listimg img{
  transition: all .3s ease-in-out;
}

button.wq-share-tw.wq_shareTwitter span, button.wq-share-gp.wq_shareGP span, button.wq-share-vk.wq_shareVK span:last-child {
  border-right: unset;
}

@media screen and (max-width:1023.5px){
  .mobileFilterBtns .mob-filterbtnwrapper{
    width: 70%;
    height: 85%;
  }

  .filterButtons button{
    height: 30px;
    display: inline-flex;
    align-items: center;
  }

  .filterButtons{
    row-gap: 0.3125rem;
  }

  ul#main-menu li a{
    position: unset;
    display: inline-block;
  }

  ul#main-menu li a .sub-arrow{
    right: 0px;
    cursor: pointer;
  }

  .mobile-form .search-field{
    width: 100%;
  }

  .sm-mint a .sub-arrow {
    background-repeat: no-repeat;
    background-position: right;
    background-size: 10px 16px;
    width: 44px;
    height: 44px;
    top: 16px;
    transition: all .15s ease-in-out;
  }

  a.has-submenu.highlighted .sub-arrow{
    background-position: top;
    transition: all .15s ease-in-out;
  }
}

@media screen and (min-width:768px) and (max-width:840.5px){
  .banner-section .banner-img-block {
    aspect-ratio: 1 / 1;
    position: relative;
  }

  .banner-section .banner-img-block img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    max-width: 1100px;
    max-height: 639px;
  }
}

@media screen and (max-width:1023.5px){
  .guidermob-filterbtnwrapper{
    width:70%;
    height: 70%;
  }

  .filterButtons button{
    height:auto;
  }
}

#formSearch .desk-search-submit{
  top:-1.125rem;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

p#email-error {
  position: absolute;
  width: 100%;
  bottom: -30px;
}

.mc4wp-form-fields {
  display: flex;
  position: relative;
}

@media screen and (max-width:767.5px){
  p#email-error {
    position: absolute;
    width: 100%;
    bottom: -50px;
  }
}

/* new header css  */

@media screen and (min-width:1024px){
  #mainMeny{
    display: flex;
    justify-content: end;
  }
}

@media screen and (max-width:1023.5px){
  #mainMeny{
    height: 100vh;
    top: 64px;
    background-color: white;
    display: none;
  }

  #mainMeny #main-menu{
    height: auto !important;
    right: 0 !important;
    max-height: unset !important;
    display: block;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    min-height:100vh;
    top: 0 !important;
    min-height: auto !important;
  }

  .mobile-favouriteIcon{
    padding: 0.75rem 1.25rem;
  }

  #hamburgerIcon[aria-expanded="true"] + #mainMeny {
    display: block;
    position: fixed;
    top: 64px;
    right: 0;
    overflow-y: auto;
    padding: 2.69rem 2.38rem 3.75rem 1.125rem !important;
    width: 90%;
    height: 100vh;
    min-height: 100vh;
    min-width: 18.375rem !important;
    max-width: 20.9375rem !important;
    background: var(--Lilla-3, #FBF8FF);
    border-radius: 4px 0px 0px 4px;
  }

  #hamburgerIcon .header-button__icon--bars{
    display: block;
  }

  #hamburgerIcon .header-button__icon--close{
    display: none;
  }

  #hamburgerIcon.hamburgerClose .header-button__icon--bars{
    display: none;
  }

  #hamburgerIcon.hamburgerClose .header-button__icon--close{
    display: block;
  }

  .mobile-favouriteIcon .mobfavourite-link{
    display: flex !important;
    justify-content:start;
  }

  ul#main-menu{
    display: none;
  }

  .has-submenu+ul{
    position: relative;
    width: 100%;
  }

  #hamburgerIcon{
    top: 0.625rem;
  }

  #hamburgerIcon.hamburgerClose{
    top: 5px;
  }
}

.skip-to-content {
  position: absolute;
  top: -1000em;
}

.skip-to-content:focus {
  left: 50px;
  top: 50px;
  height: auto;
  width: 200px;
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 15px 23px 14px;
  background-color: #F1F1F1;
  color: #21759B;
  z-index: 100000;
  line-height: normal;
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
}

/********** new style ol li recipe detail ***************/

.wprm-recipe-instruction-group ol.wprm-recipe-instructions {
  list-style: none;
  counter-reset: my-awesome-counter;
}

li.wprm-recipe-instruction {
  counter-increment: my-awesome-counter;
  margin: 0.25rem;
}

.wprm-recipe-template-column-template li{
  position:relative;
  margin-bottom: 1.25rem !important;
}

.wprm-recipe-template-column-template li::before{
  display: flex;
}

li.wprm-recipe-instruction::before {
  content: counter(my-awesome-counter);
  color: #FFFFFF;
  background-color: #843D87;
  width: 56px;
  height: 56PX;
  font-family: 'Noto Sans';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  border-radius: 5px;
  position: absolute;
  display: flex !important;
  justify-content: center;
  align-items: center;
  left: -94px;
  top: -6px;
}

/* .wprm-recipe-instruction-text{padding-bottom: 10px;} */

.wprm-recipe-instruction-text span{
  color: var(--Black, #161616);
  font-family: Montserrat;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.wprm-recipe-instruction-text span strong{
  color: var(--Black, #161616) !important;
  font-family: Montserrat;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 34px !important;
  margin-bottom: 1.06rem !important;
  margin-top: .8em !important;
}

@media screen and (max-width:767.5px){
  .wprm-recipe-instruction-text span{
    font-size: 16px  !important;
    line-height: 23px !important;
  }

  .wprm-recipe-instruction-text span strong{
    font-size: 20px !important;
    font-weight: 700;
    line-height: 25px !important;
    margin-bottom: 10px !important;
  }

  .wprm-recipe-template-column-template li{
    position:relative;
    margin-bottom: 30px !important;
  }
}

/***************************************************/

body .wprm-add-to-collection-tooltip-container select:focus-visible{
  outline: 4px solid #FFFFFF !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

.wprmprc-overview-grid-collection .wprmprc-overview-grid-collection-handle{
  display: none !important;
}

@media screen and (min-width:768px){
  .sidebarBtn, .closeSidebar{
    display: none !important;
  }
}

@media screen and (max-width:767.5px){
  .wprm-recipe-template-column-template-main .wprm-recipe-template-column-template-left.showSidebar {
    --tw-translate-x: 0px !important;
    display: flex;
    padding: 40px 18px;
    top: 30px;
    height: 100%;
    overflow-y: scroll;
    margin: 0;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}

#login_error .login-error-list {
  list-style: none;
  padding-left:0;
}

#login_error .login-error-list li {
  font-size: 1rem;
  color: #ff0000;
  padding: 10px;
  border: 2px solid #ff0000;
  margin-bottom: 10px;
}

.wprm-prevent-sleep-checkbox:focus-visible + .wprm-toggle-switch-slider{
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

@media screen and (max-width:575.5px){
  .wprm-recipe-pin.wprm-recipe-link.wprm-block-text-normal {
    color: #843d87;
    width: auto;
    display: inline-flex;
    align-items: center;
    margin: 0;
    justify-content: left;
    place-content: start;
    top: 0;
    position: relative;
    gap: 0;
  }

  .wprm-recipe-facebook-share.wprm-recipe-link.wprm-block-text-normal {
    display: inline-flex;
    align-items: center;
    width: auto;
    justify-content: start;
    gap: 0;
    top: 10px;
    position: relative;
    margin-left: 15px;
  }
}

/* recipe detail css - new */

#back-to-top{
  border: 1px solid #fff;
  border-radius: 100%;
}

#back-to-top:focus-visible{
  outline: 4px solid #455C20 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

.wprm-block-text-uppercase a{
  display: inline-block;
}

.wprm-block-text-uppercase a:focus-visible,
body.wprm_recipe-template-default .wprm-block-text-uppercase a:focus-visible{
  outline: 4px solid #843D87 !important;
  outline-offset: 12px !important;
  transition: none !important;
  text-decoration: none !important;
}

.breadcrumb-section{
  background:#FFFFFF;
}

#breadcrumbs a{
  text-decoration: underline;
}

.breadcrumbs_wrap{
  flex-wrap: wrap;
  flex-direction: row;
  display: flex;
}

.breadcrumbs_wrap svg{
  margin: 9px 10px;
}

@media screen and (max-width:1800px){
  .breadcrumb-section {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media screen and (max-width:767.5px){
  /* #breadcrumbs{padding:0px 0px 5px;} */

  .breadcrumbs_wrap svg{
    margin: 5px 10px;
  }
}

.wprm-recipe-image.wprm-block-image-normal figcaption{
  text-align: left;
}

/* #breadcrumbs{padding: 15px 25px;border-radius: 4px;background: var(--Lilla-3, #FBF8FF);} */

.wprm-recipe-instructions-container .wprm-recipe-instruction-text{
  margin-bottom: 30px !important;
}

.wprm-recipe-instruction-group ol.wprm-recipe-instructions li .wprm-spacer{
  height: 17px !important;
}

@media screen and (max-width:767.5px){
  /* h1.wprm-recipe-name.wprm-block-text-bold{margin-bottom: 25px !important;} */

  .wprm-recipe-summary p{
    line-height: 26px !important;
  }

  .wprm-recipe-image.wprm-block-image-normal figcaption{
    padding: 0px;
    text-align: left;
  }

  /* .wprm-recipe-meta-container.wprm-recipe-custom-container.wprm-recipe-details-container.wprm-recipe-details-container-separated.wprm-block-text-normal{
    margin: 40px 0px 25px;
  } */

  /* .breadcrumb-section{padding: 30px 0px !important;border-radius: 0px;} */

  #breadcrumbs{
    font-size: 1rem !important;
    line-height: normal !important;
  }

  .mobRecipeSlider{
    width: 100%;
  }

  .wprm-recipe-instruction-group ol.wprm-recipe-instructions li .wprm-spacer{
    height: 10px !important;
  }

  .wprm-recipe-instruction-group ol.wprm-recipe-instructions li:last-child .wprm-recipe-instruction-text{
    margin-bottom: 0px !important;
  }

  /* .breadcrumb-wrapper{
    background: var(--Lilla-3, #FBF8FF);
    padding: 15px 18px 5px;
  } */

  .breadcrumb-section{
    width: 100%;
    padding-top: 30px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .breadcrumbs_wrap > span{
    display: block !important;
    margin-bottom: 10px;
  }

  .recipe-content-section{
    margin-top: 0px !important;
  }
}

/****** shopping list ****/

.shopping-list-section .shopping-list-wrapper .selected-shopping-lists .imgHeadingbox .imgheadinglink{
  width: 100%;
}

body.wprm_recipe-template-default footer a:focus-visible{
  outline: 4px solid #ffffff !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
  box-shadow: none;
}

.contentListing ol li a,  .content p a, 
.content a, .content-para  a {
  color: var(--Lilla, #843D87) !important;
  text-decoration: underline;
  font-weight: 600 !important;
}

/**************************************************************************************************************************
						CSS MOVED FROM RECIPE DETAILS, LISTING, COLLECTION PAGES
/**************************************************************************************************************************/

/* star css  */

.star-ratings-box .star {
  cursor: pointer;
  height: 30px;
}

.star-ratings-box button svg {
  width: 30px;
  height: 30px;
}

.star-ratings-box .filled svg path {
  fill: #843D87;
}

.recipe-star-rating .star-ratings-box .filled svg path {
  fill: #455C20;
}

:focus-visible {
  outline: 4px solid #843D87 !important;
  outline-offset: 4px !important;
  transition: none !important;
  text-decoration: none !important;
  box-shadow: none;
  z-index: 2;
  --tw-ring-offset-width: 0px !important;
}

.linkbuttons a:focus-visible, .loadmore-recipe:focus-visible , .favourite-item:focus-visible{
  outline: 4px solid #843D87 !important;
  outline-offset: 4px !important;
  transition: none !important;
  text-decoration: none !important;
  box-shadow: none;
  z-index: 2;
}

.swiper-slide a.recpsiwperSlideWrapper:focus-visible {
  outline: 4px solid #843D87 !important;
  outline-offset: 4px !important;
  transition: none !important;
  text-decoration: none !important;
  box-shadow: none;
}

/* sidebar css  */

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

.contentListing ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}

.contentListing ol li {
  counter-increment: my-awesome-counter;
  margin: 0.25rem;
  list-style-position: outside;
  position: relative;
  margin: 0px 0px 30px;
}

.contentListing ol li::before {
  content: counter(my-awesome-counter);
  color: #FFFFFF;
  background-color: #843D87;
  width: 56px;
  height: 56PX;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  border-radius: 5px;
  position: absolute;
  display: flex !important;
  justify-content: center;
  align-items: center;
  left: -94px;
  top: 0px;
}

.contentListing .listheading, .contentListing li h2, 
    .contentListing li h3, .contentListing li h4 {
  color: var(--Black, #161616);
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  display: block;
  padding: 13px 0px;
  margin-bottom: 6px;
}

.contentListing p {
  color: var(--Black, #161616);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 15px;
}

.contentListing p:last-child {
  margin-bottom: 0px;
}

.recipe-ingredients ul li {
  color: var(--Black, #161616);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.recipe-ingredients ul li {
  display: block;
  margin-bottom: 6px;
}

.recipe-ingredients ul li:last-child {
  margin: 0px;
}

@media screen and (min-width:768px) and (max-width:1279.5px){
  .contentListing ol li::before{
    width: 2.5rem;
    height: 2.5rem;
    top: 5px;
    left: -60px;
  }

  .contentListing .listheading, .contentListing li h2, 
      .contentListing li h3, .contentListing li h4 {
    line-height: 1.5625rem;
    /* 125% */
    font-size: 1.25rem;
  }

  .recipe-ingredients ul li{
    font-size: 1rem;
    line-height: normal;
  }

  .contentListing p {
    font-size: 1rem;
    line-height: 1.4375rem;
    margin-bottom: 0.625rem;
  }
}

@media screen and (max-width:767.5px) {
  .sidebar-wrapper {
    display: none;
  }

  .contentListing ol li::before {
    content: none;
  }

  .contentListing .listheading, .contentListing li h2, 
      .contentListing li h3, .contentListing li h4 {
    padding: 0px;
    margin-bottom: 0.625rem;
    line-height: 1.5625rem;
    /* 125% */
    font-size: 1.25rem;
  }

  .contentListing p {
    font-size: 1rem;
    line-height: 1.4375rem;
    margin-bottom: 0.625rem;
  }

  .sidebar-wrapper.showSidebar {
    --tw-translate-x: 0px !important;
    display: block;
    padding: 40px 18px;
    top: 0px;
    left: 0;
    height: 100%;
    overflow-y: scroll;
    margin: 0;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    background: var(--Lilla-3, #FBF8FF);
    position: fixed;
    z-index: 99;
  }

  .recipe-ingredients ul li {
    margin: 0px;
    padding: 0.625rem 0rem;
    border-bottom: 1px solid #C2C2C2;
    font-size: 1rem;
    line-height: normal;
  }

  .recipe-ingredients ul li:first-child {
    padding-top: 0px;
  }

  .star-ratings-box button svg {
    width: 24px;
    height: 24px;
  }
}

/* swiper block css  */

.swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after,
    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after {
  content: none !important;
}

@media screen and (min-width:768px) {
  .mobRecipeSlider .swiper-wrapper {
    transform: none !important;
  }
}

@media screen and (max-width: 767.5px) {
  .swiper-slide,
      .swiper-caption {
    height: 100% !important;
    max-height: 100% !important;
  }

  .swiper-wrapper {
    display: flex;
    justify-content: stretch;
  }
}

/* toggle switch  */

.toggle-slider {
  width: 64px;
  height: 32px;
  background-color: #C2C2C2;
  border-radius: 50px;
  position: relative;
  transition: background-color 0.3s;
}

.toggle-slider:before {
  content: '';
  width: 26px;
  height: 26px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  bottom: 3px;
  transition: transform 0.3s;
}

input:checked+.toggle-slider {
  background-color: #843D87;
}

input:checked+.toggle-slider:before {
  transform: translateX(30px);
}

/* new star style 23-10-24 */

.star-popup-content{
  width: 90%;
  max-width: 540px;
  background-color: #FFFFFF;
  border-radius: 4px;
  box-sizing: border-box;
  max-height: 100vh;
  overflow-y: auto;
  padding: 30px;
}

.star-popup-content .popup-modal-header{
  display: flex;
  justify-content: space-between;
}

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

.popup-content {
  background: white;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}

.collectiontext-block .close, .collectiontext-block .close-icon {
  cursor: pointer;
  float: right;
}

.starrating-modal-field{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.25rem;
}

.starrating-modal-field label{
  color: var(--Svart, #191D24);
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5625rem;
  /* 125% */
  width: 18%;
  display: block;
}

.starrating-modal-field input{
  width: 80%;
  display: block;
  border-radius: 4px;
  border: 1px solid var(--Lilla, #843D87);
  background: var(--Hvit, #FFF);
  color: var(--Black, #161616);
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
}

.popup-modal-title{
  color: var(--Black, #161616);
  font-family: Montserrat;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.125rem;
}

.starratings-modal-recipe-name{
  color: var(--Svart, #191D24);
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5625rem;
  margin:1.25rem 0rem 0.625rem;
  text-align: center;
}

.starrating-modal-comment{
  border-radius: 4px;
  border: 1px solid var(--Lilla, #843D87);
  background: var(--Hvit, #FFF);
  width: 100%;
  height: 100px;
  color: var(--Black, #161616);
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  margin-top: 1.5625rem;
}

.star-rating-submit-popup{
  border-radius: 0.25rem;
  background: var(--Lilla, #843D87);
  color: var(--Hvit, #FFF);
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem;
  /* 144.444% */
  padding: 0.3125rem 0.625rem;
  display: block;
  margin-top: 1.5625rem;
}

.star-rating-form{
  text-align: center;
}

.thankspopup .ratingmsg{
  color: var(--Lilla, #843D87);
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem;
}

@media screen and (max-width:1023.5px){
  .popup-modal-title{
    font-size: 1.125rem;
    line-height: 1.625rem;
  }

  .starratings-modal-recipe-name{
    font-size: 1rem;
    line-height: normal;
    margin: 0.9325rem 0rem 0.625rem;
  }

  .starrating-modal-comment{
    font-size: 0.875rem;
    line-height: normal;
  }

  .starrating-modal-field label{
    font-size: 1rem;
    line-height: normal;
    width: 25%;
  }

  .starrating-modal-field input{
    width: 78%;
  }

  .starratings-modal-stars-container .star svg{
    width: 24px;
    height: 24px;
  }

  .star-rating-submit-popup{
    font-size: 1rem;
    line-height: normal;
  }

  .thankspopup .ratingmsg{
    font-size: 1rem;
    line-height: normal;
  }
}

.contentListing ol li strong {
  color: var(--Black, #161616);
  font-family: Montserrat;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.125rem;
  margin: 0.8125rem 0rem 1.0625rem;
  display: inline-flex;
}

.contentListing ol li{
  color: var(--Black, #161616);
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
}

.contentListing ol li a{
  color: var(--Lilla, #843D87);
}

@media screen and (max-width:1023.5px){
  .contentListing ol li strong {
    font-size: 1.25rem;
    line-height: 1.5625rem;
    margin: 0rem 0rem 0.62rem;
  }

  .contentListing ol li{
    font-size: 1rem;
    line-height: 1.4375rem;
  }
}

@media screen and (max-width:767.5px){
  .recipeDetailRightBox{
    margin-top: 1.56rem;
  }
}

#toggle-checkbox {
  width: 100%;
  height: 100%;
  border: 0px;
  opacity: 1;
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  z-index: 99;
  cursor:pointer;
}

/****** css from recipe listing ***/

.skipToRecipe{
  position: absolute;
  top: -1000em;
  top: 0;
  opacity: 0;
}

.skipToRecipe:focus {
  left: 0px;
  top: 0px;
  display: block;
  height: auto;
  width: 100%;
  opacity: 1;
  z-index: 100000;
  visibility: visible;
  line-height: normal;
  text-decoration: none;
  box-shadow: none;
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
  position: relative;
}

.focused{
  position: relative;
}

html body .activeMenu.skipToRecipe:focus,html body .activeMenu.skipToRecipe:focus-visible {
  left: 0px;
  top: 0px;
  display: block;
  height: auto;
  width: 100%;
  opacity: 1;
  z-index: 100000;
  visibility: visible;
  line-height: normal;
  text-decoration: none;
  box-shadow: none;
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
  position: relative;
}

/* ======================================== 
   shopping list css
================================== */

.shopping-list-section {
  padding: 75px 0px 100px;
}

.shopping-list-section .shopping-list-wrapper{
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.shopping-list-section .shopping-list-wrapper .shoppinglist-header {
  margin-bottom: 2.5rem;
}

.shopping-list-section .shopping-list-wrapper .shoppinglist-header .small-heading {
  color: #000;
  font-family: "Playfair Display";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  display: block;
}

.shopping-list-section .shopping-list-wrapper .shoppinglist-header .headingIconbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shopping-list-section .shopping-list-wrapper .shoppinglist-header .headingIconbox .headingBig {
  color: var(--Svart, #191D24);
  font-family: "Playfair Display";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3rem;
}

.shopping-list-section .shopping-list-wrapper .listheading {
  color: var(--Svart, #191D24);
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem;
  padding-left: 0.94rem;
  margin-bottom: 0.94rem;
  padding-bottom: 8px;
  border-bottom: 1px solid #C2C2C2;
}

.shoppinglistitem{
  list-style: none;
  padding: 0rem;
  margin: 0rem;
}

.shoppinglistlabel input.listInp{
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 2px;
  border: 1px solid #191D24;
  margin-right: 0.9375rem;
  margin-left: 0.94rem;
}

.shoppinglistlabel input.listInp[type='checkbox']:checked{
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="14" viewBox="0 0 18 14" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M17.5194 0.513898C17.6717 0.676385 17.7926 0.869413 17.8751 1.08193C17.9575 1.29444 18 1.52226 18 1.75234C18 1.98243 17.9575 2.21025 17.8751 2.42276C17.7926 2.63528 17.6717 2.8283 17.5194 2.99079L7.70393 13.4861C7.55197 13.649 7.37144 13.7782 7.1727 13.8664C6.97395 13.9546 6.76089 14 6.54571 14C6.33053 14 6.11746 13.9546 5.91872 13.8664C5.71997 13.7782 5.53944 13.649 5.38748 13.4861L0.479753 8.23845C0.327652 8.07581 0.207 7.88274 0.124684 7.67024C0.0423676 7.45775 1.60264e-09 7.23 0 7C-1.60263e-09 6.77 0.0423676 6.54225 0.124684 6.32976C0.207 6.11726 0.327652 5.92419 0.479753 5.76155C0.631853 5.59892 0.812422 5.46991 1.01115 5.38189C1.20988 5.29387 1.42287 5.24857 1.63798 5.24857C1.85308 5.24857 2.06608 5.29387 2.2648 5.38189C2.46353 5.46991 2.6441 5.59892 2.7962 5.76155L6.54571 9.77426L15.2029 0.513898C15.3549 0.350999 15.5354 0.221756 15.7342 0.133573C15.9329 0.04539 16.146 0 16.3612 0C16.5763 0 16.7894 0.04539 16.9882 0.133573C17.1869 0.221756 17.3674 0.350999 17.5194 0.513898Z" fill="white"/></svg>');
  opacity: 1;
  -webkit-appearance: unset;
  -moz-appearance: unset;
  appearance: unset;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px 12px;
  outline: none !important;
  border-radius: 2px;
  border: 1px solid var(--Grn, #455C20);
  background-color: var(--Grn, #455C20);
}

.shoppinglistlabel{
  color: var(--Svart, #191D24);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  width: 60%;
  max-width: 450px;
  cursor: pointer;
}

.shoppinglistlabel:has(input.listInp[type='checkbox']:checked){
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

.listings{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: flex-start;
}

.shoppinglistitem .quantityboxlist{
  display: inline-block;
  width: 45%;
  max-width: 298px;
  color: var(--Svart, #191D24);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  place-self: center;
}

.shoppinglistitem .quantityboxlist .quantitybox{
  color: var(--Svart, #191D24);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
}

.shoppinglistcollection{
  margin-top: 50px;
}

.shopping-list-section .shopping-list-wrapper .shoppinglistcollection .listheading {
  color: var(--Svart, #191D24);
  font-family: "Playfair Display";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem;
  padding-left: 0.94rem;
  margin-bottom: 0.94rem;
  padding-bottom: 8px;
  border-bottom: 1px solid #C2C2C2;
}

.selected-shopping-lists{
  margin-top: 25px;
}

.shopping-list-section .shopping-list-wrapper .selected-shopping-lists .listheading {
  color: var(--Svart, #191D24);
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem;
  padding-left: 0.94rem;
  margin-bottom: 0rem;
  border: none;
}

.shopping-list-section .shopping-list-wrapper .selected-shopping-lists .imgheadinglink{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4%;
}

.shopping-list-section .shopping-list-wrapper .selected-shopping-lists .itemTextbox{
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
}

.shopping-list-section .shopping-list-wrapper .selected-shopping-lists .itemSelected{
  color: var(--Svart, #191D24);
  font-family: Montserrat;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal;
  max-width: 425px;
  width: 75%;
}

.shopping-list-section .shopping-list-wrapper .selected-shopping-lists .imgheadinglink .personQuantity{
  display: inline-block;
  color: var(--Svart, #191D24);
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
  max-width: 205px;
  width: 33.33%;
}

.shopping-list-section .shopping-list-wrapper .selected-shopping-lists .recipeImg{
  width: 39px;
  height: 43px;
}

.shopping-list-section .shopping-list-wrapper .selected-shopping-lists .shoppingList{
  border-radius: 4px;
  border: 1px solid var(--Lys-gr, #C2C2C2);
  background: var(--Hvit, #FFF);
  padding: 6px 6px 6px 15px;
}

@media screen and (min-width:768px) and (max-width:1023.5px){
  .shopping-list-section{
    padding: 40px 25px 70px;
  }
}

@media screen and (max-width:767.5px){
  .shopping-list-section{
    padding: 25px 18px 50px;
  }

  .shopping-list-section .shopping-list-wrapper .shoppinglist-header .headingIconbox{
    display: flex !important;
  }

  .shopping-list-section .kartIcon{
    display: flex;
    justify-content: end;
    margin-top: 30px;
    width: 100%;
  }

  .shoppinglistitem .quantityboxlist{
    width: 35%;
  }

  .shoppinglistitem .quantitybox{
    width: 100%;
    font-size: 1rem;
    line-height: normal;
  }

  .shopping-list-section .shopping-list-wrapper .selected-shopping-lists .shoppingList {
    border-radius: 4px;
    border: 1px solid var(--Lilla, #843D87);
    background: var(--Lilla-3, #FBF8FF);
    padding: 1.25rem 0.9375rem;
  }

  .shopping-list-section .shopping-list-wrapper .shoppinglist-header{
    margin-bottom: 30px;
  }

  .shopping-list-section .shopping-list-wrapper .listheading{
    padding-bottom: 0.625rem;
  }

  .shopping-list-section .shopping-list-wrapper .listheading{
    padding-left: 0px;
    font-size: 1rem;
    line-height: normal;
  }

  .shopping-list-section .shopping-list-wrapper .shoppinglistlabel{
    padding-left: 0px;
    font-size:14px;
    line-height: normal;
  }

  .shoppinglistlabel input.listInp{
    margin-left: 0px;
  }

  .shopping-list-section .shopping-list-wrapper .shoppinglistlabel span{
    display: block;
    place-self: center;
  }

  .shoppinglistcollection {
    margin-top: 40px;
  }

  .shopping-list-section .shopping-list-wrapper .shoppinglistcollection .listheading{
    padding-left: 0px;
    font-size: 1.25rem;
    line-height: 3rem;
    padding-bottom: 0px;
  }

  .shopping-list-section .shopping-list-wrapper .selected-shopping-lists .listheading{
    padding-left: 0px;
  }

  .shopping-list-section .shopping-list-wrapper .selected-shopping-lists .itemTextbox{
    flex-wrap: wrap;
  }

  .shopping-list-section .shopping-list-wrapper .selected-shopping-lists .imgheadinglink .personQuantity{
    width: 100%;
  }

  .shopping-list-section .shopping-list-wrapper .selected-shopping-lists .itemSelected{
    width: 75%;
    max-width: 75%;
    font-size: 12px !important;
  }

  .shopping-list-section .shopping-list-wrapper .selected-shopping-lists .recipeImg{
    width: 3rem;
    height: 3.3125rem;
  }

  .shopping-list-section .shopping-list-wrapper .selected-shopping-lists .imgheadinglink .personQuantity{
    font-size: 1rem;
    line-height: normal;
    margin-bottom: 0.56rem;
  }
}

.selectRecipeItem{
  display: flex;
  justify-content: start;
  align-items: center;
  width: 20%;
}

.selectRecipeItem input{
  border-radius: 0.125rem;
  border: 1px solid var(--Svart, #191D24);
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 2px;
  border: 1px solid #191D24;
  margin-right: 0.625rem;
  margin-left: 0rem;
}

.imgHeadingbox{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80% !important;
}

.numberOfItems{
  display: flex;
  justify-content: start;
  align-items: center;
  width: 18% !important;
}

#shoppinglistform .imgHeadingbox{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70% !important;
}

#shoppinglistform .numberOfItems{
  display: flex;
  justify-content: start;
  align-items: center;
  width: 30% !important;
}

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

.numberOfItems input{
  border: 2px solid var(--Lilla, #843D87);
  background: var(--Hvit, #FFF);
  width: 35px;
  height: 35px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 5px;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0rem !important;
  color: var(--Lilla, #843D87);
  font-family: Montserrat;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal;
}

.numberOfItems input:focus{
  outline: none;
}

.selectRecipeItem input[type='checkbox']:checked {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="14" viewBox="0 0 18 14" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M17.5194 0.513898C17.6717 0.676385 17.7926 0.869413 17.8751 1.08193C17.9575 1.29444 18 1.52226 18 1.75234C18 1.98243 17.9575 2.21025 17.8751 2.42276C17.7926 2.63528 17.6717 2.8283 17.5194 2.99079L7.70393 13.4861C7.55197 13.649 7.37144 13.7782 7.1727 13.8664C6.97395 13.9546 6.76089 14 6.54571 14C6.33053 14 6.11746 13.9546 5.91872 13.8664C5.71997 13.7782 5.53944 13.649 5.38748 13.4861L0.479753 8.23845C0.327652 8.07581 0.207 7.88274 0.124684 7.67024C0.0423676 7.45775 1.60264e-09 7.23 0 7C-1.60263e-09 6.77 0.0423676 6.54225 0.124684 6.32976C0.207 6.11726 0.327652 5.92419 0.479753 5.76155C0.631853 5.59892 0.812422 5.46991 1.01115 5.38189C1.20988 5.29387 1.42287 5.24857 1.63798 5.24857C1.85308 5.24857 2.06608 5.29387 2.2648 5.38189C2.46353 5.46991 2.6441 5.59892 2.7962 5.76155L6.54571 9.77426L15.2029 0.513898C15.3549 0.350999 15.5354 0.221756 15.7342 0.133573C15.9329 0.04539 16.146 0 16.3612 0C16.5763 0 16.7894 0.04539 16.9882 0.133573C17.1869 0.221756 17.3674 0.350999 17.5194 0.513898Z" fill="white"/></svg>');
  opacity: 1;
  -webkit-appearance: unset;
  -moz-appearance: unset;
  appearance: unset;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px 12px;
  outline: none !important;
  border-radius: 2px;
  border: 1px solid var(--Grn, #455C20);
  background-color: var(--Grn, #455C20);
}

.selectRecipeItem label, .numberOfItems label{
  color: var(--Svart, #191D24);
  font-family: Montserrat;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal;
}

.delete-btn{
  width: 2.1875rem;
  height: 2.1875rem;
}

@media screen and (max-width:767.5px){
  .shoppinglistitem .quantityboxlist .quantitybox{
    font-size: 14px;
    line-height: normal;
  }

  .shopping-list-section .shopping-list-wrapper .selected-shopping-lists .imgheadinglink{
    flex-wrap: wrap;
  }

  .shopping-list-section .shopping-list-wrapper .selected-shopping-lists .itemTextbox{
    order: 1;
    row-gap: 0.625rem;
    width: 100%;
  }

  .delete-btn{
    order: 2;
    width: 7%;
    margin-left: auto;
    margin-top: -30px;
  }

  .delete-btn svg{
    margin-left: auto;
  }

  .shopping-list-section .shopping-list-wrapper .selected-shopping-lists .recipeImg{
    order: 3;
  }

  .numberOfItems{
    order: 4;
    width: 80% !important;
  }

  .imgHeadingbox{
    order: 3;
    width: 100% !important;
  }

  .selectRecipeItem{
    order: 1;
    width: 75% !important;
  }

  .shopping-list-section .shopping-list-wrapper .selected-shopping-lists .imgheadinglink{
    width: 100%;
  }
}

.shopping-list-section .shopping-list-wrapper .selected-shopping-lists .imgHeadingbox .imgheadinglink{
  width: 100%;
}

/***************======================================================*************/

/* collection / shopping list page  */

.shoppinglistlabel span {
  display: inline-flex;
  width: calc(100% - 55px);
  justify-content: flex-start;
  flex-wrap: wrap;
  word-break: break-word;
}

.headingtext{
  margin-top:20px;
  color: var(--Svart, #191D24);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.shoppinglist-footer{
  margin-top:50px;
}

.shoppinglist-footer h3{
  color: var(--Svart, #191D24);
  font-family: "Playfair Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.shoppinglist-footer h3{
  margin:20px 0px 10px;
}

.shoppinglist-footer p{
  color: var(--Svart, #191D24);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

@media screen and (max-width:767.5px){
  .shopping-list-section .kartIcon {
    display: flex;
    justify-content: end !important;
    margin-top: 0px !important;
    width: 20%;
  }

  .headingtext{
    font-size: 14px;
    line-height: normal;
  }

  .shoppinglist-footer h3{
    font-size: 14px;
    line-height: normal;
  }

  .shoppinglist-footer p{
    font-size: 14px;
    line-height: normal;
  }

  .headingIconbox label{
    width: 20%;
  }

  .shopping-list-section .shopping-list-wrapper .shoppinglist-header .headingIconbox .headingBig{
    width: 80%;
    font-size: 30px !important;
    line-height: 36px !important;
  }

  .kartIcon svg{
    width: 35px;
    height: 35px;
  }
}

/* new button css collection */

.numberOfItems button svg{
  width: 35px;
  height: 35px;
}

.numberOfItems label{
  margin-left: 10px;
}

.shoppinglist-footer p a{
  color: var(--Lilla, #843D87) !important;
  text-decoration: underline;
  font-weight: 500 !important;
}

.shopping-list-section .shopping-list-wrapper .shoppinglist-header .small-heading {
  color: #843D87 !important;
}

.shopping-list-section .shopping-list-wrapper .selected-shopping-lists .listheading{
  display: none;
}

.emptycart p {
  margin-top: 0px;
  color: var(--Svart, #191D24);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

@media screen and (max-width:767.5px){
  .emptycart p {
    font-size: 14px;
    line-height: normal;
  }

  .selectRecipeItem label, .numberOfItems label{
    font-size: 12px !important;
    line-height: normal !important;
  }

  .shopping-list-section .shopping-list-wrapper .selected-shopping-lists .shoppingList{
    padding: 0.625rem !important;
  }

  .shopping-list-section .shopping-list-wrapper .selected-shopping-lists .recipeImg {
    width: 2.5rem !important;
    height: 2.5rem !important;
  }

  .shopping-list-section .shopping-list-wrapper .selected-shopping-lists .itemTextbox{
    position: relative;
  }

  .selectRecipeItem {
    order: 1;
    width: 32% !important;
    position: absolute;
    bottom: 5px;
  }

  .selectRecipeItem input{
    width: 15px !important;
    height: 15px !important;
  }

  .shopping-list-section .numberOfItems {
    width: 55% !important;
    margin-left: 0;
    margin-right: 25px;
  }

  #shoppinglistform .numberOfItems {
    width: 55% !important;
    margin-left: auto;
    margin-right: 25px;
  }

  .numberOfItems label {
    margin-left: 0px !important;
  }

  #shoppinglistform .numberOfItems label {
    margin-left: 10px !important;
  }

  .numberOfItems button svg {
    width: 25px;
    height: 25px;
  }

  .numberOfItems input{
    width: 25px !important;
    height: 25px !important;
    font-size: 14px !important;
  }

  .delete-btn svg {
    margin-left: auto;
    width: 20px;
    height: 20px;
  }

  .selected-shopping-lists {
    margin-top: 15px !important;
  }

  .shoppinglistlabel input.listInp[type='checkbox']:checked{
    background-size: 13px 10px;
  }

  #shoppinglistform .selectRecipeItem input[type='checkbox']:checked {
    background-size: 10px 8px;
  }

  .shoppinglistlabel input.listInp {
    width: 20px;
    height: 20px;
  }
}

@media screen and (min-width:280px) and (max-width:400px){
  .selectRecipeItem label, .numberOfItems label {
    font-size: 10px !important;
    line-height: normal !important;
  }

  .numberOfItems input{
    font-size: 12px !important;
  }

  .selected-shopping-lists {
    margin-top: 15px !important;
  }

  .shopping-list-section .shopping-list-wrapper .selected-shopping-lists .itemSelected {
    font-size: 12px !important;
  }

  .shopping-list-section {
    padding: 25px 15px 50px;
  }

  #shoppinglistform .selectRecipeItem input[type='checkbox']:checked{
    background-size: 10px 8px;
  }
}

form#loginform p input:hover {
  transition: all .3s ease-in-out;
  border: 1px solid var(--Lilla, #843D87) !important;
  background: rgba(132, 61, 135, 0.25) !important;
  border-left: 1px solid var(--Lilla, #843D87) !important;
  color: #191D24 !important;
}

#login .button.button-large:hover {
  transition: all .3s ease-in-out;
  border: 1px solid var(--Lilla, #843D87) !important;
  background: rgba(132, 61, 135, 0.25) !important;
  border-left: 1px solid var(--Lilla, #843D87) !important;
  color: #191D24 !important;
}

.loadmore-recipe:hover{
  background: rgba(69, 92, 32, 0.25);
  color: var(--Svart, #191D24);
  transition: all .3s ease-in-out;
}

.loadmore-recipe{
  transition: all .3s ease-in-out;
}

/********** CSS moved from all block's css files 30-12-24 ************/

/* cta-block.css  */

/* box 1 css  */

.brown-box .textwrapper .alternate-block-title span {
  transition: all .3s ease-in-out;
}

.brown-box .textwrapper .alternate-block-title:hover span {
  background: linear-gradient(0deg, rgba(255,0,255,0) 0%, rgba(255,0,255,0) 21%, rgba(126, 52, 46, 1) 10%, rgba(126, 52, 46, 1) 37%, rgba(255,0,255,0) 30%);
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  transition: all .3s ease-in-out;
}

.brown-box .textwrapper a{
  transition: all .3s ease-in-out;
}

.brown-box .textwrapper a:hover{
  background: var(--sand-hover, #C3B9B5);
  transition: all .3s ease-in-out;
}

/* box 2 / 3 css  */

.grey-box .textwrapper .alternate-block-title span {
  transition: all .3s ease-in-out;
}

.grey-box .textwrapper .alternate-block-title:hover span {
  background: linear-gradient(0deg, rgba(255,0,255,0) 0%, rgba(255,0,255,0) 21%, rgba(254, 244, 175, 1) 10%, rgba(254, 244, 175, 1) 37%, rgba(255,0,255,0) 30%);
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  transition: all .3s ease-in-out;
}

.grey-box .textwrapper a{
  transition: all .3s ease-in-out;
}

.grey-box .textwrapper a:hover{
  background: var(--sand-hover, #602824);
  transition: all .3s ease-in-out;
}

.Feature-block-wrapper .Feature-lefttext ul li::before{
  content: url('https://1179781-www.web.tornado-node.net/wp-content/themes/a2n-base/build/assets/icons/arrow-right.svg');
  margin-right: 0.6875rem;
  margin-top: 0px;
  position: initial;
  left: 0;
  top: 0.2rem;
}

/* image-with-content-page-block.css */

/* post-detail-header-block.css */

/* top-banner-block.css */

.page-post-banner h1{
  font-weight: 700;
}

@media screen and (max-width:767.5px){
  .page-post-banner h1{
    font-weight: 800;
  }
}

/* kilder-block.css */

.editor-styles-wrapper .content ul li {
  list-style: none;
}

.faqList ol li a{
  color: var(--Lilla, #843D87);
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem;
  text-decoration: underline;
}

/* newsletter-section.css */

.visually-hidden{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

p#email-error {
  font-size: 1.125rem;
}

@media screen and (max-width: 767.5px) {
  p#email-error {
    position: absolute;
    width: 100%;
    bottom: -50px !important;
    font-size: 1rem !important;
  }
}

/* normal-page-header-block.css */

h1.banner_heading {
  font-weight: 700 !important;
}

@media screen and (max-width:767.5px){
  h1.banner_heading {
    font-weight: 800 !important;
  }
}

/* number-text-block.css */

.editor-styles-wrapper .content ul li {
  list-style: none;
}

@media screen and (min-width:768px){
  .content-colorlisting-section .number-heading{
    margin: 0.94rem 0;
  }
}

/* page-content-block.css */

.content ul li {
  padding-left: 1.25rem !important;
}

.wp-caption {
  max-width: 750px;
}

@media screen and (max-width:767.5px){
  .wp-caption {
    max-width: 100%;
  }
}

/* blockquote-section.css */

.editor-styles-wrapper .content ul li {
  list-style: none;
}

/* recipe-listing-section.css */

.case-article-img img{
  max-width: 363px;
}

/* relatedarticlesection.css */

.editor-styles-wrapper .se-all-link.mobile{
  display: none;
}

.homebloglist-article-wrapper .home-blog-article {
  opacity: 0;
  transition: opacity cubic-bezier(.47,0,.745,.715);
  /* margin-left: 0rem !important;*/
  margin-top: 1.25rem;
}

/* social-share-and-print-section.css */

.specification-wrapper P{
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.content-section p{
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767.5px) {
  .specification-wrapper P{
    font-size: 18px;
    line-height: 26px;
  }

  .content-section p{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 15px;
  }
}

@media print{
  @page{
    size: auto;;margin: 4mm;
  }

  .news-article-wrapper, footer{
    display: none;
  }
}

/* text-and-image-block-with-different-setting.css */

.leftright-imgtext-wrapper .Gull{
  background-color: #FFFBED;
}

.leftright-imgtext-wrapper .Gull .imgtext-heading{
  color: #455C20;
}

.leftright-imgtext-wrapper .Gull .imgtext-shorttext{
  color: #191D24;
}

.leftright-imgtext-wrapper .Gull .btntirnary{
  background-color: #455C20;
}

.leftright-imgtext-wrapper .Lilla{
  background-color:#FBF8FF;
}

.leftright-imgtext-wrapper .Lilla .imgtext-heading{
  color: #843D87;
}

.leftright-imgtext-wrapper .Lilla .btntirnary{
  background-color: #843D87;
}

@media screen and (max-width: 767.5px) {
  .leftright-imgtext-wrapper .Gull .imgtext-shorttext{
    color: #455C20;
  }

  .leftright-imgtext-wrapper .Lilla .imgtext-shorttext{
    color: #843D87;
  }

  .leftright-imgtext-wrapper .Lilla{
    background-color:#FFFBED;
  }

  #shoppinglistform .imgHeadingbox{
    width: 100% !important;
  }
}

body .swiper-slide a:focus-visible {
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
  display: block;
}

.desktop-form .expandedINput .desksearch-submit{
  display:none;
}

.recipe-ingredients ul li span.notes {
  opacity: .7;
}

/* cyrillic */

@font-face {
  font-family: 'Playfair Display';

  font-style: italic;

  font-weight: 400 900;

  font-display: swap;

  src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format('woff2');

  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */

@font-face {
  font-family: 'Playfair Display';

  font-style: italic;

  font-weight: 400 900;

  font-display: swap;

  src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format('woff2');

  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: 'Playfair Display';

  font-style: italic;

  font-weight: 400 900;

  font-display: swap;

  src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format('woff2');

  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: 'Playfair Display';

  font-style: italic;

  font-weight: 400 900;

  font-display: swap;

  src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format('woff2');

  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic */

@font-face {
  font-family: 'Playfair Display';

  font-style: normal;

  font-weight: 400 900;

  font-display: swap;

  src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format('woff2');

  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */

@font-face {
  font-family: 'Playfair Display';

  font-style: normal;

  font-weight: 400 900;

  font-display: swap;

  src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format('woff2');

  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: 'Playfair Display';

  font-style: normal;

  font-weight: 400 900;

  font-display: swap;

  src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format('woff2');

  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: 'Playfair Display';

  font-style: normal;

  font-weight: 400 900;

  font-display: swap;

  src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format('woff2');

  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* registration page new css **/

.site-content{
  overflow-x:hidden;
}

#login-message.notice.notice-info.message{
  background: #E9E0F7;
  padding: 5px 0px;
  position: relative;
}

#login-message.notice.notice-info.message:after{
  background-color: #E9E0F7;
  padding: 5px 0px;
  position: absolute;
  content:"";
  width:1000%;
  height:100%;
  top:0;
  left:-500%;
  z-index:-1;
}

#login-message.notice.notice-info.message *:first-child{
  margin-bottom:0px
}

.nav-previous a, .nav-next a{
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
  text-decoration: underline;
  font-family: Montserrat;
}

.nav-previous a:hover, .nav-next a:hover{
  color: #843D87;
}

/* page-collection.php css start */

form.hide-submit input[type="submit"] {
  display: none;
}

/* ======================================== 
       shopping list  
 ================================== */

.shopping-list-section {
  padding: 75px 0px 100px;
}

.shopping-list-section .shopping-list-wrapper{
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.shopping-list-section .shopping-list-wrapper .shoppinglist-header {
  margin-bottom: 2.5rem;
}

.shopping-list-section .shopping-list-wrapper .shoppinglist-header .small-heading {
  color: #000;
  font-family: "Playfair Display";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  display: block;
}

.shopping-list-section .shopping-list-wrapper .shoppinglist-header .headingIconbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shopping-list-section .shopping-list-wrapper .shoppinglist-header .headingIconbox .headingBig {
  color: var(--Svart, #191D24);
  font-family: "Playfair Display";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3rem;
}

.shopping-list-section .shopping-list-wrapper .listheading {
  color: var(--Svart, #191D24);
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem;
  padding-left: 0.94rem;
  margin-bottom: 0.94rem;
  padding-bottom: 8px;
  border-bottom: 1px solid #C2C2C2;
}

.shoppinglistitem{
  list-style: none;
  padding: 0rem;
  margin: 0rem;
}

.shoppinglistlabel input.listInp{
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 2px;
  border: 1px solid #191D24;
  margin-right: 0.9375rem;
  margin-left: 0.94rem;
}

.shoppinglistlabel input.listInp[type='checkbox']:checked{
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="14" viewBox="0 0 18 14" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M17.5194 0.513898C17.6717 0.676385 17.7926 0.869413 17.8751 1.08193C17.9575 1.29444 18 1.52226 18 1.75234C18 1.98243 17.9575 2.21025 17.8751 2.42276C17.7926 2.63528 17.6717 2.8283 17.5194 2.99079L7.70393 13.4861C7.55197 13.649 7.37144 13.7782 7.1727 13.8664C6.97395 13.9546 6.76089 14 6.54571 14C6.33053 14 6.11746 13.9546 5.91872 13.8664C5.71997 13.7782 5.53944 13.649 5.38748 13.4861L0.479753 8.23845C0.327652 8.07581 0.207 7.88274 0.124684 7.67024C0.0423676 7.45775 1.60264e-09 7.23 0 7C-1.60263e-09 6.77 0.0423676 6.54225 0.124684 6.32976C0.207 6.11726 0.327652 5.92419 0.479753 5.76155C0.631853 5.59892 0.812422 5.46991 1.01115 5.38189C1.20988 5.29387 1.42287 5.24857 1.63798 5.24857C1.85308 5.24857 2.06608 5.29387 2.2648 5.38189C2.46353 5.46991 2.6441 5.59892 2.7962 5.76155L6.54571 9.77426L15.2029 0.513898C15.3549 0.350999 15.5354 0.221756 15.7342 0.133573C15.9329 0.04539 16.146 0 16.3612 0C16.5763 0 16.7894 0.04539 16.9882 0.133573C17.1869 0.221756 17.3674 0.350999 17.5194 0.513898Z" fill="white"/></svg>');
  opacity: 1;
  -webkit-appearance: unset;
  -moz-appearance: unset;
  appearance: unset;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px 12px;
  outline: none !important;
  border-radius: 2px;
  border: 1px solid var(--Grn, #455C20);
  background-color: var(--Grn, #455C20);
}

.shoppinglistlabel{
  color: var(--Svart, #191D24);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  display: flex;
  width: 60%;
  max-width: 450px;
  cursor: pointer;
}

.shoppinglistlabel:has(input.listInp[type='checkbox']:checked){
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

.listings{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.shoppinglistitem .quantitybox{
  display: inline-block;
  width: 45%;
  max-width: 298px;
  color: var(--Svart, #191D24);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.shoppinglistcollection{
  margin-top: 50px;
}

.shopping-list-section .shopping-list-wrapper .shoppinglistcollection .listheading {
  color: var(--Svart, #191D24);
  font-family: "Playfair Display";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem;
  padding-left: 0.94rem;
  margin-bottom: 0.94rem;
  padding-bottom: 8px;
  border-bottom: 1px solid #C2C2C2;
}

.selected-shopping-lists{
  margin-top: 25px;
}

.shopping-list-section .shopping-list-wrapper .selected-shopping-lists .listheading {
  color: var(--Svart, #191D24);
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem;
  padding-left: 0.94rem;
  margin-bottom: 0rem;
  border: none;
}

.shopping-list-section .shopping-list-wrapper .selected-shopping-lists .imgheadinglink{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4%;
}

.shopping-list-section .shopping-list-wrapper .selected-shopping-lists .itemTextbox{
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
}

.shopping-list-section .shopping-list-wrapper .selected-shopping-lists .itemSelected{
  color: var(--Svart, #191D24);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  max-width: 425px;
  width: 72%;
}

.shopping-list-section .shopping-list-wrapper .selected-shopping-lists .imgheadinglink .personQuantity{
  display: inline-block;
  color: var(--Svart, #191D24);
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
  max-width: 205px;
  width: 33.33%;
}

.shopping-list-section .shopping-list-wrapper .selected-shopping-lists .recipeImg{
  width: 39px;
  height: 43px;
}

.shopping-list-section .shopping-list-wrapper .selected-shopping-lists .shoppingList{
  border-radius: 4px;
  border: 1px solid var(--Lys-gr, #C2C2C2);
  background: var(--Hvit, #FFF);
  padding: 6px 6px 6px 15px;
}

@media screen and (min-width:768px) and (max-width:1023.5px){
  .shopping-list-section{
    padding: 40px 25px 70px;
  }
}

@media screen and (max-width:767.5px){
  .shopping-list-section{
    padding: 25px 18px 50px;
  }

  .shopping-list-section .shopping-list-wrapper .shoppinglist-header .headingIconbox{
    display: block;
  }

  .shopping-list-section .kartIcon{
    display: flex;
    justify-content: center;
    margin-top: 30px;
    width: 100%;
  }

  .shoppinglistitem .quantitybox{
    width: 21%;
  }

  .shopping-list-section .shopping-list-wrapper .selected-shopping-lists .shoppingList {
    border-radius: 4px;
    border: 1px solid var(--Lilla, #843D87);
    background: var(--Lilla-3, #FBF8FF);
    padding: 1.25rem 0.9375rem;
  }

  .shopping-list-section .shopping-list-wrapper .shoppinglist-header{
    margin-bottom: 30px;
  }

  .shopping-list-section .shopping-list-wrapper .listheading{
    padding-bottom: 0.625rem;
  }

  .shopping-list-section .shopping-list-wrapper .listheading{
    padding-left: 0px;
    font-size: 1rem;
    line-height: normal;
  }

  .shopping-list-section .shopping-list-wrapper .shoppinglistlabel{
    padding-left: 0px;
    font-size: 1rem;
    line-height: normal;
  }

  .shoppinglistlabel input.listInp{
    margin-left: 0px;
  }

  .shoppinglistitem .quantitybox{
    font-size: 1rem;
    line-height: normal;
  }

  .shopping-list-section .shopping-list-wrapper .shoppinglistlabel span{
    display: block;
    place-self: center;
  }

  .shoppinglistcollection {
    margin-top: 40px;
  }

  .shopping-list-section .shopping-list-wrapper .shoppinglistcollection .listheading{
    padding-left: 0px;
    font-size: 1.25rem;
    line-height: 3rem;
    padding-bottom: 0px;
  }

  .shopping-list-section .shopping-list-wrapper .selected-shopping-lists .listheading{
    padding-left: 0px;
  }

  .shopping-list-section .shopping-list-wrapper .selected-shopping-lists .itemTextbox{
    flex-wrap: wrap;
  }

  .shopping-list-section .shopping-list-wrapper .selected-shopping-lists .imgheadinglink .personQuantity{
    width: 100%;
  }

  .shopping-list-section .shopping-list-wrapper .selected-shopping-lists .itemSelected{
    width: 75%;
    max-width: 75%;
  }

  .shopping-list-section .shopping-list-wrapper .selected-shopping-lists .recipeImg{
    width: 3rem;
    height: 3.3125rem;
  }

  .shopping-list-section .shopping-list-wrapper .selected-shopping-lists .imgheadinglink .personQuantity{
    font-size: 1rem;
    line-height: normal;
    margin-bottom: 0.56rem;
  }
}

.selectRecipeItem{
  display: flex;
  justify-content: start;
  align-items: center;
  width: 20%;
}

.selectRecipeItem input{
  border-radius: 0.125rem;
  border: 1px solid var(--Svart, #191D24);
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 2px;
  border: 1px solid #191D24;
  margin-right: 0.625rem;
  margin-left: 0rem;
}

.imgHeadingbox{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 60%;
}

.numberOfItems{
  display: flex;
  justify-content: start;
  align-items: center;
  width: 24%;
}

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

.numberOfItems input{
  border: 2px solid var(--Lilla, #843D87);
  background: var(--Hvit, #FFF);
  width: 35px;
  height: 35px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 5px;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0rem 0.625rem;
  color: var(--Lilla, #843D87);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.numberOfItems input:focus{
  outline: none;
}

.selectRecipeItem input[type='checkbox']:checked {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="14" viewBox="0 0 18 14" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M17.5194 0.513898C17.6717 0.676385 17.7926 0.869413 17.8751 1.08193C17.9575 1.29444 18 1.52226 18 1.75234C18 1.98243 17.9575 2.21025 17.8751 2.42276C17.7926 2.63528 17.6717 2.8283 17.5194 2.99079L7.70393 13.4861C7.55197 13.649 7.37144 13.7782 7.1727 13.8664C6.97395 13.9546 6.76089 14 6.54571 14C6.33053 14 6.11746 13.9546 5.91872 13.8664C5.71997 13.7782 5.53944 13.649 5.38748 13.4861L0.479753 8.23845C0.327652 8.07581 0.207 7.88274 0.124684 7.67024C0.0423676 7.45775 1.60264e-09 7.23 0 7C-1.60263e-09 6.77 0.0423676 6.54225 0.124684 6.32976C0.207 6.11726 0.327652 5.92419 0.479753 5.76155C0.631853 5.59892 0.812422 5.46991 1.01115 5.38189C1.20988 5.29387 1.42287 5.24857 1.63798 5.24857C1.85308 5.24857 2.06608 5.29387 2.2648 5.38189C2.46353 5.46991 2.6441 5.59892 2.7962 5.76155L6.54571 9.77426L15.2029 0.513898C15.3549 0.350999 15.5354 0.221756 15.7342 0.133573C15.9329 0.04539 16.146 0 16.3612 0C16.5763 0 16.7894 0.04539 16.9882 0.133573C17.1869 0.221756 17.3674 0.350999 17.5194 0.513898Z" fill="white"/></svg>');
  opacity: 1;
  -webkit-appearance: unset;
  -moz-appearance: unset;
  appearance: unset;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px 12px;
  outline: none !important;
  border-radius: 2px;
  border: 1px solid var(--Grn, #455C20);
  background-color: var(--Grn, #455C20);
}

.selectRecipeItem label, .numberOfItems label{
  color: var(--Svart, #191D24);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.delete-btn{
  width: 2.1875rem;
  height: 2.1875rem;
}

@media screen and (max-width:767.5px){
  .shopping-list-section .shopping-list-wrapper .selected-shopping-lists .imgheadinglink{
    flex-wrap: wrap;
  }

  .shopping-list-section .shopping-list-wrapper .selected-shopping-lists .itemTextbox{
    order: 1;
    row-gap: 0.625rem;
    width: 100%;
  }

  .delete-btn{
    order: 2;
    width: 15%;
    margin-left: auto;
  }

  .delete-btn svg{
    margin-left: auto;
  }

  .shopping-list-section .shopping-list-wrapper .selected-shopping-lists .recipeImg{
    order: 3;
  }

  .numberOfItems{
    order: 4;
    width: 80%;
  }

  .imgHeadingbox{
    order: 3;
    width: 100%;
  }

  .selectRecipeItem{
    order: 1;
    width: 75%;
  }
}

.shopping-list-section .shopping-list-wrapper .selected-shopping-lists .imgheadinglink{
  width: 100%;
}

.shopping-list-section .shopping-list-wrapper .selected-shopping-lists .imgHeadingbox .imgheadinglink{
  width: 100%;
}

.shopping-list-section .shopping-list-wrapper .shoppinglistlabel span{
  width: calc(100% - 41px);
}

.headingIconbox label{
  cursor: pointer;
}

/* Page-collection.php css end */

/* recipe-listing.php css Start */

@media screen and (max-width:1023.5px){
  .recipe-filter-category .mobileFilter{
    width: calc(100% - 41px);
    left: auto;
    right: 0px;
  }

  .recipe-filter-category .mobileFilter>div{
    margin-left: auto;
    width: 100%;
  }
}

/* recipe-listing.php css end */

/* archive.php css start */

.archive .newslisting-section{
  padding-top: 75px;
}

.archive.tax-wprm_primary_category .newslisting-section, .archive.tax-wprm_sub_category .newslisting-section, 
.archive.tax-wprm_hytid_fest .newslisting-section{
  padding-top: 0px;
}

.tax-wprm_primary_category .innerpage-banner-section, .tax-wprm_hytid_fest .innerpage-banner-section,
.tax-wprm_sub_category .innerpage-banner-section{
  background-color: #FFFBED;
}

.tax-wprm_primary_category .innerpage-banner-section .heading-innerpage,
.tax-wprm_hytid_fest .innerpage-banner-section .heading-innerpage,
.tax-wprm_sub_category .innerpage-banner-section .heading-innerpage{
  color: #455C20;
}

.tax-wprm_primary_category .newsListarticle, .tax-wprm_hytid_fest .newsListarticle, .tax-wprm_sub_category .newsListarticle {
  background-color: #FFFBED;
}

.tax-wprm_primary_category .newsarticle-img, .tax-wprm_hytid_fest .newsarticle-img, .tax-wprm_sub_category .newsarticle-img{
  margin-bottom: 0 !important;
}

.tax-wprm_primary_category .newsarticle-description, .tax-wprm_hytid_fest .newsarticle-description, .tax-wprm_sub_category .newsarticle-description{
  padding: 20px 30px 25px 30px;
}

.tax-wprm_primary_category .newsarticle-description .news-small-text, .tax-wprm_hytid_fest .newsarticle-description .news-small-text, .tax-wprm_sub_category .newsarticle-description .news-small-text{
  color: #455C20;
}

.tax-wprm_primary_category .newsarticle-description .newspublish-date, .tax-wprm_hytid_fest .newsarticle-description .newspublish-date, .tax-wprm_sub_category .newsarticle-description .newspublish-date{
  display: none;
}

.backtopage:focus-visible{
  outline: 4px solid #843D87 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
  box-shadow: none;
}

.newsListarticle:hover .newsarticle-img img{
  transform: scale(110%);
  transition: all .3s ease-in-out;
}

.newsListarticle:hover .newslistingHeading{
  color: #364223;
  transition: all .3s ease-in-out;
}

@media screen and (min-width:1024px) {
  .tax-wprm_primary_category .newsarticle-description, .tax-wprm_hytid_fest .newsarticle-description, .tax-wprm_sub_category .newsarticle-description{
    height:213px;
  }
}

@media screen and (max-width:767.9px) {
  .tax-wprm_primary_category .newsarticle-description, .tax-wprm_hytid_fest .newsarticle-description, .tax-wprm_sub_category .newsarticle-description{
    padding: 15px 10px;
  }

  .archive .newslisting-section{
    padding-top: 30px;
  }

  .archive.tax-wprm_primary_category .newslisting-section, .archive.tax-wprm_hytid_fest .newslisting-section, .archive.tax-wprm_sub_category .newslisting-section{
    padding-top: 0px;
  }
}

/* archive.php css end */

/* comment.php css start */

.nav-previous a, .nav-next a{
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
  text-decoration: underline;
}

.nav-previous a:hover, .nav-next a:hover{
  color: #843D87;
}

/* comment.php css end */

@media (min-width: 576px) {
  .sm\:mb-15px {
    margin-bottom: 0.9375rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:h-72 {
    height: 18rem;
  }

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

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

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

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

  .sm\:gap-30px {
    gap: 1.875rem;
  }

  .sm\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sm\:gap-y-30px {
    row-gap: 1.875rem;
  }

  .sm\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

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

  .sm\:p-10 {
    padding: 2.5rem;
  }

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

  .sm\:px-18px {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

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

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

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

  .md\:relative {
    position: relative;
  }

  .md\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:order-none {
    order: 0;
  }

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

  .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:my-35px {
    margin-top: 2.188rem;
    margin-bottom: 2.188rem;
  }

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

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

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mt-15px {
    margin-top: 0.9375rem;
  }

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

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:mr-2\.5 {
    margin-right: 0.625rem;
  }

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

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

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

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

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

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

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

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

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-96 {
    height: 24rem;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-56 {
    width: 14rem;
  }

  .md\:w-auto {
    width: auto;
  }

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

  .md\:w-2\/3 {
    width: 66.666667%;
  }

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

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-42\% {
    width: 42%;
  }

  .md\:w-45\% {
    width: 45%;
  }

  .md\:w-55\% {
    width: 55%;
  }

  .md\:w-38\% {
    width: 38%;
  }

  .md\:w-56\% {
    width: 56%;
  }

  .md\:w-70\% {
    width: 70%;
  }

  .md\:w-49\% {
    width: 49%;
  }

  .md\:w-23\% {
    width: 23%;
  }

  .md\:w-77\% {
    width: 77%;
  }

  .md\:w-53\% {
    width: 53%;
  }

  .md\:max-w-500px {
    max-width: 31.25rem;
  }

  .md\:max-w-363px {
    max-width: 22.6875rem;
  }

  .md\:max-w-301px {
    max-width: 18.8125rem;
  }

  .md\:max-w-180px {
    max-width: 11.25rem;
  }

  .md\:max-w-320px {
    max-width: 20rem;
  }

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

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

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

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

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

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

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

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

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

  .md\:gap-15px {
    gap: 0.9375rem;
  }

  .md\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .md\:space-y-50px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.125rem * var(--tw-space-y-reverse));
  }

  .md\:rounded-none {
    border-radius: 0px;
  }

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

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

  .md\:px-25px {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .md\:px-18px {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

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

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

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

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

  .md\:py-25px {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .md\:py-35px {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }

  .md\:py-50px {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .md\:py-5px {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }

  .md\:py-33px {
    padding-top: 2.0625rem;
    padding-bottom: 2.0625rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

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

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

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

  .md\:pt-35px {
    padding-top: 2.1875rem;
  }

  .md\:pt-11px {
    padding-top: 0.6875rem;
  }

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

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

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

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

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

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

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

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

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

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

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

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

  .md\:leading-normal {
    line-height: normal;
  }

  .md\:leading-26px {
    line-height: 1.625rem;
  }

  .md\:leading-34px {
    line-height: 2.125rem;
  }

  .md\:text-\#191D24 {
    --tw-text-opacity: 1;
    color: rgba(25, 29, 36, var(--tw-text-opacity));
  }
}

@media (min-width: 1024px) {
  .lg\:mx-25px {
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

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

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

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

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

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

  .lg\:mb-50px {
    margin-bottom: 3.125rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-auto {
    width: auto;
  }

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

  .lg\:w-41\% {
    width: 41%;
  }

  .lg\:w-59\% {
    width: 59%;
  }

  .lg\:w-55\% {
    width: 55%;
  }

  .lg\:w-38\% {
    width: 38%;
  }

  .lg\:w-65\% {
    width: 65%;
  }

  .lg\:w-32\% {
    width: 32%;
  }

  .lg\:w-66\% {
    width: 66%;
  }

  .lg\:w-68\% {
    width: 68%;
  }

  .lg\:w-30\.64\% {
    width: 30.64%;
  }

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

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

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

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

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

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

  .lg\:gap-0 {
    gap: 0px;
  }

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

  .lg\:gap-50px {
    gap: 3.125rem;
  }

  .lg\:gap-x-15px {
    -moz-column-gap: 0.9375rem;
         column-gap: 0.9375rem;
  }

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

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-25px {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .lg\:px-35px {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }

  .lg\:px-30px {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

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

  .lg\:py-25px {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .lg\:py-15px {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .lg\:py-50px {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .lg\:py-18px {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .lg\:py-150px {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }

  .lg\:pt-25px {
    padding-top: 1.5625rem;
  }

  .lg\:pt-30px {
    padding-top: 1.875rem;
  }

  .lg\:pt-50px {
    padding-top: 3.125rem;
  }

  .lg\:pr-50px {
    padding-right: 3.125rem;
  }

  .lg\:pb-30px {
    padding-bottom: 1.875rem;
  }

  .lg\:pb-120px {
    padding-bottom: 7.5rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pl-35px {
    padding-left: 2.1875rem;
  }

  .lg\:pl-33px {
    padding-left: 2.0625rem;
  }

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

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

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

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

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:leading-26px {
    line-height: 1.625rem;
  }

  .lg\:leading-42px {
    line-height: 2.625rem;
  }
}

@media (min-width: 1280px) {
  .xl\:top-30px {
    top: 1.875rem;
  }

  .xl\:right-30px {
    right: 1.875rem;
  }

  .xl\:bottom-30px {
    bottom: 1.875rem;
  }

  .xl\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:my-100px {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .xl\:my-50px {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

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

  .xl\:mt-9 {
    margin-top: 2.25rem;
  }

  .xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .xl\:mt-14 {
    margin-top: 3.5rem;
  }

  .xl\:mt-100px {
    margin-top: 6.25rem;
  }

  .xl\:mt-25px {
    margin-top: 1.5625rem;
  }

  .xl\:mt-60px {
    margin-top: 3.75rem;
  }

  .xl\:mt-30px {
    margin-top: 1.875rem;
  }

  .xl\:mt-50px {
    margin-top: 3.125rem;
  }

  .xl\:mr-25px {
    margin-right: 1.5625rem;
  }

  .xl\:mr-30px {
    margin-right: 1.875rem;
  }

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

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

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

  .xl\:mb-9 {
    margin-bottom: 2.25rem;
  }

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

  .xl\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .xl\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .xl\:mb-100px {
    margin-bottom: 6.25rem;
  }

  .xl\:mb-25px {
    margin-bottom: 1.5625rem;
  }

  .xl\:mb-60px {
    margin-bottom: 3.75rem;
  }

  .xl\:mb-15px {
    margin-bottom: 0.9375rem;
  }

  .xl\:mb-30px {
    margin-bottom: 1.875rem;
  }

  .xl\:mb-50px {
    margin-bottom: 3.125rem;
  }

  .xl\:mb-52px {
    margin-bottom: 3.25rem;
  }

  .xl\:mb-65px {
    margin-bottom: 4.0625rem;
  }

  .xl\:ml-5 {
    margin-left: 1.25rem;
  }

  .xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .xl\:h-14 {
    height: 3.5rem;
  }

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

  .xl\:h-56px {
    height: 3.5rem;
  }

  .xl\:h-102px {
    height: 6.375rem;
  }

  .xl\:h-55px {
    height: 3.4375rem;
  }

  .xl\:w-14 {
    width: 3.5rem;
  }

  .xl\:w-32 {
    width: 8rem;
  }

  .xl\:w-auto {
    width: auto;
  }

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

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-69\% {
    width: 69%;
  }

  .xl\:w-32\% {
    width: 32%;
  }

  .xl\:w-23\% {
    width: 23%;
  }

  .xl\:w-75\% {
    width: 75%;
  }

  .xl\:w-69\.42\% {
    width: 69.42%;
  }

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

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

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

  .xl\:gap-20 {
    gap: 5rem;
  }

  .xl\:gap-25px {
    gap: 1.5625rem;
  }

  .xl\:gap-15px {
    gap: 0.9375rem;
  }

  .xl\:gap-30px {
    gap: 1.875rem;
  }

  .xl\:gap-50px {
    gap: 3.125rem;
  }

  .xl\:gap-45px {
    gap: 2.8125rem;
  }

  .xl\:gap-x-15px {
    -moz-column-gap: 0.9375rem;
         column-gap: 0.9375rem;
  }

  .xl\:gap-x-45px {
    -moz-column-gap: 2.8125rem;
         column-gap: 2.8125rem;
  }

  .xl\:gap-x-49px {
    -moz-column-gap: 3.0625rem;
         column-gap: 3.0625rem;
  }

  .xl\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .xl\:gap-y-30px {
    row-gap: 1.875rem;
  }

  .xl\:gap-y-50px {
    row-gap: 3.125rem;
  }

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

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

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

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

  .xl\:space-y-75px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4.6875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.6875rem * var(--tw-space-y-reverse));
  }

  .xl\:p-50px {
    padding: 3.125rem;
  }

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

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

  .xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xl\:px-25px {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .xl\:px-30px {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .xl\:px-50px {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .xl\:px-151px {
    padding-left: 9.4375rem;
    padding-right: 9.4375rem;
  }

  .xl\:px-140\.5px {
    padding-left: 8.78125rem;
    padding-right: 8.78125rem;
  }

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

  .xl\:py-100px {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .xl\:py-25px {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .xl\:py-15px {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .xl\:py-50px {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .xl\:py-75px {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }

  .xl\:py-5px {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }

  .xl\:py-150px {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }

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

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

  .xl\:pt-100px {
    padding-top: 6.25rem;
  }

  .xl\:pt-60px {
    padding-top: 3.75rem;
  }

  .xl\:pt-75px {
    padding-top: 4.6875rem;
  }

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

  .xl\:pr-7 {
    padding-right: 1.75rem;
  }

  .xl\:pr-16 {
    padding-right: 4rem;
  }

  .xl\:pr-50px {
    padding-right: 3.125rem;
  }

  .xl\:pb-100px {
    padding-bottom: 6.25rem;
  }

  .xl\:pb-25px {
    padding-bottom: 1.5625rem;
  }

  .xl\:pb-35px {
    padding-bottom: 2.1875rem;
  }

  .xl\:pb-50px {
    padding-bottom: 3.125rem;
  }

  .xl\:pb-120px {
    padding-bottom: 7.5rem;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:pl-100px {
    padding-left: 6.25rem;
  }

  .xl\:pl-23px {
    padding-left: 1.4375rem;
  }

  .xl\:pl-94px {
    padding-left: 5.875rem;
  }

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

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

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

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

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

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

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:text-80px {
    font-size: 5rem;
  }

  .xl\:text-35px {
    font-size: 2.1875rem;
  }

  .xl\:text-56px {
    font-size: 3.5rem;
  }

  .xl\:text-48px {
    font-size: 3rem;
  }

  .xl\:leading-7 {
    line-height: 1.75rem;
  }

  .xl\:leading-10 {
    line-height: 2.5rem;
  }

  .xl\:leading-normal {
    line-height: normal;
  }

  .xl\:leading-26px {
    line-height: 1.625rem;
  }

  .xl\:leading-48px {
    line-height: 3rem;
  }

  .xl\:leading-25px {
    line-height: 1.5625rem;
  }

  .xl\:leading-34px {
    line-height: 2.125rem;
  }

  .xl\:leading-52px {
    line-height: 3.25rem;
  }

  .xl\:leading-33px {
    line-height: 2.0625rem;
  }

  .xl\:leading-42px {
    line-height: 2.625rem;
  }

  .xl\:leading-50px {
    line-height: 3.125rem;
  }

  .xl\:leading-66px {
    line-height: 4.125rem;
  }

  .xl\:leading-23px {
    line-height: 1.4375rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:ml-20 {
    margin-left: 5rem;
  }

  .\32xl\:gap-70px {
    gap: 4.375rem;
  }

  .\32xl\:gap-x-49px {
    -moz-column-gap: 3.0625rem;
         column-gap: 3.0625rem;
  }

  .\32xl\:p-60px {
    padding: 3.75rem;
  }

  .\32xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .\32xl\:px-100px {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .\32xl\:px-150px {
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }

  .\32xl\:py-100px {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .\32xl\:py-50px {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .\32xl\:pt-50px {
    padding-top: 3.125rem;
  }

  .\32xl\:pr-0 {
    padding-right: 0px;
  }

  .\32xl\:pr-100px {
    padding-right: 6.25rem;
  }

  .\32xl\:pr-50px {
    padding-right: 3.125rem;
  }

  .\32xl\:pl-100px {
    padding-left: 6.25rem;
  }
}

@media (max-width: 392.5px) {
}

@media (min-width: 1640px) {
  .\33xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .\33xl\:ml-125px {
    margin-left: 7.8125rem;
  }

  .\33xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1750px) {
  .\34xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1790px) {
}

@media (max-width: 1023.5px) {
}

@media (min-width: 768px) and (max-width: 1023.5px) {
}

@media (min-width: 1440px) and (max-width: 1535.5px) {
}