@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../font/poppins-400.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  src: url("../font/poppins-200.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("../font/poppins-300.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("../font/poppins-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../font/poppins-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  src: url("../font/poppins-900.woff2") format("woff2");
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
  ========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
  ========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
  ========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box; /* 1 */
  block-size: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
  ========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
  ========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}

/* Forms
  ========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input { /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-inline-size: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  block-size: 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.
*/
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
  ========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Misc
  ========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

:root {
  --normaflore-alert-color-danger: hsl(0, 71%, 51%);
  --normaflore-alert-color-info: hsl(195, 100%, 42%);
  --normaflore-alert-color-success: hsl(150, 100%, 33%);
  --normaflore-alert-color-warning: hsl(48, 89%, 55%);
}

:root {
  --normaflore-base-color-background: hsl(0, 0%, 100%);
  --normaflore-base-color-blockquote-border: hsl(230, 53%, 32%);
  --normaflore-base-color-border: hsl(215, 63%, 93%);
  --normaflore-base-color-code-background: hsl(230, 53%, 97%);
  --normaflore-base-color-code-foreground: hsl(230, 53%, 32%);
  --normaflore-base-color-heading: hsl(230, 53%, 32%);
  --normaflore-base-color-link: hsl(34, 87%, 50%);
  --normaflore-base-color-link-hover: hsl(34, 87%, 55%);
  --normaflore-base-color-mark-background: hsl(50, 100%, 80%);
  --normaflore-base-color-mark-foreground: hsl(230, 53%, 32%);
  --normaflore-base-color-marker: hsl(230, 53%, 32%);
  --normaflore-base-color-primary: hsl(230, 53%, 32%);
  --normaflore-base-color-secondary: hsl(183, 73%, 46%);
  --normaflore-base-color-strong: hsl(230, 53%, 32%);
  --normaflore-base-color-text: hsl(230, 53%, 32%);
  --normaflore-base-color-tertiary: hsl(34, 87%, 50%);
}

:root {
  --normaflore-btn-color-primary-background: hsl(230, 53%, 32%);
  --normaflore-btn-color-primary-background-hover: hsl(230, 53%, 22%);
  --normaflore-btn-color-primary-foreground: hsl(0, 0%, 100%);
  --normaflore-btn-color-primary-shadow: hsl(230, 53%, 67%);
  --normaflore-btn-color-secondary-background: hsl(183, 73%, 46%);
  --normaflore-btn-color-secondary-background-hover: hsl(183, 73%, 36%);
  --normaflore-btn-color-secondary-foreground: hsl(0, 0%, 100%);
  --normaflore-btn-color-secondary-shadow: hsl(183, 73%, 81%);
  --normaflore-btn-color-tertiary-background: hsl(34, 87%, 50%);
  --normaflore-btn-color-tertiary-background-hover: hsl(34, 87%, 45%);
  --normaflore-btn-color-tertiary-foreground: hsl(0, 0%, 100%);
  --normaflore-btn-color-tertiary-foreground-hover: hsl(0, 0%, 100%);
  --normaflore-btn-color-pagination-background: hsl(264, 100%, 99%);
  --normaflore-btn-color-pagination-background-hover: hsl(230, 53%, 32%);
  --normaflore-btn-color-pagination-focus-ring: hsl(230, 53%, 32%);
  --normaflore-btn-color-pagination-foreground: hsl(230, 53%, 32%);
  --normaflore-btn-color-pagination-foreground-hover: hsl(0, 0%, 100%);
  --normaflore-btn-color-danger-background: hsl(0, 71%, 51%);
  --normaflore-btn-color-danger-background-hover: hsl(0, 71%, 55%);
  --normaflore-btn-color-danger-foreground: hsl(0, 0%, 100%);
}

:root {
  --normaflore-form-color-background: hsl(210, 22%, 96%);
  --normaflore-form-color-background-disabled: hsl(0, 0%, 95%);
  --normaflore-form-color-border: hsl(230, 53%, 32%);
  --normaflore-form-color-border-disabled: hsl(210, 10%, 70%);
  --normaflore-form-color-border-focus: hsl(183, 73%, 46%);
  --normaflore-form-color-check-background: hsl(230, 53%, 32%);
  --normaflore-form-color-check-focus-ring: hsl(230, 53%, 32%);
  --normaflore-form-color-check-foreground: hsl(0, 0%, 100%);
  --normaflore-form-color-group-label-background: hsl(210, 60%, 98%);
  --normaflore-form-color-group-label-foreground: hsl(208, 9%, 42%);
  --normaflore-form-color-invalid: hsl(0, 71%, 51%);
  --normaflore-form-color-invalid-focus-ring: hsla(0, 71%, 51%, 0.25);
  --normaflore-form-color-label: hsl(230, 53%, 32%);
  --normaflore-form-color-legend: hsl(230, 53%, 32%);
  --normaflore-form-color-placeholder: hsl(239, 80%, 80%);
  --normaflore-form-color-range-thumb-background: hsl(230, 53%, 32%);
  --normaflore-form-color-range-thumb-focus-ring: hsl(230, 53%, 32%);
  --normaflore-form-color-range-track-background: hsl(215, 63%, 93%);
  --normaflore-form-color-ring-focus: hsla(230, 53%, 32%, 0.25);
  --normaflore-form-color-select-foreground: hsl(230, 53%, 32%);
  --normaflore-form-color-switch-background: hsl(230, 53%, 32%);
  --normaflore-form-color-switch-focus-ring: hsl(230, 53%, 32%);
  --normaflore-form-color-switch-foreground: hsl(0, 0%, 100%);
  --normaflore-form-color-text: hsl(230, 53%, 32%);
  --normaflore-form-color-valid: hsl(150, 100%, 33%);
  --normaflore-form-color-valid-focus-ring: hsla(150, 100%, 33%, 0.25);
}

:root {
  --normaflore-selection-color-foreground: hsl(0, 0%, 100%);
  --normaflore-selection-color-background: hsl(230, 53%, 32%);
}

:root {
  --normaflore-scrollbar-color-thumb-background: hsla(0, 0%, 0%, 0.15);
  --normaflore-scrollbar-color-thumb-background-hover: hsla(0, 0%, 0%, 0.25);
  --normaflore-scrollbar-color-track-background: hsla(0, 0%, 0%, 0.05);
}

:root {
  --normaflore-table-color-border: hsl(230, 53%, 32%);
  --normaflore-table-color-caption: hsl(230, 53%, 32%);
  --normaflore-table-color-heading: hsl(230, 53%, 32%);
  --normaflore-table-color-hover: hsla(0, 0%, 0%, 0.05);
  --normaflore-table-color-stripe: hsla(0, 0%, 0%, 0.025);
  --normaflore-table-color-text: hsl(230, 53%, 32%);
}

:root {
  --normaflore-border-radius: 0.75rem;
  --normaflore-font-family-base: Poppins, sans-serif;
  --normaflore-font-family-cursive: ui-monospace, Cascadia Code, Source Code Pro, Menlo, Consolas, DejaVu Sans Mono, monospace;
  --normaflore-font-family-heading: Poppins, sans-serif;
  --normaflore-font-size-base: 1rem;
  --normaflore-font-size-lead: clamp(1.1rem, 2vw, 1.25rem);
  --normaflore-font-size-lg: 1.125rem;
  --normaflore-font-size-ratio: 1.25;
  --normaflore-font-size-sm: 0.875rem;
  --normaflore-font-weight-base: 300;
  --normaflore-font-weight-heading: 700;
  --normaflore-inline-padding: 0.1em 0.3em;
  --normaflore-line-height-base: 1.5;
  --normaflore-line-height-heading: calc(2px + 2.3ex + 2px);
  --normaflore-line-height-lg: 1.8;
  --normaflore-line-height-md: 1.5;
  --normaflore-line-height-sm: 1.2;
  --normaflore-border-radius-lg: 1.5rem;
  --normaflore-border-radius-sm: 0.75rem;
  --normaflore-container-inline-size: 92rem;
  --normaflore-page-margin: 2cm;
  --normaflore-hidden-elements: header, footer, aside, nav, form, iframe, [class^="aspect-ratio"];
}
@media (prefers-reduced-motion: reduce) {
  :root {
    --normaflore-duration: 0;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    --normaflore-duration: 0.15s;
    --normaflore-timing-function: ease-in-out;
  }
}

.sr-only {
  block-size: 1px !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  inline-size: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

::selection {
  background-color: var(--normaflore-selection-color-background);
  color: var(--normaflore-selection-color-foreground);
  text-shadow: none;
}

html {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

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

body {
  background: var(--normaflore-base-color-background);
  color: var(--normaflore-base-color-text);
}

a {
  color: var(--normaflore-base-color-link);
  text-decoration: underline;
  transition-duration: var(--normaflore-duration);
  transition-property: color;
  transition-timing-function: var(--normaflore-timing-function);
}
a:hover {
  color: var(--normaflore-base-color-link-hover);
}

button {
  color: inherit;
}

a,
button {
  touch-action: manipulation;
}

hr {
  border: 0;
  border-block-start: 1px solid var(--normaflore-base-color-border);
}

img {
  block-size: auto;
  display: block;
  max-inline-size: 100%;
  user-select: none;
}

iframe {
  block-size: 100%;
  display: block;
  inline-size: 100%;
}

figure {
  margin-inline: 0;
}
figure figcaption {
  margin-block-start: 0.5rem;
  text-align: center;
}

.table-responsive {
  --inline-size: 40rem;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}
.table-responsive table {
  min-inline-size: var(--inline-size);
}

.table {
  --normaflore-line-height: 1.5;
  --normaflore-padding: 0.75rem 1rem;
  --normaflore-responsive-inline-size: 40rem;
  border-collapse: collapse;
  color: var(--normaflore-table-color-text);
  inline-size: 100%;
}
.table caption {
  color: var(--normaflore-table-color-caption);
  margin-block-end: 1rem;
}
.table th,
.table td {
  border-block-end: 1px solid var(--normaflore-table-color-border);
  line-height: var(--normaflore-line-height);
  padding: var(--normaflore-padding);
}
.table th {
  color: var(--normaflore-table-color-heading);
  text-align: inherit;
  text-align: -webkit-match-parent;
}
.table--striped > tbody > tr:nth-child(odd) {
  background-color: var(--normaflore-table-color-stripe);
}
.table--hover > tbody > tr:hover {
  background: var(--normaflore-table-color-hover);
}
.table--clear-border th,
.table--clear-border td {
  border: 0;
}
.table--in-line th:first-child,
.table--in-line td:first-child {
  padding-inline-start: 0;
}
.table--in-line th:last-child,
.table--in-line td:last-child {
  padding-inline-end: 0;
}
.table--sm {
  --normaflore-padding: 0.5rem;
}
.table--sm th,
.table--sm td {
  padding: var(--normaflore-padding);
}
.table--rounded th:first-child,
.table--rounded td:first-child {
  border-end-start-radius: var(--normaflore-border-radius-sm);
  border-start-start-radius: var(--normaflore-border-radius-sm);
}
.table--rounded th:last-child,
.table--rounded td:last-child {
  border-end-end-radius: var(--normaflore-border-radius-sm);
  border-start-end-radius: var(--normaflore-border-radius-sm);
}

html {
  -webkit-tap-highlight-color: hsla(0, 0%, 0%, 0);
}

body {
  font-family: var(--normaflore-font-family-base);
  font-size: var(--normaflore-font-size-base);
  font-weight: var(--normaflore-font-weight-base);
  line-height: var(--normaflore-line-height-base);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--normaflore-base-color-heading);
  font-family: var(--normaflore-font-family-heading);
  font-weight: var(--normaflore-font-weight-heading);
  line-height: var(--normaflore-line-height-heading);
}

h1 {
  font-size: clamp(2.0751953125rem, 2vw + 1rem, 2.44140625rem);
}

h2 {
  font-size: clamp(1.66015625rem, 2vw + 1rem, 1.953125rem);
}

h3 {
  font-size: clamp(1.328125rem, 2vw + 1rem, 1.5625rem);
}

h4 {
  font-size: clamp(1.0625rem, 2vw + 1rem, 1.25rem);
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 1rem;
}

ul,
ol {
  list-style-position: inside;
}
ul > *,
ol > * {
  margin-block-end: 0;
  margin-block-start: 0;
}
ul > * + *,
ol > * + * {
  margin-block-start: 0.25rem;
}
ul li,
ol li {
  list-style-position: outside;
}
ul li::marker,
ol li::marker {
  color: var(--normaflore-base-color-marker);
}

li > ul,
li > ol {
  margin-block-start: 0.25rem;
}

dl dt {
  color: var(--normaflore-base-color-heading);
  font-weight: bold;
}
dl dd {
  margin: 0;
}
dl dd + dt {
  margin-block-start: 1rem;
}

.quote {
  border-inline-start: 0.5rem solid var(--normaflore-base-color-blockquote-border);
  padding-inline-start: 1.5rem;
}
.quote > * {
  margin-block-end: 0;
  margin-block-start: 0;
}
.quote > * + * {
  margin-block-start: 0.5rem;
}
.quote blockquote {
  border-inline-start: 0;
  padding-inline-start: 0;
}
.quote figcaption {
  text-align: start;
}

blockquote {
  border-inline-start: 0.5rem solid var(--normaflore-base-color-blockquote-border);
  margin-inline-start: 0;
  padding-inline-start: 1.5rem;
}
blockquote > * {
  margin-block-end: 0;
  margin-block-start: 0;
}
blockquote > * + * {
  margin-block-start: 0.5rem;
}

abbr[title] {
  border-block-end: 1px dotted;
  cursor: help;
  text-decoration: none;
}

mark {
  background-color: var(--normaflore-base-color-mark-background);
  border-radius: var(--normaflore-border-radius);
  color: var(--normaflore-base-color-mark-foreground);
  padding: var(--normaflore-inline-padding);
}

code,
kbd,
samp {
  background-color: var(--normaflore-base-color-code-background);
  border-radius: var(--normaflore-border-radius);
  color: var(--normaflore-base-color-code-foreground);
  padding: var(--normaflore-inline-padding);
}

strong {
  color: var(--normaflore-base-color-strong);
}

.lead {
  font-size: var(--normaflore-font-size-lead);
}

.hidden,
[hidden] {
  display: none !important;
}

.h1 {
  font-size: clamp(2.0751953125rem, 2vw + 1rem, 2.44140625rem);
}

.h2 {
  font-size: clamp(1.66015625rem, 2vw + 1rem, 1.953125rem);
}

.h3 {
  font-size: clamp(1.328125rem, 2vw + 1rem, 1.5625rem);
}

.h4 {
  font-size: clamp(1.0625rem, 2vw + 1rem, 1.25rem);
}

.h5 {
  font-size: 1rem;
}

.h6 {
  font-size: 1rem;
}

.btn {
  --normaflore-border-radius: 5rem;
  --normaflore-border-width: 2px;
  --normaflore-font-size: 1rem;
  --normaflore-font-weight: 500;
  --normaflore-gap: 0.5rem;
  --normaflore-icon-padding: 0.75em;
  --normaflore-icon-size: 1em;
  --normaflore-padding: 0.9rem 1.5rem;
  --normaflore-shadow-size: 0.25rem;
  align-items: center;
  border-radius: var(--normaflore-border-radius);
  border-style: solid;
  border-width: var(--normaflore-border-width);
  cursor: pointer;
  display: inline-flex;
  font-size: var(--normaflore-font-size);
  font-weight: var(--normaflore-font-weight);
  gap: var(--normaflore-gap);
  justify-content: center;
  line-height: 1;
  padding: var(--normaflore-padding);
  text-align: start;
  text-decoration: none;
  transition-duration: var(--normaflore-duration);
  transition-property: background-color, border-color, box-shadow, color;
  transition-timing-function: var(--normaflore-timing-function);
}

.btn:focus {
  outline-color: transparent;
  outline-style: solid;
}

.btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.btn--icon {
  padding: var(--normaflore-icon-padding);
}
.btn--icon.btn--sm {
  padding: var(--normaflore-icon-padding);
}
.btn--icon.btn--lg {
  padding: var(--normaflore-icon-padding);
}

.btn__icon {
  block-size: var(--normaflore-icon-size);
  flex-shrink: 0;
  inline-size: var(--normaflore-icon-size);
  pointer-events: none;
}
.btn__icon--sm {
  block-size: var(--normaflore-icon-size);
  inline-size: var(--normaflore-icon-size);
}

.btn--sm {
  --normaflore-font-size: 1rem;
  --normaflore-gap: 0.25rem;
  --normaflore-icon-padding: 0.5em;
  --normaflore-icon-size: 0.8rem;
  --normaflore-padding: 0.5em 1em;
  font-size: var(--normaflore-font-size);
  gap: var(--normaflore-gap);
  padding: var(--normaflore-padding);
}

.btn--lg {
  --normaflore-font-size: 1rem;
  --normaflore-gap: 0.5rem;
  --normaflore-icon-padding: 0.9em;
  --normaflore-padding: 0.813rem 1.5rem;
  --normaflore-border-radius: 0;
}

.btn--block {
  inline-size: 100%;
}

.btn--primary:focus-visible {
  outline: 2px solid var(--normaflore-btn-color-primary-background);
  outline-offset: 2px;
}
.btn--primary {
  background-color: var(--normaflore-btn-color-primary-background);
  border-color: var(--normaflore-btn-color-primary-background);
  color: var(--normaflore-btn-color-primary-foreground);
}
.btn--primary:hover {
  background-color: var(--normaflore-btn-color-primary-background-hover);
  border-color: var(--normaflore-btn-color-primary-background-hover);
  color: var(--normaflore-btn-color-primary-foreground);
}
.btn--primary-shadow {
  box-shadow: 0 0.55em 1em -0.2em var(--normaflore-btn-color-primary-shadow), 0 0.15em 0.35em -0.185em var(--normaflore-btn-color-primary-shadow);
}

.btn--secondary:focus-visible {
  outline: 2px solid var(--normaflore-btn-color-secondary-background);
  outline-offset: 2px;
}
.btn--secondary {
  background-color: var(--normaflore-btn-color-secondary-background);
  border-color: var(--normaflore-btn-color-secondary-background);
  color: var(--normaflore-btn-color-secondary-foreground);
}
.btn--secondary:hover {
  background-color: var(--normaflore-btn-color-secondary-background-hover);
  border-color: var(--normaflore-btn-color-secondary-background-hover);
  color: var(--normaflore-btn-color-secondary-foreground);
}
.btn--secondary-shadow {
  box-shadow: 0 0.55em 1em -0.2em var(--normaflore-btn-color-secondary-shadow), 0 0.15em 0.35em -0.185em var(--normaflore-btn-color-secondary-shadow);
}

.btn--outline-primary:focus-visible {
  outline: 2px solid var(--normaflore-btn-color-primary-background);
  outline-offset: 2px;
}
.btn--outline-primary {
  background-color: transparent;
  border-color: var(--normaflore-btn-color-primary-background);
  color: var(--normaflore-btn-color-primary-background);
}
.btn--outline-primary:hover {
  background-color: var(--normaflore-btn-color-primary-background);
  border-color: var(--normaflore-btn-color-primary-background);
  color: var(--normaflore-btn-color-primary-foreground);
}

.btn--outline-secondary:focus-visible {
  outline: 2px solid var(--normaflore-btn-color-secondary-background);
  outline-offset: 2px;
}
.btn--outline-secondary {
  background-color: transparent;
  border-color: var(--normaflore-btn-color-secondary-background);
  color: var(--normaflore-btn-color-secondary-background);
}
.btn--outline-secondary:hover {
  background-color: var(--normaflore-btn-color-secondary-background);
  border-color: var(--normaflore-btn-color-secondary-background);
  color: var(--normaflore-btn-color-secondary-foreground);
}

.form-label {
  color: var(--normaflore-form-color-label);
  font-weight: 700;
  line-height: 1.5;
  text-align: start;
}

.form-control {
  --webkit-date-line-height: 1.375;
  --normaflore-border-radius: 3rem;
  --normaflore-border-width: 2px;
  --normaflore-font-size: clamp(1rem, 2vw, 1.5rem);
  --normaflore-font-weight: 300;
  --normaflore-line-height: 1.5;
  --normaflore-padding: clamp(0.55rem, 2vw, 0.75rem) clamp(1.15rem, 2vw, 2rem);
  --normaflore-textarea-block-size: 6rem;
  appearance: none;
  background-color: var(--normaflore-form-color-background);
  border: var(--normaflore-border-width) solid var(--normaflore-form-color-border);
  border-radius: var(--normaflore-border-radius);
  box-sizing: border-box;
  color: var(--normaflore-form-color-text);
  display: block;
  font-size: var(--normaflore-font-size);
  font-weight: var(--normaflore-font-weight);
  inline-size: 100%;
  line-height: var(--normaflore-line-height);
  padding: var(--normaflore-padding);
  transition-duration: var(--normaflore-duration);
  transition-property: border, box-shadow;
  transition-timing-function: var(--normaflore-timing-function);
}
.form-control::placeholder {
  color: var(--normaflore-form-color-placeholder);
}
.form-control::-webkit-datetime-edit {
  line-height: var(--webkit-date-line-height);
}
.form-control:focus {
  border-color: var(--normaflore-form-color-border-focus);
  box-shadow: 0 0 0 0.25rem var(--normaflore-form-color-ring-focus);
  outline: 2px solid transparent;
}
.form-control[type=color] {
  --normaflore-aspect-ratio: 1;
  --normaflore-block-size: 100%;
  --normaflore-inline-size: 2.625rem;
  --normaflore-padding: 0.5em;
  aspect-ratio: var(--normaflore-aspect-ratio);
  block-size: var(--normaflore-block-size);
  inline-size: var(--normaflore-inline-size);
  padding: var(--normaflore-padding);
}
.form-control[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}
.form-control[type=color]::-moz-color-swatch {
  border: 0;
  border-radius: var(--normaflore-border-radius);
}
.form-control[type=color]::-webkit-color-swatch {
  border: 0;
  border-radius: var(--normaflore-border-radius);
}
.form-control[disabled], .form-control[disabled=true] {
  background-color: var(--normaflore-form-color-background-disabled);
  border-color: var(--normaflore-form-color-border-disabled);
  cursor: not-allowed;
}
textarea.form-control {
  block-size: var(--normaflore-textarea-block-size);
  min-block-size: var(--normaflore-textarea-block-size);
  resize: vertical;
}

.form-control--valid, .form-control--invalid {
  background-position: center right 0.5em;
  background-repeat: no-repeat;
  background-size: 1.25em auto;
  padding-inline-end: 2em;
}
html[dir=rtl] .form-control--valid, html[dir=rtl] .form-control--invalid {
  background-position: center left 0.5em;
}
.form-control--valid {
  background-image: url('data:image/svg+xml,%3csvg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"%3e%3cpath d="M12,2c5.519,0 10,4.481 10,10c0,5.519 -4.481,10 -10,10c-5.519,0 -10,-4.481 -10,-10c0,-5.519 4.481,-10 10,-10Zm0,1.667c4.599,-0 8.333,3.734 8.333,8.333c0,4.599 -3.734,8.333 -8.333,8.333c-4.599,0 -8.333,-3.734 -8.333,-8.333c-0,-4.599 3.734,-8.333 8.333,-8.333Zm-1.476,10.182l-2.984,-2.984c-0.065,-0.065 -0.17,-0.065 -0.235,0l-0.943,0.943c-0.065,0.065 -0.065,0.171 -0,0.236l4.043,4.042c0.033,0.033 0.076,0.05 0.119,0.049c0.044,0.001 0.087,-0.016 0.12,-0.049l6.994,-6.994c0.065,-0.065 0.065,-0.17 0,-0.235l-0.943,-0.943c-0.065,-0.065 -0.17,-0.065 -0.235,-0l-5.936,5.935Z" style="fill:hsl%28150, 100%, 33%%29;"/%3e%3c/svg%3e');
  border-color: var(--normaflore-alert-color-success);
}
.form-control--valid:focus {
  border-color: var(--normaflore-form-color-valid);
  box-shadow: 0 0 0 0.25rem var(--normaflore-form-color-valid-focus-ring);
  outline: 2px solid transparent;
}
.form-control--invalid {
  background-image: url('data:image/svg+xml,%3csvg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"%3e%3cpath d="M12,2c5.519,0 10,4.481 10,10c0,5.519 -4.481,10 -10,10c-5.519,0 -10,-4.481 -10,-10c0,-5.519 4.481,-10 10,-10Zm0,1.667c4.599,-0 8.333,3.734 8.333,8.333c0,4.599 -3.734,8.333 -8.333,8.333c-4.599,0 -8.333,-3.734 -8.333,-8.333c-0,-4.599 3.734,-8.333 8.333,-8.333Zm0.813,11.649c-0,-0.081 -0.065,-0.146 -0.146,-0.146l-1.334,0c-0.081,0 -0.146,0.065 -0.146,0.146l0,1.169c0,0.08 0.065,0.146 0.146,0.146l1.334,-0c0.081,-0 0.146,-0.066 0.146,-0.146l-0,-1.169Zm-0,-7.784c-0,-0.09 -0.073,-0.163 -0.163,-0.163l-1.3,0c-0.09,0 -0.163,0.073 -0.163,0.163l0,6.351c0,0.09 0.073,0.163 0.163,0.163l1.3,-0c0.09,-0 0.163,-0.073 0.163,-0.163l-0,-6.351Z" style="fill:hsl%280, 71%, 51%%29;"/%3e%3c/svg%3e');
  border-color: var(--normaflore-alert-color-danger);
}
.form-control--invalid:focus {
  border-color: var(--normaflore-form-color-invalid);
  box-shadow: 0 0 0 0.25rem var(--normaflore-form-color-invalid-focus-ring);
  outline: 2px solid transparent;
}
.form-control--sm {
  --webkit-date-line-height: 1.36;
  --normaflore-border-radius: 0.35em;
  --normaflore-padding: 0.25em 0.75em;
}
.form-control--sm[type=color] {
  --normaflore-aspect-ratio: 1;
  --normaflore-block-size: 100%;
  --normaflore-inline-size: 1.925rem;
  --normaflore-padding: 0.25em;
}
.form-control--lg {
  --webkit-date-line-height: 1.387;
  --normaflore-padding: 0.65em 1em;
}
.form-control--lg[type=color] {
  --normaflore-aspect-ratio: 1;
  --normaflore-block-size: 100%;
  --normaflore-inline-size: 3.204rem;
  --normaflore-padding: 0.5em;
}

select.form-control:not([multiple]):not([size]) {
  background-image: url('data:image/svg+xml,%3csvg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M12,12.507l-3.816,-3.815c-0.171,-0.172 -0.45,-0.172 -0.622,-0l-0.933,0.933c-0.172,0.172 -0.172,0.451 0,0.623l5.06,5.06c0.172,0.172 0.45,0.172 0.622,0l5.06,-5.06c0.172,-0.172 0.172,-0.451 -0,-0.623l-0.933,-0.933c-0.172,-0.172 -0.451,-0.172 -0.622,-0l-3.816,3.815Z" style="fill:hsl%28230, 53%, 32%%29;"/%3e%3c/svg%3e');
  background-position: center right 0.5em;
  background-repeat: no-repeat;
  background-size: 1.25em auto;
  padding-inline-end: 2em;
}
html[dir=rtl] select.form-control:not([multiple]):not([size]) {
  background-position: center left 0.5em;
}

.form-check {
  --normaflore-border-radius: 0.35rem;
  --normaflore-border-width: 2px;
  --normaflore-font-size: 2rem;
  --normaflore-font-weight: 700;
  --normaflore-line-height: 1.5;
  --normaflore-margin-block: 0.1em;
  --normaflore-vertical-alignment: center;
  align-items: var(--normaflore-vertical-alignment);
  display: inline-flex;
  gap: 0.5rem;
}

.form-check--vertical-center {
  align-items: center;
}

.form-check--vertical-start {
  align-items: flex-start;
}

.form-check--sm {
  --normaflore-border-radius: 0.35em;
  --normaflore-padding: 0.25em 0.75em;
}
.form-check--sm .form-check__control {
  font-size: var(--normaflore-font-size);
}

.form-check--lg {
  --normaflore-padding: 0.65em 1em;
}
.form-check__control {
  appearance: none;
  background-color: var(--normaflore-form-color-background);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  block-size: 1em;
  border: var(--normaflore-border-width) solid var(--normaflore-form-color-border);
  flex-shrink: 0;
  font-size: var(--normaflore-font-size);
  font-weight: var(--normaflore-font-weight);
  inline-size: 1em;
  line-height: 1;
  margin-block: var(--normaflore-margin-block);
  transition-duration: var(--normaflore-duration);
  transition-property: border, box-shadow;
  transition-timing-function: var(--normaflore-timing-function);
}
.form-check__control[type=radio] {
  border-radius: 50%;
}
.form-check__control[type=checkbox] {
  border-radius: var(--normaflore-border-radius);
}
.form-check__control:focus-visible {
  outline: 2px solid var(--normaflore-form-color-check-focus-ring);
  outline-offset: 2px;
}
.form-check__control:checked {
  background-color: var(--normaflore-form-color-check-background);
  border-color: var(--normaflore-form-color-check-background);
}
.form-check__control:checked[type=radio] {
  background-image: url('data:image/svg+xml,%3csvg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3e%3ccircle cx="12" cy="12" r="6" style="fill:hsl%280, 0%, 100%%29;"/%3e%3c/svg%3e');
}
.form-check__control:checked[type=checkbox] {
  background-image: url('data:image/svg+xml,%3csvg width="100%" height="100%" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M9.33,15.699L19.22,5.963C19.663,5.527 20.377,5.532 20.813,5.976C21.249,6.419 21.244,7.132 20.801,7.569L10.199,18.004L9.791,18.271L9.33,18.36L8.868,18.271L8.461,18.004L3.199,12.825C2.756,12.389 2.751,11.675 3.187,11.232C3.623,10.789 4.337,10.784 4.78,11.22L9.33,15.699Z" style="fill:hsl%280, 0%, 100%%29;"/%3e%3c/svg%3e');
}
.form-check__control:indeterminate[type=checkbox] {
  background-image: url('data:image/svg+xml,%3csvg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M19.5,11.1c-0,-0.331 -0.269,-0.6 -0.6,-0.6l-13.8,0c-0.331,0 -0.6,0.269 -0.6,0.6l0,1.8c0,0.331 0.269,0.6 0.6,0.6l13.8,0c0.331,0 0.6,-0.269 0.6,-0.6l-0,-1.8Z" style="fill:hsl%280, 0%, 100%%29;"/%3e%3c/svg%3e');
  background-color: var(--normaflore-form-color-check-background);
  border-color: var(--normaflore-form-color-check-background);
}
.form-check__control:disabled, .form-check__control.disabled {
  background-color: var(--normaflore-form-color-background-disabled);
  border-color: var(--normaflore-form-color-border-disabled);
  cursor: not-allowed;
}
.form-check__control:disabled + .form-check__label, .form-check__control.disabled + .form-check__label {
  opacity: 0.5;
}

.form-check__label {
  font-weight: var(--normaflore-font-weight);
  line-height: var(--normaflore-line-height);
}

.form-switch {
  --normaflore-border-width: 1px;
  --normaflore-font-size: 1.125rem;
  --normaflore-font-weight: 700;
  --normaflore-line-height: 1.5;
  --normaflore-margin-block: 0.15em;
  --normaflore-vertical-alignment: center;
  align-items: var(--normaflore-vertical-alignment);
  display: inline-flex;
  gap: 0.5rem;
}
.form-switch--block {
  inline-size: 100%;
  justify-content: space-between;
}

.form-switch--vertical-center {
  align-items: center;
}

.form-switch--vertical-start {
  align-items: flex-start;
}

.form-switch--sm {
  --normaflore-font-size: 1rem;
}

.form-switch--lg {
  --normaflore-font-size: clamp(1.1rem, 2vw, 1.25rem);
}

.form-switch__control {
  background-image: url('data:image/svg+xml,%3csvg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3e%3ccircle cx="12" cy="12" r="8.5" style="fill:hsl%28230, 53%, 32%%29;"/%3e%3c/svg%3e');
  appearance: none;
  background-color: var(--normaflore-form-color-background);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  block-size: 1em;
  border: var(--normaflore-border-width) solid var(--normaflore-form-color-border);
  border-radius: 2em;
  flex-shrink: 0;
  font-size: var(--normaflore-font-size);
  inline-size: 2em;
  line-height: 1;
  margin-block: var(--normaflore-margin-block);
  transition-duration: var(--normaflore-duration);
  transition-property: background-position, border, box-shadow;
  transition-timing-function: var(--normaflore-timing-function);
}
.form-switch__control:focus-visible {
  outline: 2px solid var(--normaflore-form-color-switch-focus-ring);
  outline-offset: 2px;
}
.form-switch__control:checked {
  background-image: url('data:image/svg+xml,%3csvg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3e%3ccircle cx="12" cy="12" r="8.5" style="fill:hsl%280, 0%, 100%%29;"/%3e%3c/svg%3e');
  background-color: var(--normaflore-form-color-switch-background);
  background-position: right center;
  border-color: var(--normaflore-form-color-switch-background);
}
.form-switch__control:disabled {
  background-color: var(--normaflore-form-color-background-disabled);
  border-color: var(--normaflore-form-color-border-disabled);
  cursor: not-allowed;
}
.form-switch__control:disabled + .form-switch__label {
  opacity: 0.5;
}

[dir=rtl] .form-switch__control {
  background-position: right center;
}
[dir=rtl] .form-switch__control:checked {
  background-position: left center;
}

.form-switch__label {
  font-weight: var(--normaflore-font-weight);
  line-height: var(--normaflore-line-height);
}

.form-group-label {
  --normaflore-border-radius: 3rem;
  --normaflore-border-width: 2px;
  align-items: center;
  background-color: var(--normaflore-form-color-group-label-background);
  border: var(--normaflore-border-width) solid var(--normaflore-form-color-border);
  border-radius: var(--normaflore-border-radius);
  color: var(--normaflore-form-color-group-label-foreground);
  display: flex;
  padding-inline: 1rem;
}

.form-group {
  --normaflore-gap: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: var(--normaflore-gap);
}
.form-group--horizontal-check {
  --normaflore-gap: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--normaflore-gap);
}
.form-group--vertical-check {
  --normaflore-gap: 1rem;
  align-items: start;
  flex-direction: column;
  gap: var(--normaflore-gap);
}
.form-group--row {
  --normaflore-container-inline-size: 38rem;
  --normaflore-gap: 0.25rem 1rem;
  --normaflore-label-inline-size: 10rem;
  --normaflore-vertical-alignment: center;
  align-items: var(--normaflore-vertical-alignment);
  display: grid;
  gap: var(--normaflore-gap);
  grid-template-columns: minmax(0, 1fr);
}
.form-group--row\:vertical-center {
  align-items: center;
}
.form-group--row\:vertical-start {
  align-items: flex-start;
}
@container form-group-container (inline-size > 38rem) {
  .form-group--row {
    grid-template-columns: minmax(0, var(--normaflore-label-inline-size)) minmax(0, 1fr);
  }
}
@container form-group-container (inline-size > 38rem) {
  .form-group--row .form-description,
  .form-group--row .field-feedback {
    grid-column-start: 2;
  }
}
.form-group--stacked {
  display: flex;
}
.form-group--stacked > * + * {
  border-radius: 0;
  margin-inline-start: -1px;
}
.form-group--stacked > *:first-child {
  border-start-end-radius: 0;
  border-start-start-radius: var(--normaflore-border-radius);
  border-end-end-radius: 0;
  border-end-start-radius: var(--normaflore-border-radius);
}
.form-group--stacked > *:last-child {
  border-start-end-radius: var(--normaflore-border-radius);
  border-start-start-radius: 0;
  border-end-end-radius: var(--normaflore-border-radius);
  border-end-start-radius: 0;
}
.form-group--stacked > *:only-child {
  border-radius: var(--normaflore-border-radius);
}
.form-group--stacked > *:focus {
  z-index: 2;
}
.form-group-container {
  container: form-group-container/inline-size;
}

.form-row--mixed {
  --inline-size: 20ch;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.form-row--mixed > * {
  flex: 1 1 var(--inline-size);
}

.field-feedback {
  display: block;
  line-height: 1.5;
}
.field-feedback--valid {
  color: var(--normaflore-alert-color-success);
}
.field-feedback--invalid {
  color: var(--normaflore-alert-color-danger);
}

.skip-link {
  inset: -50vh auto auto 1.5rem;
  position: fixed;
}
.skip-link:focus {
  inset-block-start: 1.5rem;
}

.cookie-consent {
  animation-duration: var(--normaflore-duration);
  animation-fill-mode: forwards;
  animation-name: cookie-in;
  backdrop-filter: saturate(180%) blur(0.25rem);
  background-color: hsla(0, 0%, 100%, 0.9);
  box-shadow: 0 0 1.5rem hsla(0, 0%, 0%, 0.075);
  color: var(--normaflore-base-color-text);
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 5vw, 1rem);
  inset: auto 0 0;
  justify-content: center;
  outline: 0;
  padding: clamp(0.5rem, 5vw, 1rem);
  position: fixed;
  z-index: 99;
}
@media (min-width: 64em) {
  .cookie-consent {
    border-radius: var(--normaflore-border-radius-lg) var(--normaflore-border-radius-lg) 0;
    inset: auto clamp(1rem, 5vw, 1.5rem) clamp(1rem, 5vw, 1.5rem) auto;
    justify-content: center;
    max-inline-size: 25rem;
    padding: 2rem;
  }
}
.cookie-consent.animate--out {
  animation-duration: var(--normaflore-duration);
  animation-fill-mode: forwards;
  animation-name: cookie-out;
}
.cookie-consent__caption > * {
  margin-block-end: 0;
  margin-block-start: 0;
}
.cookie-consent__caption > * + * {
  margin-block-start: 0.5rem;
}
.cookie-consent__caption {
  color: var(--normaflore-base-color-text);
}
.cookie-consent__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.cookie-consent__options > * {
  margin-block-end: 0;
  margin-block-start: 0;
}
.cookie-consent__options > * + * {
  margin-block-start: 1.5rem;
}
.cookie-consent__options::-webkit-scrollbar {
  block-size: 0.5rem;
  inline-size: 0.5rem;
}
.cookie-consent__options::-webkit-scrollbar-thumb {
  background: var(--normaflore-scrollbar-color-thumb-background);
  border-radius: var(--normaflore-border-radius-sm);
}
.cookie-consent__options::-webkit-scrollbar-thumb:hover {
  background: var(--normaflore-scrollbar-color-thumb-background-hover);
}
.cookie-consent__options::-webkit-scrollbar-track {
  background: var(--normaflore-scrollbar-color-track-background);
  border-radius: var(--normaflore-border-radius-sm);
}
.cookie-consent__options {
  border-block: 1px solid hsla(0, 0%, 0%, 0.075);
  display: none;
  max-block-size: 20rem;
  overflow-y: auto;
  padding-block: clamp(1rem, 5vw, 1.5rem);
  padding-inline-end: 1.5rem;
}
.cookie-consent__options--visible {
  display: block;
}
.cookie-consent__options label {
  font-weight: 700;
}
.cookie-consent__option > * {
  margin-block-end: 0;
  margin-block-start: 0;
}
.cookie-consent__option > * + * {
  margin-block-start: 0.5rem;
}
.cookie-consent__option p,
.cookie-consent__option ul {
  color: var(--normaflore-base-color-text);
}
.cookie-consent__option .table-responsive::-webkit-scrollbar {
  block-size: 0.5rem;
  inline-size: 0.5rem;
}
.cookie-consent__option .table-responsive::-webkit-scrollbar-thumb {
  background: var(--normaflore-scrollbar-color-thumb-background);
  border-radius: var(--normaflore-border-radius-sm);
}
.cookie-consent__option .table-responsive::-webkit-scrollbar-thumb:hover {
  background: var(--normaflore-scrollbar-color-thumb-background-hover);
}
.cookie-consent__option .table-responsive::-webkit-scrollbar-track {
  background: var(--normaflore-scrollbar-color-track-background);
  border-radius: var(--normaflore-border-radius-sm);
}
.cookie-consent .form-label {
  margin-inline: 0;
}

@keyframes cookie-in {
  0% {
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes cookie-out {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}
.post-card-wrapper {
  opacity: 0;
  transform: translateX(-4rem);
}
.post-card-wrapper--reverse {
  transform: translateX(4rem);
}

.post-card {
  transition-duration: var(--normaflore-duration);
  transition-property: all;
  transition-timing-function: var(--normaflore-timing-function);
  align-items: center;
  aspect-ratio: 1/0.6;
  background-position: center;
  background-size: cover;
  border-radius: 1.875rem;
  box-shadow: 0 0 2rem hsla(200, 100%, 28%, 0.45);
  display: flex;
  inline-size: 100%;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.post-card:hover {
  transform: translateY(-0.25rem);
}
.post-card:hover::before {
  background-color: hsl(0, 0%, 100%);
  opacity: 70%;
}
.post-card:hover .post-card__title,
.post-card:hover .post-card__subtitle {
  color: var(--normaflore-base-color-heading);
}
.post-card::before {
  transition-duration: var(--normaflore-duration);
  transition-property: all;
  transition-timing-function: var(--normaflore-timing-function);
  background-color: var(--normaflore-base-color-secondary);
  content: "";
  inset: -1rem;
  opacity: 85%;
  position: absolute;
  z-index: 1;
}
.post-card__caption > * {
  margin-block-end: 0;
  margin-block-start: 0;
}
.post-card__caption > * + * {
  margin-block-start: 0.5rem;
}
.post-card__caption {
  padding-inline: 3rem;
  position: relative;
  z-index: 2;
}
.post-card__title {
  transition-duration: var(--normaflore-duration);
  transition-property: all;
  transition-timing-function: var(--normaflore-timing-function);
  color: hsl(0, 0%, 100%);
  font-size: 16px;
  text-wrap: balance;
}
.post-card__subtitle {
  transition-duration: var(--normaflore-duration);
  transition-property: all;
  transition-timing-function: var(--normaflore-timing-function);
  color: hsl(0, 0%, 100%);
}

.video-card {
  position: relative;
}
.video-card__control::before {
  content: "";
  inset: 0;
  position: absolute;
}

.video-card {
  align-items: center;
  display: grid;
  justify-content: center;
}
.video-card--secondary .video-card__control {
  color: hsl(0, 0%, 100%);
}
.video-card__thumbnail {
  aspect-ratio: 1/0.55;
  border-radius: clamp(2rem, 2vw, 3.75rem);
  box-shadow: 0 0 2rem hsl(204, 88%, 86%);
  inline-size: 100%;
}
.video-card__control {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  outline: inherit;
  padding: 0;
  color: hsl(239, 80%, 80%);
}
.video-card__control svg {
  block-size: auto;
  inline-size: clamp(3rem, 5vw, 5.625rem);
}
.video-card > * {
  grid-row: 1;
  grid-column: 1;
}

.information-card {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}
@media (min-width: 48em) {
  .information-card {
    align-items: start;
    flex-direction: row;
  }
  .information-card .information-card__icon {
    opacity: 0;
    transform: translateX(-4rem);
  }
  .information-card .information-card__caption {
    opacity: 0;
    transform: translateX(4rem);
  }
}
@media (min-width: 48em) {
  .information-card--reverse .information-card__icon {
    order: 2;
  }
}
@media (min-width: 48em) {
  .information-card--reverse .information-card__icon {
    opacity: 0;
    transform: translateX(4rem);
  }
  .information-card--reverse .information-card__caption {
    opacity: 0;
    transform: translateX(-4rem);
  }
}
.information-card__icon {
  --size: 7.5rem;
  block-size: var(--size);
  flex-shrink: 0;
  inline-size: var(--size);
}
.information-card__caption > * {
  margin-block-end: 0;
  margin-block-start: 0;
}
.information-card__caption > * + * {
  margin-block-start: 0;
}
.information-card__title {
  font-size: 1rem;
}
@media (min-width: 48em) {
  .information-card__description {
    text-wrap: balance;
  }
}
.information-card__more {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  outline: inherit;
  padding: 0;
  color: var(--normaflore-base-color-link);
  text-decoration: underline;
  margin-block-start: 0.5rem;
}
.information-card__more:hover {
  color: var(--normaflore-base-color-link-hover);
}
.information-card__footer {
  font-size: 0.688rem;
  margin-block-start: 0.5rem;
}

.screen-reader-response,
.screen-reader-text {
  block-size: 1px !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  inline-size: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
}

.wpcf7 br {
  display: none;
}
.wpcf7 .wpcf7-spinner {
  animation: loader 1.2s infinite ease-in-out;
  background-color: var(--normaflore-base-color-primary);
  display: none;
  height: 1.2rem;
  width: 1.2rem;
}
.wpcf7 .wpcf7-response-output {
  border-radius: var(--normaflore-border-radius-sm);
  display: none;
  font-size: 0.9375rem;
  line-height: var(--normaflore-line-height-sm);
  margin: 1.5rem 0 0;
  margin-inline: auto;
  padding: 0.8em 1.2em;
}
.wpcf7 .required-field {
  color: var(--normaflore-alert-color-danger);
}
.wpcf7 .wpcf7-form.submitting .wpcf7-spinner {
  display: inline-block;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  background-color: hsl(150, 100%, 93%);
  border: 1px solid var(--normaflore-alert-color-success);
  border-inline-start: 0.5rem solid var(--normaflore-alert-color-success);
  color: hsl(150, 100%, 3%);
  display: block;
}
.wpcf7 .wpcf7-form.failed .wpcf7-response-output, .wpcf7 .wpcf7-form.aborted .wpcf7-response-output, .wpcf7 .wpcf7-form.spam .wpcf7-response-output, .wpcf7 .wpcf7-form.invalid .wpcf7-response-output, .wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output {
  background-color: hsl(0, 71%, 96%);
  border: 1px solid var(--normaflore-alert-color-danger);
  border-inline-start: 0.5rem solid var(--normaflore-alert-color-danger);
  color: hsl(0, 71%, 21%);
  display: block;
}
.wpcf7 .ajax-error {
  display: none;
}
.wpcf7 input[type=file] {
  cursor: pointer;
}
.wpcf7 input[type=file]:disabled {
  cursor: primary;
}
.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}
.wpcf7 .form-group.is-wpcf7-submit {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
}
.wpcf7 .form-heading > * {
  margin-block-end: 0;
  margin-block-start: 0;
}
.wpcf7 .form-heading > * + * {
  margin-block-start: 0.25rem;
}
.wpcf7 .form-heading {
  margin-block-end: 1.5rem;
}
.wpcf7 .wpcf7-list-item-label {
  color: var(--normaflore-base-color-heading);
  font-weight: 400;
}
.wpcf7 .wpcf7-list-item-label a {
  color: var(--normaflore-base-color-heading);
}
.wpcf7 .wpcf7-list-item-label a:hover, .wpcf7 .wpcf7-list-item-label a:focus {
  color: var(--normaflore-base-color-heading);
}
.wpcf7 [type=checkbox] {
  border-radius: 4px !important;
  border-color: hsl(264, 15%, 94%);
}
.wpcf7 [type=checkbox]:focus {
  border-color: hsl(264, 15%, 94%);
  box-shadow: none;
}
@media (max-width: 700px) {
  .wpcf7 .wpcf7-submit {
    padding-inline: 3.5rem;
  }
}

.wpcf7-form-control.wpcf7-checkbox, .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 3rem;
}
.wpcf7-form-control.wpcf7-checkbox + .wpcf7-not-valid-tip, .wpcf7-form-control.wpcf7-radio + .wpcf7-not-valid-tip {
  margin-block-start: 1rem;
}
.wpcf7-form-control > .wpcf7-list-item {
  display: flex;
}

.form-control-wrap {
  display: block;
}

.wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  color: var(--normaflore-alert-color-danger);
  display: block;
  font-size: 1rem;
  line-height: var(--normaflore-line-height-sm);
  margin-block-start: 0.5rem;
}
.wpcf7-form-control-wrap .wpcf7-not-valid {
  border-color: var(--normaflore-alert-color-danger) !important;
}

.wpcf7-list-item label {
  --normaflore-border-radius: 0.35rem;
  --normaflore-border-width: 2px;
  --normaflore-font-size: 2rem;
  --normaflore-font-weight: 700;
  --normaflore-line-height: 1.5;
  --normaflore-margin-block: 0.1em;
  --normaflore-vertical-alignment: center;
  align-items: var(--normaflore-vertical-alignment);
  display: inline-flex;
  gap: 0.5rem;
}

.wpcf7-list-item label--vertical-center {
  align-items: center;
}

.wpcf7-list-item label--vertical-start {
  align-items: flex-start;
}

.wpcf7-list-item input {
  appearance: none;
  background-color: var(--normaflore-form-color-background);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  block-size: 1em;
  border: var(--normaflore-border-width) solid var(--normaflore-form-color-border);
  flex-shrink: 0;
  font-size: var(--normaflore-font-size);
  font-weight: var(--normaflore-font-weight);
  inline-size: 1em;
  line-height: 1;
  margin-block: var(--normaflore-margin-block);
  transition-duration: var(--normaflore-duration);
  transition-property: border, box-shadow;
  transition-timing-function: var(--normaflore-timing-function);
}
.wpcf7-list-item input[type=radio] {
  border-radius: 50%;
}
.wpcf7-list-item input[type=checkbox] {
  border-radius: var(--normaflore-border-radius);
}
.wpcf7-list-item input:focus-visible {
  outline: 2px solid var(--normaflore-form-color-check-focus-ring);
  outline-offset: 2px;
}
.wpcf7-list-item input:checked {
  background-color: var(--normaflore-form-color-check-background);
  border-color: var(--normaflore-form-color-check-background);
}
.wpcf7-list-item input:checked[type=radio] {
  background-image: url('data:image/svg+xml,%3csvg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3e%3ccircle cx="12" cy="12" r="6" style="fill:hsl%280, 0%, 100%%29;"/%3e%3c/svg%3e');
}
.wpcf7-list-item input:checked[type=checkbox] {
  background-image: url('data:image/svg+xml,%3csvg width="100%" height="100%" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M9.33,15.699L19.22,5.963C19.663,5.527 20.377,5.532 20.813,5.976C21.249,6.419 21.244,7.132 20.801,7.569L10.199,18.004L9.791,18.271L9.33,18.36L8.868,18.271L8.461,18.004L3.199,12.825C2.756,12.389 2.751,11.675 3.187,11.232C3.623,10.789 4.337,10.784 4.78,11.22L9.33,15.699Z" style="fill:hsl%280, 0%, 100%%29;"/%3e%3c/svg%3e');
}
.wpcf7-list-item input:indeterminate[type=checkbox] {
  background-image: url('data:image/svg+xml,%3csvg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M19.5,11.1c-0,-0.331 -0.269,-0.6 -0.6,-0.6l-13.8,0c-0.331,0 -0.6,0.269 -0.6,0.6l0,1.8c0,0.331 0.269,0.6 0.6,0.6l13.8,0c0.331,0 0.6,-0.269 0.6,-0.6l-0,-1.8Z" style="fill:hsl%280, 0%, 100%%29;"/%3e%3c/svg%3e');
  background-color: var(--normaflore-form-color-check-background);
  border-color: var(--normaflore-form-color-check-background);
}
.wpcf7-list-item input:disabled, .wpcf7-list-item input.disabled {
  background-color: var(--normaflore-form-color-background-disabled);
  border-color: var(--normaflore-form-color-border-disabled);
  cursor: not-allowed;
}
.wpcf7-list-item input:disabled + .wpcf7-list-item .wpcf7-list-item-label, .wpcf7-list-item input.disabled + .wpcf7-list-item .wpcf7-list-item-label {
  opacity: 0.5;
}

.wpcf7-list-item .wpcf7-list-item-label {
  font-weight: var(--normaflore-font-weight);
  line-height: var(--normaflore-line-height);
}

.wpcf7-file::file-selector-button {
  --normaflore-border-radius: 5rem;
  --normaflore-border-width: 2px;
  --normaflore-font-size: 1rem;
  --normaflore-font-weight: 500;
  --normaflore-gap: 0.5rem;
  --normaflore-icon-padding: 0.75em;
  --normaflore-icon-size: 1em;
  --normaflore-padding: 0.9rem 1.5rem;
  --normaflore-shadow-size: 0.25rem;
  align-items: center;
  border-radius: var(--normaflore-border-radius);
  border-style: solid;
  border-width: var(--normaflore-border-width);
  cursor: pointer;
  display: inline-flex;
  font-size: var(--normaflore-font-size);
  font-weight: var(--normaflore-font-weight);
  gap: var(--normaflore-gap);
  justify-content: center;
  line-height: 1;
  padding: var(--normaflore-padding);
  text-align: start;
  text-decoration: none;
  transition-duration: var(--normaflore-duration);
  transition-property: background-color, border-color, box-shadow, color;
  transition-timing-function: var(--normaflore-timing-function);
}

.wpcf7-file:focus {
  outline-color: transparent;
  outline-style: solid;
}

.wpcf7-file:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.wpcf7-file--sm::file-selector-button {
  --normaflore-font-size: 1rem;
  --normaflore-gap: 0.25rem;
  --normaflore-icon-padding: 0.5em;
  --normaflore-icon-size: 0.8rem;
  --normaflore-padding: 0.5em 1em;
  font-size: var(--normaflore-font-size);
  gap: var(--normaflore-gap);
  padding: var(--normaflore-padding);
}

.wpcf7-file--lg::file-selector-button {
  --normaflore-font-size: 1rem;
  --normaflore-gap: 0.5rem;
  --normaflore-icon-padding: 0.9em;
  --normaflore-padding: 0.813rem 1.5rem;
  --normaflore-border-radius: 0;
}

.wpcf7-file--block::file-selector-button {
  inline-size: 100%;
}

.wpcf7-file {
  display: block;
}
.wpcf7-file:focus {
  outline: revert;
}
.wpcf7-file:focus-within::file-selector-button {
  background-color: var(--normaflore-btn-color-primary-background-hover);
}
.wpcf7-file::file-selector-button {
  margin-inline-end: 1rem;
  background-color: var(--normaflore-btn-color-primary-background);
  border-color: var(--normaflore-btn-color-primary-background);
  color: var(--normaflore-btn-color-primary-foreground);
}
.wpcf7-file::file-selector-button:hover {
  background-color: var(--normaflore-btn-color-primary-background-hover);
  border-color: var(--normaflore-btn-color-primary-background-hover);
  color: var(--normaflore-btn-color-primary-foreground);
}
.wpcf7-file::file-selector-button-shadow {
  box-shadow: 0 0.55em 1em -0.2em var(--normaflore-btn-color-primary-shadow), 0 0.15em 0.35em -0.185em var(--normaflore-btn-color-primary-shadow);
}

.wpcf7-list-item label {
  gap: 0.75rem;
}

.required-field {
  color: var(--normaflore-alert-color-danger);
}

.hidden-fields-container {
  block-size: 1px !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  inline-size: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
}

@keyframes loader {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.heading > * {
  margin-block-end: 0;
  margin-block-start: 0;
}
.heading > * + * {
  margin-block-start: 1rem;
}
.heading {
  margin-block-end: 2rem;
}
.heading--secondary .heading__title {
  border-block-end: 0;
  padding-block-end: 0;
}
.heading--secondary .heading__subtitle {
  border-block-end: 3px solid var(--normaflore-base-color-tertiary);
  padding-block-end: 0.75rem;
}
.heading__title {
  border-block-end: 3px solid var(--normaflore-base-color-tertiary);
  font-size: clamp(1.5rem, 2vw + 1rem, 2.5rem);
  font-weight: 900;
  letter-spacing: 10%;
  padding-block-end: 0.75rem;
  text-transform: uppercase;
}
.heading__description > * {
  margin-block-end: 0;
  margin-block-start: 0;
}
.heading__description > * + * {
  margin-block-start: 1rem;
}
.heading__description {
  font-weight: 300;
  max-inline-size: 68ch;
}
.heading__subtitle {
  font-size: clamp(1.275rem, 2vw + 1rem, 1.5rem);
}

.post-content > * {
  margin-block-end: 0;
  margin-block-start: 0;
}
.post-content > * + * {
  margin-block-start: 1rem;
}
.post-content * + h2,
.post-content * + h3 {
  margin-block-start: 2.5rem;
}
.post-content > h2 + *,
.post-content > h3 + *,
.post-content > h4 + *,
.post-content > h5 + *,
.post-content > h6 + * {
  margin-block-start: 1rem;
}
.post-content h2 {
  font-size: 1.5rem;
}
.post-content h3 {
  font-size: 1rem;
}
.post-content img {
  border-radius: 1.875rem;
}
.post-content iframe {
  aspect-ratio: 16/9;
}
.post-content .gallery,
.post-content .wp-caption,
.post-content > p:has([class*=wp-image]) {
  margin-block: 2rem;
}
.post-content > *:not(.accordion-card) + .accordion-card {
  margin-block-start: 2rem;
}
.post-content > .accordion-card + .accordion-card {
  margin-block-start: 1rem;
}
.post-content hr {
  margin-block: 3rem;
}
.post-content strong {
  font-weight: 700;
}
.post-content .table-responsive {
  font-weight: 300;
  margin-inline: 1.5rem;
}
.post-content .table-responsive th {
  font-weight: 500;
}
.post-content .table-responsive em {
  font-size: 0.688rem;
  font-style: normal;
}
.post-content .small {
  font-size: 0.688rem;
}

.modal-wrapper {
  align-items: center;
  block-size: 100dvh;
  display: grid;
  inset: 0 0 auto 0;
  grid-template-columns: minmax(0, 1fr);
  justify-content: center;
  overflow-y: auto;
  position: fixed;
  z-index: 999;
}

.modal-backdrop {
  background-color: transparent;
  inset: 0;
  pointer-events: none;
  position: fixed;
}
.modal-backdrop--animate-out {
  opacity: 0%;
}
.modal-backdrop--animate-in {
  opacity: 100%;
}

.modal {
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: var(--normaflore-timing-function);
  background: hsla(204, 100%, 98%, 0.94);
  backdrop-filter: blur(1rem);
  border-radius: clamp(2rem, 5vw, 3.75rem);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  inline-size: 53.438rem;
  margin: 1.5rem auto;
  max-inline-size: calc(100% - 2 * 1.5rem);
  outline: 0;
  overscroll-behavior: contain;
  padding: clamp(2rem, 5vw, 4.688rem) clamp(2rem, 5vw, 6.875rem);
  scrollbar-width: thin;
  z-index: 100;
}
.modal--video {
  inline-size: 80rem;
}
.modal--animate-out {
  opacity: 0%;
  transform: translateY(2rem);
}
.modal--animate-in {
  opacity: 100%;
  transform: translateY(0);
}
.modal__header {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
}
.modal__header .heading {
  flex-grow: 2;
}
.modal__close {
  --size: 2rem;
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  outline: inherit;
  padding: 0;
  align-items: center;
  block-size: var(--size);
  color: var(--normaflore-base-color-primary);
  cursor: pointer;
  display: flex;
  inline-size: var(--size);
  inset: 2rem 2rem auto auto;
  justify-content: center;
  position: fixed !important;
  z-index: 100;
}
@media (min-width: 64em) {
  .modal__close {
    --size: 3rem;
  }
}
.modal__close svg {
  --size: 1.5rem;
  block-size: var(--size);
  inline-size: var(--size);
}
@media (min-width: 64em) {
  .modal__close svg {
    --size: 2rem;
  }
}
.modal__title {
  font-size: clamp(1.7rem, 2vw + 1rem, 2rem);
  margin-block: 0;
  margin-inline-end: 2.5rem;
}
.modal__body > * {
  margin-block-end: 0;
  margin-block-start: 0;
}
.modal__body > * + * {
  margin-block-start: 1rem;
}
.modal__body figure,
.modal__body iframe {
  inline-size: 100% !important;
}
.modal__video {
  border-radius: 1rem;
  inline-size: 100%;
}
.modal__mat {
  margin-block: 3rem 0;
}

.anchor-navigation {
  animation: fade-in 0.75s ease-out 0.25s forwards;
  display: none;
  font-size: 0.75rem;
  inset: 25rem 0 auto 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: 20;
}
@media (min-width: 80em) {
  .anchor-navigation {
    display: flex;
  }
}
.anchor-navigation--hidden > .container {
  opacity: 0;
  visibility: hidden;
}
.anchor-navigation--hidden-scroll .anchor-navigation__inner {
  opacity: 0;
  visibility: hidden;
}
.anchor-navigation__inner {
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: var(--normaflore-timing-function);
  list-style: none;
  margin: 0;
  padding: 0;
}
.anchor-navigation__inner > * {
  margin-block-end: 0;
  margin-block-start: 0;
}
.anchor-navigation__inner > * + * {
  margin-block-start: 1rem;
}
.anchor-navigation button {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  outline: inherit;
  padding: 0;
  transition-duration: var(--normaflore-duration);
  transition-property: all;
  transition-timing-function: var(--normaflore-timing-function);
  color: var(--normaflore-base-color-primary);
  cursor: pointer;
  font-weight: 500;
  pointer-events: all;
  text-transform: uppercase;
}
.anchor-navigation button[aria-current=true] {
  font-weight: 700;
}
.anchor-navigation > .container {
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: var(--normaflore-timing-function);
}

.searchform ::selection {
  background-color: var(--normaflore-base-color-secondary);
  color: hsl(0, 0%, 100%);
}
.searchform {
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: var(--normaflore-timing-function);
  align-items: center;
  background-color: var(--normaflore-base-color-primary);
  display: flex;
  font-size: 1rem;
  gap: 1.5rem;
  inset: 0 0 auto 0;
  justify-content: space-between;
  padding-inline: clamp(1rem, 5vw, 3rem);
  position: fixed;
  z-index: 30;
}
@media (min-width: 64em) {
  .searchform {
    font-size: 2rem;
  }
}
.searchform--animate-in {
  opacity: 100%;
  transform: translateY(0);
}
.searchform--animate-out {
  opacity: 0%;
  transform: translateY(-100%);
}
.searchform--loading .searchform__preloader {
  visibility: visible;
}
.searchform__icon {
  --size: 1.4rem;
  block-size: var(--size);
  color: hsla(0, 0%, 100%, 0.75);
  flex-shrink: 0;
  inline-size: var(--size);
}
@media (min-width: 64em) {
  .searchform__icon {
    --size: 2rem;
  }
}
.searchform__control {
  background: none;
  block-size: var(--normaflore-header-block-size);
  border: 0;
  color: hsl(0, 0%, 100%);
  flex-grow: 1;
  font-weight: 300;
  inline-size: 100%;
  line-height: 1;
  outline: 0;
  padding: 0.4rem 0.4rem 0.4rem 0;
}
.searchform__control::placeholder {
  color: hsl(0, 0%, 100%);
}
.searchform__btns {
  align-items: center;
  display: flex;
  gap: 1.5rem;
}
.searchform__close {
  --color: hsl(0deg 0% 100%) !important;
  --color-hover: var(--normaflore-base-color-primary) !important;
  --background-color: hsl(0deg 0% 100%) !important;
  --size: 2rem;
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  outline: inherit;
  padding: 0;
  align-items: center;
  block-size: var(--size);
  color: var(--normaflore-base-color-primary);
  cursor: pointer;
  display: flex;
  inline-size: var(--size);
  justify-content: center;
}
@media (min-width: 64em) {
  .searchform__close {
    --size: 3rem;
  }
}
.searchform__close svg {
  --size: 1.5rem;
  block-size: var(--size);
  inline-size: var(--size);
}
@media (min-width: 64em) {
  .searchform__close svg {
    --size: 2rem;
  }
}
.searchform__preloader {
  --border-width: 0.25rem !important;
  --size: 2.25rem !important;
  color: hsl(0, 0%, 100%);
  margin-inline-end: 0.5rem;
  visibility: hidden;
}
.searchform__summary {
  border-block-end: 1px solid var(--normaflore-base-color-border);
  color: var(--normaflore-base-color-heading);
  font-weight: 700;
  line-height: var(--normaflore-line-height-md);
  margin-block-end: 0.5rem;
  padding-block-end: 0.5rem;
}
.searchform__results {
  background-color: var(--normaflore-form-color-background);
  inset: 100% 0 auto;
  padding: clamp(1rem, 5vw, 1.5rem) clamp(1rem, 5vw, 3rem);
  position: absolute;
}
.searchform__helper::-webkit-scrollbar {
  block-size: 0.5rem;
  inline-size: 0.5rem;
}
.searchform__helper::-webkit-scrollbar-thumb {
  background: var(--normaflore-scrollbar-color-thumb-background);
  border-radius: var(--normaflore-border-radius-sm);
}
.searchform__helper::-webkit-scrollbar-thumb:hover {
  background: var(--normaflore-scrollbar-color-thumb-background-hover);
}
.searchform__helper::-webkit-scrollbar-track {
  background: var(--normaflore-scrollbar-color-track-background);
  border-radius: var(--normaflore-border-radius-sm);
}
.searchform__helper {
  max-block-size: 20rem;
  overflow-y: auto;
  text-align: start;
  text-wrap: pretty;
  z-index: 20;
}
@media (min-width: 64em) {
  .searchform__helper {
    font-size: 1.5rem;
  }
}
.searchform__helper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  justify-self: start;
  gap: 0;
  line-height: var(--normaflore-line-height-md);
}
.searchform__helper ul > *:not(:last-child) {
  border-block-end: 1px dotted var(--normaflore-base-color-border);
  margin-block-end: 0.5rem;
  padding-block-end: 0.5rem;
}
.searchform__helper ul li {
  display: flex;
  inline-size: 100%;
}
.searchform__helper ul span {
  color: hsla(0, 0%, 0%, 0.45);
  font-size: 0.8375rem;
}
.searchform__helper ul a {
  color: var(--normaflore-base-color-link);
  display: flex;
  flex-direction: column;
  gap: 0;
  inline-size: 100%;
  text-decoration: none;
}
.searchform__helper ul a:hover, .searchform__helper ul a:focus {
  color: var(--normaflore-base-color-link-hover);
}
.searchform__no-result {
  margin-block: 0;
}

.preloader--circle {
  --color: currentColor;
  --border-width: 0.25em;
  --size: 1em;
  --animation-duration: 1s;
  block-size: var(--size);
  inline-size: var(--size);
}
.preloader--circle::after {
  animation: rotation var(--animation-duration) linear infinite;
  block-size: var(--size);
  border: var(--border-width) solid var(--color);
  border-color: var(--color) transparent var(--color) transparent;
  border-radius: 50%;
  content: "";
  display: flex;
  inline-size: var(--size);
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.alert {
  align-items: center;
  border-radius: 1rem;
  display: flex;
  font-size: 1rem;
  gap: 1.5rem;
  justify-content: space-between;
  line-height: var(--normaflore-line-height-sm);
  padding: 0.8em 1.2em;
}
.alert--danger {
  --normaflore-base-color-text: hsl(0, 71%, 25.5%);
  --normaflore-base-color-heading: hsl(0, 71%, 25.5%);
  --normaflore-base-color-link: hsl(0, 71%, 25.5%);
  --normaflore-base-color-link-hover: hsl(0, 71%, 35.7%);
  --normaflore-base-color-strong: hsl(0, 71%, 25.5%);
  background-color: hsl(0, 71%, 95.59%);
  border-color: hsl(0, 71%, 51%);
  color: hsl(0, 71%, 35.7%);
}

.alert--danger .alert__close {
  background-color: hsl(0, 71%, 35.7%);
  color: hsl(0, 71%, 95.1%);
}

.alert--info {
  --normaflore-base-color-text: hsl(195, 100%, 21%);
  --normaflore-base-color-heading: hsl(195, 100%, 21%);
  --normaflore-base-color-link: hsl(195, 100%, 21%);
  --normaflore-base-color-link-hover: hsl(195, 100%, 29.4%);
  --normaflore-base-color-strong: hsl(195, 100%, 21%);
  background-color: hsl(195, 100%, 94.78%);
  border-color: hsl(195, 100%, 42%);
  color: hsl(195, 100%, 29.4%);
}

.alert--info .alert__close {
  background-color: hsl(195, 100%, 29.4%);
  color: hsl(195, 100%, 94.2%);
}

.alert--success {
  --normaflore-base-color-text: hsl(150, 100%, 16.5%);
  --normaflore-base-color-heading: hsl(150, 100%, 16.5%);
  --normaflore-base-color-link: hsl(150, 100%, 16.5%);
  --normaflore-base-color-link-hover: hsl(150, 100%, 23.1%);
  --normaflore-base-color-strong: hsl(150, 100%, 16.5%);
  background-color: hsl(150, 100%, 93.97%);
  border-color: hsl(150, 100%, 33%);
  color: hsl(150, 100%, 23.1%);
}

.alert--success .alert__close {
  background-color: hsl(150, 100%, 23.1%);
  color: hsl(150, 100%, 93.3%);
}

.alert--warning {
  --normaflore-base-color-text: hsl(48, 89%, 27.5%);
  --normaflore-base-color-heading: hsl(48, 89%, 27.5%);
  --normaflore-base-color-link: hsl(48, 89%, 27.5%);
  --normaflore-base-color-link-hover: hsl(48, 89%, 38.5%);
  --normaflore-base-color-strong: hsl(48, 89%, 27.5%);
  background-color: hsl(48, 89%, 95.95%);
  border-color: hsl(48, 89%, 55%);
  color: hsl(48, 89%, 38.5%);
}

.alert--warning .alert__close {
  background-color: hsl(48, 89%, 38.5%);
  color: hsl(48, 89%, 95.5%);
}

.alert__caption > * {
  margin-block-end: 0;
  margin-block-start: 0;
}
.alert__caption > * + * {
  margin-block-start: 0.25rem;
}
.alert__close {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  outline: inherit;
  padding: 0;
  transition-duration: var(--normaflore-duration);
  transition-property: all;
  transition-timing-function: var(--normaflore-timing-function);
  align-items: center;
  border-radius: 4px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  padding: 0.5em;
}
.alert__close:hover, .alert__close:focus {
  opacity: 0.75;
}
.alert__close svg {
  --size: 0.8rem;
  block-size: var(--size);
  inline-size: var(--size);
}

.spore {
  --size: 4.5rem;
  block-size: auto;
  inline-size: var(--size);
  pointer-events: none;
  position: absolute;
  z-index: 40;
}
.spore--secondary img {
  animation: sporeFloat 7.5s ease-in-out infinite, sporeWind 10.5s ease-in-out infinite, sporeTwist 14s ease-in-out infinite;
}
.spore img {
  animation: sporeFloat 6.5s ease-in-out infinite, sporeWind 9.5s ease-in-out infinite, sporeTwist 12s ease-in-out infinite;
}

@keyframes sporeFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -14px, 0);
  }
}
@keyframes sporeWind {
  0% {
    transform: translate3d(0, 0, 0);
  }
  25% {
    transform: translate3d(10px, -3px, 0);
  }
  50% {
    transform: translate3d(3px, -5px, 0);
  }
  75% {
    transform: translate3d(-8px, -3px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes sporeTwist {
  0%, 100% {
    rotate: 0deg;
  }
  40% {
    rotate: 4deg;
  }
  70% {
    rotate: -3deg;
  }
}
@keyframes sporeShimmer {
  0%, 100% {
    opacity: 0.45;
    filter: blur(0px);
  }
  50% {
    opacity: 0.85;
    filter: blur(0.4px);
  }
}
/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .spore, .spore::before {
    animation: none !important;
  }
}
.container {
  --inline-size: var(--normaflore-container-inline-size);
  --gap: var(--normaflore-container-gap);
  inline-size: 100%;
  margin-inline: auto;
  max-inline-size: var(--inline-size);
  padding-inline: var(--gap);
}
.container--wide {
  --inline-size: 98rem;
}
.container--medium {
  --inline-size: 65rem;
}
.container--information {
  --inline-size: 50rem;
}
.container--narrow {
  --inline-size: 45rem;
}

.l-header {
  position: relative;
  z-index: 25;
}
.l-header__inner {
  align-items: center;
  block-size: var(--normaflore-header-block-size);
  display: flex;
  justify-content: space-between;
}
.l-header__logo {
  inline-size: 10rem;
}
@media (min-width: 64em) {
  .l-header__logo {
    inline-size: 15.938rem;
  }
}
.l-header__btns {
  display: flex;
  gap: 1.5rem;
}
.l-header__btn {
  --size: 2rem;
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  outline: inherit;
  padding: 0;
  align-items: center;
  block-size: var(--size);
  color: var(--normaflore-base-color-primary);
  cursor: pointer;
  display: flex;
  inline-size: var(--size);
  justify-content: center;
}
@media (min-width: 64em) {
  .l-header__btn {
    --size: 3rem;
  }
}
.l-header__btn svg {
  --size: 1.5rem;
  block-size: var(--size);
  inline-size: var(--size);
}
@media (min-width: 64em) {
  .l-header__btn svg {
    --size: 2rem;
  }
}

.l-post--video .l-post__inner {
  padding-block-start: 0;
}
.l-post--block .l-post__spore--01 {
  inset: 5rem auto auto -9rem;
}
.l-post--block .l-post__spore--02 {
  inset: 17rem -1rem auto auto;
}
.l-post--block .l-post__spore--03 {
  --size: 14rem;
  inset: 15rem -14rem auto auto;
}
.l-post--archive .l-post__spore--01 {
  inset: 5rem auto auto -9rem;
}
.l-post--archive .l-post__spore--02 {
  inset: 17rem -1rem auto auto;
}
.l-post--archive .l-post__spore--03 {
  --size: 14rem;
  inset: auto -16rem 8rem auto;
}
.l-post--archive .l-post__spore--04 {
  inset: auto auto 5rem -1rem;
}
@media (min-width: 64em) {
  .l-post--archive .l-post__spore--04 {
    inset: auto auto 5rem 5rem;
  }
}
.l-post--single .l-post__spore--01, .l-post--page .l-post__spore--01 {
  inset: -25rem auto auto -9rem;
}
.l-post--single .l-post__spore--02, .l-post--page .l-post__spore--02 {
  --size: 14rem;
  inset: 17rem -14rem auto auto;
}
.l-post--single .l-post__spore--03, .l-post--page .l-post__spore--03 {
  inset: 25rem auto auto -9rem;
}
.l-post--single .l-post__spore--04, .l-post--page .l-post__spore--04 {
  inset: 90rem -4rem auto auto;
}
.l-post--single .l-post__spore--05, .l-post--page .l-post__spore--05 {
  inset: 105rem -10rem auto auto;
}
.l-post--single .l-post__spore--06, .l-post--page .l-post__spore--06 {
  --size: 10rem;
  inset: 135rem -18rem auto auto;
}
.l-post--single .l-post__spore--07, .l-post--page .l-post__spore--07 {
  --size: 14rem;
  inset: 155rem auto auto -17rem;
}
.l-post--single .l-post__spore--08, .l-post--page .l-post__spore--08 {
  --size: 10rem;
  inset: 240rem auto auto -12rem;
}
.l-post--single .l-post__spore--09, .l-post--page .l-post__spore--09 {
  inset: 270rem -6rem auto auto;
}
.l-post--single .l-post__spore--10, .l-post--page .l-post__spore--10 {
  --size: 14rem;
  inset: 290rem -18rem auto auto;
}
.l-post--single .l-post__spore--11, .l-post--page .l-post__spore--11 {
  inset: 320rem auto auto -6rem;
}
.l-post__back-to-archive {
  margin-block-end: 2.5rem;
}
.l-post__back-to-archive a {
  align-items: center;
  color: var(--normaflore-base-color-primary);
  display: inline-flex;
  gap: 1rem;
  text-decoration: none;
  position: relative;
}
.l-post__back-to-archive a::before {
  transition-duration: var(--normaflore-duration);
  transition-property: all;
  transition-timing-function: var(--normaflore-timing-function);
  border-radius: 4rem;
  background-color: var(--normaflore-base-color-primary);
  content: "";
  inset: -0.35rem -1rem;
  opacity: 0;
  scale: 75%;
  position: absolute;
  z-index: -1;
}
.l-post__back-to-archive a:hover, .l-post__back-to-archive a:focus {
  color: hsl(0, 0%, 100%);
}
.l-post__back-to-archive a:hover::before, .l-post__back-to-archive a:focus::before {
  opacity: 100%;
  scale: 100%;
}
.l-post__back-to-archive a svg {
  --size: 1.5rem;
  block-size: var(--size);
  inline-size: var(--size);
}
.l-post__thumbnail {
  margin-block-end: 1.5rem;
}
.l-post__thumbnail img {
  block-size: 16rem;
  inline-size: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 64em) {
  .l-post__thumbnail img {
    block-size: 32.5rem;
  }
}
.l-post__heading > * {
  margin-block-end: 0;
  margin-block-start: 0;
}
.l-post__heading > * + * {
  margin-block-start: 1rem;
}
.l-post__heading--single .l-post__title {
  border-block-end: 0;
  padding-block-end: 0;
}
.l-post__heading--single .l-post__subtitle {
  border-block-end: 3px solid var(--normaflore-base-color-tertiary);
  padding-block-end: 0.75rem;
}
.l-post__title {
  border-block-end: 3px solid var(--normaflore-base-color-tertiary);
  font-size: clamp(1.5rem, 2vw + 1rem, 2.5rem);
  font-weight: 900;
  letter-spacing: 10%;
  padding-block-end: 0.75rem;
  text-transform: uppercase;
}
.l-post__subtitle {
  font-size: clamp(1.275rem, 2vw + 1rem, 1.5rem);
}
.l-post__description > * {
  margin-block-end: 0;
  margin-block-start: 0;
}
.l-post__description > * + * {
  margin-block-start: 1rem;
}
.l-post__description {
  font-weight: 300;
}
.l-post__inner {
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 5vw, 3.5rem);
  padding-block: calc(var(--normaflore-section-gap) / 2) calc(var(--normaflore-section-gap) * 2);
  position: relative;
}
.l-post__inner--small {
  gap: clamp(1.5rem, 5vw, 2.25rem);
}
.l-post__content {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 5vw, 2rem);
}
.l-post__thumbnail {
  border-radius: var(--normaflore-border-radius-lg);
}
.l-post__more {
  display: flex;
  justify-content: center;
  margin-block-start: 1.5rem;
}
.l-post__grid {
  --column: 1;
  display: grid;
  gap: clamp(1.5rem, 5vw, 3rem);
  grid-template-columns: repeat(var(--column), minmax(0, 1fr));
}
@media (min-width: 48em) {
  .l-post__grid {
    --column: 2;
  }
}
.l-post__mat {
  margin-block: 3rem 0;
}

.l-hero__inner {
  margin-block: calc(var(--normaflore-section-gap) * 1.5) var(--normaflore-section-gap);
  position: relative;
}
.l-hero__video {
  --size: 22rem;
  block-size: auto;
  inline-size: var(--size);
  inset: calc(var(--size) / 5 * -1) calc(var(--size) / 2.2 * -1) 0 auto;
  position: absolute;
  user-select: none;
  z-index: -1;
}
@media (min-width: 64em) {
  .l-hero__video {
    --size: 40rem;
    inset: calc(var(--size) / 9 * -1) calc(var(--size) / 2 * -1) 0 auto;
  }
}
.l-hero__caption > * {
  margin-block-end: 0;
  margin-block-start: 0;
}
.l-hero__caption > * + * {
  margin-block-start: 1.5rem;
}
.l-hero__caption {
  margin-inline-end: 5rem;
}
@media (min-width: 64em) {
  .l-hero__caption {
    margin-inline-end: 10rem;
  }
}
.l-hero__subtitle {
  font-size: clamp(2.25rem, 2vw + 1rem, 4.5rem);
  line-height: var(--normaflore-line-height-heading);
}
.l-hero__title {
  border-block-start: 3px solid var(--normaflore-base-color-tertiary);
  font-size: clamp(1.92rem, 2vw + 1rem, 4rem);
  font-weight: 900;
  line-height: calc(2px + 2ex + 2px);
  letter-spacing: 5%;
  margin-block-start: 1rem;
  padding-block-start: 2.25rem;
  text-transform: uppercase;
}
.l-hero__title span {
  font-weight: 300;
}
.l-hero__description {
  margin-block-start: clamp(2rem, 5vw, 4.688rem);
  max-inline-size: 68ch;
}
.l-hero__description--short {
  max-inline-size: 58ch;
}
.l-hero__note {
  font-size: 0.688rem;
  margin-block-start: 3rem;
  max-inline-size: 80ch;
}
.l-hero__footer {
  align-items: center;
  display: flex;
  gap: 3rem;
  margin-block-start: 3rem;
}
.l-hero__footer .l-hero__note {
  margin-block-start: 0;
}
.l-hero__spore--01 {
  inset: -4rem 5rem auto auto;
}
@media (min-width: 64em) {
  .l-hero__spore--01 {
    inset: -12rem 6rem auto auto;
  }
}
.l-hero__spore--02 {
  --size: 10rem;
  display: none;
}
@media (min-width: 64em) {
  .l-hero__spore--02 {
    --size: 14rem;
    display: block;
    inset: auto auto 0 -18rem;
  }
}

.l-information {
  padding-block-end: var(--normaflore-section-gap);
}
.l-information__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}
.l-information__list {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  position: relative;
}
.l-information__spore--01 {
  --size: 14rem;
  inset: auto auto 3rem -23rem;
}
.l-information__spore--02 {
  --size: 10rem;
  inset: 0 -6rem auto auto;
}
@media (min-width: 64em) {
  .l-information__spore--02 {
    --size: 14rem;
    inset: 0 -12rem auto auto;
  }
}
.l-information__spore--03 {
  inset: 16rem -15rem auto auto;
}

.l-video {
  padding-block-end: calc(var(--normaflore-section-gap) * 1.5);
}
.l-video__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}
.l-video__spore--01 {
  inset: auto auto 2rem -8rem;
}
.l-video__spore--02 {
  inset: 3rem auto auto -3rem;
}
@media (min-width: 64em) {
  .l-video__spore--02 {
    inset: 20rem -12rem auto auto;
  }
}

.l-auth {
  margin-block-end: var(--normaflore-section-gap);
}
.l-auth__inner > * {
  margin-block-end: 0;
  margin-block-start: 0;
}
.l-auth__inner > * + * {
  margin-block-start: 0;
}
.l-auth__inner {
  margin-block-start: 3.5rem;
}
.l-auth__form {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-block-start: 3.5rem;
  position: relative;
}
.l-auth__form--login .l-auth__spore--01, .l-auth__form--register .l-auth__spore--01 {
  inset: 12rem auto auto -10rem;
}
.l-auth__form--login .l-auth__spore--02, .l-auth__form--register .l-auth__spore--02 {
  inset: auto -8rem 15rem auto;
}
.l-auth__form--login .l-auth__spore--03, .l-auth__form--register .l-auth__spore--03 {
  --size: 14rem;
  inset: auto -21rem 2rem auto;
}
.l-auth__form--lost-password .l-auth__spore--01, .l-auth__form--reset-password .l-auth__spore--01 {
  inset: 5rem auto auto -10rem;
}
.l-auth__form--lost-password .l-auth__spore--02, .l-auth__form--reset-password .l-auth__spore--02 {
  inset: auto -8rem 5rem auto;
}

.l-profile {
  padding-block: calc(var(--normaflore-section-gap) / 1.5) var(--normaflore-section-gap);
}
.l-profile__inner > * {
  margin-block-end: 0;
  margin-block-start: 0;
}
.l-profile__inner > * + * {
  margin-block-start: 1.5rem;
}
.l-profile__layout {
  display: grid;
  gap: var(--normaflore-container-gap);
  grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 64em) {
  .l-profile__layout {
    grid-template-columns: minmax(0, 16rem) minmax(0, 1fr);
  }
}
.l-profile__block > * {
  margin-block-end: 0;
  margin-block-start: 0;
}
.l-profile__block > * + * {
  margin-block-start: 1.5rem;
}
.l-profile__block {
  margin-block-start: clamp(1.5rem, 5vw, 3rem);
}
.l-profile__body > * {
  margin-block-end: 0;
  margin-block-start: 0;
}
.l-profile__body > * + * {
  margin-block-start: 1.5rem;
}
.l-profile__navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid var(--normaflore-base-color-primary);
  border-radius: var(--normaflore-border-radius-lg);
  overflow: hidden;
}
.l-profile__navigation > * + * {
  border-block-start: 1px solid var(--normaflore-base-color-primary);
  margin-block-start: 0;
}
.l-profile__navigation a {
  transition-duration: var(--normaflore-duration);
  transition-property: all;
  transition-timing-function: var(--normaflore-timing-function);
  color: var(--normaflore-base-color-primary);
  display: flex;
  padding: 0.8rem 1.5rem;
  text-decoration: none;
}
.l-profile__navigation a:hover, .l-profile__navigation a:focus {
  background-color: hsl(230, 53%, 97%);
}
.l-profile__navigation a.is-active {
  background-color: var(--normaflore-base-color-primary);
  color: hsl(0, 0%, 100%);
  font-weight: 700;
}
.l-profile__form > * {
  margin-block-end: 0;
  margin-block-start: 0;
}
.l-profile__form > * + * {
  margin-block-start: 1.5rem;
}

.l-not-found {
  align-items: center;
  background-color: var(--normaflore-base-color-background);
  display: flex;
}
.l-not-found__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-block-size: 70dvh;
  padding-block: calc(var(--normaflore-section-gap) / 2) var(--normaflore-section-gap);
  text-align: center;
}
.l-not-found__caption > * {
  margin-block-end: 0;
  margin-block-start: 0;
}
.l-not-found__caption > * + * {
  margin-block-start: 1.5rem;
}
.l-not-found__title {
  font-size: clamp(1.925rem, 1rem + 3vw, 2.75rem);
  margin-inline: auto;
  max-inline-size: 20ch;
  text-wrap: balance;
}
@media (min-width: 80em) {
  .l-not-found__title {
    font-size: clamp(1.82rem, 1rem + 3vw, 3.5rem);
  }
}

.l-footer {
  --normaflore-base-color-text: hsl(0, 0%, 100%);
  --normaflore-base-color-link: hsl(0, 0%, 100%);
  --normaflore-base-color-link-hover: hsl(0, 0%, 100%);
  --normaflore-base-color-heading: hsl(0, 0%, 100%);
  --normaflore-base-color-strong: hsl(0, 0%, 100%);
}
.l-footer ::selection {
  background-color: var(--normaflore-base-color-secondary);
  color: hsl(0, 0%, 100%);
}
.l-footer {
  background-color: var(--normaflore-base-color-primary);
  color: var(--normaflore-base-color-text);
  padding-block: var(--normaflore-section-gap);
}
.l-footer__inner {
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 64em) {
  .l-footer__inner {
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr) minmax(0, 0.75fr);
  }
}
.l-footer__column > * {
  margin-block-end: 0;
  margin-block-start: 0;
}
.l-footer__column > * + * {
  margin-block-start: 1.5rem;
}
.l-footer__title {
  font-size: clamp(1.275rem, 2vw + 1rem, 1.5rem);
}
.l-footer__caption > * {
  margin-block-end: 0;
  margin-block-start: 0;
}
.l-footer__caption > * + * {
  margin-block-start: 1rem;
}
.l-footer__bottom {
  display: flex;
  justify-content: end;
  margin-block-start: 3rem;
}
.l-footer__bottom img {
  inline-size: 8rem;
}
@media (min-width: 64em) {
  .l-footer__bottom img {
    inline-size: 10.625rem;
  }
}
.l-footer__info > * {
  margin-block-end: 0;
  margin-block-start: 0;
}
.l-footer__info > * + * {
  margin-block-start: 0.5rem;
}
.l-footer__info {
  list-style: none;
  padding-inline: 0;
}
.l-footer__info li {
  align-items: start;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: space-between;
}
@media (min-width: 48em) {
  .l-footer__info li {
    align-items: center;
    flex-direction: row;
  }
}
.l-footer__info .btn {
  text-decoration: underline;
  text-wrap: nowrap;
}
.l-footer__navigation > * {
  margin-block-end: 0;
  margin-block-start: 0;
}
.l-footer__navigation > * + * {
  margin-block-start: 0.75rem;
}
.l-footer__navigation {
  list-style: none;
  padding-inline: 0;
}
.l-footer__navigation a {
  text-decoration: none;
}
.l-footer__navigation a[aria-current=page] {
  font-weight: 700;
}

.pswp {
  --pswp-bg: hsl(0deg 0% 100%);
  --pswp-placeholder-bg: hsl(0deg 0% 90%);
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  --pswp-icon-color: hsl(60deg 1% 23%);
  --pswp-icon-color-secondary: hsl(0deg 0% 90%);
  --pswp-icon-stroke-color: hsl(0deg 0% 100%);
  --pswp-icon-stroke-width: 0;
  --pswp-error-text-color: var(--pswp-icon-color);
}

.pswp {
  contain: layout style size;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.003;
  outline: 0;
  position: fixed;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  touch-action: none;
  width: 100%;
  z-index: var(--pswp-root-z-index);
}

.pswp:focus {
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
  display: block;
}

.pswp,
.pswp__bg {
  transform: translateZ(0);
  will-change: opacity;
}

.pswp__bg {
  background: var(--pswp-bg);
  opacity: 0.005;
}

.pswp,
.pswp__scroll-wrap {
  overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
  height: auto;
  width: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: zoom-in;
  cursor: zoom-in;
  cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: grab;
  cursor: grab;
  cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: grabbing;
  cursor: grabbing;
  cursor: grabbing;
}

.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
  cursor: zoom-out;
  cursor: zoom-out;
  cursor: zoom-out;
}

.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
  user-select: none;
  user-select: none;
  user-select: none;
  user-select: none;
}

.pswp__item {
  overflow: hidden;
  z-index: 1;
}

.pswp__hidden {
  display: none !important;
}

.pswp__content {
  pointer-events: none;
}

.pswp__content > * {
  pointer-events: auto;
}

.pswp__error-msg-container {
  display: grid;
}

.pswp__error-msg {
  color: var(--pswp-error-text-color);
  font-size: 1em;
  line-height: 1;
  margin: auto;
}

.pswp .pswp__hide-on-close {
  opacity: 0.005;
  pointer-events: none;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  will-change: opacity;
  z-index: 10;
}

.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
}

.pswp__button {
  appearance: none;
  background: none;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 60px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-touch-callout: none;
  width: 50px;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
  padding: 0;
  transition: none;
}

.pswp__button:disabled {
  cursor: auto;
  opacity: 0.3;
}

.pswp__icn {
  color: var(--pswp-icon-color-secondary);
  fill: var(--pswp-icon-color);
}

.pswp__icn {
  height: 32px;
  left: 9px;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 14px;
  width: 32px;
}

.pswp__icn-shadow {
  fill: none;
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
}

.pswp__icn:focus {
  outline: 0;
}

.pswp__img--placeholder,
.pswp__img--with-bg {
  background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
  display: flex;
  flex-direction: row;
  height: 60px;
  justify-content: flex-end;
  left: 0;
  pointer-events: none !important;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.pswp__top-bar > * {
  pointer-events: auto;
  will-change: opacity;
}

.pswp__button--close {
  margin-right: 6px;
}

.pswp__button--arrow {
  height: 100px;
  margin-top: -50px;
  position: absolute;
  top: 0;
  top: 50%;
  width: 75px;
}

.pswp__button--arrow:disabled {
  cursor: default;
  display: none;
}

.pswp__button--arrow .pswp__icn {
  background: none;
  border-radius: 0;
  height: 60px;
  margin-top: -30px;
  top: 50%;
  width: 60px;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  left: 0;
  right: auto;
}

.pswp__button--arrow--next {
  right: 0;
}

.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  transform: scale(-1, 1);
}

.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}

.pswp__preloader {
  height: 60px;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  width: 50px;
}

.pswp__preloader .pswp__icn {
  animation: pswp-clockwise 600ms linear infinite;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@keyframes pswp-clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pswp__counter {
  color: var(--pswp-icon-color);
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-inline-start: 20px;
  margin-top: 15px;
  opacity: 0.85;
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
}

.pswp--one-slide .pswp__counter {
  display: none;
}

.pswp__custom-caption {
  background: hsl(0, 0%, 100%);
  color: var(--normaflore-base-color-text);
  font-size: 0.9378rem;
  inset: auto 2rem 2rem auto;
  line-height: var(--normaflore-line-height-md);
  padding: 0.5rem 1rem;
  position: absolute;
}
.pswp__custom-caption:empty {
  display: none;
}

.pswp__custom-caption a {
  color: #fff;
  text-decoration: underline;
}

.pswp__video-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 1.5rem;
  pointer-events: none;
  position: relative;
  width: 100%;
}
.pswp__video-container video,
.pswp__video-container iframe {
  aspect-ratio: 16/9;
  background: #444;
  border: 0;
  height: auto;
  max-width: 100%;
  pointer-events: auto;
  width: 1200px;
}
.pswp__video-container .uc-embedding-container {
  pointer-events: all;
}

.form-group-stack {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}

.form-group--wpcf7-submit {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  justify-content: start;
}
.form-group--submit {
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-check a {
  color: var(--normaflore-base-color-primary);
  text-decoration: none;
}
.form-check + .field-feedback {
  margin-inline: 0;
}

.form-label {
  margin-inline: 2rem;
}

.form-control:focus {
  box-shadow: none;
}

.field-feedback {
  margin-inline: 2rem;
}

.btn--icon {
  transition-duration: var(--normaflore-duration);
  transition-property: all;
  transition-timing-function: var(--normaflore-timing-function);
  --normaflore-icon-size: 1.875rem;
  --normaflore-icon-padding: 1.5rem;
}
.btn--icon:hover {
  scale: 115%;
}
.btn--icon:hover svg {
  scale: 75%;
}
.btn--icon svg {
  transition-duration: var(--normaflore-duration);
  transition-property: all;
  transition-timing-function: var(--normaflore-timing-function);
}
.btn--tertiary:focus-visible {
  outline: 2px solid var(--normaflore-btn-color-tertiary-background);
  outline-offset: 2px;
}
.btn--tertiary {
  background-color: var(--normaflore-btn-color-tertiary-background);
  border-color: var(--normaflore-btn-color-tertiary-background);
  color: var(--normaflore-btn-color-tertiary-foreground);
}
.btn--tertiary:hover {
  background-color: var(--normaflore-btn-color-tertiary-background-hover);
  border-color: var(--normaflore-btn-color-tertiary-background-hover);
  color: var(--normaflore-btn-color-tertiary-foreground-hover);
}
.btn--danger:focus-visible {
  outline: 2px solid var(--normaflore-btn-color-danger-background);
  outline-offset: 2px;
}
.btn--danger {
  background-color: var(--normaflore-btn-color-danger-background);
  border-color: var(--normaflore-btn-color-danger-background);
  color: var(--normaflore-btn-color-danger-foreground);
}
.btn--danger:hover {
  background-color: var(--normaflore-btn-color-danger-background-hover);
  border-color: var(--normaflore-btn-color-danger-background-hover);
  color: var(--normaflore-btn-color-danger-foreground);
}

.btn--hover {
  --color: var(--normaflore-base-color-primary);
  --color-hover: var(--normaflore-btn-color-primary-foreground);
  --background-color: var(--normaflore-btn-color-primary-background);
  color: var(--color);
  position: relative;
}
.btn--hover::before {
  transition-duration: var(--normaflore-duration);
  transition-property: all;
  transition-timing-function: var(--normaflore-timing-function);
  background-color: var(--background-color);
  border-radius: 50%;
  content: "";
  display: flex;
  inset: -0.25rem;
  opacity: 0;
  position: absolute;
  scale: 50%;
  z-index: -1;
}
.btn--hover:hover {
  color: var(--color-hover);
}
.btn--hover:hover::before {
  opacity: 100%;
  scale: 100%;
}
.btn--hover:hover svg {
  scale: 75%;
}
.btn--hover svg {
  transition-duration: var(--normaflore-duration);
  transition-property: all;
  transition-timing-function: var(--normaflore-timing-function);
}

.btn--primary {
  background-color: transparent;
  position: relative;
}
.btn--primary:hover {
  background-color: var(--normaflore-btn-color-primary-background);
  border-color: var(--normaflore-btn-color-primary-background);
}
.btn--primary:hover::before {
  inset: -0.35rem;
}
.btn--primary::before {
  transition-duration: var(--normaflore-duration);
  transition-property: all;
  transition-timing-function: var(--normaflore-timing-function);
  background-color: var(--normaflore-btn-color-primary-background);
  border-radius: var(--normaflore-border-radius);
  content: "";
  display: flex;
  inset: 0;
  position: absolute;
  z-index: -1;
}

.table tr:first-of-type th {
  border-block-end: none;
}
.table tr:last-of-type td {
  border-block-end: none;
}
.table [colspan="3"] {
  border-block-end-width: 2px;
}

.modal-enter, .modal-leave {
  transition: opacity 0.2s ease;
}

.modal-enter-start, .modal-leave-end {
  opacity: 0;
}

.modal-enter-end, .modal-leave-start {
  opacity: 1;
}

.gallery {
  --column: 1;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(var(--column), minmax(0, 1fr));
}
.gallery.gallery-size-medium img, .gallery.gallery-size-large img {
  aspect-ratio: 16/11;
  object-fit: cover;
}
@media (max-width: 560px) {
  .gallery {
    --column: 3 !important;
  }
}
@media (max-width: 400px) {
  .gallery {
    --column: 2 !important;
  }
}

.gallery-columns-2 {
  --column: 2;
}

.gallery-columns-3 {
  --column: 3;
}

.gallery-columns-4 {
  --column: 4;
}

.gallery-columns-5 {
  --column: 5;
}

.gallery-columns-6 {
  --column: 6;
}

.gallery-columns-7 {
  --column: 7;
}

.gallery-columns-8 {
  --column: 8;
}

.gallery-columns-9 {
  --column: 9;
}

.gallery-item {
  transition-duration: var(--normaflore-duration);
  transition-property: all;
  transition-timing-function: var(--normaflore-timing-function);
  display: inline-flex;
  margin-block: 0;
  text-align: center;
}
.gallery-item:hover {
  opacity: 0.85;
}
.gallery-item img {
  aspect-ratio: 16/11;
  object-fit: cover;
  object-position: center;
}

.gallery-caption {
  display: none !important;
}

.wp-caption {
  margin-block-start: 3rem !important;
  max-inline-size: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-inline: auto;
}
.wp-caption .wp-caption-text {
  margin-block: 1rem 0;
}

.wp-caption-text {
  display: block;
  font-style: italic;
  font-weight: 700;
  line-height: var(--normaflore-line-height-md);
  margin-inline: auto;
  max-inline-size: 40rem;
  text-align: center;
  text-wrap: balance;
}
.wp-caption-text em {
  display: block;
  font-size: 0.688rem;
  font-style: normal;
  font-weight: 300;
  margin-block-end: 1rem;
}

.alignleft {
  display: inline;
  float: left;
  margin-inline-end: 1.5rem;
}

.alignright {
  display: inline;
  float: right;
  margin-inline-start: 1.5rem;
}

.aligncenter {
  clear: both;
  display: block;
  margin-inline: auto;
}

.wp-video {
  inline-size: 100% !important;
  overflow: hidden;
}
.wp-video video {
  aspect-ratio: 16/9;
  block-size: auto !important;
  inline-size: 100% !important;
  object-fit: cover;
}

.wp-video-shortcode {
  block-size: initial !important;
  inline-size: initial !important;
}

.mejs-background,
.mejs-mediaelement {
  position: relative !important;
}

.page-numbers {
  --normaflore-border-radius: 5rem;
  --normaflore-border-width: 2px;
  --normaflore-font-size: 1rem;
  --normaflore-font-weight: 500;
  --normaflore-gap: 0.5rem;
  --normaflore-icon-padding: 0.75em;
  --normaflore-icon-size: 1em;
  --normaflore-padding: 0.9rem 1.5rem;
  --normaflore-shadow-size: 0.25rem;
  align-items: center;
  border-radius: var(--normaflore-border-radius);
  border-style: solid;
  border-width: var(--normaflore-border-width);
  cursor: pointer;
  display: inline-flex;
  font-size: var(--normaflore-font-size);
  font-weight: var(--normaflore-font-weight);
  gap: var(--normaflore-gap);
  justify-content: center;
  line-height: 1;
  padding: var(--normaflore-padding);
  text-align: start;
  text-decoration: none;
  transition-duration: var(--normaflore-duration);
  transition-property: background-color, border-color, box-shadow, color;
  transition-timing-function: var(--normaflore-timing-function);
}

.page-numbers:focus {
  outline-color: transparent;
  outline-style: solid;
}

.page-numbers:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.pagination {
  display: flex;
  justify-content: center;
}
.pagination .nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.pagination .page-numbers:focus-visible {
  outline: 2px solid var(--normaflore-btn-color-pagination-focus-ring);
  outline-offset: 2px;
}
.pagination .page-numbers {
  background-color: var(--normaflore-btn-color-pagination-background);
  border-color: var(--normaflore-btn-color-pagination-background);
  color: var(--normaflore-btn-color-pagination-foreground);
}
.pagination .page-numbers:hover {
  background-color: var(--normaflore-btn-color-pagination-background-hover);
  border-color: var(--normaflore-btn-color-pagination-background-hover);
  color: var(--normaflore-btn-color-pagination-foreground-hover);
}
.pagination .page-numbers {
  padding-inline: 1.2rem;
}
.pagination .page-numbers.current {
  background-color: var(--normaflore-btn-color-pagination-background-hover);
  border-color: var(--normaflore-btn-color-pagination-background-hover);
  color: var(--normaflore-btn-color-pagination-foreground-hover);
}
.pagination .page-numbers.dots {
  pointer-events: none;
}

:root {
  --normaflore-container-gap: clamp(1rem, 5vw, 4.5rem);
  --normaflore-section-gap: clamp(3rem, 5.625rem, 10vw);
  --normaflore-header-block-size: 6.5rem;
}
@media (min-width: 64em) {
  :root {
    --normaflore-header-block-size: 9rem;
  }
}

html[data-no-scroll] {
  overflow: hidden;
}

.smooth-content {
  background-image: linear-gradient(hsl(204, 88%, 86%), hsl(205, 100%, 96%), hsl(200, 100%, 28%));
  background-size: cover;
  min-block-size: 100dvh;
  overflow: hidden !important;
}
.smooth-content--post {
  background-image: linear-gradient(hsl(204, 88%, 86%), hsl(205, 100%, 96%) 29%, hsl(200, 78%, 81%) 49%, hsl(201, 83%, 89%) 73%, hsl(200, 48%, 65%) 90%, hsl(199, 89%, 34%) 100%);
}
.smooth-content--profile {
  background-image: linear-gradient(hsl(204, 88%, 92%), hsl(204, 88%, 95%), hsl(200, 100%, 28%));
}
.smooth-content > *:not(.searchform) {
  transition-duration: var(--normaflore-duration);
  transition-property: all;
  transition-timing-function: var(--normaflore-timing-function);
  animation: fade-in 0.75s ease-out 0.25s forwards;
  opacity: 0;
}

.screen-reader-text {
  block-size: 1px !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  inline-size: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
}

[x-cloak] {
  display: none !important;
}

[hidden] {
  display: none !important;
}

@keyframes fade-in {
  to {
    opacity: 100%;
  }
}
.cone-adminbar {
  align-items: center;
  border-radius: var(--normaflore-border-radius-sm);
  background-color: hsl(0, 0%, 5%);
  display: flex;
  gap: 0.5rem;
  inset: auto auto 1.5rem 1.5rem;
  line-height: 1;
  padding: 0.5rem;
  position: fixed;
  z-index: 35;
}
.cone-adminbar a {
  color: hsl(0, 0%, 100%);
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}
.cone-adminbar a:hover, .cone-adminbar a:focus {
  color: hsla(0, 0%, 100%, 0.9);
}
.cone-adminbar a svg {
  --size: 1rem;
  block-size: var(--size);
  inline-size: var(--size);
}
