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

::backdrop{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}/*
! tailwindcss v3.4.13 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder{
    color: #6b7280;
    opacity: 1;
}

input::placeholder,textarea::placeholder{
    color: #6b7280;
    opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
    padding: 0;
}

::-webkit-date-and-time-value{
    min-height: 1.5em;
    text-align: inherit;
}

::-webkit-datetime-edit{
    display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
    padding-top: 0;
    padding-bottom: 0;
}

select{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])){
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    -webkit-print-color-adjust: unset;
            print-color-adjust: unset;
}

[type='checkbox'],[type='radio']{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #2563eb;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
}

[type='checkbox']{
    border-radius: 0px;
}

[type='radio']{
    border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked{
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

[type='checkbox']:checked{
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {

    [type='checkbox']:checked{
        -webkit-appearance: auto;
           -moz-appearance: auto;
                appearance: auto;
    }
}

[type='radio']:checked{
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {

    [type='radio']:checked{
        -webkit-appearance: auto;
           -moz-appearance: auto;
                appearance: auto;
    }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
    border-color: transparent;
    background-color: currentColor;
}

[type='checkbox']:indeterminate{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

@media (forced-colors: active) {

    [type='checkbox']:indeterminate{
        -webkit-appearance: auto;
           -moz-appearance: auto;
                appearance: auto;
    }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
    border-color: transparent;
    background-color: currentColor;
}

[type='file']{
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
}

[type='file']:focus{
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
}
    h1{
    margin-bottom: 0.5em;
    font-size: 1.875rem;
    line-height: 2.25rem;
}
    @media (min-width: 900px){

    h1{
        font-size: 3rem;
        line-height: 1;
    }
}
    h2{
    font-size: 1.5rem;
    line-height: 2rem;
}
    @media (min-width: 900px){

    h2{
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}
    h3{
    font-size: 1.5rem;
    line-height: 2rem;
}
    h4{
    font-size: 1.25rem;
    line-height: 1.75rem;
}
    body{
    font-weight: 400;
}
    h1, h2, h3, h4{
    line-height: 1.625;
}
.container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
}
@media (min-width: 420px){

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

    .container{
        max-width: 600px;
        padding-right: 18px;
        padding-left: 18px;
    }
}
@media (min-width: 900px){

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

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

    .container{
        max-width: 1201px;
    }
}
.prose{
    color: var(--tw-prose-body);
    max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-bold);
    font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
    font-weight: 400;
    color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
    color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-inline-start-width: 0.25rem;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
    content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
    content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-weight: 900;
    color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-weight: 800;
    color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-weight: 700;
    color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-weight: 700;
    color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-weight: 500;
    font-family: inherit;
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
    font-size: 0.875em;
    border-radius: 0.3125rem;
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
    content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
    content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
    font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
    font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
    content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
    content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    width: 100%;
    table-layout: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
}
.prose{
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-kbd: #111827;
    --tw-prose-kbd-shadows: 17 24 39;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: 255 255 255;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.5714286em;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
}
.prose-lg{
    font-size: 1.125rem;
    line-height: 1.7777778;
}
.prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
}
.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
}
.prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-inline-start: 1em;
}
.prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
}
.prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
}
.prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
}
.prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
}
.prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
}
.prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
}
.prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
}
.prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
}
.prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    border-radius: 0.3125rem;
    padding-top: 0.2222222em;
    padding-inline-end: 0.4444444em;
    padding-bottom: 0.2222222em;
    padding-inline-start: 0.4444444em;
}
.prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
}
.prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8666667em;
}
.prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
}
.prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-inline-end: 1.5em;
    padding-bottom: 1em;
    padding-inline-start: 1.5em;
}
.prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
}
.prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
}
.prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
}
.prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4444444em;
}
.prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4444444em;
}
.prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
}
.prose-lg :where(.prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
}
.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
}
.prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
}
.prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
}
.prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6666667em;
    padding-inline-start: 1.5555556em;
}
.prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
}
.prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
}
.prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
}
.prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
}
.prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
}
.prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
}
.prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
}
.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
}
.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
}
.prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.75em;
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
}
.prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
}
.prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
}
.prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
}
.prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
}
.prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
}
.prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
}
.prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
}
.form-input,.form-textarea,.form-select,.form-multiselect{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #2563eb;
}
.form-input::-moz-placeholder, .form-textarea::-moz-placeholder{
    color: #6b7280;
    opacity: 1;
}
.form-input::placeholder,.form-textarea::placeholder{
    color: #6b7280;
    opacity: 1;
}
.form-input::-webkit-datetime-edit-fields-wrapper{
    padding: 0;
}
.form-input::-webkit-date-and-time-value{
    min-height: 1.5em;
    text-align: inherit;
}
.form-input::-webkit-datetime-edit{
    display: inline-flex;
}
.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field{
    padding-top: 0;
    padding-bottom: 0;
}
.form-select{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
}
.form-select:where([size]:not([size="1"])){
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    -webkit-print-color-adjust: unset;
            print-color-adjust: unset;
}
.form-checkbox,.form-radio{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #2563eb;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
}
.form-radio{
    border-radius: 100%;
}
.form-checkbox:focus,.form-radio:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.form-checkbox:checked,.form-radio:checked{
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.form-radio:checked{
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {

    .form-radio:checked{
        -webkit-appearance: auto;
           -moz-appearance: auto;
                appearance: auto;
    }
}
.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus{
    border-color: transparent;
    background-color: currentColor;
}
.btn{
    position: relative;
    display: inline-flex;
    max-width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    gap: 0.625rem;
    background-size: 20px 20px;
    background-position: right 1rem center;
    background-repeat: no-repeat;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-family: "IBM Plex Sans Condensed", serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    line-height: 1.625;
    letter-spacing: 0.1em;
    text-decoration-line: none;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.btn:hover{
    background-position: right 0.75rem center;
}
.btn-lg{
    background-size: 24px 24px;
    background-position: right 1.5rem center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 3.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.btn-primary{
    border-radius: 0.25rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(51 153 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(51 153 255 / var(--tw-bg-opacity));
    background-image: url(/themes/custom/ecomark/images/icons/chevron-right-white.svg);
    padding-left: 1.5rem;
    padding-right: 2.5rem;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.btn-primary:hover{
    --tw-border-opacity: 1;
    border-color: rgb(11 37 155 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(11 37 155 / var(--tw-bg-opacity));
}
.btn-primary:disabled{
    --tw-bg-opacity: 1;
    background-color: rgb(198 199 205 / var(--tw-bg-opacity));
}
.btn-secondary{
    border-radius: 0.25rem;
    border-width: 2px;
    border-color: currentColor;
    background-color: transparent;
    background-image: none;
    padding-right: 1.5rem;
    --tw-text-opacity: 1 !important;
    color: rgb(51 153 255 / var(--tw-text-opacity)) !important;
}
.btn-secondary:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(210 228 255 / var(--tw-bg-opacity));
}
.btn-secondary:disabled{
    --tw-text-opacity: 1;
    color: rgb(198 199 205 / var(--tw-text-opacity));
}
.btn-link{
    border-width: 0px;
    background-color: transparent;
    --tw-text-opacity: 1 !important;
    color: rgb(51 153 255 / var(--tw-text-opacity)) !important;
}
.btn-link:hover{
    background-color: transparent;
    --tw-text-opacity: 1 !important;
    color: rgb(11 37 155 / var(--tw-text-opacity)) !important;
}
.btn-link:disabled{
    --tw-text-opacity: 1;
    color: rgb(198 199 205 / var(--tw-text-opacity));
}
.visible{
    visibility: visible;
}
.invisible{
    visibility: hidden;
}
.fixed{
    position: fixed;
}
.absolute{
    position: absolute;
}
.relative{
    position: relative;
}
.sticky{
    position: sticky;
}
.-right-full{
    right: -100%;
}
.-top-1{
    top: -0.25rem;
}
.bottom-0{
    bottom: 0px;
}
.left-0{
    left: 0px;
}
.left-5{
    left: 1.25rem;
}
.left-full{
    left: 100%;
}
.right-1\.5{
    right: 0.375rem;
}
.right-2{
    right: 0.5rem;
}
.right-6{
    right: 1.5rem;
}
.top-0{
    top: 0px;
}
.top-6{
    top: 1.5rem;
}
.top-8{
    top: 2rem;
}
.top-full{
    top: 100%;
}
.-z-0{
    z-index: 0;
}
.-z-10{
    z-index: -10;
}
.z-10{
    z-index: 10;
}
.z-20{
    z-index: 20;
}
.z-50{
    z-index: 50;
}
.col-span-full{
    grid-column: 1 / -1;
}
.\!m-0{
    margin: 0px !important;
}
.m-0{
    margin: 0px;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}
.my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.mb-1{
    margin-bottom: 0.25rem;
}
.mb-\[1em\]{
    margin-bottom: 1em;
}
.mt-3{
    margin-top: 0.75rem;
}
.mt-auto{
    margin-top: auto;
}
.block{
    display: block;
}
.inline-block{
    display: inline-block;
}
.inline{
    display: inline;
}
.flex{
    display: flex;
}
.\!inline-flex{
    display: inline-flex !important;
}
.inline-flex{
    display: inline-flex;
}
.table{
    display: table;
}
.grid{
    display: grid;
}
.contents{
    display: contents;
}
.hidden{
    display: none;
}
.aspect-square{
    aspect-ratio: 1 / 1;
}
.size-6{
    width: 1.5rem;
    height: 1.5rem;
}
.h-0{
    height: 0px;
}
.h-0\.5{
    height: 0.125rem;
}
.h-1{
    height: 0.25rem;
}
.h-4{
    height: 1rem;
}
.h-5{
    height: 1.25rem;
}
.h-6{
    height: 1.5rem;
}
.h-\[1\.25em\]{
    height: 1.25em;
}
.h-auto{
    height: auto;
}
.h-full{
    height: 100%;
}
.h-screen{
    height: 100vh;
}
.max-h-10{
    max-height: 2.5rem;
}
.min-h-0{
    min-height: 0px;
}
.min-h-16{
    min-height: 4rem;
}
.min-h-\[50vh\]{
    min-height: 50vh;
}
.min-h-screen{
    min-height: 100vh;
}
.w-3\/4{
    width: 75%;
}
.w-4{
    width: 1rem;
}
.w-6{
    width: 1.5rem;
}
.w-full{
    width: 100%;
}
.w-max{
    width: -moz-max-content;
    width: max-content;
}
.w-screen{
    width: 100vw;
}
.min-w-5{
    min-width: 1.25rem;
}
.max-w-8{
    max-width: 2rem;
}
.max-w-\[calc\(100vw-4rem\)\]{
    max-width: calc(100vw - 4rem);
}
.max-w-max{
    max-width: -moz-max-content;
    max-width: max-content;
}
.grow{
    flex-grow: 1;
}
.origin-center{
    transform-origin: center;
}
.transform{
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.list-none{
    list-style-type: none;
}
.list-image-none{
    list-style-image: none;
}
.columns-2{
    -moz-columns: 2;
         columns: 2;
}
.grid-flow-col{
    grid-auto-flow: column;
}
.grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-\[1fr_max-content\]{
    grid-template-columns: 1fr max-content;
}
.grid-cols-\[80px_1fr_max-content\]{
    grid-template-columns: 80px 1fr max-content;
}
.grid-cols-\[max-content_1fr\]{
    grid-template-columns: max-content 1fr;
}
.grid-cols-\[min-content_min-content_1fr_240px\]{
    grid-template-columns: min-content min-content 1fr 240px;
}
.grid-rows-\[1fr_max-content\]{
    grid-template-rows: 1fr max-content;
}
.flex-col{
    flex-direction: column;
}
.flex-wrap{
    flex-wrap: wrap;
}
.items-start{
    align-items: flex-start;
}
.items-center{
    align-items: center;
}
.items-baseline{
    align-items: baseline;
}
.justify-start{
    justify-content: flex-start;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.gap-0\.5{
    gap: 0.125rem;
}
.gap-1{
    gap: 0.25rem;
}
.gap-12{
    gap: 3rem;
}
.gap-2{
    gap: 0.5rem;
}
.gap-20{
    gap: 5rem;
}
.gap-3{
    gap: 0.75rem;
}
.gap-4{
    gap: 1rem;
}
.gap-6{
    gap: 1.5rem;
}
.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-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
}
.gap-y-3{
    row-gap: 0.75rem;
}
.gap-y-px{
    row-gap: 1px;
}
.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));
}
.divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-greylight > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(198 199 205 / var(--tw-divide-opacity));
}
.self-center{
    align-self: center;
}
.overflow-hidden{
    overflow: hidden;
}
.overflow-scroll{
    overflow: scroll;
}
.overscroll-contain{
    overscroll-behavior: contain;
}
.whitespace-nowrap{
    white-space: nowrap;
}
.rounded{
    border-radius: 0.25rem;
}
.rounded-full{
    border-radius: 9999px;
}
.border{
    border-width: 1px;
}
.border-y{
    border-top-width: 1px;
    border-bottom-width: 1px;
}
.border-b{
    border-bottom-width: 1px;
}
.border-l{
    border-left-width: 1px;
}
.border-t{
    border-top-width: 1px;
}
.border-greylight{
    --tw-border-opacity: 1;
    border-color: rgb(198 199 205 / var(--tw-border-opacity));
}
.border-greylighter{
    --tw-border-opacity: 1;
    border-color: rgb(232 233 235 / var(--tw-border-opacity));
}
.border-primary{
    --tw-border-opacity: 1;
    border-color: rgb(11 37 155 / var(--tw-border-opacity));
}
.border-b-greylight{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(198 199 205 / var(--tw-border-opacity));
}
.bg-current{
    background-color: currentColor;
}
.bg-errorlight{
    --tw-bg-opacity: 1;
    background-color: rgb(229 56 54 / var(--tw-bg-opacity));
}
.bg-greybg{
    --tw-bg-opacity: 1;
    background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.bg-greylighter{
    --tw-bg-opacity: 1;
    background-color: rgb(232 233 235 / var(--tw-bg-opacity));
}
.bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(11 37 155 / var(--tw-bg-opacity));
}
.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.\!bg-none{
    background-image: none !important;
}
.bg-\[url\(\/themes\/custom\/ecomark\/images\/footer-bg\.jpg\)\]{
    background-image: url(/themes/custom/ecomark/images/footer-bg.jpg);
}
.bg-cover{
    background-size: cover;
}
.bg-center{
    background-position: center;
}
.bg-no-repeat{
    background-repeat: no-repeat;
}
.p-0{
    padding: 0px;
}
.p-12{
    padding: 3rem;
}
.p-3{
    padding: 0.75rem;
}
.p-4{
    padding: 1rem;
}
.px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}
.px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.px-8{
    padding-left: 2rem;
    padding-right: 2rem;
}
.py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
}
.py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.pb-1{
    padding-bottom: 0.25rem;
}
.pb-12{
    padding-bottom: 3rem;
}
.pr-3{
    padding-right: 0.75rem;
}
.pr-9{
    padding-right: 2.25rem;
}
.pt-1\.5{
    padding-top: 0.375rem;
}
.pt-12{
    padding-top: 3rem;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.align-baseline{
    vertical-align: baseline;
}
.font-condensed{
    font-family: "IBM Plex Sans Condensed", serif;
}
.font-heading{
    font-family: Teko, serif;
}
.font-sans{
    font-family: "IBM Plex Sans", sans-serif;
}
.\!text-sm{
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
}
.text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.text-6xl{
    font-size: 3.75rem;
    line-height: 1;
}
.text-\[0\.75em\]{
    font-size: 0.75em;
}
.text-base{
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
}
.font-bold{
    font-weight: 700;
}
.font-medium{
    font-weight: 500;
}
.font-normal{
    font-weight: 400;
}
.font-semibold{
    font-weight: 600;
}
.\!leading-6{
    line-height: 1.5rem !important;
}
.leading-4{
    line-height: 1rem;
}
.leading-5{
    line-height: 1.25rem;
}
.leading-8{
    line-height: 2rem;
}
.leading-none{
    line-height: 1;
}
.leading-normal{
    line-height: 1.5;
}
.leading-tight{
    line-height: 1.25;
}
.text-black{
    --tw-text-opacity: 1;
    color: rgb(15 22 52 / var(--tw-text-opacity));
}
.text-grey{
    --tw-text-opacity: 1;
    color: rgb(110 114 132 / var(--tw-text-opacity));
}
.text-greylight{
    --tw-text-opacity: 1;
    color: rgb(198 199 205 / var(--tw-text-opacity));
}
.text-primary{
    --tw-text-opacity: 1;
    color: rgb(11 37 155 / var(--tw-text-opacity));
}
.text-primarylight{
    --tw-text-opacity: 1;
    color: rgb(51 153 255 / var(--tw-text-opacity));
}
.text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-0{
    opacity: 0;
}
.shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur{
    --tw-blur: blur(8px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-none{
    transition-property: none;
}
.duration-300{
    transition-duration: 300ms;
}
.szakasz-fejlec h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
}
body{
    font-family: "IBM Plex Sans", sans-serif;
}
h1, h2, h3, h4{
    font-family: Teko, serif;
    font-weight: 600;
}
.view-hero-title{
    position: relative;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.view-hero-title .media.contextual-region{
    position: static;
}
.view-hero-title h2{
    margin-left: auto;
    margin-right: auto;
    max-width: 65ch;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
}
.view-hero-title .views-row{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
}
@media (min-width: 420px){

    .view-hero-title .views-row{
        max-width: 420px;
    }
}
@media (min-width: 600px){

    .view-hero-title .views-row{
        max-width: 600px;
        padding-right: 18px;
        padding-left: 18px;
    }
}
@media (min-width: 900px){

    .view-hero-title .views-row{
        max-width: 900px;
    }
}
@media (min-width: 1200px){

    .view-hero-title .views-row{
        max-width: 1200px;
    }
}
@media (min-width: 1201px){

    .view-hero-title .views-row{
        max-width: 1201px;
    }
}
.view-hero-title .views-row > :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));
}
.view-hero-title .views-row{
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.view-hero-title img{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -10;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.logo-block-view > .view-content{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
}
.logo-block-view > .view-content > .views-row{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}
.logo-block-view > .view-content img{
    height: auto;
    max-height: 5rem;
    width: 100%;
}
.dropdown-link{
    display: block;
    justify-content: center;
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
    /* &:after {
        @apply content-[''] block bg-[url(/themes/custom/ecomark/images/icons/chevron-right-white.svg)] bg-no-repeat w-4 h-5 rotate-90 bg-contain;
    } */
}
.bg-greybg + .paragraph.bg-greybg, .bg-white + .paragraph.bg-white{
    padding-top: 0px;
}
.path-user .block-system-main-block > form{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
}
@media (min-width: 420px){

    .path-user .block-system-main-block > form{
        max-width: 420px;
    }
}
@media (min-width: 600px){

    .path-user .block-system-main-block > form{
        max-width: 600px;
        padding-right: 18px;
        padding-left: 18px;
    }
}
@media (min-width: 900px){

    .path-user .block-system-main-block > form{
        max-width: 900px;
    }
}
@media (min-width: 1200px){

    .path-user .block-system-main-block > form{
        max-width: 1200px;
    }
}
@media (min-width: 1201px){

    .path-user .block-system-main-block > form{
        max-width: 1201px;
    }
}
/* @import '_layouts.pcss'; */
.form-input, .form-select, .form-textarea{
    min-height: 3.5rem;
    border-radius: 0.25rem;
    --tw-border-opacity: 1;
    border-color: rgb(198 199 205 / var(--tw-border-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.form-select{
    padding-right: 2rem;
}
.form-input{
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
}
.form-input[name="keres"]{
    min-height: 0px;
    background-image: url(/themes/custom/ecomark/images/icons/search.svg);
    background-position: 1rem center;
    background-repeat: no-repeat;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 3rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
}
.form-radio, .form-checkbox{
    height: 1em;
    min-height: 0px;
    width: 1em;
    padding: 0px;
}
.form-radio{
    border-radius: 9999px;
}
.form-item{
    position: relative;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    font-family: "IBM Plex Sans Condensed", serif;
}
.form-item.form-type-textfield input, .form-item.form-type-email input{
    width: 100%;
}
.form-item.form-type-textfield label, .form-item.form-type-email label{
    display: flex;
    align-items: center;
    --tw-text-opacity: 1;
    color: rgb(110 114 132 / var(--tw-text-opacity));
}
.form-item.form-item-keres{
    margin: 0px;
}
#views-exposed-form-kereses-page-2{
    width: 100%;
}
.commerce-checkout-flow{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
}
@media (min-width: 420px){

    .commerce-checkout-flow{
        max-width: 420px;
    }
}
@media (min-width: 600px){

    .commerce-checkout-flow{
        max-width: 600px;
        padding-right: 18px;
        padding-left: 18px;
    }
}
@media (min-width: 900px){

    .commerce-checkout-flow{
        max-width: 900px;
    }
}
@media (min-width: 1200px){

    .commerce-checkout-flow{
        max-width: 1200px;
    }
}
@media (min-width: 1201px){

    .commerce-checkout-flow{
        max-width: 1201px;
    }
}
.commerce-checkout-flow{
    width: 100%;
}
@media (min-width: 900px){

    .checkout-left{
        padding-right: 6rem;
    }
}
.checkout-left .form-actions{
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
@media (min-width: 900px){

    .checkout-left .form-actions{
        flex-direction: row-reverse;
        justify-content: space-between;
    }
}
.checkout-left .form-actions #edit-actions-next{
    width: 100%;
}
@media (min-width: 900px){

    .checkout-left .form-actions #edit-actions-next{
        width: auto;
    }
}
.checkout-left .form-actions .link--previous{
    position: relative;
    display: inline-flex;
    max-width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    gap: 0.625rem;
    background-size: 20px 20px;
    background-position: right 1rem center;
    background-repeat: no-repeat;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-family: "IBM Plex Sans Condensed", serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    line-height: 1.625;
    letter-spacing: 0.1em;
    text-decoration-line: none;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.checkout-left .form-actions .link--previous:hover{
    background-position: right 0.75rem center;
}
.checkout-left .form-actions .link--previous{
    border-width: 0px;
    background-color: transparent;
    --tw-text-opacity: 1 !important;
    color: rgb(51 153 255 / var(--tw-text-opacity)) !important;
}
.checkout-left .form-actions .link--previous:hover{
    background-color: transparent;
    --tw-text-opacity: 1 !important;
    color: rgb(11 37 155 / var(--tw-text-opacity)) !important;
}
.checkout-left .form-actions .link--previous:disabled{
    --tw-text-opacity: 1;
    color: rgb(198 199 205 / var(--tw-text-opacity));
}
.checkout-left .form-actions .link--previous{
    padding-left: 0px;
    padding-right: 0px;
    --tw-text-opacity: 1;
    color: rgb(51 153 255 / var(--tw-text-opacity));
}
.checkout-left .form-actions .link--previous::before{
    padding-right: 0.5rem;
    --tw-content: '<';
    content: var(--tw-content);
}
.form-wrapper[data-drupal-selector*='address']{
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
}
@media (min-width: 600px){

    .form-wrapper[data-drupal-selector*='address'] > .address-container-inline{
        flex-wrap: nowrap;
    }
}
@media (min-width: 900px){

    .form-wrapper[data-drupal-selector*='address'] > .address-container-inline{
        justify-content: space-between;
    }
}
.form-wrapper[data-drupal-selector*='address'] .address-container-inline{
    display: flex;
    width: 100%;
}
.form-wrapper[data-drupal-selector*='address'] .address-container-inline > .form-item{
    margin-left: 0px;
    margin-right: 0px;
}
.field--name-field-marka{
    font-family: "IBM Plex Sans Condensed", serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(110 114 132 / var(--tw-text-opacity));
}
.splide__arrow{
    height: 2.75rem;
    width: 2.75rem;
    border-radius: 0.25rem;
    border-width: 2px;
    border-style: solid;
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(51 153 255 / var(--tw-text-opacity));
}
.splide__arrow svg{
    fill: currentColor;
}
.splide--optionset--product img{
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 1 / 1;
    max-height: 24rem;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
}
.splide--optionset--product .media--splide{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.splide__pagination{
    bottom: -2rem;
    gap: 0.75rem;
}
.splide__pagination__page{
    margin: 0px;
    height: 0.75rem;
    width: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: rgb(198 199 205 / var(--tw-bg-opacity));
    opacity: 1;
}
.splide__pagination__page.is-active{
    transform: none;
    --tw-bg-opacity: 1;
    background-color: rgb(51 153 255 / var(--tw-bg-opacity));
}
.product-header table{
    font-family: "IBM Plex Sans Condensed", serif;
    font-weight: 400;
}
.kartya h2, .kartya h3{
    line-height: 1.25;
}
.kartya .add-to-cart-message{
    position: absolute;
    top: 1rem;
    right: 1rem;
    left: 0px;
}
.kartya.vocabulary-termekkategoriak img{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
}
.kartya .field--name-field-marka{
    position: absolute;
    left: 0px;
    bottom: 0.25rem;
}
.kartya .button--add-to-cart{
    display: inline-block;
    height: 3rem;
    width: 3.5rem;
    cursor: pointer;
    overflow: hidden;
    border-radius: 0.25rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(51 153 255 / var(--tw-border-opacity));
    background-color: transparent;
    background-image: url('/themes/custom/ecomark/images/icons/add-to-cart-blue.svg');
    background-position: center;
    background-repeat: no-repeat;
    padding: 0.5rem;
    color: transparent !important;
}
.kartya .button--add-to-cart:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(51 153 255 / var(--tw-bg-opacity));
    background-image: url('/themes/custom/ecomark/images/icons/add-to-cart-white.svg');
}
.kartya .button--add-to-cart .cart-button-text{
    display: none;
}
.fac-result.kartya .button--add-to-cart .cart-button-text {
        
    }
.kartya.multi-attribute .price-text:after {
                content: '+ Áfától';
                font-family: "IBM Plex Sans Condensed", serif;
                font-size: 0.75em;
                --tw-text-opacity: 1;
                color: rgb(110 114 132 / var(--tw-text-opacity));
            }
.kartya.multi-attribute .price-text .pluszafa{
    display: none;
}
.fac-result.kartya.multi-attribute .price-text .pluszafa {
        
    }
.kartya .field--name-field-gomb a{
    position: relative;
    display: inline-flex;
    max-width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    gap: 0.625rem;
    background-size: 20px 20px;
    background-position: right 1rem center;
    background-repeat: no-repeat;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-family: "IBM Plex Sans Condensed", serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    line-height: 1.625;
    letter-spacing: 0.1em;
    text-decoration-line: none;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.kartya .field--name-field-gomb a:hover{
    background-position: right 0.75rem center;
}
.kartya .field--name-field-gomb a{
    border-radius: 0.25rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(51 153 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(51 153 255 / var(--tw-bg-opacity));
    background-image: url(/themes/custom/ecomark/images/icons/chevron-right-white.svg);
    padding-left: 1.5rem;
    padding-right: 2.5rem;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.kartya .field--name-field-gomb a:hover{
    --tw-border-opacity: 1;
    border-color: rgb(11 37 155 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(11 37 155 / var(--tw-bg-opacity));
}
.kartya .field--name-field-gomb a:disabled{
    --tw-bg-opacity: 1;
    background-color: rgb(198 199 205 / var(--tw-bg-opacity));
}
.kartya{
    height: 100%;
    border-radius: 0.125rem;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.kartya + .paragraph.bg-white{
    padding-top: 0px;
}
.kartya > a{
    padding: 1rem;
}
.commerce-product .price-text{
    font-size: 1.5rem;
    line-height: 2rem;
}
.views-field-unit-price__number{
    text-align: right !important;
}
.lpb-enable__empty-message{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
}
@media (min-width: 420px){

    .lpb-enable__empty-message{
        max-width: 420px;
    }
}
@media (min-width: 600px){

    .lpb-enable__empty-message{
        max-width: 600px;
        padding-right: 18px;
        padding-left: 18px;
    }
}
@media (min-width: 900px){

    .lpb-enable__empty-message{
        max-width: 900px;
    }
}
@media (min-width: 1200px){

    .lpb-enable__empty-message{
        max-width: 1200px;
    }
}
@media (min-width: 1201px){

    .lpb-enable__empty-message{
        max-width: 1201px;
    }
}
.lpb-enable__empty-message{
    text-align: center;
}
.lpb-enable__empty-message > p{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.lpb-enable__empty-message .lpb-enable-button{
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    max-width: -moz-max-content;
    max-width: max-content;
}
.lpb-enable{
    z-index: 10;
}
.lpb-form__actions{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    text-align: center;
}
.lpb-form__actions + .paragraph.bg-white{
    padding-top: 0px;
}
.category-grid-item img{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    padding-left: 3rem;
    padding-right: 3rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.category-grid-item img:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.category-grid-item:last-child a{
    display: block;
    padding: 1.5rem;
}
.path-checkout .layout-content{
    overflow: visible;
    background-position: right top;
    background-repeat: no-repeat;
        background-size: 44vw 100%;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAA1JREFUGFdj+P///38ACfsD/QVDRcoAAAAASUVORK5CYII=);
}
.block-commerce-checkout-progress li{
    position: relative;
}
.block-commerce-checkout-progress li.checkout-progress--step__previous:before{
    --tw-bg-opacity: 1;
    background-color: rgb(60 176 61 / var(--tw-bg-opacity));
    background-image: url(/themes/custom/ecomark/images/icons/check-white.svg);
    background-position: center;
    background-repeat: no-repeat;
                background-size: 0.75rem 0.75rem;
}
.block-commerce-checkout-progress li.checkout-progress--step:not(:first-child):after{
    position: absolute;
    left: calc(calc(50% - 0.75rem) * -1);
    top: 0.625rem;
    z-index: -10;
    display: block;
    height: 1px;
    width: 100%;
    border-top-width: 1px;
    border-style: dashed;
    --tw-border-opacity: 1;
    border-color: rgb(60 176 61 / var(--tw-border-opacity));
    --tw-content: '';
    content: var(--tw-content);
}
.block-commerce-checkout-progress li.checkout-progress--step:not(:first-child).checkout-progress--step__current:before{
    --tw-bg-opacity: 1;
    background-color: rgb(204 230 204 / var(--tw-bg-opacity));
}
.block-commerce-checkout-progress li.checkout-progress--step:not(:first-child).checkout-progress--step__next:before{
    --tw-border-opacity: 1;
    border-color: rgb(198 199 205 / var(--tw-border-opacity));
}
.block-commerce-checkout-progress li.checkout-progress--step:not(:first-child).checkout-progress--step__next:after{
    --tw-border-opacity: 1;
    border-color: rgb(198 199 205 / var(--tw-border-opacity));
}
.checkout-pane .fieldset-legend{
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    display: block;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
}
.checkout-pane-payment-information > .fieldset-wrapper{
    display: flex;
    flex-direction: column;
}
.checkout-pane-payment-information fieldset[data-drupal-selector='edit-payment-information-payment-method']{
    order: 9999;
}
.checkout-pane-review > fieldset{
    margin-top: 1.5rem;
    width: 100%;
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(51 153 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 1.5rem;
    padding-top: 4rem;
}
.checkout-pane-review > fieldset + .paragraph.bg-white{
    padding-top: 0px;
}
.checkout-pane-review .fieldset-legend{
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
    margin: 0px;
    display: block;
}
.checkout-pane-review .fieldset-legend a{
    --tw-text-opacity: 1;
    color: rgb(51 153 255 / var(--tw-text-opacity));
    text-decoration-line: underline;
}
form[data-drupal-form-fields*='edit-contact-information-email'] .checkout-left{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: min-content min-content min-content;
    align-items: flex-end;
    gap: 1.5rem;
}
form[data-drupal-form-fields*='edit-contact-information-email'] .block-commerce-checkout-progress, form[data-drupal-form-fields*='edit-contact-information-email'] .form-actions{
    grid-column: 1 / -1;
    width: 100%;
}
form[data-drupal-form-fields*='edit-contact-information-email'] fieldset[data-drupal-selector='edit-contact-information']{
    margin: 0px;
}
form[data-drupal-form-fields*='edit-contact-information-email'] input{
    max-width: 100%;
}
.checkout-review-edit-link{
    position: absolute;
    right: 0px;
}
.checkout-review-edit-link::before{
    content: var(--tw-content);
    display: none;
}
.checkout-review-edit-link::after{
    content: var(--tw-content);
    display: none;
}
.commerce-order-item-variation-cart-form-form{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: flex-end;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
}
.commerce-order-item-variation-cart-form-form .form-number{
    height: 2.5rem;
    min-height: 0px;
    width: 5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.commerce-order-item-variation-cart-form-form .button--add-to-cart{
    height: 2.5rem;
    min-height: 0px;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.commerce-order-item-variation-cart-form-form label{
    display: none;
}
.fac-result.commerce-order-item-variation-cart-form-form label {
        
    }
.product-grid, .category-grid{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
}
.product-grid .kartya.vocabulary-termekkategoriak, .category-grid .kartya.vocabulary-termekkategoriak{
    aspect-ratio: 1 / 1;
}
.product-grid > .view-content, .category-grid > .view-content{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
}
@media (min-width: 420px){

    .product-grid > .view-content, .category-grid > .view-content{
        max-width: 420px;
    }
}
@media (min-width: 600px){

    .product-grid > .view-content, .category-grid > .view-content{
        max-width: 600px;
        padding-right: 18px;
        padding-left: 18px;
    }
}
@media (min-width: 900px){

    .product-grid > .view-content, .category-grid > .view-content{
        max-width: 900px;
    }
}
@media (min-width: 1200px){

    .product-grid > .view-content, .category-grid > .view-content{
        max-width: 1200px;
    }
}
@media (min-width: 1201px){

    .product-grid > .view-content, .category-grid > .view-content{
        max-width: 1201px;
    }
}
.product-grid > .view-content, .category-grid > .view-content{
    display: grid;
    width: 100%;
    gap: 1.5rem;
}
@media (min-width: 600px){

    .product-grid > .view-content, .category-grid > .view-content{
        grid-template-columns: repeat(auto-fill,minmax(280px,1fr));
    }
}
.product-grid > .view-content > h3, .category-grid > .view-content > h3{
    grid-column: 1 / -1;
    margin-top: 1rem;
    line-height: 1.5;
}
.product-grid > .view-filters, .category-grid > .view-filters{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
}
@media (min-width: 420px){

    .product-grid > .view-filters, .category-grid > .view-filters{
        max-width: 420px;
    }
}
@media (min-width: 600px){

    .product-grid > .view-filters, .category-grid > .view-filters{
        max-width: 600px;
        padding-right: 18px;
        padding-left: 18px;
    }
}
@media (min-width: 900px){

    .product-grid > .view-filters, .category-grid > .view-filters{
        max-width: 900px;
    }
}
@media (min-width: 1200px){

    .product-grid > .view-filters, .category-grid > .view-filters{
        max-width: 1200px;
    }
}
@media (min-width: 1201px){

    .product-grid > .view-filters, .category-grid > .view-filters{
        max-width: 1201px;
    }
}
.product-grid > .view-empty, .category-grid > .view-empty{
    width: 100%;
}
.taxonomy-term.vocabulary-termekkategoriak .paragraph--type--szakasz{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.taxonomy-term.vocabulary-termekkategoriak .paragraph--type--szakasz + .paragraph.bg-white{
    padding-top: 0px;
}
.product-grid{
    margin-bottom: 5rem;
}
.product-grid .bef-exposed-form .form--inline{
    display: flex;
}
.product-grid .bef-exposed-form .form--inline > .form-item{
    margin: 0px;
}
.product-grid .bef-exposed-form .form-actions{
    display: none;
}
.fac-result.product-grid .bef-exposed-form .form-actions {
        
    }
.product-grid .bef-exposed-form .form-select{
    min-height: 3rem;
}
.field--name-field-tablazat table, .field--type-tablefield table{
    border-collapse: collapse;
    --tw-border-spacing-x: 0.25rem;
    --tw-border-spacing-y: 0.25rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.field--name-field-tablazat table + .paragraph.bg-white, .field--type-tablefield table + .paragraph.bg-white{
    padding-top: 0px;
}
.field--name-field-tablazat th, .field--name-field-tablazat td, .field--type-tablefield th, .field--type-tablefield td{
    border-top-width: 1px;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(249 249 249 / var(--tw-border-opacity));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.field--name-field-tablazat th:first-child, .field--name-field-tablazat td:first-child, .field--type-tablefield th:first-child, .field--type-tablefield td:first-child{
    border-left-width: 0px;
    padding-left: 0.75rem;
    font-family: "IBM Plex Sans Condensed", serif !important;
}
.field--name-field-tablazat th:last-child, .field--name-field-tablazat td:last-child, .field--type-tablefield th:last-child, .field--type-tablefield td:last-child{
    border-right-width: 0px;
    padding-right: 0.75rem;
}
.field--name-field-tablazat thead, .field--type-tablefield thead{
    top: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    line-height: 1.5;
}
.field--name-field-tablazat thead + .paragraph.bg-white, .field--type-tablefield thead + .paragraph.bg-white{
    padding-top: 0px;
}
@media (min-width: 900px){

    .field--name-field-tablazat thead, .field--type-tablefield thead{
        position: sticky;
    }
}
.field--name-field-tablazat thead th, .field--type-tablefield thead th{
    width: -moz-min-content;
    width: min-content;
    max-width: -moz-min-content;
    max-width: min-content;
    border-bottom-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(239 243 251 / var(--tw-bg-opacity));
    text-align: right;
    vertical-align: bottom;
    font-family: "IBM Plex Sans Condensed", serif;
}
.field--name-field-tablazat thead th:first-child, .field--type-tablefield thead th:first-child{
    text-align: left;
}
.field--name-field-tablazat thead th:empty, .field--type-tablefield thead th:empty{
    --tw-border-opacity: 1;
    border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
    border-right-color: transparent;
}
.field--name-field-tablazat tbody tr, .field--type-tablefield tbody tr{
    border-bottom-width: 1px;
    border-color: transparent;
}
.field--name-field-tablazat tbody tr:last-child, .field--type-tablefield tbody tr:last-child{
    border-bottom-width: 0px;
}
.field--name-field-tablazat tbody tr:first-child td, .field--type-tablefield tbody tr:first-child td {
                }
.field--name-field-tablazat tbody td, .field--type-tablefield tbody td{
    text-align: right;
}
.field--name-field-tablazat tbody td:first-child, .field--type-tablefield tbody td:first-child{
    text-align: left;
    font-weight: 700;
}
.tablefield-wrapper{
    overflow-x: scroll;
}
@media (min-width: 900px){

    .tablefield-wrapper{
        overflow-x: hidden;
    }
}
.region-header .views-exposed-form .fac-result{
    position: absolute;
    left: auto;
    right: 0px;
    top: 4rem;
    max-width: 28rem;
    border-radius: 0.25rem;
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.region-header .views-exposed-form .fac-result h2, .region-header .views-exposed-form .fac-result h3{
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1;
}
.region-content .cart.cart-form{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
}
@media (min-width: 420px){

    .region-content .cart.cart-form{
        max-width: 420px;
    }
}
@media (min-width: 600px){

    .region-content .cart.cart-form{
        max-width: 600px;
        padding-right: 18px;
        padding-left: 18px;
    }
}
@media (min-width: 900px){

    .region-content .cart.cart-form{
        max-width: 900px;
    }
}
@media (min-width: 1200px){

    .region-content .cart.cart-form{
        max-width: 1200px;
    }
}
@media (min-width: 1201px){

    .region-content .cart.cart-form{
        max-width: 1201px;
    }
}
@media (min-width: 900px){

    .field--name-field-adattablazat{
        width: auto;
    }
}
.field--name-field-adattablazat table tr:first-child{
    border-top-width: 0px;
}
.field--name-field-adattablazat table tr:last-child{
    border-bottom-width: 0px;
}
.field--name-field-adattablazat table th, .field--name-field-adattablazat table td {
            @applylast:pr-0  last:text-left last:text-grey last:text-sm  border-y border-t-0;
        }
/* .field--name-field-katalogus {
    
    a {
        @apply  relative hover:shadow block hover:before:bottom-3 before:transition-all overflow-hidden;
        &:before {
            @apply absolute right-3 -bottom-12 content-['']  bg-[url(/themes/custom/ecomark/images/icons/download.svg)] w-8 h-8
              z-10;
        }
    }
    img {
        @apply max-w-48 relative block;
    }
    .file {
        @apply block bg-[#D2E4FF];
    }
} */
.fac-result.hidden {
        
    }
.fac-result{
    max-width: 28rem;
    font-size: 1rem;
    line-height: 1.5rem;
}
.fac-result .price-text {
    }
.fac-result{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 1.5rem;
}
.fac-result + .paragraph.bg-white{
    padding-top: 0px;
}
.fac-result ul.result-list > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
    --tw-divide-opacity: 1;
    border-color: rgb(232 233 235 / var(--tw-divide-opacity));
}
.fac-result ul.result-list li{
    border-width: 0px;
}
.view-commerce-cart-form{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
}
@media (min-width: 420px){

    .view-commerce-cart-form{
        max-width: 420px;
    }
}
@media (min-width: 600px){

    .view-commerce-cart-form{
        max-width: 600px;
        padding-right: 18px;
        padding-left: 18px;
    }
}
@media (min-width: 900px){

    .view-commerce-cart-form{
        max-width: 900px;
    }
}
@media (min-width: 1200px){

    .view-commerce-cart-form{
        max-width: 1200px;
    }
}
@media (min-width: 1201px){

    .view-commerce-cart-form{
        max-width: 1201px;
    }
}
.view-commerce-cart-form table{
    width: 100%;
    border-radius: 0.25rem;
    padding: 1.5rem;
}
.view-commerce-cart-form table thead > tr, .view-commerce-cart-form table tbody > tr{
    position: relative;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(249 249 249 / var(--tw-border-opacity));
}
.view-commerce-cart-form table thead > tr:before, .view-commerce-cart-form table tbody > tr:before{
    position: absolute;
    left: 0px;
    z-index: -10;
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-content: '';
    content: var(--tw-content);
}
.view-commerce-cart-form table thead > tr + .paragraph.bg-white:before, .view-commerce-cart-form table tbody > tr + .paragraph.bg-white:before{
    padding-top: 0px;
}
.view-commerce-cart-form table tbody{
    font-family: Teko, serif;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
}
.view-commerce-cart-form table thead{
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(110 114 132 / var(--tw-text-opacity));
}
.view-commerce-cart-form table th, .view-commerce-cart-form table td{
    padding: 0.75rem;
    text-align: left;
    vertical-align: middle;
}
.view-commerce-cart-form table th:first-child, .view-commerce-cart-form table td:first-child{
    padding-left: 2rem;
}
.view-commerce-cart-form table th:last-child, .view-commerce-cart-form table td:last-child{
    padding-right: 2rem;
    text-align: right;
}
.view-commerce-cart-form div[data-drupal-selector="order-total-summary"]{
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 2rem;
}
.view-commerce-cart-form div[data-drupal-selector="order-total-summary"] + .paragraph.bg-white{
    padding-top: 0px;
}
.view-commerce-cart-form .form-actions{
    margin-top: 2rem;
    text-align: right;
}
.view-commerce-cart-form .form-actions input[data-drupal-selector="edit-submit"]{
    border-radius: 0.25rem;
    border-width: 2px;
    border-color: currentColor;
    background-color: transparent;
    background-image: none;
    padding-right: 1.5rem;
    --tw-text-opacity: 1 !important;
    color: rgb(51 153 255 / var(--tw-text-opacity)) !important;
}
.view-commerce-cart-form .form-actions input[data-drupal-selector="edit-submit"]:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(210 228 255 / var(--tw-bg-opacity));
}
.view-commerce-cart-form .form-actions input[data-drupal-selector="edit-submit"]:disabled{
    --tw-text-opacity: 1;
    color: rgb(198 199 205 / var(--tw-text-opacity));
}
.view-commerce-cart-form .form-actions input[data-drupal-selector="edit-submit"]{
    margin-right: 0.75rem;
}
.view-commerce-cart-form input[type="button"]{
    border-width: 0px;
    background-color: transparent;
    --tw-text-opacity: 1 !important;
    color: rgb(51 153 255 / var(--tw-text-opacity)) !important;
}
.view-commerce-cart-form input[type="button"]:hover{
    background-color: transparent;
    --tw-text-opacity: 1 !important;
    color: rgb(11 37 155 / var(--tw-text-opacity)) !important;
}
.view-commerce-cart-form input[type="button"]:disabled{
    --tw-text-opacity: 1;
    color: rgb(198 199 205 / var(--tw-text-opacity));
}
.view-commerce-cart-form{
    display: inline;
    height: 5rem;
    width: 5rem;
    -o-object-fit: contain;
       object-fit: contain;
}
.order-total-line{
    display: grid;
    grid-template-columns: 1fr 128px;
    align-items: baseline;
}
.order-total-line__total .order-total-line-value{
    font-family: Teko, serif;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
}
.brand-name{
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(110 114 132 / var(--tw-text-opacity));
}
.cart--cart-block{
    position: relative;
}
.block-commerce-cart{
    position: fixed;
    top: 1rem;
    right: 4rem;
    z-index: 50;
}
@media (min-width: 600px){

    .block-commerce-cart{
        top: 1.5rem;
        right: 7rem;
    }
}
@media (min-width: 1200px){

    .block-commerce-cart{
        position: relative;
        top: auto;
        right: auto;
    }
}
.cart-block--contents{
    position: fixed;
    left: 1rem;
    right: 1rem;
    top: 3rem;
    z-index: 20;
    width: auto;
    max-width: 28rem;
    border-radius: 0.25rem;
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
@media (min-width: 600px){

    .cart-block--contents{
        position: absolute;
        left: auto;
        right: 0px;
        width: 100vw;
    }
}
@media (min-width: 1200px){

    .cart-block--contents{
        left: -1.5rem;
        width: -moz-max-content;
        width: max-content;
    }
}
.cart-block--contents:before{
    position: absolute;
    top: -0.5rem;
    right: 2rem;
    z-index: -10;
    display: block;
    height: 1.5rem;
    width: 1.5rem;
    --tw-rotate: 45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    --tw-content: '';
    content: var(--tw-content);
}
.cart-block--contents + .paragraph.bg-white:before{
    padding-top: 0px;
}
@media (min-width: 1200px){

    .cart-block--contents:before{
        right: auto;
        left: 2rem;
    }
}
.cart-block--contents__items{
    max-height: none;
    overflow: auto;
    line-height: 1.5;
}
.cart-block--contents__inner{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 1.5rem;
}
.cart-block--contents__inner + .paragraph.bg-white{
    padding-top: 0px;
}
.cart-block--contents__links{
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
}
.cart-block--contents__links a{
    position: relative;
    display: inline-flex;
    max-width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    gap: 0.625rem;
    background-size: 20px 20px;
    background-position: right 1rem center;
    background-repeat: no-repeat;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-family: "IBM Plex Sans Condensed", serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    line-height: 1.625;
    letter-spacing: 0.1em;
    text-decoration-line: none;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.cart-block--contents__links a:hover{
    background-position: right 0.75rem center;
}
.cart-block--contents__links a{
    border-radius: 0.25rem;
    border-width: 2px;
    border-color: currentColor;
    background-color: transparent;
    background-image: none;
    padding-right: 1.5rem;
    --tw-text-opacity: 1 !important;
    color: rgb(51 153 255 / var(--tw-text-opacity)) !important;
}
.cart-block--contents__links a:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(210 228 255 / var(--tw-bg-opacity));
}
.cart-block--contents__links a:disabled{
    --tw-text-opacity: 1;
    color: rgb(198 199 205 / var(--tw-text-opacity));
}
.cart-block--contents__links a.checkout{
    border-radius: 0.25rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(51 153 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(51 153 255 / var(--tw-bg-opacity));
    background-image: url(/themes/custom/ecomark/images/icons/chevron-right-white.svg);
    padding-left: 1.5rem;
    padding-right: 2.5rem;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.cart-block--contents__links a.checkout:hover{
    --tw-border-opacity: 1;
    border-color: rgb(11 37 155 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(11 37 155 / var(--tw-bg-opacity));
}
.cart-block--contents__links a.checkout:disabled{
    --tw-bg-opacity: 1;
    background-color: rgb(198 199 205 / var(--tw-bg-opacity));
}
.cart-block--contents .views-field-quantity{
    font-weight: 400;
}
.cart-block--contents table{
    font-family: "IBM Plex Sans Condensed", serif;
    font-weight: 600;
}
.cart-block--contents td{
    padding: 0.5rem;
    vertical-align: middle;
}
.cart-block--contents td:first-child{
    padding-left: 0px;
}
.cart-block--contents td:last-child{
    padding-right: 0px;
}
.cart-block--contents tr{
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(232 233 235 / var(--tw-border-opacity));
}
.cart-block--contents tr:first-child{
    border-top-width: 1px;
}
.facets-widget-links div[data-drupal-facet-alias="meghajtas"]{
    border-radius: 0.25rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(11 37 155 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(11 37 155 / var(--tw-bg-opacity));
}
.facets-widget-links div[data-drupal-facet-alias="meghajtas"] a{
    position: relative;
    display: inline-flex;
    max-width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    gap: 0.625rem;
    background-size: 20px 20px;
    background-position: right 1rem center;
    background-repeat: no-repeat;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-family: "IBM Plex Sans Condensed", serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    line-height: 1.625;
    letter-spacing: 0.1em;
    text-decoration-line: none;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.facets-widget-links div[data-drupal-facet-alias="meghajtas"] a:hover{
    background-position: right 0.75rem center;
}
.facets-widget-links div[data-drupal-facet-alias="meghajtas"] a{
    border-width: 0px;
    background-color: transparent;
    --tw-text-opacity: 1 !important;
    color: rgb(51 153 255 / var(--tw-text-opacity)) !important;
}
.facets-widget-links div[data-drupal-facet-alias="meghajtas"] a:hover{
    background-color: transparent;
    --tw-text-opacity: 1 !important;
    color: rgb(11 37 155 / var(--tw-text-opacity)) !important;
}
.facets-widget-links div[data-drupal-facet-alias="meghajtas"] a:disabled{
    --tw-text-opacity: 1;
    color: rgb(198 199 205 / var(--tw-text-opacity));
}
.facets-widget-links div[data-drupal-facet-alias="meghajtas"] a{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(11 37 155 / var(--tw-text-opacity));
}
.facets-widget-links div[data-drupal-facet-alias="meghajtas"] a + .paragraph.bg-white{
    padding-top: 0px;
}
.facets-widget-links div[data-drupal-facet-alias="meghajtas"] a:first-child{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.facets-widget-links div[data-drupal-facet-alias="meghajtas"] a:last-child{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.facets-widget-links div[data-drupal-facet-alias="meghajtas"] a.is-active{
    --tw-bg-opacity: 1;
    background-color: rgb(11 37 155 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.facets-widget-links div[data-drupal-facet-alias="meghajtas"] a.is-active .facet-item__count{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(11 37 155 / var(--tw-text-opacity));
}
.facets-widget-links div[data-drupal-facet-alias="meghajtas"] a.is-active .facet-item__count + .paragraph.bg-white{
    padding-top: 0px;
}
span.sku{
    --tw-text-opacity: 1;
    color: rgb(110 114 132 / var(--tw-text-opacity));
}
.field--name-sku{
    width: 100%;
    white-space: nowrap;
    font-family: Teko, serif;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(110 114 132 / var(--tw-text-opacity));
}
.field--name-attribute-csavarmeret{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.view-commerce-checkout-order-summary .views-field-purchased-entity {
        
    }
.view-commerce-checkout-order-summary{
    font-family: "IBM Plex Sans Condensed", serif;
    font-weight: 600;
}
.view-commerce-checkout-order-summary td{
    padding-right: 1rem;
    vertical-align: middle;
}
.view-commerce-checkout-order-summary td:last-child{
    padding-right: 0px;
}
.view-commerce-checkout-order-summary tr{
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(232 233 235 / var(--tw-border-opacity));
}
.view-commerce-checkout-order-summary img{
    height: 4rem;
    width: 4rem;
    -o-object-fit: contain;
       object-fit: contain;
}
.view-commerce-checkout-order-summary .views-field-quantity{
    font-weight: 400;
}
.view-commerce-checkout-order-summary .view-footer{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.bef-link{
    position: relative;
    display: inline-flex;
    max-width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    gap: 0.625rem;
    background-size: 20px 20px;
    background-position: right 1rem center;
    background-repeat: no-repeat;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-family: "IBM Plex Sans Condensed", serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    line-height: 1.625;
    letter-spacing: 0.1em;
    text-decoration-line: none;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.bef-link:hover{
    background-position: right 0.75rem center;
}
.bef-link{
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(142 185 252 / var(--tw-border-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.025em;
    --tw-text-opacity: 1;
    color: rgb(15 22 52 / var(--tw-text-opacity));
}
.bef-link--selected{
    gap: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(142 185 252 / var(--tw-bg-opacity));
    font-weight: 600;
}
.bef-link--selected:before{
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    background-image: url(/themes/custom/ecomark/images/icons/tick.svg);
    background-size: contain;
    background-repeat: no-repeat;
    --tw-content: '';
    content: var(--tw-content);
}
.bef-links[multiple]{
    border-style: none;
    background-color: transparent;
    padding: 0px;
}
.bef-links > ul{
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
@media (min-width: 1200px){

    .xl\:container{
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 16px;
        padding-left: 16px;
    }

    @media (min-width: 420px){

        .xl\:container{
            max-width: 420px;
        }
    }

    @media (min-width: 600px){

        .xl\:container{
            max-width: 600px;
            padding-right: 18px;
            padding-left: 18px;
        }
    }

    @media (min-width: 900px){

        .xl\:container{
            max-width: 900px;
        }
    }

    @media (min-width: 1200px){

        .xl\:container{
            max-width: 1200px;
        }
    }

    @media (min-width: 1201px){

        .xl\:container{
            max-width: 1201px;
        }
    }
}
.\*\:inline > *{
    display: inline;
}
.\*\:grid > *{
    display: grid;
}
.\*\:grid-cols-\[repeat\(auto-fit\2c minmax\(200px\2c 1fr\)\)\] > *{
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
}
.before\:h-5::before{
    content: var(--tw-content);
    height: 1.25rem;
}
.before\:w-5::before{
    content: var(--tw-content);
    width: 1.25rem;
}
.before\:rounded-full::before{
    content: var(--tw-content);
    border-radius: 9999px;
}
.before\:border-2::before{
    content: var(--tw-content);
    border-width: 2px;
}
.before\:border-success::before{
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-color: rgb(60 176 61 / var(--tw-border-opacity));
}
.before\:bg-greybg::before{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.before\:text-xl::before{
    content: var(--tw-content);
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.before\:leading-normal::before{
    content: var(--tw-content);
    line-height: 1.5;
}
.before\:\!content-\[\'\/\'\]::before{
    --tw-content: '/' !important;
    content: var(--tw-content) !important;
}
.first\:border-t-0:first-child{
    border-top-width: 0px;
}
.last\:border-b-0:last-child{
    border-bottom-width: 0px;
}
.first-of-type\:before\:\!hidden:first-of-type::before{
    content: var(--tw-content);
    display: none !important;
}
.hover\:block:hover{
    display: block;
}
.hover\:h-auto:hover{
    height: auto;
}
.hover\:overflow-visible:hover{
    overflow: visible;
}
.hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
}
.hover\:drop-shadow-lg:hover{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
    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);
}
.group:last-child .group-last\:border-b-0{
    border-bottom-width: 0px;
}
.group:hover .group-hover\:-right-6{
    right: -1.5rem;
}
.group:hover .group-hover\:max-w-screen-sm{
    max-width: 420px;
}
.has-\[button\[aria-expanded\=true\]\]\:fixed:has(button[aria-expanded=true]){
    position: fixed;
}
.has-\[button\[aria-expanded\=true\]\]\:absolute:has(button[aria-expanded=true]){
    position: absolute;
}
.has-\[button\[aria-expanded\=true\]\]\:top-0:has(button[aria-expanded=true]){
    top: 0px;
}
.has-\[button\[aria-expanded\=true\]\]\:z-50:has(button[aria-expanded=true]){
    z-index: 50;
}
.has-\[button\[aria-expanded\=true\]\]\:h-screen:has(button[aria-expanded=true]){
    height: 100vh;
}
.has-\[button\[aria-expanded\=true\]\]\:divide-x-0:has(button[aria-expanded=true]) > :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)));
}
.has-\[button\[aria-expanded\=true\]\]\:bg-white:has(button[aria-expanded=true]){
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.has-\[button\[aria-expanded\=true\]\]\:pt-16:has(button[aria-expanded=true]){
    padding-top: 4rem;
}
.group:has(button[aria-expanded=true]) .group-has-\[button\[aria-expanded\=true\]\]\:font-semibold{
    font-weight: 600;
}
.aria-expanded\:my-0[aria-expanded="true"]{
    margin-top: 0px;
    margin-bottom: 0px;
}
.aria-expanded\:rotate-180[aria-expanded="true"]{
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.aria-expanded\:border-l-0[aria-expanded="true"]{
    border-left-width: 0px;
}
.aria-expanded\:py-4[aria-expanded="true"]{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.group[aria-expanded="true"] .group-aria-expanded\:absolute{
    position: absolute;
}
.group[aria-expanded="true"] .group-aria-expanded\:top-3{
    top: 0.75rem;
}
.group[aria-expanded="true"] .group-aria-expanded\:w-full{
    width: 100%;
}
.group[aria-expanded="true"] .group-aria-expanded\:-rotate-45{
    --tw-rotate: -45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group[aria-expanded="true"] .group-aria-expanded\:rotate-45{
    --tw-rotate: 45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group\/button[aria-expanded="true"] .group-aria-expanded\/button\:opacity-100{
    opacity: 1;
}
.group[aria-expanded="true"] .group-aria-expanded\:opacity-0{
    opacity: 0;
}
.peer[aria-expanded="true"] ~ .peer-aria-expanded\:right-0{
    right: 0px;
}
.peer[aria-expanded="true"] ~ .peer-aria-expanded\:block{
    display: block;
}
.peer[aria-expanded="true"] ~ .peer-aria-expanded\:h-auto{
    height: auto;
}
.peer[aria-expanded="true"] ~ .peer-aria-expanded\:h-max{
    height: -moz-max-content;
    height: max-content;
}
.prose-headings\:mt-0 :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    margin-top: 0px;
}
.prose-h1\:text-xl :is(:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.prose-p\:first\:mt-0:first-child :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    margin-top: 0px;
}
.prose-a\:underline :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    text-decoration-line: underline;
}
@media (max-width: 420px){

    .mob\:pb-4{
        padding-bottom: 1rem;
    }

    .mob\:drop-shadow-sm{
        --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
        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);
    }
}
@media (min-width: 420px){

    .sm\:w-max{
        width: -moz-max-content;
        width: max-content;
    }

    .sm\:max-w-80{
        max-width: 20rem;
    }
}
@media (min-width: 600px){

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

    .md\:block{
        display: block;
    }

    .md\:inline{
        display: inline;
    }

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

    .md\:py-6{
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}
@media (min-width: 900px){

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

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

    .lg\:flex{
        display: flex;
    }

    .lg\:h-14{
        height: 3.5rem;
    }

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

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

    .lg\:pb-20{
        padding-bottom: 5rem;
    }

    .lg\:pl-12{
        padding-left: 3rem;
    }

    .lg\:pt-20{
        padding-top: 5rem;
    }
}
@media (min-width: 1200px){

    .xl\:absolute{
        position: absolute;
    }

    .xl\:sticky{
        position: sticky;
    }

    .xl\:ml-auto{
        margin-left: auto;
    }

    .xl\:block{
        display: block;
    }

    .xl\:flex{
        display: flex;
    }

    .xl\:hidden{
        display: none;
    }

    .xl\:h-auto{
        height: auto;
    }

    .xl\:max-h-14{
        max-height: 3.5rem;
    }

    .xl\:min-h-0{
        min-height: 0px;
    }

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

    .xl\:w-max{
        width: -moz-max-content;
        width: max-content;
    }

    .xl\:min-w-72{
        min-width: 18rem;
    }

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

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

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

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

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

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

    .xl\:overflow-visible{
        overflow: visible;
    }

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

    .xl\:border-b-0{
        border-bottom-width: 0px;
    }

    .xl\:border-l-0{
        border-left-width: 0px;
    }

    .xl\:bg-primary{
        --tw-bg-opacity: 1;
        background-color: rgb(11 37 155 / var(--tw-bg-opacity));
    }

    .xl\:bg-primarylight{
        --tw-bg-opacity: 1;
        background-color: rgb(51 153 255 / var(--tw-bg-opacity));
    }

    .xl\:bg-transparent{
        background-color: transparent;
    }

    .xl\:px-24{
        padding-left: 6rem;
        padding-right: 6rem;
    }

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

    .xl\:py-0{
        padding-top: 0px;
        padding-bottom: 0px;
    }

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

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

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

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

    .xl\:drop-shadow-xl{
        --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
        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);
    }

    .xl\:hover\:bg-greylighter:hover{
        --tw-bg-opacity: 1;
        background-color: rgb(232 233 235 / var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:block{
        display: block;
    }

    .group:hover .group-hover\:xl\:h-max{
        height: -moz-max-content;
        height: max-content;
    }

    .peer:hover ~ .peer-hover\:xl\:h-auto{
        height: auto;
    }

    .peer:hover ~ .xl\:peer-hover\:overflow-visible{
        overflow: visible;
    }

    .has-\[button\[aria-expanded\=true\]\]\:xl\:static:has(button[aria-expanded=true]){
        position: static;
    }

    .has-\[button\[aria-expanded\=true\]\]\:xl\:h-auto:has(button[aria-expanded=true]){
        height: auto;
    }

    .has-\[button\[aria-expanded\=true\]\]\:xl\:pt-0:has(button[aria-expanded=true]){
        padding-top: 0px;
    }

    .xl\:aria-expanded\:rotate-90[aria-expanded="true"]{
        --tw-rotate: 90deg;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
}